/*
Template Name: Suntech - Digital Agency HTML Template
*/
/*================================================
1. Default CSS
2. Menu CSS
3. Hero CSS
4. History CSS
5. Team CSS
6. Project CSS
7. Testimonial CSS
8. Counter CSS
9. Blog CSS
10. Footer CSS
11. Services CSS
12. About CSS
13. Brand CSS
14. Community CSS
15. Price CSS
16. Gallery CSS
17. Subscribe CSS
18. Contact Page CSS
=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;300;400;500;600;700;800;900&amp;display=swap");

/* Font Variable */
/* Color Variable */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Epilogue", sans-serif;
  font-weight: 600;
  color: #171717;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.96px;
}

html,
body {
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
  line-height: 2.06;
  font-family: "Kumbh Sans", sans-serif;
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.bg-color-black {
  background-color: #242424;
}

.bg-color-of-white {
  background-color: #FCFAF3;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform .3s ease;
  transition: opacity 0.4s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity 0.4s ease;
  transition: transform .3s ease, opacity 0.4s ease, -webkit-transform .3s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  opacity: .1;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: .3em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
a{color: #ddd; text-decoration: none;}
a:hover{color: #fff; }
.fa{color: #fe505a;}
ul{padding: 0px; margin: 0px;}
/* =================================================================== */
/* Header
====================================================================== */
header {
  color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.top-header {
  background-color: #18191d;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

ul.top-header {
  list-style-type: none;
}

ul.top-header li {
  float: left;
  margin-right: 20px;
}

ul.help {
  list-style-type: none;
}

ul.help li {
  float: right;
  margin-left: 20px;
}

ul.social {
  list-style-type: none;
}

ul.social li {
  float: left;
  margin-left: 40px;
}

.logo-nav {
  background-color: #18191d;
  height: 100px;
  line-height: 100px;
  width: 100%;
  border-top: 1px solid #464646;
}

.carousel {
  position: relative;
  top: 120px;
}

.contact-number {
  width: 90%;
  float: left;
  position: relative;
}

.icon-phone {
  width: 10%;
  float: left;
  position: relative;
}

h4.number {
  position: absolute;
  top: 29px;
  color: #fe505a;
  font-size: 20px;

}

h4.number span {
  font-size: 15px;
  margin-left: 14px;
}

/*bogg Section*/
.card {
  position: relative;
}

.footer-card {
  background-color: #e7e7e7;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-card a {
  color: #000;
}

.link {
  width: 50%;
  float: left;
}

.icon-link {
  width: 50%;
  float: left;
  text-align: right;
}

.date {
  background-color: #fe505a;
  position: absolute;
  padding: 3px 20px;
  bottom: 44%;
  left: 12px;
  color: white;
}

.round-div {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 100%;
  text-align: center;
  float: right;
  line-height: 30px;
  margin-top: 5px;
}

h6.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
  margin-top: 50px;
  color: #000;
  margin-bottom: 15px;
}

h2.main-heading {
  width: 50%;
  margin: auto;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
  font-size: 44px;
}

/*Blog Section*/

/*Happy clients*/
.happy-clients {
  background-color: black;
  height: 100%;
  width: 100%;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.box {
  border-right: 1px solid #ccc;
}

.cercle {
  width: 80px;
  height: 80px;
  background-color: #fe505a;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
  border: 3px solid #ccc;
}

i.fa.fa-users.happy {
  color: black;
  text-align: center;
  font-size: 28px;
  line-height: 75px;
}

.img-area {
  width: 1170px;
  margin: 2% auto;
}

.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fe505a;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 50%;
  border-top-right-radius: 50%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.text span {
  font-weight: 300;
}

section.portfolio {
  background-image: url("img/bg.jpg");
  background-repeat: repeat-x;
}

.accordion-button:not(.collapsed) {
  color: #141414;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-weight: 600;
}

strong {
  color: #fe505a;
}

section.blog {
  margin-bottom: 50px;
}

/*Happy Clients*/

/*Footer*/
.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #fe505a;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;

}

.cta-text span {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 28px;
  font-weight: 500;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 8px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fe505a;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fe505a;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 5px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #fe505a;
  padding: 5px 20px;
  border: 1px solid #fe505a;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 8px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #fe505a;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fe505a;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/*about us*/
.picture-top {
  width: 100%;
  height: auto;
  position: relative;
}

.picture-top img {
  max-width: 100%;
  height: auto;
}

section.better-digital {
  background-image: url("img/background/bg.html");
  background-repeat: no-repeat;

  padding: 50px 0px;
}

h2.beeterdigital {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}

.dicover {
  margin-top: 25px;
  text-align: center;
}

a.button-more {
  font-size: 18px;
  background-color: #fe505a;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
}

a.button-more:hover {
  background-color: #000;
  color: #fff;

}

section.marquee {
  background-color: #fe505a;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
}

.marquee p strong {
  color: #fff;
}

p.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fdf8f8;
  margin-top: 50px;
}

h2.heading {
  font-weight: 600;
  color: #000;
  font-size: 44px;
}

.getknow h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.box h2 {
  color: #fff;
}

section.testimonials {
  background-image: url("img/background/abstract.html");
  background-repeat: repeat-x;
  margin: 50px auto;
  padding-bottom: 50px;
}

.testimonial {
  width: 45%;
  float: left;
  margin-right: 5%;
  padding: 20px 2px;
}

.testimonial .card {
  background-color: #ffe9ea;
  border-bottom: 2px solid #fe505a;
  height: 200px;
}

section.services {
  background-image: url("img/background/services-bg.html");
  background-repeat: repeat-x;
  padding: 50px 0px;
  margin-top: 115px;
}

.services h2.heading {
  color: white;
}

.services p.title {
  color: #b9b2b2;
  margin-top: 0px;
}

.services p {
  color: #b9b2b2;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.img-services {
  position: relative;
}

.heading-services {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 10px;
  border-bottom: 5px solid #fa565f;
  width: 100%;
}

.heading-services h3 {
  font-size: 24px;
}

.icons {
  position: absolute;
  bottom: 80px;
  right: 0px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #282828f0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  padding: 0px 20px;
  cursor: pointer;
}

.img-services:hover .overlay {
  height: 100%;
}

.overlay p {
  color: white;
}

.overlay h3 {
  color: white;
}

img.inside {
  margin-top: 80px;
}

.carousel-control-next-icon {

  background-color: #060606;
  padding: 25px;
}

.carousel-control-prev-icon {
  background-color: #060606;
  padding: 25px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 25%;

}

.carousel-caption h1 {
  font-size: 94px;
  color: #fff;

}

.carousel-caption h1.grow {
  font-size: 94px;
  color: #fff;
  background-color: #00000061;
}

.carousel-caption h1.grow span {
  color: #fe505a;
}

.carousel-item {
  background-color: #000;
}

.over-bg::after {
  content: ""
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

section.contact {
  margin-bottom: 50px;
}

.reach-form {
  width: 100%;
  min-height: 400px;
  background-color: white;
  padding: 50px;
  margin-bottom: 50px;
}

input.form-control {
  border: none;
  background-color: #ededed;
  border-radius: 0px;
  height: 45px;
}

textarea.form-control {
  border: none;
  background-color: #ededed;
  border-radius: 0px;

}

.form-control:focus {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed;
  outline: 0;
  box-shadow: none;
}

label.hidden {
  visibility: hidden;
}

button.submit {
  background-color: #fe505a;
  color: #fff;
  padding: 6px 25px;
  border: none;
}

button.submit:hover {
  background-color: #000;
  color: #fff;

}

.container.lets-meet {
  padding: 0px 50px;
  background-color: #fe505a;
}

/*contact us*/
section.pages-banner {
  background-image: url("img/background/page-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  position: relative;
  top: 120px;

  margin-bottom: 120px;
}

.overlay-page {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.pages-banner h2 {
  color: #fff;
  text-align: center;
  font-size: 84px;
}

.pages-banner h6 {
  color: #fe505a;
  text-align: center;
}

.pages-banner h6 a {
  color: #fff;
}

section.map {
  margin-top: 50px;
}

section.testimonials-page {
  margin: 50px auto;
  padding-bottom: 50px;
  text-align: center;
}

section.faq-page {
  margin: 50px auto;
}

section.privacy {
  margin-top: 170px;
  margin-bottom: 50px;
}

.privacypolicy {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
}

/*Home 2 css*/

.agency-benifits {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.agency-img {
  position: relative;
}

.agency-content {
  padding: 10px 30px;
  margin-top: 20px;
}

.agency-heading {
  background-color: #fff;
  width: 90%;
  height: 50px;
  position: absolute;
  left: 5%;
  bottom: -25px;
  padding-top: 12px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}

.agency-icon {
  position: absolute;
  background-color: #fe505a;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  top: 40%;
  left: 40%;
}

h2.year {
  font-size: 94px;
}

section.what-we-do {
  background-color: #dfdfdf;
  margin-top: 50px;
  padding-bottom: 50px;
}

.service-offering {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.service-offering-img {

  position: relative;
}

.service-offering-content {
  text-align: center;
  margin: 20px;
}

h2.envision {
  color: #f5f5f5;
  font-size: 44px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.learn-more {
  background-color: #dfdfdf;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.box-why {
  width: 100%;
  background-color: #fff;
  height: 150px;
  margin-top: 20px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: #fe505a;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
}

.getknow p.title {
  margin-top: 0px;
}

section.getknow {
  padding: 50px 0px;
}

section.what-we-else {
  background-color: #000;
  padding: 50px 0px;

}

section.what-we-else h2.heading {
  color: #fff;
}

section.what-we-else p.title {
  color: #fff;
  margin-top: 0px;
}

ul.project-ul {}

ul.project-ul li {
  float: left;
  margin-right: 20px;
  color: #fff;
}

ul.project-ul li h2 {
  color: #fff;
}

.project-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fe505a;
  text-align: center;
  color: #fff;
}

section.portfolio-second {
  background-image: url("img/background/services-bg.html");
  background-repeat: repeat-x;

}

section.portfolio-second h6.title {
  color: #fff;

}

section.portfolio-second h2.main-heading {
  color: #fff;

}

section.logo-foot {
  margin-bottom: 50px;
}

slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*home poage four*/
.servive-we-offer {
  background: rgb(88 88 87);
  /*background: radial-gradient(circle, rgba(225,129,0,1) 0%, rgba(97,94,94,1) 100%);*/
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.servive-we-offer:hover {
  background: rgb(225, 129, 0);
  background: linear-gradient(90deg, rgba(225, 129, 0, 1) 0%, rgba(22, 22, 22, 1) 100%, rgba(22, 22, 22, 1) 100%);
}

.servive-we-offer h4 {
  color: #fff;
}

.servive-we-offer p {
  color: #fff;
}

.servive-we-offer-icon {
  width: 50px;
  height: 50px;
  background-color: #fe505a;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
  float: left;

}

.icon-service {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #ccc;
  height: 80px;
}

.content {
  width: 100%;

}

.number {
  width: 50px;
  float: right;
  padding-top: 13px;
  text-align: center;
  border: 1px solid #fff;
  height: 50px;
}

.getknow-home-five p.title {
  margin-top: 0px;
}

video.video-digital-marketing {
  width: 100%;
  height: auto;

}

.digital-video {
  border: 2px solid #fe505a;
  padding: 20px;

  margin: auto;
}

section.video {
  margin-top: 50px;
  background-image: url("img/background/video-bg.html");
  background-repeat: repeat-x;
  padding-bottom: 50px;
}

video {
  width: 100%;
}

.video-description {
  background-color: #000;
  padding: 20px;
}

.video-description h5 {
  color: #fff;
}

.icon-video {
  width: 50px;
  border: 1px solid #ccc;
  float: right;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

/*accordian*/
section.vision-mission {
  background-image: url("img/background/mission.html");
  background-repeat: repeat-x;

}

section.vision-mission p.title {
  color: #fff;
}

section.vision-mission h2.heading {
  color: #fff;
  margin-bottom: 50px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ebe7e7;
  border-color: transparent;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fe505a;
  margin-right: 10px;
  color: #fff;
}

.tab-content>.active {
  display: block;
  padding: 20px;
  border: 1px solid #fe505a;
}

.nav-tabs {
  border-bottom: 0;
}

ul.mission {}

ul.mission li {
  margin-bottom: 18px;
}

section.logo-foot {
  margin: 50px 0px;
}

.expert {
  background-image: url("img/profile/profile-bg.jpg");
  background-repeat-x: repeat;
  min-height: 450px;
  border-radius: 20px;
}

.profile-pic {
  padding: 20px;
}

.profile-pic img {
  border-radius: 20px;
}

.expert-name h6 {
  color: white;
}

.expert-name p {
  color: #dddcdc;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: #fe505a;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
}

section.newsarticle {}

section.newsarticle p.title-letter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
  margin-top: 50px;
}

section.newsarticle h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
}

section.portfolio-page-four {
  background-image: url("img/background/abstract.html");
  background-repeat: repeat;
  margin-top: 50px;
  padding-bottom: 50px;
}

section.portfolio-page-four h2.main-heading {
  width: 100%;
  text-align: left;
}

section.blog-four-page {
  margin-bottom: 50px;
}

section.blog-four-page h2.main-heading {
  width: 100%;
  text-align: left;
}

.get-to-know-img {
  width: 100%;
  padding: 20px;
  /*    border: 1px solid #fe505a;*/
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fe505a;
  transition: width 0.6s ease;
}

section.elements {
  margin-bottom: 50px;

}

section.services-about {
  background-image: url("img/background/about-bg.jpg");
  background-repeat: repeat;
  padding: 50px 0px;
}

section.services-about p.title {
  color: #fff;
  margin-top: 0px;
}

section.services-about h2.heading {
  color: #fff;
}

section.services-about p {
  color: #fff;
}

section.about-taem {
  margin-bottom: 50px;
  text-align: center;
}

section.about-taem p.title-letter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
}

section.about-taem h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
}

.about-image {
  position: relative;
  background-image: url("img/about/about-bg.png");
}

img.img-one {
  position: relative;
  left: 0px;
  top: 0px;
  border-left: 5px solid #fe505a;
  border-top: 5px solid #fe505a;
}

img.img-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-right: 5px solid #fe505a;
  border-bottom: 5px solid #fe505a;
}

.text-on-image {
  position: relative;
  top: -300px;
  background-color: #fe505a;
  padding: 10px 20px;
  width: 32%;
  left: -50px;
  border: 3px solid #fff;
  color: #fff;
}

section.our-team {
  margin-bottom: 50px;
  margin-top: 50px;
}

section.our-team p.title-letter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
  margin-top: 50px;
}

section.our-team h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
}

.web-design {
  margin-bottom: 50px;
}

section.marketing-expert {
  background-color: #dfdfdf;
  padding: 50px 0px;
}

section.call-to-action {
  margin: 50px 0px;
  text-align: center;
}

.call-to {
  background-color: #fff;
  padding: 50px;
  width: 50%;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.map.page {
  margin: 50px 0px;
}

section.map.page p.title-letter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
  margin-top: 50px;
}

section.map.page h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
  margin-bottom: 50px;
}

section.accordian {
  margin-bottom: 50px;
}

section.button {
  margin: 50px 0px;
  padding-top: 50px;
}

/*button style*/
a.button-one {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;
}

a.button-one:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
}

a.button-two {
  border: 2px solid #fe505a;
  color: #000;
  padding: 15px 25px;
}

a.button-two:hover {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;
}

a.button-three {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
}

a.button-three:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
}

a.button-four {
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid #fe505a;
}

a.button-four:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  border: none;
}

/*button style shadow*/
a.button-one-shadow {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

a.button-one-shadow:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;

}

a.button-two-shadow {
  border: 2px solid #fe505a;
  color: #000;
  padding: 15px 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

a.button-two-shadow:hover {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;

}

a.button-three-shadow {
  background-color: #fe505a;
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

a.button-three-shadow:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;

}

a.button-four-shadow {
  color: #000;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid #fe505a;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

a.button-four-shadow:hover {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  border: none;

}

section.logo-foot.client {
  padding-top: 50px;
}

section.slider .carousel {
  position: relative;
  top: 50px;
  margin-bottom: 100px;
}

section.slider .carousel h3 {
  color: #fff;
}

section.pricing {
  /*  padding: 50px 0px;
    margin: 50px 0px;*/
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }

}

/*social icon*/
.social-icon-style1 {
  width: 50%;
  height: 80px;
  margin: auto;
  text-align: center;
}

ul.social-icon-style {
  list-style-type: none;
}

ul.social-icon-style li {
  float: left;

  text-align: center;
  width: 25%;
}

/*paralax*/
.parallax {
  background: url('img/slider/slider-1-1.jpg') repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}

.parallax-1 {
  background: url('img/slider/slider-1-5.jpg') repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}

.parallax-2 {
  background: url('img/slider/slider-1-1.jpg') repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
}

.parallax-inner {
  padding-top: 20%;
  padding-bottom: 20%;
}

section.\31 .parallax-style {
  margin-top: 170px;
  margin-bottom: 50px;
}

section.\31 .parallax-style h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

section.\31 .parallax-style h3 {
  text-align: center;
  padding: 20px 0px;
  font-size: 18px;
}

/*Portfolio page*/
section.portfolio-page {
  margin-bottom: 50px;

}

section.imagegallery-page {
  margin-bottom: 50px;
  padding-top: 50px;
}

.form-group {
  margin-bottom: 10px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background-color: #fe505a;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.round-icon {
  width: 60px;
  height: 60px;
  background-color: #fe505a;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}

.contact-image {
  padding-top: 50px;
  text-align: center;
}

.cercle-icon {
  background-color: #fe5760;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 23px;
}

ul.date li.p {
  color: #fff;
}