/*========= Custom Font =========*/
@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui.eot");
    src: local('WeblySleek UI Regular'), url("../fonts/ws-ui.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui-semibold.eot");
    src: local('WeblySleek UI Bold'), url("../fonts/ws-ui-semibold.woff") format("woff");
    font-weight: 700;
}
@font-face {
    font-family: "WeblySleek UI";
    src: url("../fonts/ws-ui-light.eot");
    src: local('WeblySleek UI Light'), url("../fonts/ws-ui-light.woff") format("woff");
    font-weight: 100;
}
@font-face {
  font-family: 'EncodedSans-light';
  src: url('../fonts/EncodeSans-Light.eot') format('eot'),
       url('../fonts/EncodeSans-Light.woff') format('woff'),
       url('../fonts/EncodeSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'EncodedSans-SemiBold';
  src: url('../fonts/EncodeSans-SemiBold.eot') format('eot'),
       url('../fonts/EncodeSans-SemiBold.woff') format('woff'),
       url('../fonts/EncodeSans-SemiBold.ttf') format('truetype');
}

/*======= Reset ======== */
body {
  font-family: 'Khula', sans-serif,EncodedSans-SemiBold,EncodedSans-light;
  font-weight: 400;
  color: #4c5667;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}
::selection{
  background: rgba(151, 160, 175, 0.5);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(151, 160, 175, 0.5);
  color: #ffffff;
}
a:hover,a:focus,.a:active {
  text-decoration: none;
  outline: none !important;
}
h1,.h1 {
  font-size: 68px;
  font-family: 'Khula', sans-serif;
  font-weight: 400;
}
.home-wrapper h1 span{
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
blockquote {
  margin: 0 0 10px;
  font-size: 18px;
  border-left: none;
  line-height: 32px;
  font-style: italic;
}
address {
  color: #97a0af;
}
textarea {
  resize:none;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-gray {
  background-color: #eef2f5;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.bg-dark {
  background: -webkit-linear-gradient(#444F5C, #334159);
  background: -moz-linear-gradient(#444F5C, #334159);
  background: -ms-linear-gradient(#444F5C, #334159);
  background: -o-linear-gradient(#444F5C, #334159);
  background: linear-gradient(#444F5C, #334159);
}
.bg-img {
  background: url("../images/bg-slider.jpg");
  background-size: cover;
  position: relative;
  background-position: bottom left;
}
.bg-overlay {
  background: rgba(219,39,25,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.title-hr {
    height: 4px;
    width: 60px;
    margin: 25px auto 20px;
    background: #4c5667;
    border-radius: 4px;
}
.white-bg {
  background-color: #fff !important;
}
.page-sub-title {
  margin: 10px 0px !important;
}
.padding-t-0 {
  padding-top: 0px;
}
.hr {
  display: inline-block;
  border: 0;
  width: 35px;
  margin: 12px 0px 25px;
  padding: 0;
  height: 0;
  border-top: 2px solid #0ccfa8;
}
.title {
  font-weight: 300;
  line-height: 50px;
  margin-top: 0px;
}
.sub-title {
  color: #97a0af;
  font-size: 16px;
  margin-bottom: 50px;
}

.red-color {
  color: #db2719;
}

.text-muted {
  color: #97a0af;
}
/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/*===== Navbar Custom ======*/

.navbar-custom{
  background-color: #ffffff;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
  width: 100%;
  border-radius: 0px;
  z-index: 999;
}
.navbar-custom {
  padding: 10px 0px;
  margin-bottom: 0px;
  transition: background-color 1s ease-in-out, border 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
  -webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:focus,.navbar-custom .navbar-nav li a:active {
  color: #222;
}

.navbar-custom .nav>li>a:focus,.navbar-custom .nav>li>a:hover {
  background-color: #ffffff;
}
.logo {
  font-weight: 700;
  font-size: 22px;
  color: #111 !important;
  letter-spacing: 1px;
}
.logo img{
  height: 70px;
}
.navbar-toggle {
  font-size: 30px;
  margin-top: 5px;
    margin-bottom: 0px;
}
.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.header-soc {
    display: block;
    margin: 16px -15px;
    margin-left: 20px;
    text-align: center;
}

/*======= Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px 0;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #ffffff;
}
@-webkit-keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/*======= Buttons ======= */
.btn {
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-rnd {
  padding: 11px 40px;
  border-radius: 30px;
}
.btn-custom:focus {
  /*background: rgba(0,0,0,0) !important;*/
  border: 2px solid #fff;
  outline: none;
}
/*.btn-custom:hover {
  background: #a81e13 !important;
  border: 2px solid #fff;
  color: #fff !important;
}*/
/*.btn-custom {
  background: #fff !important;
  color: #a81e13 !important;
  border: 2px solid #fff;
  border-radius: 10px;
  letter-spacing: 5px;
  padding: 10px 30px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;

}*/

.btn-custom2:hover {
  background: #2f3241 !important;
  color: #fff !important;
}

.btn-custom2 {
  background: #fff !important;
  color: #a81e13 !important;
  border-radius: 5px;
  letter-spacing: 5px;
  padding: 12px 35px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;

}
.btn-custom:hover {
  background: #db2719 !important;
  /*border: 2px solid #a81e13;*/
  color: #fff !important;
}

.btn-custom {
  background: #a81e13 !important;
  color: #fff !important;
  /*border: 2px solid #db2719;*/
  border-radius: 5px;
  letter-spacing: 5px;
  padding: 12px 35px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;

}
.btn-custom3:hover {
  background: #1f1a17 !important;
  border: 2px solid #1f1a17;
  color: #fff !important;
}

.btn-custom3 {
  background: rgba(0,0,0,0); !important;
  color: #1f1a17 !important;
  border: 2px solid #1f1a17;
  border-radius: 5px;
  letter-spacing: 5px;
  padding: 12px 35px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;

}


/* navbar*/

.navbar-collapse{
  font-family: EncodedSans-light;
  letter-spacing: 1px;
  padding-top: 10px;
}

.nav li span {
  display: block;
  padding: 18px 4px;
  font-size: 15px;
  font-weight: 700;
}

/*======= Home =======*/

.logo_container {
  position: absolute;
  padding-top: 35px;
}

.home-list {
  font-family: 'EncodedSans-light';
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.home-list>li>i{
  margin-right: 20px;
}
.home-list>li{
  padding: 10px 0px;
  color: #1f1a17;
}

.home-wrapper {
  color: #a81e13;
  padding: 165px 0px 165px 0px;
}
.home-wrapper h4 {
  font-family: 'EncodedSans-light';
  margin-top: 30px;
  color: #eee;
  margin-bottom: 46px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 35px;
}
.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  padding-top: 20px;
  outline: none !important;
}
.video-btn i {
  margin-right: 7px;
}
#form_container {
  color: #FFF !important;
  z-index: 9999;
  position: fixed;
  width: 370px;
  right: -500px;
  top: 0;
  min-height: 700px;
  /*background-color: #2f3241;*/
  background-image: url('../images/form_bg.jpg');
  height: 100%;
  padding: 5% 25px 0px 25px;
}

#form_container > h2{
  margin-bottom: 30px;
  text-align: center; 
}

#man_slider_div {
  background: url(../images/fg-slider.png) no-repeat;    
    height: 774px;
    width: 100%;
    position: absolute;
    /*top: 35px;*/
    background-position: bottom center;
}

.reminder-section {
  padding: 65px 0px 50px 0px;
  background-color: #fff;
  color: #2f3241;
}

.reminder-section i {
  font-size: 58px;
  color: #2d3e50;
  float: left;
  margin-right: 15px;
}
.reminder-section h4 {
  margin-top: 4px !important;
  font-size: 20px;
}
.text-after-icon {
  margin: 0 0 0 55px;
  width: 220px;
}

#animated-text-typing {
  text-transform: uppercase;
}
/* animation */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*== titles ==*/
.title-light {
  font-family: 'EncodedSans-light';
  letter-spacing: 2px;
}
.title-light strong{
  font-family: 'EncodedSans-SemiBold';
  letter-spacing: 2px;
}

.title-strong{
  font-family: 'EncodedSans-SemiBold';
  letter-spacing: 2px;
}

.myLargeFont {
  font-size: 50px !important;
  font-weight: 700;
}
.myMediumFont {
  font-size: 32px !important;
}

/*=== form ===*/
#close_form{
  font-size: 30px;
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    height: 13px;
    line-height: 13px;
    padding: 10px 14px;
    border-radius: 100%;
    cursor: pointer;
}

.form-group label {
  font-family: EncodedSans-light;
  letter-spacing: 2px;
  font-weight: 400 !important;
}

#loading-bloc, #thankyou, #form-not-sent {
  display: none;
  padding: 100px 0;
  text-align: center;
}

#loading-bloc h2, #thankyou h2, #form-not-sent h2 {
  font-family: EncodedSans-light;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
 }

 
 #form-name-error, #form-tel-error, #form-email-error, #form-diplom-error , #form-profession-error, #form-date-error {
  font-family: EncodedSans-light;
  color: #f00;
  font-size: 12px;
  font-weight: 400;
  display: none;
 }
/*======= Services =======*/
.services-box {
  margin: 20px 0px;
}
.services-box .icon-box {
    min-height: 85px;
}
.services-box .icon-box img{
    max-width: 68px;
    margin: 0px auto;
}

.facts {
  margin-bottom: 20px;
}
/*======= Brand =======*/
.clients {
  padding-top: 60px;
  padding-bottom: 60px;
}
.clients img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.brand-item {
  display: inline-block;
  margin-left:50px;
  margin-bottom: 10px;
}
.brand-item:first-child {
  margin-left:0;
}
.brand-list {
  margin:0;
  padding:0;
}
.brand-list li {
  display: inline-block;
  text-align: left;
  padding-left:50px;
}
.brand-list li:first-child {
  padding-left:0;
}


/*======= Services =======*/
.service-item {
  margin-bottom: 30px;
}
.service-item i {
  float: left;
  font-size: 28px;
  line-height: 36px;
  width: 30px;
}
.service-item .service-detail {
  margin-left: 50px;
}
.service-item .service-detail p {
  color: #9aa7af;
}


/*======= Features =======*/
.feature-detail {
  padding: 90px 0px 50px 30px;
}
.features-txt {
  color: #97a0af;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}


/*======= Screenshot =======*/
.thumb {
  background-color: #eef2f5;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 30px;
}
.thumb-img {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}
#services {
  /*background-color: #eee;*/
  background-image: url('../images/bg-services.jpg');
  color: #fff;
}

.text-bloc p {
  font-family: 'encodedSans-light';
  letter-spacing: 2px;
  font-size: 16px;
}
.text-bloc h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Khula', sans-serif;
  font-weight: 700;
}
.parallax { 

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

/*======= Pricing =======*/
.pricing-item{
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item-inner{
  border: 2px solid rgba(151, 160, 175, 0.2);
  vertical-align: middle;
  border-radius: 7px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pricing-item-inner:hover{
  border-color: #97a0af;
}
.main .pricing-item-inner{
  border-color: #97a0af;
}
.pricing-wrap{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-icon{
    padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.pricing-title{
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.pr-list{
  margin: 0 -20px 30px;
  padding: 0;
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;  
}
.pr-list li{
  padding: 12px 20px;
  list-style: none;
}
.pricing-num{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.pricing-num sup{
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pr-per{
  color: #97a0af;
  font-size: 12px;
}
.pr-button {
  margin-top: 30px;
}
/*######## Fun facts #########*/
.facts i{
  border: 1px solid #737C85;
    border-radius: 50%;
    color: #2f3241;
    display: inline-block;
    height: 120px;
    margin: 0 0 35px;
    padding: 40px 0 0;
    width: 120px;
    font-size: 40px;
}

#thankyou>i {
  color: #25a232;
  font-size: 40px;
}
#form-not-sent>i {
  color: #ab2232;
  font-size: 40px;
}
/*======= Testimonials =======*/
.clientblock {
  margin-top: 30px;
}


/*======= Footer CTA =======*/
.footer-cta {
  color: #ffffff;
}
.footer-cta .btn {
  margin-top: 30px;
}


/*======= Footer =======*/

.footer-soc {
    display: block;
    margin: 25px -15px;
    text-align: center;
}

.footer-soc li a:hover {
  color: #fff;
}
.social-transform {
    display: inline-block;
    position: relative;
    z-index: 999;
    padding: 0;
}

.social-transform li {
    cursor: default;
    display: inline-table;
    height: 100%;
    margin-left: 10px;
    width: 20px;
    font-size: 20px;
}
.partners {
    background: #F7F7F7;
    border-top: 1px solid #D0D0D0;
    box-shadow: 0 1px 0 #F3F3F3 inset;
    padding: 25px 0;
}
.footer {
  padding-top: 0 !important;
  background-color: #1f1a17;
}
.footer .subfooter {
  padding-top: 80px;
}
.footer p{
  color: #e2e2e2;
  font-family: 'EncodedSans-light';
  letter-spacing: 2px;
}

.footer .btn-custom {
  background-color: #db2719 !important;
  color: #fff !important;
  padding-right: 50px;
  padding-left: 50px;

}

.footer .btn-custom:hover {
  background-color: #a81e13 !important;

}

.footer h5{
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer a{
  color: #97a0af;
}
.footer a:hover {
  color: #0ccfa8;
}
.footer ul li {
  margin: 5px 0px;
}
.footer-alt {
  border-top: 1px solid rgba(151, 160, 175, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}
.footer-alt .logo {
  color: #97a0af !important;
  margin-bottom: 0px;
}
.footer-alt .logo i {
  margin-right: 5px;
}


/*======= Team ======*/
.team img {
  border-radius: 5px;
}
.team .team-member {
  margin: 30px 0px;
}
.team .team-member h3 {
  padding-top: 10px;
}
.social-list {
  padding-top: 10px;
}
.social-list li a {
  color: #4c5667;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #4c5667;
}
.social-list li a:hover {
  color: #0ccfa8;
  border: 1px solid #0ccfa8;
}


/*======= Contact ======*/
.form-main {
  padding-top: 30px;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #97a0af;
  height: 38px;
}
.form-control:focus{
  border-color: #0ccfa8;
}
.error {
  margin: 8px 0px;
  display: none;
  color: red;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}
.con_sub_text {
  margin: 20px 0px;
  font-size: 15px;
}


/**
* Simple fade transition for Magnific popup
**/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#notre-bureau-hr {
  display: none;
}
/*======= Responsive ======*/
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .dropdown-menu.arrow:before, .dropdown-menu.arrow:after {
    position: absolute;
    top: -8px;
    right: 12px;
    display: inline-block;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
      border-bottom: 8px solid #fff;
  }
  .dropdown-menu > li > a {
    color: #4c5667 !important;
  }
}
@media (max-width: 767px) {
  .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .is-sticky .navbar-toggle {
    color: #111111;
  }
  .facts i{
    display: none;
  }
  
  .reminder-section {
    text-align: center;
  }
  .reminder-section .col-sm-3 {
    width: 300px !important;
    margin: 0 auto;
    margin-bottom: 32px !important;
  }
  #notre-bureau{
    margin-bottom: 50px !important;
  }

  #notre-bureau-hr {
    display: block;
    height: 4px;
    width: 60px;
    margin: 25px auto 20px;
    background: #4c5667;
    border-radius: 4px;
  }
  .form-group {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  #man_slider_div {
    display: none;
  }

  .home-wrapper>h1 {
    font-size: 40px;
  }
  .home-wrapper {
    padding: 80px 0px 160px 0px;
  }
  #commencer_btn {
    margin-bottom: 10px;
  } 

  .img-container {
    text-align: center;
  }
  .img-container img{
    display: none;
  }

  .reminder-section .col-sm-3 {
    margin-bottom: 20px;
  }
  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }
  .logo_container {
    width: 98px !important;
    margin: 0 auto;
    position: static;
  }
  .btn {
    width: 100%;
  }
}
@media (max-width: 1200px){
  #man_slider_div {
    top: 126px;
  }
  .img-container img{
    width: 300px;
  }
}
@media (max-width: 990px){
  #man_slider_div {
    top: 126px;
  }
}