@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

@font-face{
  font-family:'AgreementSignature';
  src:url('../fonts/AgreementSignature-ALx9x.otf'), 
    url('../fonts/AgreementSignature-qZX6x.ttf');

}
:root{
   --primary-color:#316181;
}
::selection {
    background-color: #bfdcea;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(
45deg
,#368c96,#137b88);
}
::-webkit-scrollbar {
    width: 8px;
    border-radius: 53px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
*{
  padding:0;
  margin:0;
  scroll-behavior:smooth;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight:400;

}
.nav-brand>a>img{
  max-width:500px;
}
.sina-nav-header {
    float: left;
}
.pc-menu{
  display:flex;
  padding:30px 70px;
}
.hero-section {
    background: url(../images/hsbanner.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center top;
    position:relative;
    overflow: hidden;
}
.hero-section .hero-caption{
  position:absolute;
  top: 20rem;
  left: 56%;
  font-family:'Times New Roman',sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.67rem;
}

.hero-section .hero-caption span{
  font-family:'AgreementSignature';
  font-weight:300;
  font-size: 7rem;
  margin-top: -52px;
  display: inline-block;
}
.about-section{
  position:relative;
  padding:50px 30px;
  background: #fff;
  z-index: 1;
}
.about-section .caption{
  text-align:center;
  margin-bottom:0px;
  text-transform:uppercase;
  font-weight: 600;
  color: #3a858d;
}
.about-section .sec-title,.services .sec-title{
  font-family: "EB Garamond";
  font-size:3rem;
  text-align:center;
  color:var(--primary-color);
  letter-spacing: 1px;
  line-height: 1;
  margin: 1rem 0;
}
.about-section .content{
  line-height: 41px;
  text-align:justify;
  font-size: 1.3rem;
  margin-top: 31px;
  word-spacing: 0px;
}
.mybtn{
  color: #ffffff;
  background-color: #316181;
  padding: 15px 30px;
  margin: 6px 0px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
}
.inner-hero{
   height: 65vh;
}
.inner-hero .hero-caption {
    top: 11rem;
    left: 12%;
    font-family: 'Times New Roman',sans-serif;
    font-size: 1.67rem;
}
.service-section{
  position:relative;
  padding: 50px 0px;
  margin: 20px 0px;
}
.service-section .service{
  background:#3A868F;
  padding: 57px 59px;
  text-align:center;
  margin: 0px -15px;
  color: #fff;
  max-height: 100%;
  min-height: 100%;
}
.service-section .mybtn,.services .mybtn{
  background:#D5DEE5;
  color:var(--primary-color);
}
.service-section .service02{
  background: #c79e96;
}
.service-section .service03{
  background: #74a7a7;
}
.service-section .service05{
  background: #70bb8d;
}
.service-section .service04{
  background:#6199B0;
}
.service-section .service06{
   background:#336182;
}

.service-section .ser-title{
  font-family: 'Times New Roman';
  font-weight:300;
  font-size: 2rem;
  color:#fff;
  font-style: italic;
}
.service-section .content{
  font-size: 0.9rem;
  min-height: 5rem;
  max-height: 8rem;
  text-align:justify;
}

.footer-form{
  padding: 30px 0px;
  position:relative;
}


.footer-form .form{
  background:#E0EFEF;
  text-align:center;
  padding: 71px 0px;
  margin: 27px 70px;
}
.footer-form .form p:nth-child(1){
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--primary-color);
}
.footer-form .form p:nth-child(2){
  color:#262626;
  font-size:0.78rem;
  font-weight:500;
  margin-bottom:30px;
}
.footer-form .form-control{
  border-radius: 0px;
    padding: 8px 12px;
 
}
.footer-form .mybtn{
    padding: 9px 45px;
    border-radius: 0px;
    background:#3B868F;
    outline: none;
    cursor:pointer;
}
footer{
  background:#3B868F;
  padding: 56px 0px;
  color:#fff;
}
footer p{
  font-size:1rem;
  text-transform:uppercase;
  font-weight:600;
}
footer a{
  color:#fff;
  font-size:0.89rem;
  border-bottom: 0.6px dotted #fff;
}
footer a:hover{
  color:#E0EFEF;
  text-decoration:none;
}
footer ul,footer li{
  list-style:none;
}
footer .fa{
  margin-right:8px;
}


/*Pages*/
.services{
  background:#74A7A7;
  position:relative;
  padding: 67px 0px;
  color:#fff;
}
.services .sec-title{
  color:#fff;
}
.services .mybtn {
  margin-top: 50px !important;
  max-width: 16rem;
  min-width: 16rem;
}
.service-section .mybtn, .services .mybtn {
    margin: 0px auto;
    margin-bottom:10px;
    border:0px;
    outline:none;
}

.image-box img{
  margin-top:16px;
}
/*.image-box:before{
  position:absolute;
  content:'';
  top: 42%;
  left: 0px;
  z-index: -1;
  border-bottom: 15rem solid #51a7e0;
  border-right: 15rem solid transparent;
}
.image-box:after{
  position:absolute;
  content:'';
  top: 1%;
  left: 77px;
  z-index: -1;
  border-top: 15rem solid #ecada1;
  border-left: 15rem solid transparent;
}
*/

.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.service-section .service06{
    background: #b19176;
}
.service-section .service07 {
    background: #a4a56c;
}
.service-section .service08 {
    background: #b77b83;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c3f1f7;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #c3f1f7;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
  color: #3b868f;
  letter-spacing: 1.5px;
  font-family: 'EB Garamond';
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #c3f1f7;
  font-size: 1rem;
  font-weight: 600;
  background: #3b868f;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a848d;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #c3f1f7;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c3f1f7;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #c3f1f7;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
  .text-area {
    position: relative;
}
  .text-area ul {
    list-style: none;
    height: 60px;
    overflow: hidden;
    width: 100%;
}
.fancy-text {
    color: #3b868f;
    font-size: 2rem;
    line-height: 60px;
    font-weight: 900;
}
.change {
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -110%, 0);

  }
  33.32%, 45.98% {
    transform: translate3d(0, -240%, 0);

  }
  49.98%, 62.64% {
    transform: translate3d(0, -370%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -500%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -630%, 0);
  }
}

.sec-title {
    font-family: "EB Garamond";
    font-size: 2rem;
    text-align: center;
    color: var(--primary-color);
    letter-spacing: 1px;
    line-height: 1;
    margin: 1rem 0;
}
.mybtn[href='aboutus.php']:hover,.mybtn[href='book-an-appointment.php']:hover{
   color:#fff;
   text-decoration:underline;
}

.book .hero-caption {
    top: 9rem;
    left: 30%;
    font-family: 'Montserrat';
    font-size: 1.67rem;
    text-align: center;
}
.book .hero-caption span {
    font-family: 'EB Garamond';
    font-weight: 300;
    font-size: 4rem;
    margin-top: -32px;
    display: inline-block;
}

.address {
    border: 2px solid #3b868f;
    padding: 20px 30px;
    color: #000;
    border-radius: 17px 0 0px 0;
}
.address a{
  color: var(--primary-color)
}
.address .fa{
   margin-right:8px;
}


.timeline p{
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.timeline p:last-child{
  margin-bottom: 0;
}

.page {
    max-width: 47rem;
    padding: 0rem 2rem 3rem;
    margin-left: auto;
    margin-right: auto;
}

/*
!!!!
This pen is being refactored
!!!!
*/

/*
=====
DEPENDENCES
=====
*/

.timeline .r-title{
  margin-top: var(--rTitleMarginTop, 0) !important;
  margin-bottom: var(--rTitleMarginBottom, 0) !important;
}


.timeline p:not([class]){
  line-height: var(--cssTypographyLineHeight, 1.78);
  margin-top: var(--cssTypographyBasicMargin, 1em);
  margin-bottom: 0;
}

.timeline p:not([class]):first-child{
  margin-top: 0;
}

/*
text component
*/

.timeline .text{
  display: var(--textDisplay, inline-flex);
  font-size: var(--textFontSize, 1rem);  
}

/*
time component
*/

/*
core styles
*/

.timeline .time{
  display: var(--timeDisplay, inline-flex);
}

/*
extensions
*/

.timeline .time__month{
  margin-left: var(--timelineMounthMarginLeft, .25em);
}

/*
skin
*/

.timeline .time{
  padding: var(--timePadding, .25rem 1.25rem .25rem);
  background-color: var(--timeBackgroundColor, #f0f0f0);

  font-size: var(--timeFontSize, .75rem);
  font-weight: var(--timeFontWeight, 700);
  text-transform: var(--timeTextTransform, uppercase);
  color: var(--timeColor, currentColor);
}



.sl-overlay {
    background: #000 !important;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button, .sl-wrapper .sl-counter {
    color: #fff !important;
}
.vision-area {
    padding: 20px 30px;
    padding-top: 53px;
    margin: 20px;
    border-radius: 62px 0 101px 0;
    background: #ffffff;
}

 .testimonial_box, .course_author {
    background-color: #fff;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    margin: 5px 5px 5px 50px;
    position: relative;
    z-index: 1;
    min-height: 21rem;
    max-height: 21rem;
    overflow-y: scroll;
}
.testimonial{
   padding:50px 0px;
   margin:30px 0px;
}

 .testimonial_img, .author_img {
    margin-left: -100px;
}
.testimonial_img img {
    max-width: 100px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.testimonial_box::before {
    content: "\f10e";
    position: absolute;
    right: 40px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 190px;
    line-height: normal;
    font-weight: 900;
    z-index: -1;
    color: rgb(49 97 129 / 8%);
}
.testimonial_img, .author_img {
    float: left;
    margin-right: 20px;
}
.testi_desc{
  display:flex;
  overflow: hidden;
}
.testi_desc p{
   font-size:1rem;
}

.back-to-top {
    position: fixed;
    bottom: 3%;
    width: 3%;
    background: linear-gradient(
45deg
,#3b868f,#1db0c1);
    right: 3%;
    padding: 6px;
    z-index: 6;
    opacity: .8;
    display: none;
}
.back-to-top .icon {
    transform: rotate(
-90deg
);
    fill: #fff;
}
.testi_user h6{
      font-size: 1.5rem;
      color: #3b868f;
}

.education{
  margin: 0px 0px;
  padding:50px 10px;
}