
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.bxs-star{
  color: #FFC300;
}
a {
  color: #7892CA;
}

a:hover {
  color: #0936AE;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.sendButtonForm {
  transition: ease-in-out 0.3s;
  height:30px;
  background:#7892CA;
  border:none;
  padding-left: 20px;
  padding-right: 20px;
  color:#ffffff;
}
.sendButtonForm:hover{
  transition: ease-in-out 0.3s;
  background-color:#ededed;
  color: #7892CA;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #7892CA;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #0936AE;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FDFDFD;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info {
  color: #545454;
}

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

#topbar .contact-info a:hover {
  color: #7892CA;
}

#topbar .contact-info i {
  color: #545454;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar .social-links a {
  color: #545454;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #7892CA;
}

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




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.navbar{

  padding: 0 10px;


}



.navbar-nav li{
  padding-right: 20px;
}


.nav-link{
  font-size: 14px;
  font-weight:normal;
  color: #393A3B;
  transition: ease-in-out 0.3s;
}

.nav-link:hover{
  color: #CA7892;

}
/* A7A9AC */

.activeNav{
  color: #CA7892!important;
}



.navbar-brand img{
  width: 65%;
  height: 100%;
}




.dropdown:hover>.dropdown-menu{
  display: block;
  max-height: 320px;
  opacity: 1;
}

.dropdown-item:hover{

  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-color: #FFFFFF;
  color: #CA7892;
}


.dropdown-menu{
  color: #CA7892!important;
  font-size: 14px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}






.navbar-toggler .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22, 33, 62  ,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1023px)  {

  .navbar-brand img{
    width: 65%;
    height: 100%;

  }

  .navbar{
    padding: 0 50px;
  }

  .navbar-nav li{
    padding-right: 20px;
  }


  .nav-link{
    font-size: 16px;
  }




}




/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){





  .navbar-brand img{
    width: 65%;
    height: 100%;


  }

  .navbar{

    padding: 0 50px;
  }

  .navbar-nav li{
    padding-right: 20px;
  }


  .nav-link{
    font-size: 16px;
  }


}



/* ipad Pro Portrait Hack */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){




    .navbar-brand img{

display: none;
    }

    .navbar{


      padding: 0 10px;
    }

    .navbar-nav li{
      padding-right: 12px;
    }


    .nav-link{
      font-size: 14px;
    }



}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

  .navbar-brand img{
    display: none;
  }

  .navbar{

    padding: 0 10px;
  }

  .navbar-nav li{
    padding-right: 12px;
  }


  .nav-link{
    font-size: 14px;
  }

}

/* iPad Pro 12 inch(landscape) ----------- */
@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {


      .navbar-brand img{
        width: 65%;
        height: 100%;

      }

      .navbar{

        padding: 0 10px;
      }

      .navbar-nav li{
        padding-right: 12px;
      }


      .nav-link{
        font-size: 14px;
      }
}



/* mobile portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

  .navbar-brand img{
    width: 60px;
    height: 60%;

  }

  .navbar{

    padding: 0 20px;
  }

  .navbar-nav li{
    padding-right: 20px;
  }


  .nav-link{
    font-size: 16px;
  }

}


/* mobile ladscape */
@media only screen and (min-device-width : 640px) and (max-device-width : 736px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

  .navbar-brand img{
    width: 60px;
    height: 60%;

  }

  .navbar{

    padding: 0 20px;
  }

  .navbar-nav li{
    padding-right: 20px;
  }


  .nav-link{
    font-size: 16px;
  }

}

/* Galaxy fold */
@media only screen and (min-width: 280px) and (max-width: 600px){

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover!important;
  background-repeat:no-repeat!important;
  background-position:center center !important;
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {

  padding: 0 10px 0 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight:normal;
  line-height: 55px;
  background-color: rgba(255, 255, 255,1);
  letter-spacing: 4px;

}

#hero h2 span {
  color: #7892CA;
}



#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #7892CA;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: .2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}






/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){


  #hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  #hero .carousel-item {
    width: 100%;
    height: 100vh;

  }



  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }



  #hero h2 {

    padding: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 1.8px;

  }



  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    display: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }





}



/* ipad Pro Portrait Hack */
@media only screen and (max-device-width : 1024px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){



    #hero {
      width: 100%;
      height: 100vh;
      overflow: hidden;
      padding: 0;
      position: relative;
      z-index: 1;
    }

    #hero .carousel-item {
      width: 100%;
      height: 100vh;

    }



    #hero .carousel-container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }



    #hero h2 {

      padding: 20px;
      margin-bottom: 30px;
      font-size: 30px;
      font-weight: 400;
      line-height: 50px;
      letter-spacing: 2px;

    }



    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
      background: none;
      font-size: 38px;
      line-height: 1;
      width: auto;
      height: auto;
    }




}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {



      #hero {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        padding: 0;
        position: relative;
        z-index: 1;
      }

      #hero .carousel-item {
        width: 100%;
        height: 100vh;

      }



      #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
      }



      #hero h2 {

        padding: 20px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 300;
        line-height: 50px;
        letter-spacing: 1.8px;

      }



      #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 38px;
        line-height: 1;
        width: auto;
        height: auto;
      }




}

/* iPad Pro 12 inch(landscape) ----------- */
@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {



        #hero {
          width: 100%;
          height: 100vh;
          overflow: hidden;
          padding: 0;
          position: relative;
          z-index: 1;
        }

        #hero .carousel-item {
          width: 100%;
          height: 100vh;

        }



        #hero .carousel-container {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          right: 0;
        }



        #hero h2 {

          padding: 20px;
          margin-bottom: 30px;
          font-size: 30px;
          font-weight: 400;
          line-height: 50px;
          letter-spacing: 2px;

        }



        #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
          background: none;
          font-size: 38px;
          line-height: 1;
          width: auto;
          height: auto;
        }




}



/* mobile portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

  #hero {
    width: 100%!important;
    height: 30vh!important;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;

  }

  #hero .carousel-item {
    width: 100%!important;
    height: 30vh!important;
    background-size: contain!important;
    background-repeat:no-repeat!important;
  }

  #hero .carousel-indicators li {
    display: none;
  }


  #hero h2 {

    padding: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.4px;

  }



  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {

  }



}


/* mobile ladscape */
@media only screen and (min-device-width : 640px) and (max-device-width : 736px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

  #hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  #hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover!important;
    background-repeat:no-repeat!important;
    background-position: center center!important;
  }




  #hero h2 {

    padding: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.4px;

  }



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

}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title img{
  width: 400px;
  height: 100%;
  
}

.rera{
  text-align: center;
  align-items: center;
  list-style: none;
}

.section-title h2 {
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #656768;
  position: relative;
  letter-spacing: 1.4px;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;

  background: #7892CA;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title h1 {
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #656768;
  position: relative;
  letter-spacing: 1.4px;
  font-family: "Poppins", sans-serif;
}

.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;

  background: #7892CA;
  bottom: 0;
  left: calc(50% - 25px);
}


.section-title p {
  margin-bottom: 0;
  line-height: 25px;
  letter-spacing: 1.3px;
  font-size: 15px;

}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/



#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 20px;
  font-weight: 500;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 70px;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 6px 40px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 5px 30px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 5px 25px;
  }
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}




.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/

.featured {
  position:relative;
  z-index: 2;
 margin-top: -40px;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
  color: #CA7892;
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  letter-spacing: 0.8px;
  font-size: 14px;
  margin-bottom: 0;

}


.featured .icon-box:hover {
  background: rgba(255, 255, 255, 0.6);
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a  {
  color: #CA7892;
}


.featuredblg {
  position: relative;
  z-index: 2;
}

.featuredblg .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.featuredblg .icon-box i {
  color: #f82249;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.featuredblg .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featuredblg .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featuredblg .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
}




.about-us{
  margin: 20px 0;

}
.about-us  .slidePara {


  line-height: 27px;
  letter-spacing: 1.4px;
  font-size: 15px;
  font-family: Helvetica;
  text-align: justify;


}


.about-us .content{
  padding:20px;
  background-color: #1c2444;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.about-us .content p {
  color: #B2AFAF;
  margin-bottom: 0;
  letter-spacing: 1.4px;

}
.about-us .content h1 {
  color: #cdcdcd;
  padding: 20px 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #cdcdcd;
}

.about-us .content .icon-box i {
  font-size: 40px;
  float: left;
  color: #938C8C;
}

.about-us .content .icon-box p {
  font-size: 17px;
  letter-spacing: 1.4px;
  color: #B2AFAF;
  padding-top: 15px;

}

.about-us .content .icon-box ul {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 40px;
  color: #B2AFAF;

}

.about-us .content  ul {
  font-size: 16px;
  padding-top:10px;
  letter-spacing: 1.4px;
  line-height: 40px;
  color: #B2AFAF;
}



.about-us .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.about-us .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  margin-bottom: 20px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.about-us .portfolio-details-carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}



.about-us .portfolio-details-carousel .owl-dot.active {
  background-color: #7892CA !important;
}






/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content h3 {
  font-weight: 500;
  letter-spacing: 1.4px;
  font-size: 22px;
  color: #545454;
  padding-top: 15px;

}

.about .content h1 {
  font-weight: 500;
  letter-spacing: 1.4px;
  font-size: 22px;
  color: #545454;
  padding-top: 15px;

}

.about .content h2 {
  font-weight: normal;
  letter-spacing: 1.2px;
  padding-bottom: 15px;
  font-size: 17px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
  padding-top: 15px;
}

.about .content ul li {
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 15px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #7892CA;
}

.about .content p{
line-height: 28px;
font-size: 15px;
}


.about .content p:last-child {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: Helvetica;
  letter-spacing: 5px;
  color:#7892CA;

}
.about .col-lg-12 img{
  width: 100%;
  height: 400px;
}
.about .row{
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f82249;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
/* a */
.services .icon-box h4  {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #f82249;
  border-color: #f82249;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #f82249;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}



/*--------------------------------------------------------------
# Before After
--------------------------------------------------------------*/
.beforeAfter .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;


}

.beforeAfter .owl-item img {
  /* opacity: 0.5; */
  width: 80%;
  transition: 0.3s;
  /* -webkit-filter: grayscale(100);
  filter: grayscale(100); */
}

.beforeAfter .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  /* opacity: 1; */
}

.beforeAfter .owl-nav, .beforeAfter .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.beforeAfter .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.beforeAfter .owl-dot.active {
  background-color: #662D91 !important;
}









/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;


}

.clients .owl-item iframe {
  /* opacity: 0.5; */
  width: 90%;
  height: 235px;
  transition: 0.3s;
  /* -webkit-filter: grayscale(100);
  filter: grayscale(100); */
}

.clients .owl-item iframe:hover {
  -webkit-filter: none;
  filter: none;
  /* opacity: 1; */
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #7892CA !important;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts{

}
.counts .count-box {

padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #7892CA;
  padding-right: 20px;
  float: left;
}

.counts .count-box span {
  font-size: 40px;
  line-height: 24px;
  letter-spacing: 1.4px;
  display: block;
  font-weight: 600;
  color: #7892CA;

}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  word-spacing: 2px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-align: justify;

}

.counts .count-box h3 {
font-size: 20px;
}

.counts .count-box  li{
  padding: 20px 0 0 0;
  margin: 0;
  word-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}






/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/


.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 50px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: rgb(255,255,255);
  border-top: 4px solid #fff;
  padding: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -15px;
  transition: 0.3s;
}

.events .card-title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.events .card-title a {
  color: #7892CA;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #7892CA;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #7892CA;
}

.events .card:hover .card-body .card-title a {
  color: #7892CA;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #F5F6F8;
  margin-bottom: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 250px;
  border-radius: 139px;
  border: 1px solid #7892CA;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .col-lg-4 .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 0.5px solid #cdcdcd;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  letter-spacing: 1.3px;
  font-weight: normal;
  margin: 10px 0 5px 0;
  color: #7892CA;
}

.testimonials .testimonial-item h4 {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: black;
  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 {

  color: #555;
  line-height: 27px;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f82249;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #f82249;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
padding: 0 0;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #CA7892;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #CA7892;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #CA7892;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}




/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #f82249;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #f82249;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #f82249;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #f82249;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #f82249;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #f82249;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
    font-weight: 400;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
    color: #0e1b4d;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #f82249;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #f82249;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e6573f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.call-button, .whatsapp-button {
  position: fixed;
  right: 7px;
  z-index: 9999;
}

.call-button {
  bottom: 140px;  /* adjust this value as needed */
}

.whatsapp-button {
  bottom: 80px;
}

.call-button a, .whatsapp-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: orange;  /* change this for call button as needed */
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.whatsapp-button a:hover {
  background-color: #128C7E; /* change this to the color you want on hover */
}

.call-button a:hover {
  background-color: #004F9F; /* change this to the color you want on hover */
}


/* Adjust button size on mobile devices */
@media (max-width: 767px) {
  .call-button a, .whatsapp-button a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #CA7892;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .container-fluid{
width: 92%;
}




#footer .footer-top {
  background: #fff;
  border-top: 1px solid
  border-bottom: 1px solid #474747;
  padding: 20px 0 30px 0;
  color: #474747;
  text-align: justify;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  text-align: justify;
  color: #474747;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #7892CA;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#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: #7892CA;
  font-size: 18px;
  line-height: 1;
}

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

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

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

#footer .footer-top .footer-links ul a:hover {
  color: #CA7892;
}

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

#footer .footer-top .footer-contact p {
  line-height: 30px;
}

#footer .footer-top .footer-contact h1{
font-size: 16px;
font-family: 'Helvetica';
letter-spacing: 1.3px;
font-weight: normal;

}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a{
  text-decoration: none;
  color: #fff;
}
#footer .credits a:hover{

  color: #0936AE;
}
