@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
/*font-family: 'Dancing Script', cursive;*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: 'Poppins', sans-serif;*/

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('fonts/Proxima Nova Bold.eot');
  src: local('â˜º'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {

    font-family: 'Proxima Nova Regular It';
    src: url('../fonts/RegularIt.eot');
    src: url('../fonts/RegularIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RegularIt.woff2') format('woff2'),
    url('../fonts/RegularIt.woff') format('woff'),
    url('../fonts/RegularIt.svg#a RegularIt') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Regular.woff2') format('woff2'),
    url('../fonts/Regular.woff') format('woff'),
    url('../fonts/Regular.svg#a Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/LightIt.eot');
    src: url('../fonts/LightIt.eot?#iefix') format('embedded-opentype'),
    url('a LightIt.woff2') format('woff2'),
    url('a LightIt.woff') format('woff'),
    url('a LightIt.svg#a LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova light italic';
    src: url('../fonts/Light.eot');
    src: url('../fonts/Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Light.woff2') format('woff2'),
    url('../fonts/Light.woff') format('woff'),
    url('../fonts/Light.svg#a Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
     font-family: 'Proxima Nova Semibold italic';
    src: url('../fonts/SemiboldIt.eot');
    src: url('../fonts/SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SemiboldIt.woff2') format('woff2'),
    url('../fonts/SemiboldIt.woff') format('woff'),
    url('../fonts/SemiboldIt.svg#a SemiboldIt') format('svg');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/Semibold.eot');
    src: url('../fonts/Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Semibold.woff2') format('woff2'),
    url('../fonts/Semibold.woff') format('woff'),
    url('../fonts/Semibold.svg#a Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}



body{
  font-size: 16px;
  font-family: 'Proxima Nova Regular';
  padding: 0;
  margin: 0;
  color: #333333;
}

h1{
  font-size: 60px;
  font-family: 'Dancing Script', cursive;
  color: #ffffff;
  font-weight: 700;
}

h2{
  font-size: 54px;
  font-family: 'Dancing Script', cursive;
  color: #ffffff;
  font-weight: 700;
}
h3{
  color: #333333;
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  font-weight: 700;
}
h4{
  color: #333333;
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  font-weight: 700;
}

h5{
  color: #333333;
  font-family: 'Proxima Nova Bold';
  font-size: 16px;
  margin: 0;
}
p{
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: 'Proxima Nova Regular';
}

img{
  max-width: 100%;
}

.big_container{
  max-width: 1760px !important;
  margin: 0 auto;
}
.small_container{
  max-width: 1400px;
  margin: 0 auto;
}

.pl_0{
  padding-left: 0;
}
.pr_0{
  padding-right: 0;
}
.pt_0{
  padding-top: 0px;
}
.pb_0{
  padding-bottom: 0px;
}
.pt_60{
  padding-top: 60px;
}
.pb_60{
  padding-bottom: 60px;
}
.pt_80{
  padding-top: 80px;
}
.pb_80{
  padding-bottom: 80px;
}

.pt_100{
  padding-top: 100px;
}
.pb_100{
  padding-bottom: 100px;
}
.pt_115{
  padding-top: 115px;
}
.pb_115{
  padding-bottom: 115px;
}

.pt_140{
  padding-top: 140px;
}
.pb_140{
  padding-bottom: 140px;
}

p:last-child {
    margin-bottom: 0rem;
}
.common_button {
    width: 156px;
    height: 53px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    margin: 0;
  font-family: 'Proxima Nova Regular';
    color: #fff;
    border: 1px solid #fff;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    background: rgb(255,129,129);
    background: linear-gradient( 
90deg
 , rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
    border-radius: 0;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
button{
  text-decoration: underline;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.btn:hover {
    color: #f80bbd;
}
.common_button:hover{
  background: #f80bbd;
  color: #fff;
}
.appointment-btn img{
  margin-right: 10px;
}
.appointment-btn {
  margin-left: 20px;
  background: #0076d6;
  color: #fff;
  border-radius: 12px;
  padding: 0;
  width: 120px;
  height: 47px;
  line-height: 47px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
.appointment-btn img{
  filter: brightness(20000%);
}
.appointment-btn:hover {
  background: #333;
  color: #fff;
}
.transparent_button{
  background: transparent;
  border: 1px solid #c2c9cc;
  color: #4a4a4a;
}
.transparent_button img{
  filter: brightness(000%);
}
.transparent_button:hover{
  background: #0076d6;
  color: #fff;
  border-color: #0076d6;
}
.transparent_button:hover img{
  filter: brightness(2000%);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
    background: rgb(255,129,129);
    background: linear-gradient(
90deg
, rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f80bc8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: #000;*/
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  top: 0px;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
  height: 103px;
/*background: #16171a;
background: -moz-linear-gradient(left,  #16171a 89%, #16171a 90%, #ffffff 90%);
background: -webkit-linear-gradient(left,  #16171a 89%,#16171a 90%,#ffffff 90%);
background: linear-gradient(to right,  #16171a 89%,#16171a 90%,#ffffff 90%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16171a', endColorstr='#ffffff',GradientType=1 );
*/


background: #ffebfa;
background: -moz-linear-gradient(left,  #ffebfa 89%, #ffebfa 90%, #ffffff 90%);
background: -webkit-linear-gradient(left,  #ffebfa 89%,#ffebfa 90%,#ffffff 90%);
background: linear-gradient(to right, #ffebfa 89%,#ffebfa 90%,#ffffff 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebfa', endColorstr='#ffffff',GradientType=1 ); 

}
#header .container {
    height: 100%;
    flex-flow: wrap;
}
#header.header-scrolled {
  top: 0;
}

#header .logo {
    font-size: 35px;
    margin: 0;
    padding: 0;
    width: 15%;
    text-decoration: none;
    color: #fb53d0;
    /*font-family: 'Proxima Nova Semibold';*/
    font-family: 'playfair_displayregular';
}
#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 80px !important;
}
.footerlogo img{
  max-height: 100px;
}
.header_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    width: 15%;
    padding-left: 4%;
}
.header_right a {
    font-size: 20px;
    padding: 20px;
    display: block;
    color: #242527;
}
.header_right a:nth-child(2) {
    padding-right: 0;
}
/**
* Appointment Button *
*/


@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    width: 70%;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  font-family: 'Proxima Nova Regular';
  white-space: nowrap;
  transition: 0.3s;
  padding: 10px 35px;
    text-decoration: none;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: #f80bc8;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
/*  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }*/
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
/*  background-color: #fff;*/
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*margin-top: 80px;*/
  padding: 0;
  position: relative;
}
#hero:after{
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
/*  background: #16171a;
  background: -moz-linear-gradient(left,  #16171a 89%, #16171a 90%, #ffffff 90%);
  background: -webkit-linear-gradient(left,  #16171a 89%,#16171a 90%,#ffffff 90%);
  background: linear-gradient(to right,  #16171a 89%,#16171a 90%,#ffffff 90%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16171a', endColorstr='#ffffff',GradientType=1 );*/


  background: #ffebfa;
background: -moz-linear-gradient(left,  #ffebfa 89%, #ffebfa 90%, #ffffff 90%);
background: -webkit-linear-gradient(left,  #ffebfa 89%,#ffebfa 90%,#ffffff 90%);
background: linear-gradient(to right, #ffebfa 89%,#ffebfa 90%,#ffffff 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebfa', endColorstr='#ffffff',GradientType=1 ); 
}

#hero .container {
  position: relative;
}
#hero p {
    margin: 20px 0 30px 0;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #333333;
    text-align: center;
    max-width: 600px;
font-family: 'Proxima Nova Regular It';
}

.carousel-item{
  position: relative;
}
.carousel-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-flow: column;
}
.banner_content h1 {
    background: rgb(255,129,129);
    background: linear-gradient(90deg, rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
    padding: 10px 54px;
    margin: 15px auto;
}
.carousel-item .col-md-6{
  height: 100%;
  align-items: center;
  display: flex;
}
.carousel-item .container{
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}




/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.icon-boxes .row{
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
}
.icon-boxes a{
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  padding: 80px 30px;
  width: 100%;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
/*.icon-boxes a h4, .icon-boxes a p, .icon-boxes a img{
  transition: all .2s ease;
  -webkit-transition: all .2s ease
} */
.icon-boxes a:hover{
  background: #0076d6;
}
.icon-boxes a h4{
  margin: 10px 0;
}
.icon-boxes a:hover img{
  filter: brightness(20000%);
}
.icon-boxes a:hover h4, .icon-boxes a:hover p{
  color: #fff;
}







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-bottom: 20px;
  margin-top: 0;
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
/*.counts {
  padding: 0px 0 0px;
}*/

.counts .count-box {
  padding: 40px 30px 40px 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.count_wrap {
    display: flex;
    justify-content: center;
}
.count_wrap p{
  color: #0076d6;
  font-size: 22px !important;
  font-family: 'Proxima Nova Regular';
}
.counts .count-box span {
    font-size: 60px;
    display: block;
    font-family: 'Proxima Nova Bold';
    color: #333333;
}

.counts_box:nth-of-type(4), .counts_box:nth-of-type(1) {
  background: #f6f9fa;
}
.counts ul{
  padding: 0;
  margin: 0px 0 30px;
}
.counts h2{
  margin-bottom: 40px
}
.counts ul li{
  font-size: 16px;
  color: #333333;
  font-family: 'Proxima Nova Bold';
  list-style: none;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.counts ul li img{
  margin-right: 15px;
}
.post-box h4{
  margin: 20px 0;
}
.post-box p{
  padding: 0 12%;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-wrap {
  padding-left: 0px;
}

.testimonials .testimonial-item .testimonials_content {
  box-sizing: content-box;
  padding: 0 6% 5px 6%;
  margin: 30px 15px;
 /* min-height: 200px;*/
  position: relative;
}
.darkHeading h2 {
    color: #333334;
}
.author{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 187px;
  margin-bottom: 15px;
}


.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
    font-family: 'Proxima Nova Regular It';
  margin: 25px auto 15px auto;
  color: #333333;
  text-align: center;
}
.testimonials .testimonial-item .author p{
  font-size: 14px;
  margin: 0;

}
.testimonials_content img{
  display: block;
  margin: 0 auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}
.testimonials h5 {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}















/*our Services*/
.service_wrap{
  align-items: stretch;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.pointer{
  font-size: 50px;
  color: #e0e0e0;
  font-family: 'Proxima Nova Bold';
}
.icon-box{
  position: relative;
  width: 100%;
}
.icon-box h3{
  margin-top: 20px;
}
.shape_1 {
    position: absolute;
    width: 512px;
    left: 0;
    top: -95px;
    max-width: unset;
}
.shape_2 {
    position: absolute;
    width: 512px;
    right: 75%;
    top: -138px;
    max-width: unset;
    transform: rotate(4deg);
}
/*.shape_3{
  position: absolute;
  width: 512px;
  right: 75%;
  top: -138px;
  max-width: unset;
  transform: rotate(180deg);
}*/
.shape_3 {
    position: absolute;
    width: 497px;
    left: 0;
    bottom: -121px;
    max-width: unset;
    transform: rotate(180deg);
    z-index: -1;
}

.shape_4 {
    position: absolute;
    width: 425px;
    right: 33%;
    bottom: -117px;
    max-width: unset;
    transform: rotate(172deg);
    z-index: -1;
}






.newsletter_section{
  background: #0076d6;
}
.newsletter_section h4, .newsletter_section p{
  color: #fff;
}










/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #8b8b8b;
  font-size: 14px;
  background: #333333;
}

#footer .footer-top {
    padding: 12% 0 30px 0;
    background: #16171a;
    background-size: cover !important;
    background-position: top center !important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top p {
  font-size: 14px;
  margin-bottom: 0;
  color: #c9c9c9;
}
.footer-contact img{
  margin-bottom: 20px;
}
.social-links{
  margin-top: 20px;
}
#footer .footer-top h4 {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 0;
  font-family: 'Proxima Nova Bold';
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #c5c5c5;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  color: #c5c5c5;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #c9c9c9;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter form{
  margin-top: 24px;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 15px 8px;
    width: 100%;
    border: 1px solid #525252;
    background: transparent;
    border-radius: 12px;
    color: #9d9d9d;
}

#footer .footer-newsletter form input[type="submit"] {
    border: 0;
    background: #0076d6;
    color: #fff;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    padding: 12px 0;
    border-radius: 12px;
    transition: 0.3s;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}



.footer-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle_content{
  padding: 0 22%;
  border-left: 1px solid #525252;
  border-right: 1px solid #525252;
}


.innnerBanner {
    padding-top: 140px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.team_section {
    background-color: #eef2fe;
}
.serviceDark h2, .serviceDark p {
    color: #fff;
}
.team_section .section-title, .contactUs .section-title {
    margin-bottom: 25px;
}
.post-box {
    width: 100%;
}
.form-group {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}
.form-group-left, .form-group-right {
    width: 46.5%;
}
.form-group input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 15px;
    border: 0px;
    border-bottom: 1px solid #c2c9cc;
}
.form-group textarea {
    width: 100%;
    height: 100px;
    text-indent: 15px;
    border: 0px;
    border-bottom: 1px solid #c2c9cc;       
}
.iconBox a {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
    box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 5%);
    width: 92%;
    height: 100%;
    text-align: center;
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
padding: 70px 20px;    
}
.iconRow .row {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 0%);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,1,1,0.05);
    box-shadow: 0px 0px 5px 5px rgb(0 1 1 / 0%);
}
.iconBox h4 {
    margin: 20px 0 10px;
}
.iconBox img {
    width: 40px;
}
/*.icon-boxes .row {
    z-index: 9;
}
.home-slider .swiper-slide {
    display: flex;
    background-size: cover !important;
    background-position: bottom -80px center !important;
    align-items: center;
    flex-flow: wrap;
}
.home-slider .swiper-pagination {
    bottom: 50px;
}*/
.benefitSlider .swiper-wrapper {
    align-items: center;
}
.benefitSlider{
    background: #f6f9fa;
    margin-bottom: 60px;
    position: relative;
}
.benefitSlider .swiper-pagination {
    transform: rotate( 
90deg
 );
    bottom: 48%;
    left: -47.5%;
}

.benefitSlider .swiper-button-next, .benefitSlider .swiper-button-prev {
    width: auto !important;
    left: 2% !important;
    right: unset !important;
}

.benefitSlider .swiper-pagination-bullet {
    margin: 0 15px !important;
}
.benefitSlider .swiper-button-prev {
    transform: rotate( 
90deg
 );
    top: 33.33%;
}
.benefitSlider .swiper-button-next {
    top: 66.66%;
    transform: rotate( 
90deg
 );
}
.imgWrap {
    text-align: center;
}


.about h2 {
    position: relative;
    padding: 15px 50px 15px 0;
    z-index: 2;
    margin-left: -50px;
}
.about h2:after{
  position: absolute;
  right: 60%;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  content: "";
  background: rgb(255,129,129);
  background: linear-gradient(90deg, rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
}


















.icon-box:hover .nonHover {
    display: none;
}
.icon-box:hover .onHover {
    display: block;
}
.icon-box .onHover {
    display: none;
}
.icon-box img {
    margin: 0 auto;
}
.icon-box a {
    display: block;
    text-align: center;
}
.contentPad {
    padding-right: 3%;
}
.btn-get-started:hover {
    letter-spacing: 1px;
        color: #333333;
}
.btn-get-started {
    color: #333333;
    font-weight: 300;
    text-decoration: none;
}
a {
    text-decoration: underline;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
        color: #333333;
}



.VideoRow img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.VideoRow {
    position: relative;
    height: 600px;
}
.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 99995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
#video-popup-container {
    display: none;
    position: fixed;
    z-index: 99996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 99997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}


.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    font-size: 14px;
}

.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    font-size: 10px;
    background: rgb(255,129,129);
    background: linear-gradient( 
90deg
 , rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
}
.padleft{
  padding-left: 40px;
}
.contactUs{
    overflow: unset;
}
.contactUs .imgCol{
    margin-bottom: -200px;
    position: relative;
}
.footerBottom {
    background: #0c0d0f;
}
.contactLinks ul img {
    margin-right: 10px;
}
.contactLinks ul li a {
    color: #c9c9c9;
    text-decoration: none;
}
.contactLinks ul {
    padding: 0;
}
.contactLinks ul li {
    list-style-type: none;
    margin: 10px 0;
}

.portfolio .isotope-item {

    padding: 10px;

}
.portfolio .image_wrapper {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.image_wrapper:hover .item_content {
    top: 0;
    left: 0;
    right: 0;
}
.item_content {
    padding: 40px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    background: rgb(255,129,129);
    background: linear-gradient( 
90deg
 , rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
    opacity: .9;
}
.portfolio .isotope-item .image_wrapper {

    height: 100%;

}
.item_content img {
    width: 40px !important;
    height: 40px !important;
}
.item_content h3 {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    margin-top: 10px;
}
.innerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.portfolio .isotope-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: relative;

}
.portfolio .coll {
    overflow: hidden;
}
.portfolio .isotope-item {
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}





.mobile-nav-toggle {
    display: block;

}
#navbar {
    display: none;
        width: 360px;
}
#navbar.navbar-mobile {
    display: block;
        background: rgb(22 23 26);
}
.navbar-mobile {
    right: 0;
    left: unset;
}
.header_right .mobile-nav-toggle.bi-x {
    z-index: 999;
    font-size: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
}
.navbar-mobile ul {
    top: 100px;
}
.humbergerMenu {
    display: none;
}


#hero .carousel-indicators, #hero .carousel-control-next, #hero .carousel-control-prev{
    display: none;
}




/*#header .logo img {
    display: none;
}*/
.child-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fb58c9;
    z-index: 999;
}
.navbar >ul> li.has-child:hover .child-menu {
    display: block;
}
.navbar ul li ul {
    display: none;
}
.child-menu li a {
    position: relative;
    z-index: 9;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
}
.child-menu li a:hover:after {
    width: 100%;
    display: block;
}
.child-menu li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    direction: none;
    background-color: rgb(241 38 179);
    height: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    z-index: -1;
}
.child-menu li a:hover {
    color: #fff;
}
#navbar.navbar-mobile ul.child-menu {
    display: block !important;
    top: unset !important;
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    padding: unset;
    overflow: hidden;
    background: transparent;
}
#humbergerMenunavbar ul.child-menu {
    top: unset !important;
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    padding: unset;
    overflow: hidden;
    background: transparent;
}
#navbar.navbar-mobile .child-menu li a:after, #humbergerMenunavbar .child-menu li a:after {
    display: none !important;
}
#navbar.navbar-mobile .child-menu li a, #navbar.navbar-mobile span .fa-caret-down {
    padding-left: 0px;
    padding-right: 0;
    color: #fff;
}
#navbar.navbar-mobile .child-menu{
    padding-left: 40px !important;
}
span .fa-caret-down {
    color: #333;
    z-index: 999;
}
.navbar > ul > li span {
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 999;
}
.navbar > ul > li:hover span .fa-caret-down{
    color: #f80bc8;
  }
  .navbar a {
    width: 100%;
}

#navbar.navbar-mobile a {
    padding: 10px 20px;
    color: #ffff;
}

img.banner_big_image {
    width: 100%;
}
.social-links ul {
    display: flex;
    padding-left: 0;
}
.social-links ul li {
    list-style-type: none;    margin-right: 10px;
}
.social-links ul li a i {
    font-size: 20px;
    padding-top: 5px;
}
.social-links ul li:hover a {
    background: #fc60ba !important;
}

.social-links ul li:hover a i {
    color: #fff !important;
}






/*#header {
    background: transparent;
}*/
a.footerlogo {
    font-size: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fb53d0;
     font-family: 'playfair_displayregular';
}
















/*Services Page Css Start*/
.inner_banner_title{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.inner_banner .big_container{
  position: relative;
}
.inner_banner_title h1 {
    background: rgb(255,129,129);
    background: linear-gradient(
90deg
, rgba(255,129,129,1) 0%, rgba(251,83,209,1) 100%);
    padding: 10px 54px;
    margin: 15px auto;
}
.EFMCI_Services{
  background: #f7f7f7;
}
.EFMCI_Services h2{
  color: #333333;
}
.EFMCI_Services h3{
  margin-bottom: 30px;
}


/*Services Page Css End*/









.bigSquare {
    width: 50%;
    height: 700px;
}

.item-big {
    width: 100%;
    height: 100%;
}
.smallSquare {
    width: 50%;
    display: flex;
    flex-flow: wrap;
}
.item-small {
    width: 50%;
    height: 350px;
}
.portfolioRow {
    display: flex;
    flex-flow: wrap;
}
.item-long {
    width: 50%;
}
.itemInnerSmall {
    width: 50%;
}
.itemInnerSmall .item-small {
    width: 100%;
}


.testimonials .testimonial-item .testimonial-img{
  width: auto;
  max-height: 100px;
}

#navbar.side-navi ul li .child-menu{
  display: none !important;

  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
} 
#navbar.side-navi ul li:hover .child-menu{
  display: block !important;
}

#navbar.side-navi ul{

}

#navbar.side-navi ul::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#navbar.side-navi ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
 
/* Handle */
#navbar.side-navi ul::-webkit-scrollbar-thumb {
  background: #333; 
  border-radius: 4px;
}

/* Handle on hover */
#navbar.side-navi ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

/* April-22-2021 css end */


/* April-23-2021 css start */


    .odd-box{
      padding: 40px 25px;
      background-color: #f5f5f5;
    } 

   .even-box{
      padding: 40px 25px;
      background-color: #fff;
    } 

    .about-us-01 .row{
      justify-content: space-between;
    }

    .about-us-01 .row:nth-of-type(even){
      flex-flow: row-reverse;      
    }

    .about-us-01 .row:nth-of-type(odd) .pd-adj{
      padding-left: 4%;
    }

    .about-us-01 .row:nth-of-type(even) .pd-adj{      
      padding-right: 4%;

    }

/* April-23-2021 css end */


/* April-26-2021 css Start */

.lipstick h2:after{
    right: 45%;
}

/* April-26-2021 css end */


/* April-27-2021 css Start */

.about-us-part2{
  background: #f7f7f7;
}

.about-us-part2 .pd-adj{
  padding-right: 4%;
}

.about-us-part3 .pd-adj{
  padding-left: 4%;
}

.about-us-part4{
  background: #f7f7f7;
}

.about-us-part4 .pd-adj{
  padding-right: 4%;
} 

.service-cstm h2:after{
  right: 45%;
}

.service-cstm .pd-adj{
  padding-left: 4%;
}

.EFMCI_Services-part-01 .pd-adj{
  padding-right: 4%;
}

.motivational-speaking-cstm h2:after{
  right: 30%;
}

.motivational-speaking-cstm .pd-adj{
  padding-left: 4%;
}


/* April-27-2021 css End */


.item_content p {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.icon-box {
    padding: 0 10px;
}


/* Gallery with caption june-15-21 start */

/*.gallery-caption .isotope-item{
  visibility: visible;
}
.portfolio .gallery-caption .isotope-item .image_wrapper{
  visibility: visible;
}
.gallery-caption .caption-txt{
  background: #fff;    
  min-height: 40px;
  border:1px solid #f00;
  padding: 10px 10px;
  box-sizing: border-box;
}
.gallery-caption .bigSquare{
  height: auto;
}

.gallery-caption .image-wrap {
    height: 637px;
}*/

.border-comm{
  border: 1px solid #c9c9c9;
}


/* Gallery with caption june-15-21 end */