/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */
@import url("assets.css");
@import url("reset.css");
html{
    font-size: 100%;
    line-height: 20px;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}
::-moz-selection { 
    color: #fff;
    background: #000;
}
::selection {
color: #fff;
background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    color: #181b1e;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
h1 {
    font-size: 2.5em;
    line-height: 1.4;
}
h2 {
    font-size: 2em;
    line-height: 1.5;
}
h3 {
    font-size: 1.75em;
    line-height: 1.5;
}
h4 {
    font-size: 1.5em;
    line-height: 1.6;
}
h5 {
    font-size: 1.25em;
    line-height: 1.8;
}
h6 {
    font-size: 1em;
    line-height: 1.87;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #000;
}
.topbar{
    margin: 0 auto;
    padding: 15px 0;
    background: #144a88;
}
.topbar .appointment h4{
    color: #00dcff;
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}
.topbar .appointment p{
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.section-sm{
    padding: 50px 0;
}
.section-md{
    padding: 70px 0 90px;
}
.section-title{
  font-size: 2em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #0fa1e0;
    font-weight: 700;
    letter-spacing: 1px;
}

.sidebar-doctor-content{
    padding: 20px;
    background: #5da1ce;
    border-top: 4px #000 solid;
    color: #fff;
}
.sidebar-doctor-content h3{
    font-size: 19px;
    color: #fff;
}
.sidebar-doctor-content p{
    font-size: 13px;
    color: #fff;
    line-height: 1.6rem;
}
.sidebar-doctor-content a{
    font-size: 13px;
    color: #223fa3;
    letter-spacing: 1px;
    font-weight: 600;
}

.header-simple-title{
    padding: 10px 0;
    text-align: center;
    background: #194271;
}
.header-simple-title h4{
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.header-simple-title-outline{
    border: 1px #194271 solid;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}
.header-simple-title-outline p{
    margin: 0;
    color: #194271;
    font-size: 12px;
    text-align: center;
}



.new-header p {
    font-size: 0.7em;
    color: #7c7c7c;
    text-transform: uppercase;
    border-bottom: dotted 1px #636363;
    margin-bottom: 5px;
}
.new-header h2 {
    font-size: 20px;
    line-height: 24px;
    color: #213fa3;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.new-header h1 {
    color: #213fa3;
}
.new-body p{
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}
.new-body a{
    color: #385B9E;
    font-size: 13px;
    font-weight: 600
}
.news-item-more {
    border-top: dotted 1px #636363;
}
.news-item-more .load-more {
    color: #213fa3;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}

.slider-text{
    padding: 20px;
    background: #f6e3a9;
}

.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
}
.navbar{
    background: #00336d;
}
.navbar .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link:hover {
    color: #00a1e0;
}
.navbar .navbar-nav .active {
    color: #00ffff !important
}
.nav-scroll {
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: -100px;
    z-index: 9999;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.navbar.nav-scroll .nav-link {
    padding: 15px 20px;
}
.nav-scroll .logo {
    padding: 5px 15px;
    color: #111;
}

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      margin-top: 5px;
      border-radius: 0px;
      background: #00336d;
      border: none;
      width: 100%;
  }

.dropdown-item {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    white-space: initial;
}



.testimonial-box .quote {
    position: relative;
    background: #e3e4e7;
    border-radius: 8px;
    padding: 15px;
    font-size: 12px;
}
.testimonial-box .quote:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e3e4e7;
    width: 17px;
    height: 17px;
}
.testimonial-box .quote p {
    margin: 0;
    font-size: 0.9375em;
    line-height: 1.86;
}
.testimonial-box  h6 {
    font-size: 13px;
    color: #223fa3;
    padding: 10px;
}



.icon-bar {
    width: 22px; 
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
} 




.home-slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
}
.slider-images{
    height: 100%;
}
.hero{
    width: 100%;
    height: 100vh;
}
.outter {
    height: 100vh;
    width: 100%;
    display: table;
}
.inner {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.owl-dots{
    margin-top: 30px !important;
}
.hero-title{
    color: #fff;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 5.1rem;
    font-size: 4.6rem;
    width: 60%;
}
.hero-little{
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}



.section-title{
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
}
section{
    padding: 15vh 0;
}
.hero{
    padding: 0;
}
.gray-bg{
    background: #F7F7F7;
}

.about .section-title{
    margin-bottom: 3vh;
}
.section-title{
    margin-bottom: 7vh;
    font-size: 2rem;
}
.second-title{
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.9rem;
    font-weight: 600;
}


/*===================*/
/*CTA*/
/*===================*/
.lets_talk_light {
    padding: 150px 0 70px;
    overflow: hidden;
}
.lets_talk_light h3 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "Playfair Display";
}
@media only screen and (max-width: 767px) {
    .lets_talk_light h3 {
        font-size: 20px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 680px) {
    .lets_talk_light h3 {
        width: 100%;
        padding: 0 15px;
    }
}
.lets_talk_light h3:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 50%;
    position: absolute;
    top: -70px;
    width: 1px;
}


/*===================*/
/*ABOUT*/
/*===================*/

.about .image img{
    width: 100%;
}
.about .dotted{
    position: absolute;
    right: 0;
    top:0px;
    z-index: 0;
}
.about .about-image{
    z-index: 1;
    left: 0;
    position: relative;
    box-shadow: 1px 1px 70px #b5b5b5;
    transform: translate(-60px, 0px);
    -webkit-transform: translate(-60px, 0px);
    -moz-transform: translate(-60px, 0px);
    -ms-transform: translate(-60px, 0px);
    -o-transform: translate(-60px, 0px);
}
.about .dotted{
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
}

.services{
    margin-top: 130px;
}
.services .item i{
    font-size: 5rem;
    float: left;
    line-height: 64px;
    width: 20%;
}
.services .item .right-content{
    float: left;
    width: 80%;
    padding: 0 30px 0 7px;
}
.services .item .right-content .title{
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
}
.services .item .right-content p{
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.34rem;
    color: #000;
}


/*===================*/
/*BTN*/
/*===================*/

.btn-theme{
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    border: 0;
    background: #000;
    color: #fff;
    padding: 13px 28px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.btn-theme:hover{
    color: #fff;
}
.btn-theme:focus{
    outline: 0;
}
.btn-theme:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.btn-theme::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    opacity: .3;
}
.btn-theme:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.btn-theme::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    opacity: .3;
}
  

.cta-banner{
    padding: 100px 0;
    background: #000;
}
.cta-banner h3{
    color: #fff;  
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 300;  
}




.service-box {
    border: 3px #213fa3 solid;
    padding: 20px 10px;
}
.service-box h2{
    color: #213fa3;
}
.service-box a{
    font-weight: 700;
    text-transform: uppercase;
    color: #213fa3;
    letter-spacing: 1px;
}






/* ------------------------------------- */
/* *. Cover .......................... */
/* ------------------------------------- */
.cover {
  height: 80vh;
  min-height: 650px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover .cover-content {
    height: 60vh;
    min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cover .cover-content .cover-title {
  color: #ffffff;
  font-size: 72px;
  line-height: 78px;
  margin-bottom: 30px;
}

.cover .cover-content .cover-desc {
  font-size: 19px;
  color: #f7f7f7;
}

.cover .cover-content .cover-btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cover .cover-content .cover-btns .btn {
  margin-right: 40px;
}

.cover .overlay {
  background-color: rgba(19, 19, 19, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cover.cover-shape {
  position: relative;
}

.cover.cover-shape .shape-sec {
  bottom: 0;
  z-index: 0;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

.cover.cover-slider {
  z-index: 0;
}

.cover.cover-slider .owl-item {
  padding: 0 !important;
}

.cover.cover-slider .cover-slider-item {
  float: none;
  height: 80vh;
  min-height: 650px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover.cover-slider .cover-slider-item .cover-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}

.cover.cover-slider .cover-slider-item .cover-desc {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}

.cover.cover-slider .cover-slider-item .btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
}

.cover.cover-slider .active .cover-slider-item .cover-title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}

.cover.cover-slider .active .cover-slider-item .cover-desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}

.cover.cover-slider .active .cover-slider-item .btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
}

.cover.cover-slider .owl-dots {
  bottom: 25px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.cover.cover-slider .owl-dots .owl-dot {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: all 0.3s ease-in-out, transform 0.3s ease;
  transition: all 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
  background: transparent;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}

.cover.cover-slider .owl-dots .owl-dot span {
  -webkit-transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: all 0.3s ease-in-out, transform 0.3s ease;
  transition: all 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  position: absolute;
  margin: 0 auto;
}

.cover.cover-slider .owl-dots .owl-dot.active {
  -webkit-box-shadow: 0 0 0 2px #FFF;
          box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.cover.cover-slider .owl-dots .owl-dot.active span {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

.cover.cover-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  left: 0;
  color: #FFF !important;
  font-size: 16px;
}

.cover.cover-slider .owl-nav [class*=owl-] {
  color: #FFFFFF !important;
  font-size: 16px;
  background-color: transparent !important;
  border: solid 1px rgba(255, 255, 255, 0.4) !important;
  margin: 0 10px;
  top: 45%;
  width: 50px;
  height: 50px;
  z-index: 99999;
  padding: 10px 12px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  line-height: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.cover.cover-slider .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.58) !important;
  border: solid 1px rgba(19, 19, 19, 0.4) !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.cover.cover-slider .owl-nav button.owl-prev {
  padding: 10px 12px !important;
  left: 0;
}

.cover.cover-slider .owl-nav button.owl-next {
  padding: 10px 12px !important;
  right: auto;
  left: calc(100vw - 90px);
}

.cover.cover-full {
  height: 100vh;
  min-height: 700px;
}

.cover.cover-full .cover-slider-item, .cover.cover-full .cover-content {
  height: 100vh;
  min-height: 700px;
}

@media only screen and (max-width: 992px) {
  .cover .cover-content .cover-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 25px;
  }
  .cover .cover-content .cover-desc {
    font-size: 16px;
  }
  .cover .cover-content .cover-btns {
    margin-top: 25px;
  }
  .cover .cover-content .cover-btns .btn {
    margin-right: 40px;
  }
}

.inner-cover {
  padding: 220px 0 200px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}

.inner-cover .cover-heading {
  margin: 0;
  text-transform: capitalize;
  font-style: normal;
  color: #1b1a1a;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 72px;
  line-height: 1.3em;
}

.inner-cover .cover-subheading {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #9b9b9b;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  display: inline-block;
  line-height: 1.5625em;
}

.inner-cover .breadcrumbs-path {
  background: 0 0;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin-top: 10px;
  max-width: 66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-cover .breadcrumbs-path a {
  font-weight: 500;
  margin-right: 10px;
  opacity: .7;
  color: #1b1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.inner-cover .breadcrumbs-path a:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.inner-cover .breadcrumbs-path span {
  font-weight: 500;
  margin-right: 10px;
  color: #1b1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.inner-cover .breadcrumbs-path i {
  margin-right: 10px;
  opacity: .5;
  color: #1b1a1a;
  font-size: 0.93758em;
  line-height: 1.5em;
}

.inner-cover .breadcrumbs-path i:last-of-type {
  opacity: 1;
}

.inner-cover.img-cover {
  color: #ffffff;
  background-color: transparent;
}

.inner-cover.img-cover .cover-heading {
  color: #ffffff;
}

.inner-cover.img-cover .cover-subheading {
  color: #f7f7f7;
}

.inner-cover.img-cover .breadcrumbs-path a {
  color: #ffffff;
}

.inner-cover.img-cover .breadcrumbs-path span {
  color: #ffffff;
}

.inner-cover.img-cover .breadcrumbs-path i {
  color: #ffffff;
}

.inner-cover.dark-cover {
  color: #ffffff;
  background-color: #131313;
}

.inner-cover.dark-cover .cover-heading {
  color: #ffffff;
}

.inner-cover.dark-cover .cover-subheading {
  color: #f7f7f7;
}

.inner-cover.dark-cover .breadcrumbs-path a {
  color: #e9204f;
  opacity: 1;
}

.inner-cover.dark-cover .breadcrumbs-path span {
  color: #ffffff;
}

.inner-cover.dark-cover .breadcrumbs-path i {
  color: #ffffff;
}

.inner-cover.light-cover {
  color: #1b1a1a;
  background-color: transparent;
}

.inner-cover.light-cover .cover-heading {
  color: #131313;
}

.inner-cover.light-cover .cover-subheading {
  color: #1b1a1a;
}

.inner-cover.light-cover .breadcrumbs-path a {
  color: #1b1a1a;
}

.inner-cover.light-cover .breadcrumbs-path span {
  color: #1b1a1a;
}

.inner-cover.light-cover .breadcrumbs-path i {
  color: #1b1a1a;
}

.inner-cover.content-center {
  text-align: center;
}

.inner-cover.content-center .breadcrumbs-path {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------- */
/* *. section Title .......................... */
/* ------------------------------------- */
.section-title {
  position: relative;
}

.section-title .sub-title {
  color: #20b1e9;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.section-title .title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #01336c;
    text-transform: uppercase;
}

.section-title .big-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title .desc {
  margin-bottom: 30px;
  font-size: 16px;
    font-weight: 500;
    color: #676767;
}

@media only screen and (max-width: 992px) {
  .section-title .title {
    font-size: 36px;
  }
  .section-title .big-title {
    font-size: 56px;
    line-height: 60px;
  }
  .section-title .desc {
    font-size: 14px;
  }
}



/* ------------------------------------- */
/* *. cta .......................... */
/* ------------------------------------- */
.cta-heading{
    background: #01336c;
}
.cta-heading-left h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}
.cta-heading-left .subtitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.cta-heading-right .content-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
.btn-white {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

/* ------------------------------------- */
/* *. Buttons .......................... */
/* ------------------------------------- */
.btn {
  position: relative;
  outline: 0 !important;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 16px;
  text-decoration: none;
  background-color: #e9204f;
  border: 0;
  padding: 18px 30px;
  padding-right: 70px;
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn span {
  background: #1586b3 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  width: 0;
  z-index: -1;
}

.btn:before {
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #ffffff;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.btn:hover {
  background-color: #df1f4c;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn:hover span {
  height: 400px;
  width: 400px;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.btn-video {
  position: relative;
  background-color: #ffffff;
  border-radius: 100%;
  border: 0 !important;
  -webkit-box-shadow: 0 0 0  !important;
          box-shadow: 0 0 0  !important;
  display: inline-block;
  margin: 0;
  text-align: center;
  color: #1b1a1a;
  line-height: 1;
  font-size: 16px;
  height: 60px;
  width: 60px;
  z-index: 2;
  padding: 22px 20px;
  -webkit-transition: all ease-in-put 0.4s;
  transition: all ease-in-put 0.4s;
}

.btn-video .line-video-1, .btn-video .line-video-2, .btn-video .line-video-3 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: fadeOutCircle infinite 2.6s ease-in-out;
          animation: fadeOutCircle infinite 2.6s ease-in-out;
}

.btn-video .line-video-2 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.btn-video .line-video-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.btn-video:hover {
  color: #ffffff;
  border: 0;
  outline: 0;
  background: #1b1a1a none repeat scroll 0 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-video.btn-big {
  height: 120px;
  width: 120px;
  padding: 44px;
  font-size: 32px;
}

.btn-video.btn-main {
  background-color: #e9204f;
}

.btn-dark {
  background-color: #1b1a1a;
  color: #ffffff;
  border-color: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}

.btn-light {
  background-color: #ffffff;
  color: #1b1a1a;
  border-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light:before {
  background: #131313;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light:hover:before {
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray {
  background-color: #f7f7f7;
  color: #1b1a1a;
  border-color: #f7f7f7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray:before {
  background: #131313;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray:hover {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray:hover:before {
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-main {
  color: #ffffff;
  background-color: #13bcff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-main:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-orange {
  color: #ffffff;
  background-color: #ff9000;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-orange:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-dark-outline {
  background-color: transparent;
  color: #1b1a1a;
  border-color: #1b1a1a;
  border: solid 1px #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-dark-outline:before {
  background: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-dark-outline:hover {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}

.btn-light-outline {
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #1b1a1a;
  border-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light-outline:before {
  background: #131313;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light-outline:hover {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-light-outline:hover:before {
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray-outline {
  background-color: transparent;
  color: #1b1a1a;
  border: solid 1px #1b1a1a;
  border-color: #f7f7f7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray-outline:before {
  background: #131313;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray-outline:hover {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-gray-outline:hover:before {
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-main-outline {
  color: #e9204f;
  border: solid 1px #e9204f;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-main-outline:before {
  background: #e9204f;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-main-outline:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  border: solid 1px #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-orange-outline {
  color: #ff9000;
  border: solid 1px #ff9000;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-orange-outline:before {
  background: #ff9000;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn-orange-outline:hover {
  background-color: #1b1a1a;
  border: solid 1px #1b1a1a;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@-webkit-keyframes fadeOutCircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes fadeOutCircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}



/* ------------------------------------- */
/* *. Blog Box  .......................... */
/* ------------------------------------- */
.bg-gray {
    background-color: #f7f7f7 !important;
}

.blog-post-one {
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  margin: 15px 0;
  text-align: left;
      border: 1px #e2e2e2 solid;
}

.blog-post-one figure {
  max-height: 250px;
  overflow: hidden;
  margin: 0;
}

.blog-post-one figure img {
  border-top-left-radius: 4px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 4px;
}

.blog-post-one .info-post {
  position: relative;
  padding: 20px 15px 30px;
  background-color: #ffffff;
  float: left;
  width: 100%;
  clear: both;
}

.blog-post-one .info-post .cat-name {
  position: absolute;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  left: 15px;
  top: -15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  z-index: 4;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e9204f;
  padding: 3px 10px;
}

.blog-post-one .info-post .post-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 10px;
  position: relative;
  color: #01336c;
}

.blog-post-one .info-post .post-title a {
  color: inherit;
  text-decoration: none;
}

.blog-post-one .info-post .post-title:hover {
  color: #01336c;
}

.blog-post-one .info-post p {
    margin: 0 0 10px;
    width: 100%;
    font-size: 14px;
    color: #868686;
    line-height: 25px;
    letter-spacing: 0;
}

.blog-post-one .info-post .footer-info-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-post-one .info-post .meta-post {
  padding: 0;
  margin: 0;
}

.blog-post-one .info-post .meta-post li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
  margin: 0;
}

.blog-post-one .info-post .meta-post li i {
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  color: #e9204f;
}

.blog-post-one .info-post .arrow-btn {
  position: relative;
  width: 22px;
  stroke-width: 1.3;
  stroke-miterlimit: 10;
  stroke: #1b1a1a;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.blog-post-one .info-post .arrow-btn .line {
  stroke-dashoffset: 9.20001;
  stroke-dasharray: 18.4, 28.4;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.blog-post-one .info-post .arrow-btn:hover svg .line {
  stroke-dashoffset: 1e-05;
  stroke-dasharray: 18.4, 28.4;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.blog-post-one:hover {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}


/* ------------------------------------- */
/* *. Counter Box .......................... */
/* ------------------------------------- */
.counter-box-one {
  position: relative;
}

.counter-box-one .icon {
  font-size: 64px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  color: #e9204f;
}

.counter-box-one .icon i {
  line-height: 1;
}

.counter-box-one .icon svg {
  fill: #e9204f;
  width: 65px;
}

.counter-box-one .number, .counter-box-one .counter {
  font-size: 67px;
  color: #1b1a1a;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.counter-box-one .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #131313;
}

@media only screen and (max-width: 992px) {
  .counter-box-one {
    position: relative;
    margin: 25px 0;
  }
}



/* ------------------------------------- */
/* *. Tesimonial  .......................... */
/* ------------------------------------- */
.testimonial-box {
  position: relative;
  margin: 15px 0;
}

.testimonial-box .testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.testimonial-box .testimonial-text {
  font-size: 16px;
  color: #1b1a1a;
}

.testimonial-box .testimonial-text:before {
  position: absolute;
  font-size: 180px;
  opacity: 0.04;
  font-family: 'Font Awesome 5 Free';
  color: #e9204f;
  font-weight: 900 !important;
  content: "\f10e";
  top: 0;
}

.testimonial-box .testimonial-name {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial-box .testimonial-position {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.3em;
  text-transform: capitalize;
  color: #e9204f;
}

.testimonial-two.owl-carousel .owl-dot.active span {
  background-color: #e9204f !important;
  width: 8px !important;
  height: 8px !important;
}

.testimonial-two.owl-carousel .owl-dot span {
  background-color: rgba(27, 26, 26, 0.4) !important;
  width: 6px !important;
  height: 6px !important;
}

.testimonial-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.testimonial-box-two {
  padding: 50px 15px;
  margin: 0 auto;
  padding-left: 220px;
  text-align: left;
}

.testimonial-box-two .testimonial-img {
  position: absolute;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 5px #ffffff;
}

.testimonial-box-two .testimonial-img:before {
  content: "\f10e";
  position: absolute;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-family: FontAwesome;
  bottom: -10px;
  right: 30px;
  background: #e9204f;
  border-radius: 50px;
  padding: 9px 12px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.testimonial-box-two .testimonial-content {
  padding-top: 20px;
}

.testimonial-box-two .desc {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #1b1a1a;
}

.testimonial-box-two .name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  line-height: 1.4;
  color: #e9204f;
}

.testimonial-box-two .position {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
}

.testimonial-box-three {
  position: relative;
  margin: 15px 35px;
  padding: 5px;
  text-align: center;
}

.testimonial-box-three .icon {
  color: #13bcff;
  font-size: 64px;
}

.testimonial-box-three .testimonial-content p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  margin: 20px 0;
  color: #131313;
  clear: both;
  text-align: center;
}

.testimonial-box-three .user-info {
  position: relative;
}

.testimonial-box-three .user-info .name {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 21px;
  font-weight: 600;
  color: #13bcff;
}

.testimonial-box-three .user-info .position {
  font-size: 14px;
  margin: 0 4px;
  line-height: 1;
  font-weight: 500;
}

/*===================*/
/*FOOTER*/
/*===================*/
footer{
    background: #00336d;
    padding: 30px 0;
}
footer p{
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    color: #c6c6c6;
}
footer p a{
    color: #fff;
}

form .form-group{
    width: 100%;
    position: relative;
    margin-bottom: 46px;
}

form .inp{
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 0;
    width: 100%;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    background: transparent;
    outline: none;
    padding: 0 0 3px;
    border-bottom: 1px solid rgba(146, 146, 146, 0.6);
}
form textarea.inp{
    height: 55px;
}
form .form-group .placeholder {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: .8rem;
    font-weight: 300;
    color: #01336c;
    letter-spacing: -.009em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
form .form-group.in .placeholder, form .form-group.with-content .placeholder{
    opacity: .5;
    font-size: 14px;
    top: -13px;
}
form .form-group:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}
form .form-group.in:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.contact-info span{
    display: block;
    color: #01336c;
    opacity: .5;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}
.contact-info p{
  color: #01336c;
}
.contact-info{
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}
.contact-info a {
    display: block;
    color: #01336c;
    font-weight: 500;
    font-size: 15px;
    float: left;
    margin-right: 30px;
}
.contact-info a:hover{
    opacity: .5;
}

.contact-info .icon{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background: #01336c;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
}

.contact-info .icon i{
    line-height: 35px;
    font-size: 20px;
}


@media screen and (max-width: 768px) {
    .hero-title{
        width: 100%;
        line-height: 50px;
        font-size: 40px;    
    }
    .about .about-image {
        box-shadow: none;
        transform: translate(0px, 0px);
    }
    .service-item:nth-child(even) .service-img{
        order: initial !important;
    }

}


ul{
  margin-bottom: 20px;
}
.wp-block-image img{
  width: 100%;
  max-width: 100%;
}
