@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('menu.css');
@import url('bootstrap-touch-slider.css');
@import url('animate.css');
/* Scroll To Top */
.scroll-to-top {
  font-size: 20px;
  padding: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: none;
  border-radius: 50%;
  background: #333;
  width: 40px;
  height: 40px;
  z-index: 9999;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #111;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #111;
}
.scroll-to-top:visited {
  color: #111;
  text-decoration: none;
}
html, body {
  font-family: 'Roboto', sans-serif;
  color: #222;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fff;
}
/*
.carousel-item {
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bs-slider{
    max-height: 90vh;
}
.bs-slider-overlay{
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
*/
p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
a {
  color: #111;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
a:active, a:hover, a:focus {
  color: #111;
  outline: 0 none;
  text-decoration: none;
}
button {
  background: none;
  outline: 0 none;
  border: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}
.navigation-fixed-wrapper.fixed.nav-white-bg .nav-header {
  display: none;
}
#nav-transparent .nav-white-bg .nav-menu > li > a {
  padding: 15px 20px;
  height: auto;
}
.hero_slider .carousel-item h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}
.hero_slider .carousel-item p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.hero_slider .carousel-item a {
  display: inline-block;
  padding: 9px 24px;
  margin: 0;
  background: #da8b13; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right bottom, #e3a43a, #cc8638, #9a4916); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right bottom, #e3a43a, #cc8638, #9a4916); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.hero_slider .carousel-caption {
  margin-bottom: 35px;
}
.owl-carousel.partners-slider .owl-item img {
  width: auto !important;
  display: inherit;
  margin: auto;
}
.hero_slider .carousel-caption {
  margin-bottom: 50px;
  max-width: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  width: 70%;
}
@media (max-width: 767px) {
  .hero_slider .carousel-item img {
    max-width: inherit;
  }
}
@media (min-width: 991px) {
  .nav-menus-wrapper {
    width: 100%;
    background: #fff;
    display: flex;
  }
  .hero_slider .carousel-item h1 {
    font-size: 38px;
    font-weight: 900;
  }
  .hero_slider .carousel-caption {
    margin-bottom: 50px;
    max-width: 900px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .hero_slider .carousel-item a {
    margin-top: 10px;
    padding: 12px 30px;
    font-size: 16px;
  }
  #nav-transparent .navigation-fixed-wrapper {
    border: 0;
  }
  .div-transparent {
    position: relative;
  }
  .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(99, 99, 99, 0.5), transparent);
  }
}
/*.nav-menus-wrapper{
    background: #000;
    width: 100%;
    display: flex;
}*/
.section_heading {
  margin-bottom: 40px;
  position: relative;
}
/*
.section_heading span{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;    
    right: 0;
    top: 70px;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: rgba(56,183,255,0.7);
    transform: scale(0.7);
    z-index:9;
}
.section_heading span:before,
.section_heading span:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;    
    left: 5px;
    border-radius: 50%;
    z-index: 0;
}

.section_heading span:before{
    top: -15px;
    background-color: rgba(0,74,173,0.7);    
}
.section_heading span:after{
    top: 25px;
    background-color: rgba(84,84,84,0.7);
}
*/
.section_heading h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 15px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.4);
}
.section_heading h5 {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 20px;
  color: #fff;
  margin: 0 0px 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  background-color: #004aad;
}
.section_heading p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 15px;
}
section {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
}
section.service_section {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
}
/*.home section{
    position: relative;
    padding: 0;
    overflow: hidden;
}*/
/*section.service_section{
    padding: 0;
}*/
/*.section_shine:after {  
  animation: shine 5s ease-in-out  infinite;
  animation-fill-mode: forwards;  
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}*/
.service_section .section_heading {
  margin-bottom: 30px;
}
.service_section .readmore {
  margin: 35px 0 0;
}
.service_section .readmore a {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 40px;
}
.service_section .readmore.colored a {
  background: #004aad;
  color: #fff;
}
.service_section .readmore.colored a:hover {
  background: #545454;
}
footer {
  padding: 50px 0;
}
.footer_logo {
  margin-bottom: 30px;
}
.footer_menu {
  margin-bottom: 30px;
}
.footer_menu ul {
  display: inline-block;
}
.footer_menu ul li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer_menu ul li a:hover {
  color: #38b7ff;
}
.foote_copyright p {
  color: #666;
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
}
.section_bg_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner_content {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section_bg_cover {
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
  }
  .section_bg_cover.left {
    background-position: center left;
  }
  .section_bg_cover.right {
    background-position: center right;
  }
  .section_heading h1 {
    font-size: 36px;
  }
  .inner_content {
    padding: 50px 0;
  }
}
.section_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* Breadcrumb 
============== */
.breadcroumb-area {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.breadcroumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
  z-index: -1;
}
.breadcroumb-area li {
  display: inline-block;
}
.breadcroumb-area .breadcroumb-title h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}
.breadcroumb-area .breadcroumb-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #38b7ff;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #38b7ff;
  content: "/";
}
.breadcrumb-item.active {
  color: #38b7ff;
}
.breadcroumb-area h6 a {
  color: #fff;
}
.breadcroumb-area h6 {
  color: #ccc;
  font-size: 16px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 30px;
  }
}
.list_one {
  display: block;
}
.list_one li {
  position: relative;
  display: block;
  padding: 5px 5px 5px 15px;
}
.list_one li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f054";
  left: 0;
  top: 7px;
  font-size: 13px;
  color: #004aad;
}
@media (min-width:768px) {
  .list_one.right li {
    position: relative;
    display: block;
    padding: 5px 15px 5px 5px;
    text-align: right;
  }
  .list_one.right li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f053";
    right: 0;
    top: 7px;
    font-size: 13px;
    color: #004aad;
  }
}
.twoCols {
  column-count: 2;
}
@media (max-width:767px) {
  .home section {
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .twoCols {
    column-count: 1;
  }
  .title_right {
    text-align: left !important;
  }
}
.box_block {
  padding: 0;
}
.box_block > .vc_column-inner {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.box_block > .vc_column-inner:hover {
  box-shadow: rgba(56, 183, 255, 0.9) 0px 7px 29px 0px !important;
}
.box_block .vc_custom_heading {
  font-weight: bold;
  margin: 10px 0;
}
.enquiry_form .submitBtn {
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: #004aad;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.enquiry_form .submitBtn:hover {
  background: #38b7ff;
  color: #fff;
}
.enquiry_form .form-control {
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px 15px;
  height: auto;
}
.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.enquiry_form textarea.form-control {
  height: 100px;
}
.enquiry_form .wpcf7-not-valid-tip {
  margin-bottom: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  background-color: #ff0000;
}
.enquiry_form .wpcf7 form.invalid .wpcf7-response-output, .enquiry_form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #b86e2a;
  color: #b86e2a !important;
}
.enquiry_form label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 999;
  color: #000;
}






.address_box{
    padding: 20px;
    display: block;
    background: #fff;
   
}
.address_box h2{
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
}
.address_box > div{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CFCFCF;
}

.address_box > div > i{
    font-size: 22px;
    align-items: flex-start;
    justify-content: center;
    width: 10%;
    text-align: center;
    height: 100%;
    color: #38b7ff;
}

.address_box > div > div{
    font-size: 17px;
    color: #222;
    width: 90%;
}


.address_box > div:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
        
}