@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Josefin+Sans:500,600,700,800&display=swap');
:root{
  --primary-color: #074985;
  --secondary-color:#EFAF0F;
  --primary-dark: #313131;
  --primary-light:#F3F3F3;
  --primary-color-dark:#013360;
  --text-color:#4D4D4D;
  --font-roboto:"Roboto",sans-serif;
  --font-jose:"Josefin Sans",serif;
}
.theme-color{color:var(--primary-color) !important;}
.theme-color-2{color:var(--secondary-color) !important;}
.theme-black{color:var(--theme-black) !important}
.dark-bg{
  background-color:var(--primary-color-dark);
}
.theme-bg{
  background-color:var(--primary-color)
}
h1,
h2,
h3,
h4,
p,
a,
li,
img,
input,
span,
ul,
h5 {
  padding: 0;
  margin: 0;
  outline: 0;
}
a,
span,
label,strong,b {
  display: inline-block;
}
body {
  font-family: var(--font-roboto);
  font-weight:400;
  overflow-x: hidden;
  overflow-y: scroll;
  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;
}
.smooth>a{
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
p,.base-text {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
}
p.large-text{
  font-size: 18px;
  line-height: 28px;
}
.small-text{
  font-size:14px;
}
.font-500{
  font-weight:500;
}
.controlled-text{
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.light-bg{background-color: var(--primary-light);}
.large-container,.short-container {max-width:1366px; padding:0 30px; margin: 0 auto}
.short-container{
  max-width: 800px;
}
.img-container img {
  width: 100%;
}
.img-container > a {
  display: inline;
}
.left-align {
  padding-left: 0;
}
.right-align {
  padding-right: 0;
}
.img-container {
  overflow: hidden;
  position: relative;
}
.rounded-corners-img,.rounded-corners{
  border-radius: 6px;
}
.rounded-corners-md{
  border-radius: 10px;
}
.img-fitted {
  height: 100%;
  object-fit: cover;
}
.ratio-1{
  aspect-ratio: 1;
}
.ratio-4-by-3{
  aspect-ratio: 4/3;
}
.ratio-4-by-5{
  aspect-ratio: 4/5;
}
.ratio-5-by-4{
  aspect-ratio: 5/4;
}
.ratio-16-by-10{
  aspect-ratio: 16/10;
}
.mobile {
  display: none;
}
.common-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 24px;
  border:none;
  outline:none !important;
  border-radius: 6px;
}
.btn-shrinked{
  padding:10px 30px;
}
.common-btn:hover {color:#fff; background-color:var(--secondary-color)}
.common-btn-secondary{
  background-color:var(--secondary-color)
}
.common-btn-secondary:hover {color:#fff; background-color:var(--primary-color)}
.iconed-btn i{
  font-size: 14px;
  margin-right: 5px;
}
*[class*="heading-"]{
  font-family: var(--font-jose);
  color:var(--primary-dark);
  font-weight:800
}
*[class*="heading-"] > a{
  color:inherit
}
*[class*="heading-"] > a:hover{
  color:var(--secondary-color)
}
*[class*="wt-"]{
  color:#fff !important;
}
.main-heading{
  font-size:60px;
  font-weight:300;
  color:var(--theme-black);
}
.heading-mid {
  font-size:30px;
  color:var(--theme-black);
}
.heading-mid-sm {
  font-size:26px;
  color:var(--theme-black);
}
.heading-semi-mid {
  font-size:20px;
}
.heading-sm {
  font-size:18px;
}
.heading-banner {
  font-size: 40px;
}
.heading-large {
  font-size: 34px;
}
.sub-heading{
  font-size:16px;
  color:var(--primary-dark);
  font-weight:500;
  font-family: var(--font-jose);
  margin-bottom:5px;
}
.heading-col{
  font-size:22px;
}
.heading-col-2{
  font-size:24px;
}
.heading-text{
  font-size:20px;
}
.headline{
  height:4px;
  width:50px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}  
.descriptions ul, .descriptions ol{
  padding-left:18px;
  color:var(--text-color);
  font-size: 16px;
  line-height: 24px;
}
.descriptions li{
  margin-bottom:10px;
}
.pad-top-md {
  padding-top: 60px;
}
.pad-bot-md {
  padding-bottom: 60px;
}
.pad-top {
  padding-top: 90px;
}
.pad-bot {
  padding-bottom: 90px;
}
.pad-top-lg {
  padding-top: 120px;
}
.pad-bot-lg {
  padding-bottom: 120px;
}
.gutter-top-lg{
  margin-top:45px;
}
.gutter-bot-lg{
  margin-bottom:45px;
}
.gutter-top-md{
  margin-top:30px;
}
.gutter-bot-md{
  margin-bottom:30px;
}
.gutter-top{
  margin-top:15px;
}
.gutter-bot{
  margin-bottom:15px;
}
.gutter-top-semi{
  margin-top:20px;
}
.gutter-bot-semi{
  margin-bottom:20px;
}
.gutter-top-10{
  margin-top:10px;
}
.gutter-bot-10{
  margin-bottom:10px;
}
.gutter-bot-sm{
  margin-bottom:5px;
}
.gutter-top-sm{
  margin-top:5px;
}
.flexer,.xy-center{
  display: -ms-flexbox !important;
  display:flex !important;
}
.xy-center{
  justify-content: center;
  align-items: center;
}
.left-auto{
  margin-left:auto
}
.no-shrink{
  flex-shrink:0
}
.flex-1{
  flex:1
}
.all-block>*{
  display: block;
}
.compact-row{
  margin-left:-8px;
  margin-right:-8px;
}
.compact-row>*[class*="col-"]{
  padding-left:8px;
  padding-right:8px;
}
.link-btn{
  font-size:18px;
  color:var(--primary-color);
  font-weight: 600;
}
.bg-underlay{
  background-color:rgba(15,36,59,0.5)
}
.logo-img {
  width:120px;
}
.header-top{
  padding:5px 0;
  width:100%;
  background-color:var(--primary-color)
}
.top-contact{
  font-size:14px;
}
.top-contact i{
  margin-right:8px;
  font-size:16px;
}
.sep-link{
  border-left:1px solid #fff;
  padding-left: 15px;
}
.header-top-right>*:last-child,.header-top-left>*:last-child{
  margin-right:0;
}
.header-top-right .top-contact{
  margin-right:15px;
}
a.social-link{
  font-size:18px;
  vertical-align: -1px;
  margin-right:10px;
  color:#fff
}
.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color:#fff;
}
.nav-header{
  padding:10px 0;
}
.main-nav{
  margin-left:auto
}
.custom-nav {
  justify-content: flex-end;
  align-items: center;
}
.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;
  font-family: var(--font-jose);
}
.custom-nav li.active a{
  color:var(--secondary-color);
}
.custom-nav>li:hover a{
  color:var(--primary-color)
}
.custom-nav .active a, .custom-nav li a:hover{
  border-color:#fff;
}
.mobile-menu-btn svg {
 fill:#fff;
 width:26px;
}
.custom-nav li:hover .super-menu{
  display:block
}
.mobile-menu-btn-wrapper{display:none}
.fixed-header .custom-nav li a{font-size:14px;}
.fixed-header .common-btn{
    font-size:14px;
    padding-top:10px;
    padding-bottom:10px;
}
.fixed-header .logo-img {
    width: 80px;
}
.drop-menu {
    background-color: var(--primary-color);
    position: absolute;
    width: 200px;
    left: 0;
    top: 45px;
    z-index: 9;
    display: none;
    list-style:none;
}
.fixed-header .drop-menu{
      top: 40px;
}
ul.drop-menu li{
    border-top:1px solid rgba(255,255,255,0.2);
}
ul.drop-menu li a{
    color:#fff !important;
    font-size:14px;
    display:block;
}
.custom-nav>li:hover{
    background-color:var(--primary-color);
}
.custom-nav>li:hover ul{
    display:block;
}
.custom-nav>li:hover>a{
    color:#fff;
}
ul.drop-menu li:hover{
    background-color:var(--secondary-color)
}
#main-slide .carousel-item{
  height:600px;
  overflow: hidden;
}
.carousel-item img{
  width:100%
}
.home-captions{
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(7,73,133,0.6),rgba(40,137,188,0));
}
.banner-container{
  max-width:600px;
}
.home-captions p{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto
}
.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:#ccc !important;
  margin:0 4px !important;
  border-radius: 6px !important;
}
.custom-indicators li.active, .owl-clients .owl-dot.active span{
  background-color:var(--secondary-color) !important
}
.owl-clients .owl-dot:focus{
  outline: none;
}
.banner-actions{
  overflow: hidden;
}
.bold-word{
  font-weight:700;
}
.link-text{
  font-size: 16px;
  font-weight:500;
  color:var(--secondary-color);
  text-transform: uppercase;
}
.link-text i{
  margin-left:10px;
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s; 
}
.absolute-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
}
.main-caption{
  max-width:700px;
  margin:0 auto;
}
.main-slider .carousel-caption {
  height:100%;
}
/* home intro */
.home-intro,.image-bg{
  background-image:url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:bottom left
}
.limited-heading{
  max-width:650px;
  margin-left: auto;
  margin-right:auto;
}
.intro-content{
  padding-left:10px;
}
.intro-content p{
   font-size: 16px;
   color:var(--text-color);
   margin:15px 0 20px;
   line-height: 24px;
}
.intro-stylish{
  position:absolute;
  left:0;
  z-index: 1;
}
.intro-contents{
  padding-left:200px;
  background-color:#ffffff;
  padding-right:30px;
}
.why-list{
  list-style: none;
}
.why-list li{
  font-size:16px;
  color:var(--text-color);
  margin-bottom:8px;
  position: relative;
  padding-left:30px;
}
.why-list li::before{
  content:"\f058";
  position:absolute;
  font-weight: 900; 
  top:-4px;
  left:0;
  font-size:22px;
  color:var(--secondary-color);
  font-family: "Font Awesome 5 Free";
}
/* Services */
.service-card{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding:20px;
  height:100%;
}
.wrapped-icon{
  height:52px;
  width:52px;
  border-radius: 50%;;
  background-color: var(--secondary-color);
}
.wrapped-icon img, .wrapped-icon svg{
  width:24px !important
}
.service-icon-wrap{
  position: absolute;
  height:60px;
  width:60px;
  border-radius: 50%;
  top:-30px;
  left:20px;
  padding:4px;
  background-color:#fff;
}
.content-row{
  padding-top:45px;
}
.flat-card{
  padding:0;
}
.flat-card .img-container{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-contents{
  padding:20px;
}
/* Why us */
.why-icon{
  flex-shrink: 0;
}
.why-info{
  padding-left:15px;
  flex:1;
}
.why-img-col .img-container{
   height:100%;
}
.title-call i{
  font-size:26px;
  margin-right:5px;
}
.title-call:hover{
  color:var(--primary-color) !important
}


/* home social */
.social-list li {
  padding-right:10px;
}
.social-list li a {
  color:var(--secondary-color);
  padding:0 5px;
  font-size:18px;
}
.social-list li a:hover{
  color:#fff;
}
/* footer */
footer{
  background-color: #F3F3F3;
}
.footer-nav li {
  color:#fff;
  font-size:16px;
  margin-bottom: 10px;
}
.footer-nav li a {
  color:#ffffff;
  padding-right:5px;
  font-size: 16px;
}
.footer-nav li a:hover,.info-link:hover{
   color:var(--secondary-color)
}
footer .social-list a{
  font-size:22px;
}
.info-links li{
  margin-bottom:10px;
}
.info-link{
  position: relative;
  padding-left:30px;
  color:#fff;
  font-size:16px;
}
.info-link i{
  position: absolute;
  left:0;
  top:3px;
  color:var(--secondary-color);
  font-size:18px;
}
.footer-contact-list a{
  font-weight:500;
}
.common-input{
  border:1px solid transparent;
  font-size:14px;
  padding: 15px;
  display:block;
  width:100%;
  background-color: #fff !important;
  outline: none;
  border-radius: 6px;
}
.common-input:not(textarea){
  height:50px;
}
.common-input:focus{
  border-color:var(--primary-color)
}
.common-label{
  font-size:15px;
  color:var(--primary-dark);
  font-weight:500;
  margin-bottom: 6px;
}
.picker-input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.copyrights-wrap {
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,0.2)
}
.copyright-text{
  color:#fff;
  font-size:15px;
}
.copyright-text a {
  font-weight:600;
}
.clean-btn{
  border:none;
  background: none;
  position: absolute;
  right: 5px;
  padding: 10px;
  top: 2px;
  cursor: pointer;
}
.clean-btn svg{
  vertical-align: -8px;
}
.clean-btn:hover{
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.header-socials ul{
  height:100%
}
.header-socials ul li a{
  color:#fff;
}
.form-modal .modal-content{
  border:none
}
.form-modal .modal-header{
  background-color: var(--primary-color);
  padding:20px;
}
.radio-label,.flat-input{
  width:100px;
  background-color: #fff;
  border:1px solid transparent;
  font-size: 14px;
  padding:10px;
  color:var(--text-color);
  outline: none !important;
  border-radius: 6px;
}
.custom-radio:checked + .radio-label{
  background-color:var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.radio-label:hover,.flat-input:focus{
  border-color:var(--secondary-color)
}
.hidden-input{
  display: none;
}
.custom-form{
  padding:10px;
}
.bold-label{
  color: var(--primary-dark);
  font-size:15px;
  font-weight:500;
  margin-bottom:6px;
}
.flat-input{
  display: block;
  width: 100%;
}
.flat-input:not(textarea){
  height:50px;
}
.modal-md{
  max-width:700px;
}
.modal-header .close {
  font-weight: 400;
}
.form-wrapper{
  padding:30px;
}
/* inner page */
.inner-page{
  border-top:2px solid #eee;
}
.inner-banner{
  height:350px;
  background-size:cover;
  background-repeat:no-repeat;
}
.inner-banner .img-container{
  height:100%
}
.inner-banner-titles{
  background-color:rgba(20,40,29,0.5);
}
.inner-heading{
  font-size:60px;
  font-family: var(--font-yellow-tail);
}
.inner-banner-titles .common-btn{
  margin-left:auto
}
.common-aside{
  padding:30px;
  border-radius: 6px;
}
.aside-nav li{
  margin-bottom:10px;
}
.aside-nav li a{
  color:var(--text-color);
  font-size: 18px;
  padding:15px;
  background-color: #F3F3F3;
  display: block;
  font-weight: 500;
  
}
.aside-nav li.active a,.aside-nav li a:hover{
  background-color:var(--primary-color);
  color:#fff;
}

.banner-nav li {
  color:#fff;
}
.banner-nav li>*{
  color:inherit;
}
.banner-nav li.active{
  color:var(--secondary-color);
}
.banner-nav li .divider{
  margin:0 5px;
}
.banner-nav li:last-child .divider{
  display:none;
} 
.details-image{
  max-height:500px;
}
/* about page */
.about-image{
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.bg-content{
  overflow: hidden;
  border-radius: 10px;
}

.clean-card{
  background-color:#fff;
  padding:30px 20px;
}
.justify-text{
    text-align:justify;
}
.team-img{
    width:300px;
}
.team-content{
    padding-left:30px;
}
/* faqs */
.ques-title{
  font-size:18px;
  font-weight:500;
  color:var(--primary-dark);
  display: block;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
  margin:15px 0;
  width: 100%;
}
.ans-des{
  padding-top:20px;
}
.listed-row>div:last-child .ques-title{
  border-top:0;
}
.ques-title i{
  margin-left:auto;
}
.ques-title[aria-expanded=true] i{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* career */
.shadow-col{
  padding:20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.long-col .link-text{
  margin-left:auto
}
/* blog page */
.after-title{
  margin-top:40px;
}
.blog-row .blog-common-wrap{
  margin-bottom:15px;
}
.single-title {
  font-size:34px;
  font-weight:300;
}
.single-page-image {
  margin-top:15px;
  max-height:500px;
}
.inner-descriptions{
  padding:20px;
}
.inner-descriptions p {
  color:#1d1d1d;
  line-height: 22px;
  font-weight:300;
}
.sidebar .mid-heading {
  font-size:28px;
}
/*services*/
.sticky-aside{
  position: -webkit-sticky;
  position: sticky;
  top:40px;
}
.aside-link{
  padding-left:15px;
  font-size:16px;
  color:var(--primary-color);
  font-size:600;
  margin-top:10px;
  font-family: var(--secondary-font);
}
.aside-link::before{
  content:"";
  position: absolute;
  height:5px;
  width:5px;
  border-radius: 50%;
  background-color: var(--primary-color);
  left:0;
  top:9px;
}
.aside-headings{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding:20px;
  padding-bottom:15px
}
.aside-lists .nav{
  border:1px solid #ddd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding:15px 20px 20px;
}
/* contact */
.contact-extra-col{
  order:0
}
.contact-form-col{
  order:1
}
.round-icon{
  height:64px;
  width:64px;
  background-color: var(--secondary-color);
  font-size: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}
.contact-extra-icon{
  margin:-50px auto 20px auto;
}
.contact-map{
  width:100%;
  min-height:350px;
  height:100%
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 40px;
  line-height: 40px;
  display: none;
}
.contact-card a{
  margin:4px 5px 0;
}
.mob-titles{
  display: none;
}
#owl-services .item{
  padding:10px
}
@media only screen and (max-width:1200px){
  .heading-banner{
    font-size:38px
  }
  .mobile-menu-btn{
    background-color:var(--primary-color);
    padding: 8px 10px !important;
    padding-bottom: 3px !important;
    border-radius: 6px;
    margin-left:15px;
    vertical-align: middle;
 }
 .close-btn {
   display: inline-block;
 }
  .copy-right,.copyright-text{
    text-align:center !important
  }
  .footer-socials{
    padding:5px;
  }
  .drop-menu{
      display:none !important;
  }
  .main-nav{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color:var(--primary-color);
    width:300px;
    left:-310px;
    padding-top:30px;
  }
  .custom-nav{
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu-btn-wrapper {
    display:block !important;
    padding-left:5px;
  }
  .main-navs{
    justify-content: flex-end;
  }
  .custom-nav li::after{
    content:unset
  }
  .custom-nav li{
    margin-bottom:15px
  }  
  .custom-nav li a {
    padding: 0 5px;
  }
  .custom-nav li a:not(.common-btn){
    color: #fff;
  }
  .custom-nav li.active a{
    color: var(--secondary-color);
  }
  .intro-contents{
    padding-left:170px;
  }
}

@media only screen and (max-width:992px){
  .pad-bot {
    padding-bottom: 60px;
  }
  .pad-top {
    padding-top: 60px;
  }
  .heading-banner{
    font-size:36px
  }
  .heading-large{
    font-size:32px;
  }
  .intro-stylish{
    position:relative;
  }
  .footer-about{
    margin-bottom:40px;
  }
  .intro-contents{
    padding-left:15px;
    background-color:transparent;
  }
  .intro-content{
    padding-bottom: 0;
    padding-left:0;
  }
  .extra-sec-contents{
    display:block !important;
  }
  .extra-sec-contents .common-btn{
    margin-top: 15px;
  }
  .mob-titles{
    display:block
  }
  .desk-titles{
    display:none
  }
  .header-top-right{
    display: none;
  }
  .header-top-left{
    display: flex;
    align-items: center;
  }
  .sep-link{
    border:none;
   margin-left:auto
  }
  .about-contents,.contact-col{
    margin-top:40px;
  }
  .incline-content-aside{
      margin-top:40px;
  }
}
@media only screen and (max-width:768px){
  .heading-banner{
    font-size:34px
  }
  .footer-contact{
    margin-top:30px;
  }
  .nav-header{
    padding:5px 0;
  }
  .logo-img {
    width: 110px;
  }
  .heading-large {
    font-size: 30px;
  }
  .bold-label {
    font-size: 16px
  }
  .home-captions p{
    font-size:16px;
    line-height: 24px;
  }
  .bg-content{
    padding-right:0 !important;
  }
  .bg-content .content-col{
    padding-left:30px !important;
    padding-right:30px !important;
  }
  .bg-content .img-container{
    max-height:400px;
  }
  .heading-md{
      font-size:34px;
  }
  .team-card{
      flex-direction:column;
  }
  .team-img{
      width:100%;
      margin-bottom:30px;
  }
  .team-content{
      padding-left:0;
  }
}
@media only screen and (max-width:575px){
  #main-slide .carousel-item {
    height: 500px
  }
  .heading-banner{
    font-size:32px
  }
 .heading-large{
   font-size:30px;
 }
 .heading-mid {
  font-size: 28px;
}
 .carousel-caption .heading-large{
   font-size: 26px;
 }
 .intro-image{
   width:100%;
 }
 .tall-intro-image{
   display: none;
 }
  .aside-nav li a{
    font-size:16px;
  }
  .inner-banner {
    height: 300px;
 }
 .footer-bottom>div:nth-child(3){
   margin-top:30px;
 }
 .carousel-control-next,.carousel-control-prev{
   align-items: flex-end;
   padding-bottom:30px;
 }
 .home-appoint .short-container{
  padding:0
 }
 .large-map iframe {
  height: 380px;
 }
 .home-captions p{
   display: none;
}
.home-captions a{
  margin-top:20px
}
 .heading-md{
      font-size:32px;
  }
  .long-card{
      flex-direction:column;
      align-items:flex-start !important;
  }
  .long-card .card-actions{
      margin-left:0;
      margin-top:10px;
  }
}

@media only screen and (max-width:480px){
  #main-slide .carousel-item {
    height: 450px
  }

  .inner-banner{
    height:250px;
  }
}