/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
 font-family: 'Sora', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

section {
  padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.header {
    height: 40px;
   background: #a53460;
   padding: 6px 0;

}
.header .call-icon {
    display: inline-block;
}
.header .call-icon i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
}
.header .call-icon p {
    padding: 5px;
}
.social-icons {
    text-align: right;


}
.social-icons .call-icon i
{
	font-size: 20px;
}
.header .call-icon {
      display: inline-block;
    height: 30px;
    width: 30px;
    border: solid 2px white;
    border-radius: 50%;
    padding: 2px 4px;
    margin-right: 11px;
    color: white;
}
.navbar{
            background: #18b3ab;
    box-shadow: 0px 15px 100px 0px rgb(255 255 255 / 8%);
    width: 100%;
    padding: 12px 60px;
}

.navbar-expand-md .navbar-nav .nav-link {

     padding: 5px 12px;

    font-size: 18px;
    color: white;
    font-weight: 500;
    border-left: solid #6cbfb7;
    line-height: 16px;

}
.navbar.fixed-top {
  top: 0;

}

.navbar-brand {
      width: 294px;
    padding: 15px 0;
}

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
 padding: 8px 16px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #a53460;
}
.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  background-color:  #a53460;
  color: #fff;
}

/*sub dropdown menu*/
.navbar .dropdown-menu {
 /* border-bottom: 2px solid #ee8934;;*/
      top: 22px;
  left: 14px;
  padding: 0;

}

.navbar.fixed-top .dropdown-menu {
    top: 30px;
  left: 12px;
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 20px;
  display: inline-block;
}

.dropdown-menu li {
    border-bottom: 1px solid #ececec;
}

.dropdown-menu li:first-child,
.dropdown-menu li:last-child {
   border-bottom: none;
}

.dropdown-divider {
    margin: 0 0 .5rem 0;
}
/*.dropdown:hover .dropdown-menu {display:  inline-block;}*/
.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.title1 h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  /*  padding-left: 50px;*/
    text-transform: uppercase;
    margin-bottom: 13px;
    color:#a53460;
}
.title1 span
{
    position: relative;
    /*top: -4px;*/
    margin: 0 15px;
    display: inline-block;
}
/*.title1 h4:before {
    position: absolute;
    content: '';
    background: url(../images/icon.png);
    width: 37px;
    height: 7px;
    left: 19px;
    top: 6px;
}*/
.mb-30 {
    margin-bottom: 30px;
}
.title1 h2 {
          padding-bottom: 25px;
    display: block;
     font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    margin: 0px;
}
.title1 h2 span {
    color: #a53460;
}
.about-title-img {
        width: 13%;
    margin-top: -9px;
    margin-left: -17px;
}
.es-year {
    position: absolute;
       right: 107px;
    top: 92%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.es-year .year-content {
    border: 2px dashed #02a6a7;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    color: #ffffff;
    background:#02a6a7;
}
.es-year .year-content span.icon-wrapper {
    font-size: 20px;
    color: #ffffff;
}
.es-year .year-content span.title {
    font-size: 18px;
    font-weight: 700;
}
.theme-btn{
  background: #02a6a7;
    color: #ffffff;
  display: inline-block;
  font-weight: 800;
      padding: 10px 28px 10px 65px;
  border: 0;
  border-radius: 0% 60px 60px 60px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 18px;

  transition: all 0.3s;
}
.theme-btn i {
     position: absolute;
    left: 5px;
    top: 4px;
    width: 41px;
    height: 38px;
    line-height: 39px;
    background: #fff;
    border-radius: 0% 30px 30px 30px;
    transition: all 0.3s;
    text-align: center;
    color: #02a6a7;
}
.theme-btn:hover,.theme-btn:focus,  .theme-btn:active {
  background: #a53460;
  border-radius: 60px 60px 60px 0px;
  color: white;
}
.theme-btn:hover i,  .theme-btn:focus i,  .theme-btn:active i {
  border-radius: 30px 30px 30px 0px;
}
.theme-btn:hover:after {
  opacity: 1;
}
.carousel-item .banner-tittle {
       position: absolute;
    top: 46%;
    margin-top: -100px;
 left: 15%;
}
.carousel-item .banner-tittle h5 {
    font-size: 20px;
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.carousel-item .banner-tittle h2 {
    font-size: 44px;
    line-height: 72px;
    color: #223645;
    font-weight: bold;
}
.carousel-item .banner-tittle h2 span {
    font-weight: 300;
      color: #a53460;
}
/***********************************************************/

.testimonials .slide-item {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(17, 17, 17, 0.05);
    margin-bottom: 20px;
    min-height: 334px;
}

.testimonials.pg-review .slide-item {
    min-height: auto;
}

.testimonials .slide-item .star-icon {
    width: 150px;
    padding-left: 40px;
}

.testimonials .slide-item .google-icon {
    width: 36px;
    position: absolute;
    top: 26px;
    left: 18px;
}

.testimonials .slide-item h5 {
    font-weight: bold;
    padding-left: 40px;
}

.testimonials .star-img {
    width: 200px;
    margin-bottom: 30px;
}

.section-testimonial .owl-icon {
    background-color: #fff
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 30px;
    width: 30px;
    line-height: 15px;
    border-radius: 100%;
    background-color: #284387;
    text-align: center
}

.testimonial-wrapper .owl-nav button.owl-prev {
    margin-left: -50px;
}

.testimonial-wrapper .owl-nav button.owl-next {
    margin-right: 50px;
}

.testimonial-wrapper .owl-nav button.owl-prev span,
.testimonial-wrapper .owl-nav button.owl-next span {
    font-size: 40px;
    color: #fff
}


/***********************************************************/
/*.diff .col-md-3 {*/
/*    -ms-flex: 0 0 25%;*/
/*    flex: 0 0 25%;*/
/*    max-width: 22%;*/
/*}*/
/* 3.3 wpo-work-section */
.wpo-work-section {
  /*background: url(../images/work.jpg) no-repeat right center;*/
      background: #a53460;
  background-size: cover;
}
@media (max-width: 991px) {
  .wpo-work-section {
    padding-bottom: 0;
  }
}
.wpo-work-section .wpo-work-wrap {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-work-section .wpo-work-wrap {
    padding-top: 60px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item {
  position: relative;
  z-index: 1;
  padding: 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item {
    margin-bottom: 70px;
  }
}
@media (max-width: 450px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item {
    max-width: 280px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-img {
  width: 180px;
  height: 180px;
  border-radius: 50% 0% 50% 50%;
  transform: rotate(-43deg);
  margin: auto;
  overflow: hidden;
  position: relative;
 border: 5px solid #cfcfcf;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-img {
    width: 150px;
    height: 150px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-img img {
  transform: rotate(45deg);
  position: absolute;
  width: 120%;
  top: -34px;
  left: -6px;
  height: 124%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  z-index: -1;
  border-radius: 50% 0% 50% 50%;
  transition: all 0.3s;
  transform: rotate(316deg);
  transition: all 0.3s;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text {
        padding: 34px;
}
@media (max-width: 1400px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text {
    padding: 47px;
  }
}
@media (max-width: 450px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text {
    padding: 17px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text h2 {
     font-size: 23px;
  font-weight: 900;
  max-width: 200px;
  margin: auto;
}
@media (max-width: 1400px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 1400px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text h2 {
    font-size: 23px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text h2 a {
  color: #a53460;
  transition: all 0.3s;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .wpo-work-text h2 a:hover {
  color: #fde023;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .visible-text {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
        bottom: 6px;
  z-index: -1;
}
@media (max-width: 767px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .visible-text {
    bottom: -40px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item .visible-text span {
    font-size: 196px;
  color: #247ffb;
  opacity: 0.08;
  font-weight: 800;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .visible-text span {
    font-size: 210px;
  }
}
@media (max-width: 767px) {
  .wpo-work-section .wpo-work-wrap .wpo-work-item .visible-text span {
    font-size: 180px;
  }
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:hover:before {
  background: #02a6a7;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:hover .visible-text span {
  color: #fff;
  opacity: 0.12;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:hover .wpo-work-text h2 a {
  color: #fff;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:hover .wpo-work-text h2 a:hover {
  color: #fde023;
}
.wpo-work-section .wpo-work-wrap .wpo-work-item:hover .wpo-work-img {
  border: 5px solid rgba(245, 249, 255, 0.25);
}
.wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item {
  top: -100px;
}
@media (max-width: 1200px) {
  .wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item {
    top: -75px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item {
    top: -70px;
  }
}
@media (max-width: 450px) {
  .wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item {
    top: -55px;
  }
}
.wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item:before {
  transform: rotate(133deg);
}
.wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item .wpo-work-img {
  transform: rotate(133deg);
}
.wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item .wpo-work-img img {
  transform: rotate(225deg);
}
.wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item .visible-text {
  bottom: auto;
      top: 76px;
}
@media (max-width: 767px) {
  .wpo-work-section .wpo-work-wrap .col:nth-child(2) .wpo-work-item .visible-text {
    top: -40px;
  }
}
.pad-46
{
  padding: 46px!important;
}
.content {
    position: relative;
       width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}
.text-wrapper {
    /*background: linear-gradient(hsla(0,0%,100%,0) 50%,#f8e6c6 0);*/
    /*background: linear-gradient( 37deg, #b7871ba8, #fbea7594, #c29223a6);*/
    display: inline;
}
.content .content-overlay {
        background: #a534608a;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: solid 1px #a53460;
}

.content-details {
           position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    /* top: 70%; */
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
       background: #a53460;
    height: 90px;

}
.content-details1 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 0;
}
.content:hover .content-details1 {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3 {
           color: white;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
        background: #a53460;
    padding: 5px;
    font-size: 18px;
    line-height: 24px;
}
.fac .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 29.333333%;

}
/*--------------------------------------------------------------
3.6 wpo-team-section
--------------------------------------------------------------*/
.wpo-team-section {
  background: url(../images/team/bg.jpg) no-repeat right center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.wpo-team-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #02a6a7;*/
  opacity: 0.96;
  content: "";
  z-index: -1;
}
.wpo-team-section .wpo-section-title h2 {
  color: #fff;
}
.wpo-team-section .wpo-section-title p {
  color: #fff;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item {
    flex-wrap: wrap;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  margin-right: 10px;
  flex-basis: 50%;
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
    margin-bottom: 10px;
    flex-basis: 100%;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  border-radius: 50% 50% 0px 50%;
  width: 310px;
  height: 310px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  width: 310px;
  height: 310px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
 background: rgb(230 225 218);
  border-radius: 50% 50% 50% 0%;
  margin-left: 10px;
  transition: all 0.3s;
  flex-basis: 50%;
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    flex-basis: 100%;
  }
}

.core-team-sec .team-line {
    background-color: rgb(230 225 218);
    padding: 20px 15px;
    min-height: 232px;
}

.core-team-sec .team-line h2 {
    color: #a53460;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.core-team-sec .team-line p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fde023;
  transition: all 0.3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  font-size: 23px!important;
  font-weight: 700;
  margin: 10px 0;
  transition: all 0.3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
    color: #a53460;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
  color: #fde023;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h5
{
        line-height: 26px!important;
    font-size: 18px!important;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li {
  margin: 0 6px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #13287e;
  border-radius: 50%;
  color: #fff;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a:hover {
  background: #247ffb;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text:hover {
  background:#a53460;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text:hover span {
  color: #13287e;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text:hover h2 a {
  color: #13287e;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text:hover h2 a:hover {
  color: #247ffb;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text {
  background: #02a6a7;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text span {
  color: #13287e;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text h2 a {
  color: #13287e;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text h2 a:hover {
  color: #247ffb;
}

/*--------------------------------------------------------------
3.7 wpo-testimonials-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-img {
    text-align: center;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-img img {
  border-radius: 0% 50% 50% 50%;
}
@media (max-width: 991px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-img img {
    width: 100%;
  }
}
.color-yellow {
    color: #F6961F;
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
      background: #e7e7e7;
    padding-left: 0px;
    border-radius: 150px 150px 0px 150px;
    /* margin-left: -183px; */
    position: relative;
    /* margin-top: 203px; */
    padding: 38px 0px 0px 40px;
    /* height: 101px; */


}
@media (max-width: 1400px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
    margin-left: -100px;
  }
}
@media (max-width: 1200px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
    margin-left: 0px;
    margin-top: -50px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text {
    padding: 30px;
    border-radius: 50px 50px 0px 50px;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .quote {
      width: 75px;
    height: 95px;
    line-height: 101px;
    background: #02a6a7;
    text-align: center;
    border-radius: 30px 30px 30px 0%;
    font-size: 40px;
    position: absolute;

    top: -47px;

    left: 120px;
    color: white;
}
@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .quote {
    left: 40px;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide {
  position: relative;
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide p {

  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide p {
    font-size: 18px;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide h5 {
  font-size: 25px;
  font-weight: 900;
}
@media (max-width: 1400px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide h5 {
    font-size: 22px;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide span {
  font-size: 15px;
  color: #247ffb;
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide .owl-dots {
    right: 0;
    bottom: 0;
  }
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide .owl-dots .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #ccdbef;
  margin: 0 5px;
  border-radius: 50%;
}
.wpo-testimonials-section .wpo-testimonials-wrap .wpo-testimonials-text .wpo-testimonials-slide .owl-dots .owl-dot.active {
  background: #13287e;
}
.wpo-testimonials-section .wpo-testimonials-wrap .owl-nav {
  display: none;
}
.stylish-color-dark {
 background: url(../images/footer-bg.jpg);
    background-position: right bottom;
    background-color: #000204;
    background-repeat: no-repeat;
    background-size: cover;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
        background: #18b3ab;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
       font-size: 29px;
    line-height: 47px;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}
.btn-tw {
    color: #fff;
    background-color:#00acee !important;
}
.btn-li {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.btn-tube {
    color: #fff;
    background: red;
}
.ttm-page-title-row{
      background-image: url(../images/contact-brt.jpg);
    background-size: 100%;
    height: 205px;
    background-repeat: no-repeat;
    margin-top: -23px;
    z-index: -1;
    position: relative;
}
.breadcrumb>li+li:before {
     content: "" !important
 }

 .breadcrumb {
     padding: 19px;
     font-size: 14px;
     color: #aaa !important;
     letter-spacing: 2px;
     border-radius: 5px !important
 }

 .first ol {
     border-top-right-radius: 200px !important;
     border-bottom-right-radius: 200px !important
 }

 .first-1 {
     background-color: white !important
 }

 .first span {
     color: white
 }
 .active-1 span
 {
      color: #de3e8c;
 }

 .active-1 {
        font-size: 18px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 200px !important;
    background-color: white !important
 }

 .first ol {
      background-color: rgb(165 52 96) !important;
      margin-top: 65px;
 }

 @media (max-width: 767px) {
     .breadcrumb {
         font-size: 10px
     }

     .breadcrumb-item+.breadcrumb-item {
         padding-left: 0
     }

     .active-1 {
         font-size: 10px !important;
         padding-right: 8px !important;
         padding-left: 8px !important;
         width: 100% ! important
     }

     .breadcrumb {
         letter-spacing: 1px !important
     }

     .breadcrumb>* div {
         max-width: 60px;
     }
 }
  .profile1__item--content {
     padding: 17px 20px 8px 120px;
  }

.carousel {
    position: relative;
      box-shadow: 0px 0px 3px 0px rgb(59 133 129);
}
.ml1 {
     font-weight: 900;
    font-size: 17px;
    margin-top: -3px;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
.header-contact {
	background-color: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        padding-top: 22px;
}
.contact-box .icon-box {
       margin-right: 14px;
    float: left;
    color: #a53460;
    font-size: 31px;
    border: solid 2px;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 1px 11px;
    /*box-shadow: 0px 5px 0px 0px rgb(165 52 96);*/
        box-shadow: inset 0px 5px 5px 0px rgb(165 52 96);
}
.contact-box .contact-content .text-light {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.text-light {
      color: #626161!important;
}
.contact-box .contact-content .contact-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
        color: black;
}
.vs-content-box1 {
    min-height: 283px;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    /* transition: 0.4s; */
    position: relative;
    background:#18b3ab;
}
.top-round {
    border-radius: 70% 0 0 0;
    overflow: hidden;
        box-shadow: 0px 0px 3px 0px rgb(59 133 129);
}
.bottom-round {
    border-radius: 0 0 70% 0;
    overflow: hidden;
        box-shadow: 0px 0px 3px 0px rgb(59 133 129);
}
.vs-content-box1:hover:before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    left: 6px;
    top: 6px;
}
.vs-content-box1:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 30px 30px 0 0;
    border-color:white transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.vs-content-box1 .about-number {
    font-size: 60px;
    margin-bottom: 0;
}
.about-contents {
    height: inherit;
    -webkit-box-shadow: 0px 20px 73px 0px rgb(87 87 87 / 6%);
    box-shadow: 0px 20px 73px 0px rgb(87 87 87 / 6%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

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

#Teeth-Container {
    padding: 40px 0px 0px;
}

#Teeth {

    position: relative;
}

#Teeth::after {
       content: "";
    width: 406px;
    height: 564px;
    position: absolute;
    right: -163px;
    /*background: url(../images/teeth-img.png) no-repeat 0 0;*/
    margin: auto;
    bottom: -209px;
    z-index: 99;
}

.teeth-intra {
    width: 100%;
    padding: 0px 10px 0px 10px;
    background: url(../images/teeth-bg.png) no-repeat center center;
        background-size: 100%;
    min-height: 350px;
    position: relative;
}

.teeth-intra a {
    text-decoration: none;
}


#Teeth .heading1 {
    color: #3c4f5c;
    text-align: center;
    font: 600 40px/50px 'Crimson Text', serif;
    text-transform: uppercase;
    position: relative;
    width: 540px;
    margin: 0 0 30px 12%;
}

#Teeth .heading1::before {
    content: "";
    width: 68px;
    height: 8px;
    position: absolute;
    left: -51px;
    background: url(../images/test-line.png) no-repeat 0 0;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

#Teeth .heading1:after {
    content: "";
    width: 68px;
    height: 8px;
    position: absolute;
    right: -51px;
    background: url(../images/test-line.png) no-repeat 0 0;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.teeth-intra li {
    display: inline-block;
      width: 40%;
    text-align: center;
}

.teeth-intra .heading2 {
       color:#a73863;

}


.teeth-intra li span {
    display: block;
    margin: 0px auto;
    height: 83px;
    width: 70px;
}

/*.teeth-intra li:nth-child(1n) span {*/
/*    background: url(../images/teeth-icon.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*}*/

/*.teeth-intra li:nth-child(2n) span {*/
/*    background: url(../images/teeth-icon-2.png) no-repeat center center;*/
/*    animation-delay: 1.5s;*/
/*}*/

/*.teeth-intra-tab1 {*/
/*   position: absolute;*/
/*    top: 0px;*/
/*    margin: auto;*/
/*    left: -157px;*/
/*}*/
/*.teeth-intra-tab1*/
/*{*/
/*        background: url(../images/Icon-background.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 30%;*/
/*    height: 200px;*/
/*}*/

/*.teeth-intra-tab2 {*/
/*       position: absolute;*/
/*    bottom: 6px;*/
/*    margin: auto;*/
/*    left: 1px;*/
/*}*/
/*.teeth-intra-tab2*/
/*{*/
/*    background: url(../images/p2.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/
/*.teeth-intra-tab2 span*/
/*{*/
/*       margin-top: 97px !important;*/
/*}*/
/*.teeth-intra-tab3 {*/
/*     position: absolute;*/
/*    top: 3px;*/
/*    margin: auto;*/
/*    left: 149px;*/
/*}*/
/*.teeth-intra-tab3*/
/*{*/
/*    background: url(../images/p3.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/
/*.teeth-intra-tab4 {*/
/*       position: absolute;*/
/*    bottom: 8px;*/
/*    margin: auto;*/
/*    left: 305px;*/
/*}*/
/*.teeth-intra-tab4 span*/
/*{*/
/*       margin-top: 97px !important;*/
/*}*/
/*.teeth-intra-tab4*/
/*{*/
/*    background: url(../images/p4.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/

/*.teeth-intra-tab5 {*/
/*      position: absolute;*/
/*    top: 5px;*/
/*    margin: auto;*/
/*    right: 201px;*/
/*}*/
/*.teeth-intra-tab5*/
/*{*/
/*    background: url(../images/p5.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/
/*.teeth-intra-tab6 {*/
/*       position: absolute;*/
/*    bottom: 13px;*/
/*    margin: auto;*/
/*    right: 36px;*/
/*}*/
/*.teeth-intra-tab6 span*/
/*{*/
/*       margin-top: 97px !important;*/
/*}*/
/*.teeth-intra-tab6*/
/*{*/
/*    background: url(../images/p6.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/
/*.teeth-intra-tab7 {*/
/*       position: absolute;*/
/*    top: 3px;*/
/*    margin: auto;*/
/*    right: -116px;*/
/*}*/
/*.teeth-intra-tab7*/
/*{*/
/*    background: url(../images/p7.png) no-repeat center center;*/
/*    animation-delay: .5s;*/
/*    background-size: 27%;*/
/*    height: 200px;*/
/*}*/
.servic-sec .item-sec
{
       background: url(../images/hme-spec-off-bg.png) no-repeat center top;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 466px;
    /* margin: 0 -10px; */
    width: 100%;
    padding: 0px 42px 0px 38px;
}
.servic-sec  .service-img {
      position: absolute;
    content: '';
    width: 235px;
    height: 200px;
    left: 16px;
    right: 0px;
    margin: 0 auto;
    top: -20px;
    background: url(../images/background-image.png) no-repeat center top;
    background-size: cover;

}
.servic-sec  .theme_btn
{
     background-color: transparent;
    color: #19a2b6;
    font-size: 17px;
  margin-top: 55px;
    font-weight: 700;
    position: absolute;
    left: 30%;
}
.servic-sec  .service-img img
{
 width: 74%;
    margin-left: 12px;
    margin-top: 12px;
}
.servic-sec  .service-wrap {
      margin-top: 199px;
    text-align: center;
    color: white;
}
.serviceBox1{
    color: #036c78;
    text-align: center;
    padding: 30px 25px 40px;
    border-radius: 0 80px;
    border: 2px dashed #036c78;
    position: relative;
    z-index: 1;
}
.serviceBox1:before{
    content: "";
    background: #f4f4f4;
    border-radius: 0 70px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox1:after{
    content: "";
    background:#036c78;
    width: 130px;
    height: 70px;
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: -2;
}
.serviceBox1 .service-icon{
    font-size: 45px;
    margin: 0 auto 15px;
}
.serviceBox1 .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.serviceBox1 .description{
    color: #444;
    font-size: 15px;
    line-height: 22px;
}
/*gallery css*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#image-gallery .modal-footer {
    display: block;
    position: relative;
    margin-top: -278px;
    /* margin-left: -31px; */
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
   background-color: #71717121;
    background-clip: padding-box;
     border: none!important;
    border-radius: .3rem;
    outline: 0;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
     border-top: none!important;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btn-secondary {
    color: #fff;
    background-color: #1b1c1d;
    border-color: #6c757d;
    border-radius: 50%;
}

.features-bg-4 {
    padding-bottom: 100px;
}
.features-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape/bg.jpg);
    padding-bottom: 300px;
}
.features-card {
    padding: 30px 30px 25px 160px;
    -webkit-box-shadow: 0 0 15px -5px #ccc;
    box-shadow: 0 0 15px -5px #ccc;
    background-color: var(--whiteColor);
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
}
.features-card .features-icon-area {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.features-card .features-card-icons {
    position: relative;
    display: inline-block;
    overflow: hidden;
        width: 25%;
}
.features-card .features-card-icons i
{
        z-index: -1;
    top: -80%;
    position: fixed;
    font-size: 70px;
    color: #a73a64;
}
.features-card .features-card-text h4 {
       font-weight: 700;
    font-size: 22px;
    margin-bottom: 14px;
}
.features-card .features-card-text p {
    font-size: 16px;
}
.service-card{-webkit-box-shadow:0 5px 10px -3px #ccc;box-shadow:0 5px 10px -3px #ccc;border-radius:20px;overflow:hidden;margin-top:30px}.service-card .service-card-text{    padding: 0 16px 14px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(../images/text-bg.png);-webkit-filter:brightness(.98);filter:brightness(.98);-webkit-transition:.5s ease;transition:.5s ease}.service-card .service-card-text .service-card-icon{position:relative;display:inline-block;overflow:hidden;margin-top:-50px;margin-bottom:15px}.service-card .service-card-text .service-card-icon .shape1{-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.service-card .service-card-text .service-card-icon .shape2{position:absolute;left:0%;top:0;z-index:0;-webkit-transform:scale(1.5,1.5) rotate(10deg);transform:scale(1.5,1.5) rotate(10deg);opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.service-card .service-card-text .service-card-icon i{font-size:35px;color:var(--whiteColor);position:absolute;z-index:2;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.service-card .service-card-text h4{margin-bottom:14px;font-size:var(--card-title-fontSize);font-weight:600}.service-card:hover .service-card-icon .shape2{-webkit-transform:scale(1,1) rotate(0deg);transform:scale(1,1) rotate(0deg);opacity:1}.service-card:hover .service-card-icon .shape1{opacity:0}.service-card:hover .service-card-text{-webkit-filter:brightness(1);filter:brightness(1)}
.service-card p {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}
.icon-container img {
       color: #3e4095;
    width: 40%;
    padding: 20px;
    box-shadow: 0 3px 34px rgb(0 0 0 / 16%);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
    background: white;
}
.cnt h4
{
        font-size: 35px;
    color: white;
}
.cnt .subtitle
{
        font-size: 22px;
    color: white;
}
.features-card1{
    padding: 53px 15px 11px 16px;
    -webkit-box-shadow: 0 0 15px -5px #ccc;
    box-shadow: 0 0 15px -5px #ccc;
    background-color: var(--whiteColor);
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
    background: white;
    height: 136px;
}
.features-card1 .features-icon-area {
      position: absolute;
    left: 48px;
    top: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 125px;
}
.features-card1 .features-card-icons {
       position: relative;
    /* display: inline-block; */
    overflow: hidden;
   width: 50%;
}
.features-card1 .features-card-text
{
        margin-top: 38px;
}
.features-card1 .features-card-text h4
{
    font-size: 15px;
        color: #a53460;
    font-weight: 600;
}
.cWsVKk {
    line-height: 1.32;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    display: none!important;
}
.dFnojX {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgb(17 17 17 / 0%);
}
.main-timeline{
    margin: 20px 0;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #a53460;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    margin-bottom: 40px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .icon{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .icon:before,
.main-timeline .icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .icon:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -3px;
}
.main-timeline .icon:after{
    border: 2px solid #a53460;
    left: 3px;
}
.main-timeline .timeline:hover .icon:before{
    left: 3px;
}
.main-timeline .timeline:hover .icon:after{
    left: -3px;
}
.main-timeline .date-content{
    width: 50%;
    float: left;
    position: relative;
}
.main-timeline .date-content:before{
    content: "";
    width: 32.5%;
    height: 2px;
    background: #a53460;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}
.main-timeline .date-outer{
    width: 175px;
    height: 175px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: auto;
    z-index: 1;
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after{
    content: "";
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .date-outer:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -6px;
}
.main-timeline .date-outer:after{
    border: 2px solid #a53460;
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:before{
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:after{
    left: -6px;
}
.main-timeline .date{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
}
.main-timeline .month{
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.main-timeline .year{
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 36px;
}
.main-timeline .timeline-content{
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #787878;
    margin-bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .date-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 20px 50px 20px 0;
    text-align: right;
}
@media only screen and (max-width: 990px){
    .main-timeline .date-content:before{
        width: 22.5%;
    }
    .main-timeline .timeline-content{
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        padding: 10px 30px 10px 0;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline:before{
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline{
        margin-bottom: 20px;
    }
    .main-timeline .icon{
        margin: auto 0;
    }
    .main-timeline .date-content{
        width: 95%;
        float: right;
    }
    .main-timeline .date-content:before{
        display: none;
    }
    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after{
        width: 130px;
        height: 130px;
    }
    .main-timeline .date{
        top: 30%;
    }
    .main-timeline .year{
        font-size: 26px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title{
        margin-bottom: 10px;
    }
}
.main-timeline .date-outer i {
       font-size: 87px;
    color: #a83a65;
    text-align: center;
    margin: auto;
    z-index: 1;
    line-height: 41px;
}
.icon-box1 i {
    margin-right: 14px;
    float: left;
    color: #a53460;
    font-size: 31px;
    border: solid 2px;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 11px 10px;
    /* box-shadow: 0px 5px 0px 0px rgb(165 52 96); */
    box-shadow: inset 0px 5px 5px 0px rgb(165 52 96);
        position: absolute;
}
.icon-box1  p
{
        padding-top: 60px;
            padding-left: 63px;
}
.profile1__item--content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.profile1__item--content p {
  line-height: 28px;
}

.profile1__item:hover .profile1__item--thumb {
  background: #E12454;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(225, 36, 84, 0.53);
  box-shadow: 0px 10px 35px 0px rgba(225, 36, 84, 0.53);
}

.profile1__item:hover .profile1__item--thumb i:before {
  color: #fff;


}
.profile1__item {
       background: #279fa3;
    position: relative;
    background-size: cover;
    box-shadow: 0 0 8px #000000;
    /*padding: 4px 100px;*/
    position: relative
}
.profile1__item--thumb {
        width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 73px;
    position: absolute;
    left: 17px;
    top: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 42px;
    color: #ef519e;
}
.profile1__item--thumb i
{
    border: dashed 1px;
    border-radius: 50%;
    padding: 10px 10px;
    margin-top: 13px;
}
.highlights
{
    background: url(../images/counter-bg.jpg) no-repeat;
    background-size: cover; height: 470px;
}
.touch
{
    background: url(../images/p-bg.jpg) no-repeat;
    background-size: cover;height: 470px;
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}
.classic-tabs .tab-content.card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content {
    padding: 1rem;
    padding-top: 2rem;
}
.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.classic-tabs .nav {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: .3rem .3rem 0 0;
}
.tabs-cyan {
    background-color: #00bcd4 !important;
}
.classic-tabs .nav.tabs-cyan li a.active {
    border-color: #ffeb3b;
}
.classic-tabs .nav li a.active {
    color: #fff;
    border-bottom: 3px solid;
}
.classic-tabs .nav li a {
      display: block;
    padding: 12px 24px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    /* text-transform: uppercase; */
    border-radius: 0;
    font-size: 27px;
    font-weight: 600;
}

.text-align-para{
    text-align:justify;
}
.review-text
{
    text-align:center;
}

   /* service area start */
        .bd-service__sidebar .bd-sidebar__widget .bd-services__link .sidebar-content .list .active {
            background: #055f6c;
        }

        .service__deatils-areaaa {
            padding-bottom: 20px;
            padding-top: 10px;
            /* background: aliceblue; */
        }

        .mb-30-service {
            margin-bottom: -53px;
            margin-top: 69px;
        }

        .pr-20 {
            padding-right: 20px;
        }

        .mb-60 {
            margin-bottom: 30px;
        }

        .w-img img {
            width: 100%;
        }

        .service-details-img {
            /* max-width: 100%;
  height: 410px; */
            display: inline-block;
            border: 2px solid #e9c9c0;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        }

        .mb-55 {
            margin-bottom: 55px;
            font-family: 'Roboto';
        }

        .service-details-img {
            /* max-width: 100%;
  height: 410px; */
            display: inline-block;
            padding: 5px;
            border: 1px solid #a10b45;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        }

        .mb-55 {
            margin-bottom: 55px;
            font-family: 'Roboto';
        }

        .bd-service__details-title {
            color: var(--clr-common-text);
            font-size: 30px;
            font-family: 'Roboto', sans-serif;
        }

        .service-textt {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #19191a;
            text-align: justify;
            line-height: 27px;
        }

        ul.sidebar-content {
            margin-bottom: 50px;
            margin-top: 69px;
            /* padding: 22px; */
            border: 1px solid #0c7181;
            border-radius: 4px;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
            margin-left: 10px;
            background-color: #18b3ab;
            /* padding: 25px; */
            /* margin-right: -18px; */
            padding-left: 0px;
        }

        .bd-sidebar__title h4 {
            color: #1b141c;
            padding-top: 11px;
            padding-bottom: 11px;
            position: relative;
            /* padding-left: 20px; */
            /* border-bottom: 1px solid #f2f2f2; */
            font-family: 'Roboto', sans-serif;
            color: var(--clr-common-text-2);
            /* margin-top: -10px; */
            font-size: 25px;
            text-align: center;
            margin: auto;
        }

        .bd-sidebar__title h4:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 228px;
            background-image: -moz-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
            background-image: -webkit-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
            background-image: -webkit-linear-gradient(0deg, #27e5da 0%, #07fff2 100%);
            bottom: -1px;
            left: 35px;
            z-index: 5;
        }

        /*.bd-sidebar__widget.bd-services__link.sidebar-content.list.active {*/
        /*    background-color: #ed714e;*/
        /*}*/

        .bd-services__link ul li {
            list-style: none;
            /* margin-left: -32px; */
            margin-right: 0px;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        }

        .bd-services__link ul li a {
            display: flex;
            /* align-items: center; */
            justify-content: space-between;
            padding: 20px 34px;
            line-height: 1;
            border-bottom: 1px solid #f2f2f2;
            font-weight: 500;
            position: relative;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            text-decoration: none;
            color: #fbfffe;
            font-size: 20px;
            font-family: 'Roboto', sans-serif;
        }

        .bd-services__link ul li a i {
            background-image: linear-gradient(to right, #141f2b, #141f2b, #f5060e, #1010f7);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 300% 100%;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .bd-services__link ul li {
            list-style: none;
            /* margin-left: -32px; */
            margin-right: 0px;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        }

        .srv-txt {
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
        }

        .bd-services__link ul li a:hover {
            padding-left: 15px;
            color: #a10b45;
            list-style: none;

        }

        .bd-service__sidebar .bd-sidebar__widget .bd-services__link .sidebar-content .list.active {
            background:#11817b;
        }

        .v3-header-bg .v-3-menuzord .menuzord .menuzord-menu .list.active {
            color: #000;
        }

        .page-banner-area {
            background-color: #a53460;
            padding-top:5px;
            padding-bottom: 1px;
            overflow: hidden;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 100%;
        }

        .page-banner-area .container {
            position: relative;
            z-index: 1;
        }

        .page-banner-content h2 {
            font-size: 26px;
            /* margin-bottom: 20px; */
            padding-top: 19px;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #ffffff;
        }

        .mobile-view-profile {
            display: none;
        }

        .descktop-view-profile {
            display: block;
        }

        .bd-service__sidebar {
            width: 360px;
        }

        i.fas.fa-caret-right {
            width: 15px;
    color: #0b6c68;
    font-size: 21px;
    font-size: 21px;
    margin-right: 1px;
    margin-left: -15px;
        }
        p.service-textt.new {
    margin-left: 16px;
}

        /* service area end */
       .video-set
       {
           margin-bottom:30px;
       }
        .videotar_video
    {
        border: solid white;
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 28px;
        border-right-width: 28px;
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 5px;
        height: 0;
    }
    .videotar_video iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .pt-30
    {
        padding-top:30px;
    }
        iframe {
    padding: 3px;
    background: rgb(165,53,97);
    background: linear-gradient(109deg, rgb(238 172 198) 34%, rgb(67 222 214) 77%);
    /* background: #18b3ab; */
    /* border: 1px solid #a7386363; */
}
.pt-10
{
    padding-top:10px;
}











/* Contact Form Styles */
.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .form-control {
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #a53460;
  box-shadow: 0 0 0 0.2rem rgba(165, 52, 96, 0.25);
}

.contact-form textarea.form-control {
  height: auto;
  min-height: 150px;
  resize: vertical;
}

.contact-form .theme-btn {
  background: #a53460;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .theme-btn:hover {
  background: #8a2b4e;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .contact-form {
      padding: 20px;
  }

  .contact-form .form-control {
      height: 45px;
      font-size: 14px;
  }

  .contact-form .theme-btn {
      padding: 10px 25px;
      font-size: 16px;
  }
}
