/****** Primary css ******/
body, html {
    margin: 0;
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
}
*{
  font-family: 'DIN';
  font-weight: normal;
  font-style: normal;
}



/*img{
  max-width: 100%;
}*/
.btn.focus, 
.btn:focus,woff
button:focus{
  box-shadow: 0;
  outline: 0;
}

/****** Primary css ******/
.carousel-inner img {
  width: 100%;
  /*height: 100%;*/
  min-height: 500px;
  height: 500px;
}
.header{
  box-shadow: 0 0 5px #000;
}
.header .navbar,
.header .navbar-brand {
  padding: 0;
  margin: 0;


}
.navbar-light .navbar-nav .nav-link{
  padding: 24px;
  color: #fff;

}
.navbar-brand img{
padding-left: 40px;
}
.navbar-light .bold{
text-transform: uppercase;
}
 .navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
  opacity: 0.7;
 }
 .navbar-light .navbar-nav .active>.nav-link{
  color: #fff;
 }
 .navbar-light .navbar-toggler{
  margin-right: 10px;
 }
 .banner-section img{
  height: 550px;
  width: 100%;
 }
.bg1{
  background: #047488;
}
.bg2{
  background: #dd2525;
}
.bg3{
  background: #666666;
}
.bg4{
  background: #333333;
}
.gray{
  color: #c9c9c9 !important;
}
.dark-gray{
  color: #949494 !important;
}
.bold{
  font-weight: bold;
}
.banner-section{
  position: relative;
}
.banner-text{
  position: absolute;
  bottom:100px;
  left: 150px;
  margin-left: 15px;
}
.banner-text p:nth-child(1){
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0 10px;
  margin-bottom: 10px;
  display: table;
}
.banner-text p:nth-child(2){
  background: rgba(0,0,0,0.8);
  color: #afadad;
  font-size: 36px;
  padding: 0 10px;
  margin-bottom: 10px;
   display: table;
}
.banner-text p:nth-child(3){
  background: rgba(0,0,0,0.8);
  color: #afadad;
  font-size: 36px;
  padding: 0 10px;
  margin-bottom: 10px;
   display: table;
}
.banner-text .down-btn{
  background: none;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
}
.about-txt{
  padding: 100px 0 30px 0;
  /*background: #eaeaea;*/
}
.about-txt p{
/*  text-align: center; */
  color: #737373;
  line-height: 40px;
  font-size: 32px;
  margin-bottom: 0;
  /*padding-right: 200px;*/
}
.about-txt p strong{
  color: #000;
}
.sapce-l-r{
  padding: 0 130px; 
}
.investigate-section{
  border-top: 1px solid #a59595;
  padding: 25px 0 40px 0;
  margin-top: 25px;
  transition: all .2s ease-in-out;
  /*width: 60%;*/
  margin: 0 auto;
}
.investigate-sapce-l-r{
  padding:0 0px 0 0;
  margin-bottom: 0; 
  color: #777474;
  font-size: 32px;
  text-align: left;
  line-height: 36px;
  
}
.ff{
  font-family: 'Times';
    font-weight: normal;
    font-style: normal;
}
.investigate-sapce-l-r strong{
  font-size: 32px;
  color: #248d9e;
}
.aplify-section{
  border-top: 1px solid #a59595;
  padding: 25px 0 40px 0;
  margin-top: 25px;
  transition: all .2s ease-in-out;
  /*width: 60%;*/
  margin: 0 auto;
}
.connect-section{
  border-top: 1px solid #a59595;
  border-bottom:1px solid #a59595;
  padding: 25px 0 40px 0;
  margin-top: 25px;
  transition: all .2s ease-in-out;
  /*width: 60%;*/
  margin: 0 auto;
}
.offer-section{
    padding: 60px 0 60px 0;
    margin-top: 25px;
    /*width: 60%;*/
    margin: 0 auto;
}
.offer-section p{
  font-size: 22px;
  color: #231f20;
  line-height: 36px;
  margin-bottom: 0;
}
.offer-section h4{
  padding: 50px 0 0 0;
  font-size: 22px;
  color: #248d9e;
  text-transform: uppercase;
  font-weight: bold;
}
.offer-section ul{
  padding: 0 0 0 22px;
  margin: 0;
}
.offer-section ul li{
  padding: 5px 0;
  margin: 0;
  line-height: 36px;
  font-size: 22px;
  color: #231f20;
}
/**** Testimonial  ****/
.heading {    
    /*width: 72%;
    margin: 0 auto;*/
}
.heading h4{
    text-align: left;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    z-index: 999;
    border-bottom: 1px solid #635b5b;
    padding-bottom: 20px;
}
.heading p{
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  color: #eaeaea;
  margin-bottom: 40px;
}
/*.heading a{
  float: right;
}*/
.white-heading{
    color: #ffffff;
}
/*.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    / * background: url(img/heading-line.png); * /
    background-repeat: no-repeat;
    background-position: center;
}*/
/*.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}*/

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/****heading end ***/
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /*background: url(img/testimonial.bg-top.png);*/
    background-color: #333;
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    /*background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);*/
    background-color: #333;
    padding-top: 80px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
.testimonial h3{
  color: #717171;
  font-weight: bold;
  margin:60px 0 0 0px;
  border-bottom: 1px solid #635b5b;
  /*width: 76%;*/
  padding-bottom: 25px;
  font-size: 32px;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: left;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.btn-more{
  background: #047488;
  padding: 10px;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  line-height: 15px;
}
.btn-more i{
  color: #000;
}
.btn-more:hover{
  background: #00505f;
}
/* ------testimonial  close-------*/

/* ------video section-------*/

.video-section{
  /*background:url(../img/vdbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  width: 100%;
  position: relative;*/
  background: #eaeaea;
  padding: 100px 0;
}
.why-text-section{
  /*background:url(../img/why-txt.png);*/
  /*background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  width: 100%;*/
  /*background-position: fixed;*/
  /*text-align: center;*/
  margin: 100px 0;

}
.why-text-section h2{
  color: #23909e;
  font-weight: bold;
  font-size: 22px;  
}
.why-text-section p{
  padding: 15px 0;
}
.why-text-section h2::after{
  /*border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  content: " ";
  width: 600px;
    margin: 0 auto;
    display: block;*/
}
.black{
  color: #231f20 !important;
}
.map-section{
  position: relative;
}
.map-section .parallax {
  /* The image used */
  background-image: url("../img/berthachallengefellows-min.jpeg");

  /* Set a specific height */
 /* height: 300px;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-section .parallax-tital{
  position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #000;
}
.map-section .parallax-tital span {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding:0 10px 5px;
    font-size: 40px;
    letter-spacing: 1px;
    position: relative;
    left: 150px;
    font-weight: 700;
}
.mapouter{
  position:relative;
  text-align:right;
  height:500px;
  width:100%;
}
.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  width:100%;
}
.news-section{
  margin: 50px 0 0 0;
}
.section-title{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.news-box{
  height: 255px;
  width: 255px;
  background-color: #ddd;
  position: relative;
}
.news-box img{
  width: 255px;
  height: 255px;
  object-fit: cover;
} 
.top-left{
  position: absolute;
  bottom: 8px;
  left: 15px;
  /*right: 15px;*/
}
.top-left p{
  background-color: #0b7e98;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 5px;
  margin-bottom: 10px;
}
.meet-section{
  margin-top: 70px;
  /*border-top: 1px solid #ccc;*/
  /*padding-top: 90px;*/
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
.meet-section h4{
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.meet-section p{
  text-transform: uppercase;
  /*margin-bottom: 0;*/
}
.content {
  position: relative;
  width: 100%;
  /*max-width: 215px;*/
  /*margin: auto;*/
  overflow: hidden;
}
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
  opacity: 1;
}
.content-image{
  /*width: 100%;*/
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  text-align: center;
}
.content-details h6{
  color: #fff;
  font-weight: 500;
  margin-bottom:5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.content-details p{
  color: #fff;
  /*font-size: 0.8em;*/
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 15px;
}
.contentsmall{
  font-size: 14px;
  color: #16b1b5;
}
.fadeIn-bottom{
  top: 50%;
}
.meet-section ul{
  padding: 0;
  margin: 0;
}
.meet-section ul li{
  padding: 1px;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.project-section .parallax {
  /* The image used */
  background-image: url("../img/why-txt.png");

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-section .parallax-tital{
  position: relative;
    left: 0;
    top: 50%;
    /*padding: 100px 0 0 0;*/
    width: 100%;
    color: #000;
}
.project-section .parallax-tital span {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding:0 10px;
    font-size: 40px;
    letter-spacing: 1px;
    position: relative;
    left: 150px;
    font-weight: 700;
}
.project-people{
  margin: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.accordion {
  width: 100%;
  /*max-width: 1080px;*/
 
  overflow: hidden;
  margin: 50px auto;
 
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
   height:auto;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  /*width: 50%;*/
  
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;

  /*background: linear-gradient(0deg, rgba(146, 144, 144, 1) 0%, rgba(146, 144, 144, 0%) 82%);*/
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(17, 17, 17, 0.36) 99%);


  /*height: 650px;*/
  border-left: 2px solid #fff;
}
.accordion ul li div:hover .videobg img{
  /*opacity: 0;*/
  filter: grayscale(0);
}
.accordion ul li div .videobg img{
  /*opacity: 0;*/
 height: 784px;
}


.accordion ul li div a {
  display: block;
  /*height: 350px;*/
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 0px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
  position: absolute;
  bottom:  0;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  /*top: 160px;*/
}
.accordion ul li div a .play{
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  background: none;
  color: #fff;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 32px;
  font-family: 'DIN';
  font-weight: normal;
  font-style: normal;
  text-align: left !important;
  padding-left: 30px;
}
.accordion ul li div a .play i{
  font-size: 36px;
  color: #dd2525;
  width: auto;
  position: relative;
  top: 7px;
}
.accordion ul li div a .play:hover,
.accordion ul li div a .read:hover{
  background: rgba(98,85,92,1);
}
.accordion ul li div a .play:focus,
.accordion ul li div a .read:focus{
  outline: 0;
  box-shadow: 0;
}
.accordion ul li div a .read{
  background: rgba(51,51,51,.72);
  color: #dd2525;
  cursor: pointer; 
  border-radius: 0;
  font-size: 32px;
  font-family: 'DIN';
  font-weight: normal;
  font-style: normal;
  text-align: left !important;
  padding-left: 30px;
}

.accordion ul li div a p {
  /*top: 160px;*/
  font-size: 13.5px;
}

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 15%; }

.accordion ul:hover li:hover a { background: transparent; }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}



@media screen and (max-width: 600px) {
.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

}
.videobg {
  /*height: 100vh;*/
  overflow: hidden;
  padding: 0vh;
  position: relative; /* requires for to position video properly */
}
.videobg img{
  filter: grayscale(90%);
  opacity: 1;
}
.videobg img:hover{
  opacity: 1;
  filter: grayscale(0);
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; /* combined with 'absolute', works like background-size, but for DOM elements */
}
/*.modal-body video{
  position: relative;
  z-index: 0
}*/
.modal-content{
  background: transparent;
  border: 0;
}
button.close{
  text-align: right;
  opacity: 1;
  /*color: #fff !important;*/
  position: relative;
  right: 0px;
  top: -15px;
  cursor: pointer;
}
.slide-overlay{
  position: absolute;
  color: #fff;
  z-index: 1;
  bottom: 0px;
  padding: 0 10px;
}
.slide-overlay h2{
  font-size: 18px;
}
.slide-overlay p{
  font-size: 16px;
}
.accordion ul li div:hover .slide-overlay{
  opacity: 0;
}
.past-project{
  display: grid;
  justify-content: end;
  margin-right: 0px;
  margin-top: 50px;
}
.past-project li{
  list-style: none;
  padding: 7px 0;
}
.past-project li:nth-child(1){
  border-top: 1px solid #fff;
}
.past-project li:nth-child(2){
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.past-project li a{
  color: #fff;
  text-decoration: none;
}
.past-project li a:hover{
  color: #037488;
}
.past-project li a i{
  color: #037488;
}

.meet{
  margin: 100px 0 0 0;
  max-width: 100%;
}
.right{
  display: flex;
    justify-content: end;
    margin-left: auto;
    margin-bottom: 95px;
}
/*.effect{
    visibility: visible;
    animation-duration: 8s;
    animation-name: slideInLeft;
}*/
.font-22{
  font-size: 22px;
}
.bg-cl{
  background: #eaeaea;
  display: flex;
}
.project-people h4{
  font-size: 32px;
  color: #333232;
  line-height: 40px;
  padding-top:0px;
  margin-bottom: 45px;
  font-family: "DIN";
  font-weight:normal;
  font-weight: 600;
}

.slide-section{

}


.slide-section-inner{
  /*width: 76%;
  margin: 0 auto;*/
}

.slide-section-inner .owl-carousel .item h4{ 
  color: #d2d2d2;
  font-size: 22px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
  font-family: "DIN"

}

.owl-dots{
  display: none;
}


.owl-nav .owl-prev span {
  display: block;
  background: url(../img/left-arrow.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  color: transparent;
}

.owl-nav .owl-next span {
  display: block;
  background: url(../img/right-arrow.svg) no-repeat;
  background-position: center;
  background-size: 24px;
    color: transparent;
}

.owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 0;
  width: 35px;
  height: 35px;
  
  outline: none;
}

.owl-nav .owl-next {
 outline: none;
  right: -60px;
  width: 35px;
  position:absolute;
   height: 35px;
  top:0;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent !important;
}
.header .col-md-12{
  padding-right: 0;
  padding-left: 150px;
}
.header .navbar .collapse {
  background: #333;
  margin-left: 110px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.bg-black{
  background: #333 !important;
}
.client img{
  max-width: 100%;
}
.black{
  color: #000 !important;
}
.client h5{
  color: #047488;
  /*margin: 15px 0 30px 0;
  border-bottom: 1px solid #424242;
  padding-bottom: 15px;*/
}
.client p{
  color: #fff;
}
.close{
      position: relative;
    top: -10px;
    cursor: pointer;
}
.client-read img{
  max-width: 100%;
  width: 150px;
}
.client-read h5{
    border-top: 1px solid #ccc;
    margin: 15px 0 0 0;
    padding: 15px 0 10px 0;
}
.bio-dec{
  color: #828282;
}
.footer{
  padding: 50px 0;
}
.footer ul{
    margin: 0;
    padding: 0 0 15px 0;
}
.footer ul li{
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  margin: 0;
  border-left: 1px solid #000;  
}
.footer ul li:first-child{
  border-left: 0;
  padding-left: 0;
}
.footer ul li a{
  color: #000;
}
.footer p a{
  color: #037488;
}
.client-read{
  padding-top: 15px;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
  /*  background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
  }
  header video {
    display: none;
  }
}

.modal-dialog a{
color: #047488;
}
.cont-video {
    height: calc(100vh - 100px);
    width: 100%;
}

.client .infobox {
   
    margin: 15px 0 30px 0;
    border-bottom: 1px solid #424242;
    padding-bottom: 15px;
}
.client .infoboxlinks {
   
    margin: 15px 0 30px 0;
    border-top: 1px solid #424242;
    padding-top: 15px;
}





.modal .modal-dialog { width: 800px; max-width:100%; color:#FFF;}
em{font-style: italic;}

.banner-text p:nth-child(1){
  font-size:48px;
}


@media screen and (max-width: 600px) {
  .arrowndown{
    height:24px;
    width:20px;
  }
}
.close{
  font-weight: bold;
  color:#FFF;
  font-size:150%;
}
.close:hover{
  font-weight: bold;
  color:#EEE;
  font-size:150%;
}
.accordion ul li div {
  padding-top:0px;
  /*
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(17, 17, 17, 0.36) 99%);
   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%);
*/
 /*  background: rgb(2,0,36);*/
 background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 51%, rgba(255,255,255,0) 100%); 
}
.slide-overlay h2{
  font-size:22px;
}
.meet-section h4{
  margin-bottom:0px;

}


.offer-section ul{
    list-style-type: disc;
}
.accordion ul li div .slide-overlay
{
  padding-top: 35px;
}
.map-section .parallax-tital span {
  top:200px;
}
 
 .modal { overflow: auto !important; z-index: 99999999; }


  @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)  {

    
  .map-section .parallax {
          background-image: none;
      background-attachment: scroll !important;
        }



    }

 .slide-section-inner .owl-carousel .item h4
{
  margin:0px;
}

  @media only screen and (max-width: 600px) {
    .mobileShow {display: inline;}
}



.carousel-inner img {
 width: 100%;
  height: 100vh; 
    object-fit: cover;

}

.showhide{
  display: none;
  visibility: hidden;
}


@media (hover:none), (hover:on-demand) { 
  /* custom css for "touch targets" */
      .videobg img{
    width: 100%;
    object-fit: cover;
    }

    .showhide{
      display: block;
      visibility: visible;
    }


      .map-section .parallax {
         
      background-attachment: scroll !important;
        }



.carousel-inner img
{
 /* height:auto;*/
}

}


.bt-banner{
  position: relative;
}

.bt-banner .owl-nav .owl-prev span {
  display: block;
  background: url(../img/left-arrow.svg) no-repeat;
  background-position: center;
  background-size: 24px;
}


.bt-banner .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
  
  width: 35px;
  height: 35px;
  outline: none;
  z-index: 99999;
}

.bt-banner .owl-next {
  position: absolute;
  top: 50%;
 right: 0%;
 transform: translate(-0%, -50%);
  width: 35px;
  height: 35px;
  outline: none;
  z-index: 99999;
}

.mpp-wrap-3841 .mpp-content {
  background-color: rgba(35, 35, 35, 0.98);
  border-radius: 0px;
  display: none;
}




.offer-section{
  position: relative;
}



.offer-section .owl-prev {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-0%, -50%);
  width: 35px;
  height: 35px;
  outline: none;
  z-index: 99999;
}

.offer-section .owl-next {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(-0%, -50%);
  width: 35px;
  height: 35px;
  outline: none;
  z-index: 99999;
}
.offer-section .owl-nav .owl-prev span {
  display: block;
  background: url(../img/left-arrow-black.svg) no-repeat;
  background-position: center;
  background-size: 24px;
 
}

.offer-section .owl-nav .owl-next span {
  display: block;
  background: url(../img/right-arrow-black.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  color:transparent;
}


.gmap_canvas{
  
}


.gmap_canvas .iw-img-date-container img{
  width: 100px;
}

.gmap_canvas h4{
  text-align: left;
}
.gmap_canvas p{
  text-align: left;
}
.gmap_canvas .iw-content {
  max-height:180px !important;
  font-size: 12px !important;
  overflow-y: auto !important;
  padding-right: 10px !important;
  overflow-x: hidden !important;
}

#iw-container {
  width: 500px !important;
  position: relative;
}

/* .gmap_canvas .iw-right-container {
  float: left;
  width: 141px;
} */

.iw-right-container
{
  text-align: center
}

.no-left-pad {
  padding-left: 0 !important;
}


.bHeader2 .row{
  display: block;
}


.about-txt strong{
  font-weight: bolder !important;
  font-size:100%;
}

.slideins strong{
  font-weight: bolder !important;
  font-size:100%;
}



@media (min-width: 992px) {
.testimonial .col-md-9, .stickyimage .col-md-5, .stickyimage .col-md-7{
    float: none !important;
}


}

.meet-section  .modal-content  p {
    text-transform: none;
   
}

.infobox strong{
  font-weight: bolder !important;
  font-size:100%;
}


