html, body{margin:0; padding:0; width:100%; height:100%; font-family: 'Montserrat', sans-serif; color: #323536;}
.main_wrapper{width:100%; height:100%;}
.logo{position:fixed; top:50px; left:50px; z-index:9999; width:10%; max-width:180px;}
.logo img{width:100%; height:auto; }
.sliderContainer {  position: relative; width:50%; height:100%; float:left;}
.text-black{color: #323536;}
.slider {
  width: 100%;
  margin: 0; height:100%;
}
.slider_wrapper, .slick-slide, .slick-track, .slick-list{width: 100%;margin: 0; min-height:100%; height:100%;}

.slick-slide {
  background: #3a8999;
  color: white;
  text-align: center;
  width:100%; height:100%;
}

.slick-prev:before,
.slick-prev:before {b
  color: black;
}
.slick-prev, .slick-prev{display:none !important;}
.slick-dots {
  bottom: -30px;
}

.slick-slide > div{height:100%;}

.progressBarContainer {
    position: absolute;
    bottom: 20px;
    width: 300px;
    left: 2.5%;
}

.progressBarContainer div {
  display: block;
  width: 10%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}
.progressBarContainer div small{font-size:10px; color:#c68e42;}
.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: #605850;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #c68e42;
  width: 0%;
  height: 2px;
}
.text-white{color:#fff}
.right_desc{width:50%; height:100%; background:#323536; float:right; z-index:999; position: relative;}
.right_desc_content{display:table; width:70%; height:calc(100% - 200px);margin:0 0 0 10%; padding: 100px 0;}
.left-desc_content{display:table; width:80%;margin:0 10% 0 10%; padding: 100px 0;}
.right-desc_content{display:table; width:80%;margin:0 10% 0 10%; padding: 100px 0;}
.desc p{margin: 0 0 50px 0; position: relative; font-size: 18px; line-height: 28px;}
.desc p strong{display: block;color: #c68e42;}
a{ opacity: 1; transition: all .5s ease; text-decoration: none;}

 a:hover{opacity: .5;}
p.bottom-border:before, .bottom-border:before, .menu ul li a:before{position: absolute; bottom: -3px; height: 2px; width: 30px; background: #c68e42; content: "";}
p.after{display: inline-block;}
p.after:before{position: absolute; bottom: 0px; height: 1px; width: 50px; background: #c68e42; content: ""; right: -100px;}
.right_desc_content div{display:table-cell; vertical-align:middle; color:#fff; font-size:20px; font-weight:300; }
.slide_content_wrapper{position:relative;height:100%;}
.slide_content_wrapper img{width:100%; height:100%;position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;}
.slide_content{position:absolute; bottom:15%; left:5%; width:70%; text-align:left;}
.slide_content h1{ font-weight:600; margin:0; font-size:23px;}
.slide_content p{font-size:14px;}
.footer {
    margin: 0 auto;
    text-align: center; background: #313536; border-top:solid .5px #fff ;
}
.footer p {
  margin: 0;
  padding: 10px 0; color:#fff;
}
.desc{width: 65%; float: right;}
.title{width: 30%; float: left; color: #c68e42; font-size: 25px;}
.color{color: #c68e42;}
.color.bottom{text-decoration:underline;}
.clear{clear: both; display: block; height: 0px; line-height: 0px;}
.header{padding:20px 0;}
.header div{margin: 0 5%;}
.left_sec, .right_sec{width:50%;}
.left_sec{background: #323536;}
.right_sec{background: #e6ecf1;}
.contact .desc{ float: left;}
.contact .right-desc_content{padding-bottom: 50px;}
.menu {
  position: relative;
  bottom: 50px;
  left: 10%; width: 70%;
}
.menu::before{ content: ""; position: absolute; right: 0; width: 1px; height: 40px; background: #c68e42; bottom: 0px;}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  margin-right: 20px;
}
.menu ul li a {
  text-transform: uppercase;
  color: #c68e42;
  font-weight: 500;
  text-decoration: none; position: relative; font-size: 13px;
}
@media only screen and (max-width: 1100px) {
  .left_sec, .right_sec{width:100%;}
  .complaint-wrapper{display: block !important;}
}
@media only screen and (max-width: 800px) {
  .title, .desc{width: 100%;}
  .title{margin-bottom: 50px;}
  .right_desc_content div{font-size:18px;}
  .right_desc {
    width: 100%;
    height: auto;
    padding: 100px 0 ;
    top: 0;
    background: #323536;
    position: relative;
    z-index: 999;
}
.sliderContainer{width:100%;}
.logo{min-width:80px;}
.footer{clear:both;}
.footer p{max-width: 80%; margin: 0 auto;}
}