.logo {
    width: 85%;
}
.slider-item  .text  {
    padding-top: 17%;
}
.scrolled .logo {
    width: 50%;
}
.owl-carousel.home-slider .slider-item .slider-text .one-forth .text:after {
    position: absolute;
    top: -25%;
    left: 70%;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    width: 80px;
    background: transparent;
    height: 140px;
    border: 10px solid #edb02300;
    z-index: -1;
}
.navbar-collapse {
    width: 72%;
}
.about_part {
    position: relative;
    z-index: 1;
    padding: 70px 0px 140px;
    background-image: url(../images/cbm/bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33% 73%;
}
.ftco-intro .introduc {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    padding: 6% 18%;
}
.email-us {
    padding: 0%;
    color: #fff;
    border-radius: 55px;
}
.email-us p {
    margin-bottom: 0;
    padding: 1% 3%;
    background: #edb023;
    display: inline-block;
    border-radius: 55px;
    border: 2px solid #edb023;
    box-shadow: 2px 3px 6px 0px #22222242;
}
.email-us .icon  {
    padding-right: 5%;
}
.email-us:hover {
    color: #edb023;
    background: transparent;
    
}
.email-us:hover p {
    color: #edb023;
    background: transparent;
    border: 2px solid #edb023;
    box-shadow: 2px 3px 6px 0px transparent;
}
.pad
.services-2 {
    background: #6c757d;
}
.Emergency_contact .single_emergency {
  padding: 91px 0;
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.partner-h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 19% 5%;
}
@media (max-width: 767px) {
  .Emergency_contact .single_emergency {
    padding: 40px;
    display: block !important;
  }
  .about_part {
        background-size: auto;
    }
    .text1 {
        background: #212529b5;
        padding: 8%;
    }
    .text2 {
        background: rgb(255 255 255 / 72%);
        padding: 8%;

    }
    .text2 .dark {
        color: #222 !important;

    }
}

.Emergency_contact .single_emergency .info {
  margin-right: 30px;
 padding: 0 10%;
}


.Emergency_contact .single_emergency .info h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .Emergency_contact .single_emergency .info h3 {
    font-size: 20px;
  }
}

.Emergency_contact .single_emergency .info p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.left-side {
    padding-left: 33% !important;
}
.right-side {
    padding-right: 33% !important;
}
.Emergency_contact .single_emergency .info_button a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.single_emergency2 p {
    color: #fff;
}
.emergency_bg_1 {
  background-image: url(../images/cbm/banner-left.jpg);
}

.emergency_bg_2 {
    /*background-image: url(../images/cbm/banner-right.jpg);*/
    background: linear-gradient(#101010, #edb02342) 50% 0px / cover, url(../images/cbm/banner-right.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.boxed-btn3:hover {
  background: #fff;
  color: #afa939 !important;
  border: 1px solid #afa939;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3-white:hover {
  background: #fff;
  color: #afa939 !important;
  border: 1px solid transparent;
}

.boxed-btn3-white:focus {
  outline: none;
}

.boxed-btn3-white.large-width {
  width: 220px;
}
.overlay_skyblue {
  position: relative;
  z-index: 0;
  padding: 40px 20px;
}
.temp  .icon span {
    color: #edb023  !important;
}
body {
    color: #1e1e1ec4;
}
.overlay_skyblue::before {
  position: absolute;
  content: "";
  /*background-color: #5e5e5e;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.ftco-intro {
    background: #edb023;
}
.ftco-intro h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 3% 0;
    width: 100%;
    text-align: center;
}
.ftco-intro span {
    color: #222;
}
.hotline {
    padding-top: 40px;
    font-size: 24px;
    color: #222;
    margin-top: 0%;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.hotline-img {
    width: 14%;
    padding-right: 6%;
}
.heading-section {
    padding: 12% 0;
}
.ftco-intro .container-wrap {
  z-index: 2 !important;
  position: relative; }

.ftco-intro .wrap {
  width: 100%; }
  .ftco-intro .wrap .info {
    background: #fff;
    padding: 30px; }
    @media (min-width: 1200px) {
      .ftco-intro .wrap .info {
        width: 100%;
        padding: 6% 5% 6% 12%; } }
    @media (max-width: 767.98px) {
      .ftco-intro .wrap .info {
        width: 100%; }
       h2, .h2 {
    font-size: 1.5rem;
} 
        .my-ht {
                height: 838px !important;
        }
    }
    .ftco-intro .wrap .info p {
      margin-bottom: 0; 
        font-size: 14px;
    }
  .ftco-intro .wrap .book {
    width: 35%;
    background: 313131; }
    @media (max-width: 767.98px) {
      .ftco-intro .wrap .book {
        width: 100%; } }
    .ftco-intro .wrap .book h3 {
      text-transform: uppercase; }
  .ftco-intro .wrap h3 {
    font-size: 16px; 
    color: #222;
  }
  .ftco-intro .wrap .text {
    width: calc(100% - 40px); }
  .ftco-intro .wrap .icon {
    width: 40px; }
    .ftco-intro .wrap .icon span {
      color: #f7f7f7;
      font-size: 20px; }

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 600px;
    position: relative;
    background-position: top center; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .3;
      background: #fff; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 600px; }

.slider-text .icon-video {
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .slider-text .icon-video span {
    color: #fff; }
  .slider-text .icon-video span.watch {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }

.slider-text h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .slider-text h1 {
      font-size: 40px; }
      
  }

.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }
  .slider-text p strong {
    font-weight: 700; }
    .slider-text p strong a {
      color: #000000; }

.slider-text .breadcrumbs {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400; }
  .slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, 0.8); }
    .slider-text .breadcrumbs span i {
      color: rgba(0, 0, 0, 0.8); }
    .slider-text .breadcrumbs span a {
      color: black; }
      .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
        color: #edb023; }
        .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
          color: #edb023; }

.slider-text .bread {
  font-weight: 700;
  color: #000000; }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #edb023; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #edb023;
    border: 1px solid #edb023 !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #edb023;
      background: #edb023;
      color: #edb023; }
    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #edb023 !important;
      background: transparent !important;
      color: #edb023 !important; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid transparent !important;
        background: #edb023 !important;
        color: #fff !important; }
  .btn.btn-secondary {
    background: #edb023 !important;
    border: 1px solid #edb023 !important;
    color: #fff !important; }
    .btn.btn-secondary:hover {
      border: 1px solid #edb023 !important;
      background: transparent !important;
      color: #edb023 !important; }
    .btn.btn-secondary.btn-outline-primary {
      border: 1px solid #edb023;
      background: transparent;
      color: #edb023; }
      .btn.btn-secondary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #edb023;
        color: #fff; }
  .btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important; }
    .btn.btn-white:hover {
      border: 1px solid #000000;
      background: #fff !important;
      color: #fff; }
    .btn.btn-white.btn-outline-primary {
      border: 1px solid #edb023;
      background: transparent;
      color: #edb023; }
      .btn.btn-white.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #edb023;
        color: #fff; }

.staff {
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .staff .img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    background-position: top center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .staff .text {
    width: 100%;
    opacity: 1;
    color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .text > div {
      width: 100%;
      padding: 0 1em;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text h3 {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text .position {
      text-transform: uppercase;
      color: black;
      color: #edb023;
      display: block;
      letter-spacing: 1px; }
    .staff .text .faded {
      opacity: 1;
      width: 100%; }
  .staff .ftco-social {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .ftco-social li a {
      color: #000000; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block; }

.ftco-services {
  border: none;}
  .ftco-services .services {
    padding: 80px 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ftco-services .services.services-2 {
      background: #646566; }
    .ftco-services .services .icon {
      line-height: 1.3;
      position: relative;
      margin-bottom: 20px; }
      .ftco-services .services .icon span {
        font-size: 60px;
        color: #fff; }
    .ftco-services .services .media-body {
      color: rgba(255, 255, 255, 0.9); }
      .ftco-services  .media-body h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #fff;}

.ftco-services-2 .services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .ftco-services-2 .services .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px; }
    .ftco-services-2 .services .icon span {
      font-size: 60px;
      color: #edb023; }
  .ftco-services-2  .media-body h3 {
    font-size: 22px;
    font-weight: 500; }

.ftco-schedule {
  background: #ffdddd; }

.ftco-schedule {
  position: relative;
  width: 100%;
  display: block; }
  .ftco-schedule .nav-pills {
    width: 100%;
    display: block; }
    .ftco-schedule .nav-pills p {
      margin-bottom: 0; }
    .ftco-schedule .nav-pills .nav-link {
      padding: 28px 30px !important;
      border-radius: 0;
      margin-bottom: 0;
      color: #000000;
      font-size: 22px;
      font-weight: 600;
      position: relative;
      display: inline-block;
      border: 1px solid transparent;
      background: #fff;
      width: 100%;
      margin-bottom: 10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .ftco-schedule .nav-pills .nav-link:after {
        position: absolute;
        top: 50%;
        bottom: 10px;
        right: -11px;
        width: 0;
        height: 0;
        margin-top: -10px;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #fe7878;
        opacity: 0; }
      .ftco-schedule .nav-pills .nav-link span {
        display: block;
        font-size: 14px; }
      .ftco-schedule .nav-pills .nav-link:hover {
        background: #fe7878;
        color: #fff; }
      .ftco-schedule .nav-pills .nav-link.active {
        color: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        background: #fe7878; }
        .ftco-schedule .nav-pills .nav-link.active:after {
          opacity: 1; }
        @media (max-width: 767.98px) {
          .ftco-schedule .nav-pills .nav-link.active:after {
            opacity: 0; } }
      @media (max-width: 767.98px) {
        .ftco-schedule .nav-pills .nav-link {
          display: block;
          margin-bottom: 5px; } }
  .ftco-schedule .tab-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.coach-wrap {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .coach-wrap .coach-img {
    width: 120px;
    height: 120px;
    background-position: top center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .coach-wrap .coach-img {
        margin-bottom: 10px; } }
  .coach-wrap .text {
    width: calc(100% - 120px); }
    @media (max-width: 767.98px) {
      .coach-wrap .text {
        width: 100%; } }
    .coach-wrap .text h2 {
      font-size: 24px;
      font-weight: 600; }
      .coach-wrap .text h2 a {
        color: #000000; }
    .coach-wrap .text h3.coach-name {
      font-size: 20px; }
    .coach-wrap .text .position {
      font-size: 18px;
      color: rgba(0, 0, 0, 0.4); }
    .coach-wrap .text .time {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.5); }
  .coach-wrap:hover, .coach-wrap:focus {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }

.ftco-program .nav-link-wrap {
  background: #edb023; }
  @media (max-width: 767.98px) {
    .ftco-program .nav-link-wrap {
      background: #edb023;
      margin-top: 20px; } }

.ftco-program .nav-pills p {
  margin-bottom: 0; }

.ftco-program .nav-pills .nav-link {
  float: left;
  border-radius: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  position: relative; }
  .ftco-program .nav-pills .nav-link:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    opacity: 0; }
  .ftco-program .nav-pills .nav-link span {
    font-size: 24px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.8); }
  .ftco-program .nav-pills .nav-link.active, .ftco-program .nav-pills .nav-link:hover {
    color: #fff;
    font-size: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 700; }
    .ftco-program .nav-pills .nav-link.active:after, .ftco-program .nav-pills .nav-link:hover:after {
      opacity: 1; }
    .ftco-program .nav-pills .nav-link.active span, .ftco-program .nav-pills .nav-link:hover span {
      color: #fff; }
    @media (max-width: 767.98px) {
      .ftco-program .nav-pills .nav-link.active:after, .ftco-program .nav-pills .nav-link:hover:after {
        opacity: 0; } }
  @media (max-width: 767.98px) {
    .ftco-program .nav-pills .nav-link {
      display: block;
      width: 100%; } }

.ftco-program .tab-content .tab-pane .icon {
  font-size: 100px;
  color: #fe7878;
  line-height: 1.2; }

.aside-stretch {
  background: #fec4c4; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #fec4c4; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }
.details {
   font-size: 1.7em;
    border: 1px solid;
    padding: 0.2em 0.4em;
    margin-top: 5%;
    color: #000000;
}
.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #edb023; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; }
      .about_part {
        background-size: 58%;
        background-position: left !important;
    }
      .ftco-counter {
    background-position: left !important;
}
.partner-section {
    padding: 0;
}
.ftco-intro h2 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 5% 4%;
}
  }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #edb023 !important; }
.bar {
    padding: 4% 0;
    background: #edb023;
}
.partner {
    width: 81%;
}
.my-partner {
    width: 65%;
}
.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } 
      .ftco-intro h2 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 15% 4%;
}
.partner-section {
    padding: 0;
}
      .about_part {
    background-size: 102%;
    background-position: left !important;
}
.email-us p {
    margin-bottom: 0;
    padding: 4% 6%;
}
  }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.gallery {
  display: block;
  height: 270px;
  position: relative; }
  .gallery .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #edb023;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gallery .icon span {
      color: #fff; }
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1; }

.ftco-footer {
  font-size: 16px;
  background: #1c1c1c;
  padding: 7em 0;
  z-index: 0;
  position: relative; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #222;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400; }
    .ftco-footer .ftco-footer-widget h2 span a {
      color: #edb023;
      text-transform: uppercase; }
  .ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px; }
    .ftco-footer .ftco-footer-widget ul li a {
      color: #222; }
      .ftco-footer .ftco-footer-widget ul li a span {
        color: #222; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #222 !important;
    border: 2px solid #222 !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #222;
      border: 2px solid #222 !important; }
  .ftco-footer p {
    color: #222; }
  .ftco-footer a {
    color: #222; }
    .ftco-footer a:hover {
      color: #222; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #edb023; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #edb023; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(254, 145, 145, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0.4);
    box-shadow: 0 0 0 0 rgba(254, 145, 145, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(254, 145, 145, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(254, 145, 145, 0);
    box-shadow: 0 0 0 30px rgba(254, 145, 145, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 145, 145, 0);
    box-shadow: 0 0 0 0 rgba(254, 145, 145, 0); } }

.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  color: #6c757d;
  letter-spacing: 2px; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 600; }
  .heading-section h2 span.number {
    color: #edb023; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9) !important; }

.heading-section.heading-section-white h2 {
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimony-section {
  position: relative;
  background: #edb023; }
  .testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #232931; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
        .logo {
        width: 31%;
        position: absolute;
        float: right;
        top: 1px;
    }
      .ftco-navbar-light {
    background: #ffffff !important;
    height: 85px;
}
      .testimony-section .owl-nav {
        display: none; } }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #fff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 20px;
        margin-top: 7px;
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-prev {
          right: 61px !important; } }
      .testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #fff; }
    .testimony-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-next {
          right: 0 !important; } }
      .testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #fff; }

.testimony-wrap {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .testimony-wrap .user-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background-position: top center; }
    .testimony-wrap .user-img .quote {
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 40px;
      height: 40px;
      background: transparent;
      border: 4px solid rgba(255, 255, 255, 0.4); }
      .testimony-wrap .user-img .quote i {
        color: #fff; }
  .testimony-wrap .text {
    padding-top: 6em;
    margin-top: -65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .testimony-wrap p {
    font-size: 20px; }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff; }
  .testimony-wrap .position {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8); }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }
@media (max-width:1200px) {
    .navbar-collapse {
        width: 91%;
    }
}
@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }

.ftco-counter .text {
  display: inline-block; }
  .ftco-counter .text p {
    font-size: 24px;
    line-height: 1; }
  .ftco-counter .text span.number {
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    font-weight: 400; }
  .ftco-counter .text span {
    color: black;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  z-index: -1; }
  @media (min-width: 992px) {
    .block-20 {
      width: 90%; } }
  .block-20:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.blog-entry {
  position: relative;
  margin-bottom: 5em !important;
  z-index: 0; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
      .full-height {
          height: 80vh;
      }
      .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding-bottom: 6%;
}
    .logo {
        width: 100%;
        position: initial;
        float: none;
        top: 1px;
    }
    .ftco-navbar-light {
    background: #ffffff !important;
    height: fit-content;
}
      
        .navbar-toggler:not(:disabled):not(.disabled) {
            cursor: pointer;
            padding-bottom: 6%;
        }
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    z-index: 1; }
    @media (min-width: 992px) {
      .blog-entry .text {
        width: 90%;
        background: #fff;
        padding: 30px;
        margin-top: -50px; } }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 500; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #edb023; }
  .blog-entry .meta {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; }
    .blog-entry .meta a {
      color: gray;
      font-size: 15px; }
      .blog-entry .meta a:hover {
        color: #666666; }
  .blog-entry .topp {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em 1em;
    display: inline-block;
    background: transparent;
    -webkit-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05); }
  .blog-entry span.day {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    color: #fff; }
  .blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: white; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: #222; }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #222; }

.block-6 .media-body p {
    font-size: 16px;
    padding: 0;
    /* float: left; */
}

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #a0f669;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #cccccc; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #a0f669;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .img {
  width: 100%;
  background-position: top center; }

.contact-section .contact-info p a {
  color: #191919; }

.contact-section .contact-form {
  width: 100%; }
  @media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
      display: block;
      width: 100%; } }

.contact-section .box {
  width: 100%; }
  .contact-section .box h3 {
    font-size: 20px; }
  .contact-section .box .icon {
    margin-top: 5px; }
    .contact-section .box .icon span {
      color: #191919; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #edb023; }
  .block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: #b3b3b3; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #f2f2f2;
  font-size: 11px;
  background: #f2f2f2; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative;
    margin-bottom: 0; }
    .search-form .form-group input {
      padding-right: 50px;
      font-size: 14px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px; }

.categories, .sidelink {
  padding: 0;
  margin: 0; }
  .categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none; }
    .categories li:last-child, .sidelink li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .categories li a, .sidelink li a {
      display: block;
      color: #1a1a1a; }
      .categories li a span, .sidelink li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc; }
    .categories li.active a, .sidelink li.active a {
      color: #000000;
      font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

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

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

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
.my-style {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 8%;
}
.practice-area {
    display: block;
    margin-bottom: 40px;
    border-radius: 30px 30px 30px 30px;
    padding: 20px;
    background: #222222e3;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}
.practice-area:hover {
    border: 1px solid #fff;
}
.border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #edb023;
    margin: 0 auto;
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-color: #edb023 !important;
}
.my-icon {
    width: 50%;
    padding: 25% 0;
    
}

@media (max-width: 1200px){
    .practice-area {
        display: block;
        height: 223px;
    }
        .partner {
        width: 100%;
    }
    .my-partner {
        width: 100%;
    }
    .slider-text p {
        font-size: 19px;
    }
    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: #222;
        }
    .ftco-navbar-light {
        background: #fff;
    }
    .ftco-navbar-light .navbar-brand {
        color: #222;
    }
}
@media (max-width: 1000px) {
    .full-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-section .contact-form {
            padding: 0 !important;
    }
    .ftco-intro .wrap .info {
        background: #fff;
        padding: 5% 5%;
        width: 100%;
    }
    .ftco-intro .wrap .info {
        background: #fff;
    }
    .ftco-counter .container {
        max-width: 100%;
    }
    .ftco-counter .heading-section {
        padding: 0 5%;
    }
    .program .col-md-3  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ftco-navbar-light {
        color: #fff;
    }
    .ftco-navbar-light {
        background: #ffffff !important;
    }
    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: #222 !important;
    }
    .owl-carousel.home-slider .slider-item .slider-text p {
        color: #fff;
        font-size: 23px;
    }
    .text1 {
        background: #212529b5;
        padding: 8%;
    }
    .text2 {
        background: rgb(255 255 255 / 72%);
        padding: 8%;

    }
    .text2 .dark {
        color: #222 !important;

    }
}
@media (max-width: 700.98px) {
.owl-carousel.home-slider .slider-item .slider-text p {
    color: #fff;
    font-size: 16px;
}
.program .col-md-3  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.ftco-intro .wrap .info {
    background: #fff;
    padding: 17% 5%;
}
.ftco-navbar-light {
    color: #fff;
}
.ftco-navbar-light {
    background: #ffffff !important;
}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #222 !important;
}
.ftco-intro .wrap .info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #222;
}
.temp .col-md-8   { 
    padding-right: 0;
    padding-left: 0;
}
.heading-section {
     padding: 0 0; 
}

.row {
     margin-right: 0px; 
     margin-left: 0px; 
}
.hotline-img {
    width: 21%;
    padding-right: 6%;
}
.mobi {
    text-align:left !important;
}
.owl-carousel.home-slider .owl-dots {
    bottom: 5px;
    display: none;
}
.p-4 {
    padding: 0rem !important;
}
.inboxi {
    padding-bottom: 9%;
}
.detail-mobi {
    padding-bottom: 7%;
    padding-top: 5%;
}
.mobi-contact {
    font-size: 2.5rem;
    padding-top: 22%;
}
.list-unstyled span {
    color: #222 !important;
}
.no-pad {
    padding: 0;
}
.details {
    font-size: 2.4em;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 0;
    color: #000;
}
body {
    line-height: 1.6;
}
.partner {
    width: 100%;
    margin: 0 auto;
}
.partner-mobi {
    padding: 13% 0;

}
.my-style {
    font-size: 17px;
    text-transform: uppercase;
}
.border {
    margin-bottom: 25px;
}
.practice-area {
    display: block;
    height: fit-content;
    padding: 6% 2%;
    margin: 8% 0;
}
}