@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|Cormorant:400,700&display=swap');
:root{
  --primary-blue: #168DB7;
  --primary-blue-dark:#13799D;
  --primary-green: #73A536;
  --primary-green-dark:#5F882D;
  --primary-black:#363732;
  --title-color:#313131;
  --light-bg:#F6f6f6;
  --text-color:#555555;
  --open-sans:'Open Sans',sans-serif;
  --cormorant:'Cormorant',serif;
}
.title-color{color:var(--title-color) !important}
.color-blue{color:var(--primary-blue) !important}
.color-green{color:var(--primary-green) !important}
.title-color{color:var(--title-color) !important}
h1,
h2,
h3,
h4,
p,
a,
li,
img,
input,
span,
ul,
h5 {
  padding: 0;
  margin: 0;
  outline: 0;
}
a,
span,
label {
  display: inline-block;
}
body {
  font-family: var(--open-sans);
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  min-width: 380px;
}
.smooth,
a,
button,
input,
.smooth:hover,
a:hover,
button:hover,
input:focus,
textarea,
textarea:focus {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
}
p {
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}
.small-title{
  font-size: 14px;
  font-weight:600 !important;
  text-transform: uppercase;
}
.mid-text,.mid-text-book{
  font-size:16px;
  line-height: 26px;
  font-weight: 500;
}
.mid-text-book{
  font-weight:400
}
.small-text{
  font-size: 14px;
  color:var(--text-color)
}
.primary-color{
  color:var(--primary-color) !important;
}
.light-bg{background-color: var(--light-bg);}
.img-container img {
  width: 100%;
}
.round-img,.square-img{
  width:var(--image-width,100%);
  height:var(--image-height,auto);
  aspect-ratio: 1;
}
.round-img{
  border-radius: 50%;
}
.wrapper-link {
  display: inline;
}
.left-align {
  padding-left: 0;
}
.right-align {
  padding-right: 0;
}
.img-container {
  overflow: hidden;
  position: relative;
}
.img-fitted {
  height: 100%;
  object-fit: cover;
}
.mobile {
  display: none;
}
.short-container{
  max-width:var(--container-width,900px);
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}
.common-btn {
  background-color: var(--primary-green);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 35px;
  border:none;
  border-radius: 5px;
  outline:none !important;
  text-transform: uppercase;
}
.common-btn:hover {
  color:#fff;
 background-color:var(--primary-green-dark)
}
.common-btn-alt{
  background-color:var(--primary-blue)
}
.common-btn-alt:hover{
  background-color:var(--primary-blue-dark)
}
.bordered-btn{
  border:1px solid var(--primary-black);
  background-color: transparent;
  color: var(--primary-black);
}
.bordered-btn:hover{
  background-color:var(--primary-black);
  color: #fff;
}
.alt-bordered-btn:hover{
 background-color: #fff !important;
 color:var(--title-color) !important
}
.link-text{
  font-weight:600;
  text-decoration: underline;
}
*[class*="heading-"] > a{
  color:inherit
}
*[class*="heading-"]{
  font-weight:700;
  color:var(--title-color);
  font-family: var(--cormorant);
}
*[class*="wt-"]{
  color:#fff !important
}
.wt-border{
  border-color: #fff !important;
}
.heading-xl {
  font-size:40px;
}
.heading-lg {
  font-size:36px;
}
.heading-md {
  font-size:30px;
}
.heading-sm {
  font-size:24px;
}
.heading-xsm {
  font-size:18px;
}
.heading-card{
  font-size:20px;
}
.pad-yt, .pad-y{
  padding-top: var(--pad-value,80px);
}
.pad-yb, .pad-y {
  padding-bottom: var(--pad-value,80px);
}
.pad-xl, .pad-x{
  padding-left: var(--pad-value,30px);
}
.pad-xr, .pad-x {
  padding-right: var(--pad-value,30px);
}
.gutter-yt,.gutter-y{
    margin-top:var(--margin-value,15px);
}
.gutter-yb,.gutter-y{
  margin-bottom:var(--margin-value,15px);
}
.gutter-xl,.gutter-x{
  margin-left:var(--margin-value,15px);
}
.gutter-xr,.gutter-x{
  margin-right:var(--margin-value,15px);
}
.h-full{
  height:100%
}
.margin-center{
  margin-left:auto;
  margin-right:auto
}
.absolute-center{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}
.xy-center{
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shorten-container{
  max-width: 1100px;
}
.mid-size-container{
  max-width: 700px;
}
.link-btn{
  font-size:18px;
  color:var(--primary-color);
  font-weight: 500;
}
.link-btn:hover{
  color:var(--secondary-color);
}
.logo-img {
  max-width:180px;
}
.header{
  background-color: #fff;
  padding:5px 0
}
.header-top a{
  font-size:15px;
  color:var(--theme-black);
  margin-right: 20px;
}
.header-top-right a:last-child{
  margin-right:0;
}
.u-lined{
  border-bottom:2px solid var(--theme-color)
}
a.social-link{
  font-size:18px;
  vertical-align: -3px;
  margin-right:10px;
}
.fixed-header {
  position:fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 99;
  padding:0
}
.fixed-header, .inner-header{
  border-bottom:2px solid #eee
}
.fixed-header .logo-img{
  max-width:130px;
}
.custom-nav {
  justify-content: flex-end;
  align-items: center;
  padding:15px 0;
}
.fixed-header .custom-nav{
  padding:5px 0;
}
.custom-nav li{
  padding:0 15px;
  position:relative;
}
.custom-nav li a{
  color:var(--title-color);
  padding:10px 0;
  font-size:18px;
  font-weight:600;
}
.custom-nav>li:hover>a, .custom-nav li a:hover{
  color:var(--primary-green) 
}
.active-nav{
  color:var(--primary-green) !important
}
.drop-icon{
  margin-left:5px;
  vertical-align: 1px;
}
.drop-icon path{
  stroke:var(--primary-black)
}
.custom-nav>li:hover .drop-icon path{
  stroke:var(--primary-blue-dark)
}
.mobile-menu-btn a svg {
 fill:#fff;
 width:26px;
}
.super-menu{
  display:none;
  position: absolute;
  width:200px;
  background-color:#fff;
  padding:5px 15px;
  z-index: 999;
  left:0;
  top:45px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  list-style: none;
}
.fixed-header .super-menu{
  top:40px;
}
.super-menu li{
  position: relative;
}
.super-menu li:first-child::before{
  content: '';
  position:absolute;
  left:15px;
  top:-22px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.super-menu li a{
   font-size:15px;
   font-weight:500;
}
.custom-nav li:hover .super-menu{
  display:block
}
.super-menu li{
  margin:10px 0
}
.super-menu a, .super-menu li{
  padding:0 !important;
}
.mobile-menu-btn{display:none}
.fixed-header .custom-nav li a, .fixed-header .common-btn{font-size:14px;}
.nav-header{background-color:var(--theme-black)}
.overlay-caption {
  background-color:rgba(75,75,77,0.6);
  left:0;
  right:0;
  bottom:0
}
.overlay-caption-lite{
  background-color:rgba(55,55,53,0.2);
}
#main-slide .carousel-item{
  height:600px;
  overflow: hidden;
}
.carousel-item img{
  width:100%
}
.custom-indicators {
  margin:0;
  bottom:30px;
}
.custom-indicators li::before,.custom-indicators li::after{
  content:unset
}
.custom-indicators li,  .owl-clients .owl-dot span {
  height:12px !important;
  width:12px !important;
  text-indent:0;
  flex:none;
  background-color:transparent;
  margin:0 3px !important;
  border-radius: 6px !important;
  border:1px solid rgba(255,255,255,0.5);
}
.custom-indicators li.active, .owl-clients .owl-dot.active span{
  background-color:#fff;
  border-color:#fff;
}
.owl-clients .owl-dot:focus{
  outline: none;
}
.main-caption{
  font-size:70px;
  font-weight:700;
}
.banner-actions{
  overflow: hidden;
}
.bold-word{
  font-weight:700;
}
.naked-link{
  font-family: var(--charm);
  font-size:16px;
  color:var(--theme-black)
}
.naked-link svg{
  width:24px;
  vertical-align: -6px;
  margin-left:10px;
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s; 
}
.naked-link svg path{
  stroke:var(--theme-black) !important;
}
.captions .naked-link {
  color:#fff;
  margin-top:40px;
  font-size:18px;
}
.captions .naked-link svg{
  width:30px;
  vertical-align: -8px;
}
.naked-link:hover{
  color:var(--theme-color);
}
.captions .naked-link:hover{
  color:#fff;
}
.naked-link:hover svg{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.naked-link:hover svg path{
  stroke:var(--theme-color) !important
} 
.captions .naked-link svg path{
  stroke:#fff !important;
}
.custom-indicators .img-container {
  border-radius: 50%;
  text-indent:0;
  padding:8px;
  flex:none;
  border:1px solid transparent;
  opacity:0.8
}
.captions .main-caption{
  animation-delay: .5s;
  color:#fff;
}
.captions .naked-btn{
  animation-delay: 1s;
}
.absolute-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.main-caption{
  margin:0 auto;
}
.main-slider .carousel-caption {
  height:100%;
}

/* cards */
.basic-card-img{
  height:auto;
  aspect-ratio: 4/3;
}
.card-data p, .card-data .title-link{
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.card-data .title-link{
  -webkit-line-clamp: 2;
}
.date-text{
  font-size:14px;
  font-weight:500;
  color:#B0B0B0
}
.title-link:hover{
  color:var(--primary-green)
}
.date-overlay{
  position: absolute;
  bottom:0;
  left:0;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
  height:100px;
  padding:10px 20px;
  width:100%;
}
.card-data-inner{
  padding-left:10px;
  padding-right:10px;
}

/* home page services */
.home-services{
  background-color: var(--primary-black);
}
.service-card .round-img{
  border:6px solid var(--primary-green)
}
.section-head .cta{
    flex-shrink: 0;
    margin-left: 15px;
}
/*business banners*/
.col-banner{
  height:550px;
}
/* home outro */
.outro-banner{
  height:400px;
}
/* news-letter*/
.newsletter-section{
  background-image: url(../images/footer-banner.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height:450px
}
.letter-input{
  height:52px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border:none;
  padding: 10px 14px;
  flex:1;
  font-size: 16px;
}
.inline-btn{
  padding-top:14px;
  height:52px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* clients ans testimonials */
.main-footer{
  background-color:var(--primary-black)
}
.social-list li{
  margin-right:5px;
}
.footer-title{
  color:var(--title-color);
  font-size:22px;
  margin-bottom:15px;
  font-weight:700;
}
.foot-logo img {
  max-width:500px;
  width:100%
}
.social-list li {
  padding-right:10px;
}
.social-list li a {
  color:var(--theme-color);
  padding-right:5px;
  font-size:18px;
}
.social-list li a:hover{
  color:#fff;
}
.footer-nav li {
  color:#fff;
  font-size:16px;
  margin-bottom: 15px;
}
.footer-nav li a {
  color:var(--primary-color);
 
}
.footer-nav li a:hover{
   color:var(--secondary-color)
}

.copyrights-wrap{
  background-color: var(--primary-green);
}
/* ======== inner pages ======= */
.inner-page{
  border-top:2px solid #eee
}
.inner-banner{
  height:350px;
}
.inner-banner .overlay-caption-lite{
  padding-left:15px;
  padding-right:15px;
}
.banner-as-bg{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shadow-div{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.circle-icon{
  height:80px;
  width:80px;
  border-radius: 50%;
  background-color:var(--primary-blue);
  font-size:20px
}
.link-holder{
  color:var(--primary-black)
}
.link-holder:hover{
  color:var(--primary-green)
}
.contact-top{
  margin-top:-60px;
}
.dynamic-texts p{
  font-size:16px;
  line-height: 24px;
}
.dot-holder{
  border-bottom:1px dashed var(--primary-black);
  flex:1
}
/* appointment*/
.side-image .img-container{
  min-height:400px;
}
.single-image{
  max-height:550px;
}
/* contact */
.contact-info-icon{
  width:35px;
  flex-shrink: 0;
}
.info-link{
  flex:1
}
.common-input{
  background-color:#F4F4F4;
  border-radius: 5px;
  font-size:16px;
  padding:0 15px;
  border:1px solid transparent;
  width:100%;
  outline: none !important;
  padding-top:10px
}
.common-input:not(textarea){
  height:50px;
  padding-top:0;
}
.common-input:focus{
  border-color:var(--primary-color)
}
/* faqs */
.faqs-page .card-header button{
  font-size:18px;
  color:var(--title-color);
  font-weight:600;
}
/*gallery*/
.free-gallery{
  -webkit-column-count: 4;
  -webkit-column-gap:   20px;
  -moz-column-count:    4;
  -moz-column-gap:      20px;
  column-count:         4;
  column-gap:           20px;
}
.free-size-img{
  margin-bottom:20px;
}
/* mobile-menu */
.menu-btn-wrapper,li.close-menu-wrap{
  display: none;
}

@media screen and (min-width:1370px) {
  .container:not(.shorten-container){
    max-width:1280px;
  }
}
@media screen and (max-width:1370px){
  .main-caption{
    font-size:60px;
  }
  .card-data .heading-md{
    font-size:26px
  }
  .custom-nav>li>a{
    font-size:16px;
  }
  #main-slide .carousel-item {
    height: 550px;
  }
  
}
@media screen and (max-width:1200px){
  .main-caption{
    font-size:60px;
  }
  .intro-image-col{
    padding-right:15px;
  }
  .intro-image-col .img-container {
    height: 400px;
  }
  #main-slide .carousel-item {
    height: 500px;
  }
  .pad-yb, .pad-y {
    padding-bottom: var(--pad-value,70px);
  }
  .pad-yt, .pad-y {
    padding-top: var(--pad-value,70px);
  }
  .about-stat-col{
    margin-top:30px;
  }

}
/* demo */
@media screen and (max-width:1200px) and (min-width:768px){
    
  /* about */
  .mission-wrap{
    flex-direction: row !important;
  }
  .mission-img,.mission-data{
    flex:1;
  }
  .mission-data{
    margin-top:0;
    margin-bottom:0 !important;
  }

}

@media screen and (max-width:992px){
  .intro-image-col .img-container {
    margin-bottom:40px;
  }

  .main-caption{
    font-size:52px;
  }
  .menu-btn {
    border: none;
    background-color: var(--primary-blue);
    padding: 8px 10px;
    padding-bottom: 2px;
    border-radius: 5px;
    margin-left:15px
}
.logo-img {
  max-width: 150px;
}
#main-slide .carousel-item {
  height: 480px;
}
  .custom-nav{
    position: fixed;
    left:-260px;
    top:0;
    height:100%;
    width:250px;
    background-color:var(--primary-green);
    z-index: 99;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .active-nav,.custom-nav>li:hover>a, .custom-nav li a:hover{
    color:var(--primary-black)!important
  }
  .drop-icon{
    display: none;
  }
  .custom-nav li{
   width:100%
  }
  .menu-btn-wrapper{
    display:block;
  }
  .fixed-header .custom-nav li a {
    font-size: 18px;
  }
  .fixed-header .custom-nav {
    padding: 15px 0;
  }
  .custom-nav li a {
   color:#fff
  }
  .super-menu{
    display:  none !important;
  }
  .close-menu-wrap{
     position:relative;
     height:15px;
  }
  .menu-close {
    position: absolute;
    font-size: 40px !important;
    right: 20px;
    top: -5px;
    color: #fff;
    padding:0 !important;
    line-height: 40px;
    z-index: 999;
  }
  li.close-menu-wrap{
    display: block;
  }
  .header{
    padding:5px 0;
  }
  #main-slide .carousel-item {
    height: 520px;
  }
  .footer-bottom>div:nth-child(3),.footer-bottom>div:nth-child(4){
     margin-top:30px;
  }
  .footer-sub{
    margin-top:30px;
    border-top:1px solid #ccc;
    padding-top:30px
  }
  .pad-yb, .pad-y {
    padding-bottom: var(--pad-value,60px);
  }
  .pad-yt, .pad-y {
    padding-top: var(--pad-value,60px);
  }
  .side-image,.about-outro-image{
    --pad-value:15px !important;
  }
  .side-image .img-container {
    height: 400px;
  }
  .section-head{
    display:block !important
  }
  .section-head .cta{
    margin-top:15px
  }
    /*gallery*/
.free-gallery{
  -webkit-column-count: 3;
  -moz-column-count:    3;
  column-count:         3;
}
.home-outro .img-container{
   margin-top:30px;
}
.about-outro-image{
  height:400px !important
}
}

@media screen and (max-width:767px){
  .heading-lg {
    font-size: 38px;
   }
  .main-caption {
    font-size: 40px;
  }
  #main-slide .carousel-item {
    height: 520px;
  }
  .footer-bottom>div:nth-child(1){
    padding-bottom:30px
  }
  .heading-card {
    font-size: 26px;
  }
  .mission-data img {
    max-width: 50px;
  }
  .mission-vision-row>div:nth-child(2) .mission-wrap .mission-img {
    order: 0;
   }
   .mission-vision-row>div:nth-child(2) .mission-wrap .mission-data {
    order: 1;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
   }
   .mission-data{
     margin-top:0
   }
   .mission-col{
     margin-bottom:25px
   }
   .business-col{
     --pad-value:15px !important;
     margin-bottom:15px;
   }
   .col-banner {
    height: 450px;
}
.footer-bottom>div:nth-child(3){
  margin-top:0
}
.heading-xl {
  font-size: 36px;
}
}

@media screen and (max-width:575px){
  .main-caption {
    font-size: 30px;
  }
  #main-slide .carousel-item {
    height: 500px;
  }
  .footer-about{
    padding-top:30px;
    border:none;
    margin:0
 }
 .footer-sub{
   padding-top:30px;
   border:none;
   margin:0
 }
 .footer-bottom>div:nth-child(2){
   padding-bottom:30px
 }
 .heading-lg {
  font-size: 34px;
 }
 .logo-img {
  max-width: 150px;
 }
   /*gallery*/
.free-gallery{
  -webkit-column-count: 2;
  -moz-column-count:    2;
  column-count:         2;
}
.footer-bottom>div:nth-child(4){
  margin-top:0
}
.heading-xl {
  font-size: 34px;
}
}

@media screen and (max-width:480px){
  #main-slide .carousel-item {
    height: 480px;
  }
     /*gallery*/
.free-gallery{
  -webkit-column-count: 1;
  -moz-column-count:    1;
  column-count:         1;
}
.header-cta .common-btn{
  font-size:14px;
  padding-left: 20px;
  padding-right:20px;
}
.logo-img {
  max-width: 130px;
}
.letter-input {
  margin-bottom: 15px;
  width: 100%;
}
.letter-form{
  display:block !important
}
.letter-input, .inline-btn{
    border-radius: 6px;
}
}

@media screen and (max-width:380px){
  body{
    overflow-x: scroll !important;
  }
}

