/* CSS Document */

/* Video */
video::-webkit-media-controls {
  display: none;
}

/* Header */
.navbar-brand {display:inline-block; padding-top: 25px; padding-bottom: 25px; margin-right: 15px; /*width:272px;*/ width:252px;}

/* Custom Navbar */
.navbar {padding-top:0px; padding-bottom:0px; padding-left:25px; padding-right:25px; z-index:9999;}
/*.navbar .container {margin-left:inherit;}*/

/* Icon Menu */
.animated-icon {width: 30px; height: 30px; display: block; position: relative; margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {display: block; position: absolute; height: 3px; width: 100%; border-radius: 9px; opacity: 1; left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon span {background:#008246;}
.animated-icon span:nth-child(1) {top:4px;}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {top:14px;}
.animated-icon span:nth-child(4) {top:23px;}
.animated-icon.open span:nth-child(1) {top:11px; width:0%; left:50%;}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {top:11px; width:0%; left:50%;}

/* Left Nav Cont */
.left-nav-cont {/*border: 1px solid red;*/ /*display:flex; flex-basis:auto;*/ /*white-space:nowrap;*/ width:600px; /*margin-right:258px; padding-bottom:5px;*/}
.left-nav {display: flex; flex-wrap: wrap; /*flex-direction: row;*/ padding: 0 0px; list-style: none; width: 100%;}
.left-nav > li {/*float: left;*/ /*display:inline-block;*/ color: #33642B; flex-basis:0; flex-grow:1; max-width: 100%; padding-right: 10px; padding-left:10px; text-align: center;}

/* Whatsapp */
#whatsapp_chat_widget {
  margin: 0 0 26px 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  right: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#whatsapp_chat_widget .fa-lg {font-size:1.75em; line-height:inherit; vertical-align:inherit; color:#FFF; -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;}
#whatsapp_chat_widget:hover .fa-lg {font-size:2.25em; -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;}

/* Custom Navbar */
@media all and (min-width: 992px) {
    
/**/
.navbar-nav {font-size:18px; line-height:24px; font-weight:400; padding-right:10px;} 
.navbar-nav .nav-item > a {/*border:1px solid #33642B; min-width:98px;*/ white-space:nowrap; /*background-color:white;*/ -webkit-transition: background-color .5s ease-out; -moz-transition: background-color .5s ease-out; -o-transition: background-color .5s ease-out; transition: background-color .5s ease-out;}
.navbar-expand-lg .navbar-nav .nav-link {/*padding:12px 6px;*/ /*padding:12px 0px;*/ padding:6px 0px; text-align:center;}

.navbar-light .navbar-nav .nav-link {color:#33642B; border-bottom:2px solid white; position:relative;}    
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {/*color: rgba(255,255,255,1);*/ color:#33642B;}

.navbar-light .navbar-nav .nav-item {position:relative; margin:0 10px; /*border-right:2px solid #33642B;*/}
.navbar-light .navbar-nav .nav-item::after {content:""; position:absolute; top:10px; right:-10px; z-index:99; display:inline-block; border-right:2px solid #33642B; height:50%;}
    
/*Hover*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item:hover > a {/*margin-bottom:-2px;*/ color:#EF7D00; border-bottom:2px solid #EF7D00; -webkit-transition: background-color .5s ease-out; -moz-transition: background-color .5s ease-out; -o-transition: background-color .5s ease-out; transition: background-color .5s ease-out;}
/*Active*/
.navbar-light .navbar-nav .nav-item.active > .nav-link, .navbar-light .navbar-nav .nav-link.active {color:#EF7D00; border-bottom:2px solid #EF7D00;}

}

/*Dropdown*/
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
    
.navbar .dropdown-menu-end {right: 0; left: auto;}
.navbar .nav-item .dropdown-menu {display: block; opacity: 0; visibility: hidden; transition: .3s; margin-top: 0;}
.navbar .dropdown-menu.fade-down {top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%;}
.navbar .dropdown-menu.fade-up {top: 130%;}
.navbar .nav-item:hover .dropdown-menu {transition: .3s; opacity: 1; visibility: visible; /*top: 100%;*/ top: 110%; transform: rotateX(0deg);}
    
.dropdown-menu {min-width: 9rem; padding: 0rem 0px; margin: .125rem 0 0; margin-top: 0.125rem; font-size: 16px; color: #33642B; background-color: #fff; border: 1px solid rgba(51,100,43,0.1); border-radius: 0rem;} 
.dropdown-item {/*padding: 10px 15px;*/ padding:5px 5px; font-weight: 400; color: #33642B;}
.dropdown-item:focus, .dropdown-item:hover {color: #33642B; background-color: rgba(200,212,0,.5);}
.dropdown-item.active, .dropdown-item:active {/*color: #fff; background-color: #33642B;*/ /*background-color:#EF7D00;*/ color:#EF7D00; background-color: transparent;}
    
}
/* ============ desktop view .end// ============ */
    
/*Navbar Icon*/
.icon-w-text {margin-left:6px; margin-right:6px; display: flex; justify-content: space-around; align-items: center;}
.icon-w-text a {font-size: 11px; line-height: 16px; font-weight:400; color: #1D1D1B; display: flex; flex-flow: column; align-items: center; text-align: center;}
.icon-w-text a > span {display:block;}

.icon-w-text .icon { /*display: inline-block;*/ margin-bottom: 5px; background-repeat: no-repeat; background-position: top center;}
.icon-w-text .icon.phoneapp {width:40px; height:40px; background-image: url("../images/icon-phone-app.png"); background-size:40px 40px;}
.icon-w-text .icon.contactus {width:53px; height:40px; background-image: url("../images/icon-contactus.png"); background-size:53px 40px;}

/*** Home Page ***/

/* Banner */
.banner {position: relative; overflow: hidden; /*margin-bottom: 50px;*/ margin-bottom: 30px;}
/* Banner */
.banner-caption {position:absolute; top:50%; transform:translateY(-50%); left:inherit; bottom:inherit; right:10%; text-align:left; max-width:575px; padding-top:0px; padding-bottom:0px; /*border:1px solid red;*/}

/* Box Caption */
.box-caption {position:absolute; top:50%; transform:translateY(-50%); text-align:center; left:0; right:0; /*border: 1px solid red;*/}
.box-caption-title {position:absolute; top:45%; transform:translateY(-45%); text-align:center; /*border: 1px solid red;*/ font-size:32px; line-height:38px; font-weight:300; color:#EF7D00; /*right:-30px;*/ right:20%;}
.box-caption-title em {/*border: 1px solid red;*/ font-weight:400; font-style:italic;}

/* Testimonial */
.testimonial .col {text-align: center;} 
p.testimonial-name {color:#007334; font-style: italic; font-weight:400; margin-bottom:6px;}
.testimonial-picture {width:275px; height: auto; margin: 0 auto; padding-bottom: 15px;}

/*** Inner Pages ***/
.logos-space-between > div {padding:15px 0; text-align: center;}
.logos-space-between > div img {max-width:80%;}

/* Partner with us */
.img-entreprenuer {max-width:50%;}

/*Our Champions */
.content-body-h-wrapper {scroll-behavior: smooth; overflow-x: scroll; height:680px; padding-right:30px!important; scrollbar-color:#007334 #DCEBCF; /*border: 1px solid red;*/}
.salary-wrapper {position:absolute; left:0; right:0; top:40px; margin:0 auto; width:275px; /*border:1px solid red;*/ text-align:center; font-size:50px; line-height:56px;}
.salary-wrapper span {display:block; font-size:30px; line-height:36px;}
.star-seller {width:132px; position: absolute; z-index: 9; left:-50px; bottom:-12px;}

/* Gallery / Press / Sound */
.gallery-bx-wrapper, .press-bx-wrapper, .sound-bx-wrapper {margin-bottom:30px;}
.gallery-bx-wrapper > div {min-height:250px; position: relative;}
.sound-bx-wrapper > div {min-height:175px; position: relative;}

.gallery-bx-wrapper figcaption {display:inline-block; position:absolute; left:0; bottom:10px; /*background-color: rgba(0,0,0, 0.7);*/ background-color:#C8D400; font-weight:500; /*padding: 5px 10px;*/ padding: 3px 6px; color: #1D1D1B;}

.effect-img {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.effect-img img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-img:hover img {
	-webkit-transform: scale(1.1-);
	transform: scale(1.10);
}

/*Cost Style*/
.cost {color:#EF7D00; font-size:50px; line-height:56px; font-weight:400; font-style:italic;}
.cost sup {top:-0.45em; font-size:60%; font-weight:300;}

.player {position:absolute; /*width:60px; height:69px;*/ top:50%; transform:translateY(-50%); left:0; right:0; /*left:50%; transform:translateX(-50%);*/ /*margin-top: -35px;*/ text-align:center; /*border: 1px solid red;*/ /*background-image: url("../images/icon-player.png"); background-position:center center; background-repeat:no-repeat;*/ z-index:9;}
.player a {display: block; margin:0 auto; margin-bottom: 15px; width:90px;}
.player > span {/*margin-top: 15px;*/ font-weight: 400; display: inline-block;}

/* Figure */
.figure-img {margin-bottom: 0rem;}
.figure-caption {font-size: 90%; color:inherit;}

/* Carousel */
.carousel-item .slide-mobile {display:none;}
#carousel_home .carousel-control-next, #carousel_home .carousel-control-prev {width:8%;}
.carousel-indicators {outline:none!important; bottom: 8px;}
.carousel-indicators li {width:30px; height:3px; margin-right:3px; margin-left:3px; background-color:#fff; border-top:10px solid transparent; border-bottom:10px solid transparent;}
.carousel-indicators .active {background-color:#C8D400; opacity:1;}

#carousel_about .carousel-control-next, #carousel_about .carousel-control-prev {width:13%;}
#carousel_about .carousel-indicators {bottom:80px;}

/* Footer */

/*Footer link */
.footer-links ul {padding-bottom:30px; border-bottom: 1px #33642B solid; display: flex; flex-wrap:wrap; margin-bottom: 15px; list-style:none; justify-content:center;}

.footer-links li {padding-left:0.5rem; float:left;}
.footer-links li:first-child {padding-left:0rem;}
.footer-links li:first-child::before {content:""; padding-right:0rem;}
.footer-links li::before {/*float:left;*/ padding-right:0.5rem; color:#6c757d; content:"|"; float: left;}

form label.error, .text-error {color:#de1e11; font-size:18px; display:block; width:100%;}
#mrcndsOrdrFrm input.error {border: 1px solid #de1e11;}
.iframe-style iframe {width:100%; height:600px;}

.download-item .pb-4:nth-last-child(-n + 2) {padding-bottom:0!important;}

/* ---QR Code Start--- */
.mobile-screen {max-width:768px; padding:15px; /*border: 1px solid red;*/}
.mobile-screen .border-dotted-green {border:6px dotted #056502; /*position: relative;*/ padding:6px;}
.mobile-screen .border-dotted-white {border:10px dotted #FFF; /*position:absolute;*/ padding:15px; width:100%; /*min-height: 100%; height:100%;*/}

.mobile-screen .logo-screen, .mobile-screen .qr-code {display:block; margin:0 auto;}
.mobile-screen .logo-screen {width:240px;}
.mobile-screen .qr-code {width:175px;}

.mobile-screen h2, .logo-screen {margin-bottom:24px!important;}

.mobile-screen h2 {font-family: 'hobo_stdregular'; /*font-size:58px; line-height:64px;*/ font-size:26px; line-height:32px; color:#056502; font-style:normal;} 
.mobile-screen .lead {font-size:22px; line-height:28px; font-weight:700; color:#056502; margin-bottom:24px;} 

.mobile-screen {font-size:18px; line-height:24px; font-weight:400;}
.mobile-screen a {font-style:normal; /*color:#007334;*/ }
.terms-conditions {/*padding:3px; background-color:#C3D555;*/ display:inline-block; text-align:center;}
/*.mobile-screen a:hover {color:#EF7D00;}*/
.mobile-screen .small, .mobile-screen small {font-size:75%; font-weight:400; line-height: normal;}
/* ---QR Code End--- */


/*======= Media style start =======***/

/**/
@media only screen and (min-width:1441px) and (max-width:1800px) {	

/* Header */
.navbar-brand {width:192px;}

/* Custom Navbar */
.navbar {padding-left:15px; padding-right:15px;} 
.navbar .container {/*margin-left:inherit;*/ /*border: 1px solid red;*/}

/* Custom Navbar */
/*.navbar-nav {font-size: 18px; line-height: 24px;}*/
.navbar-expand-lg .navbar-nav .nav-link {/*padding:6px 0px;*/ padding:5px 0px;}
.navbar-light .navbar-nav .nav-item {/*margin:0 10px;*/ margin:0 9px;}
    
}

/**/
@media only screen and (min-width:1368px) and (max-width:1440px) {

/* Header */
.navbar-brand {width:152px;}

/* Left Nav Cont */
.left-nav-cont {/*border: 1px solid red;*/ width:575px;}
.left-nav > li {padding-right:5px; padding-left:5px;}    
    
/* Custom Navbar */
.navbar {padding-left:10px; padding-right:10px;}
.navbar .container {margin-left:inherit; /*border: 1px solid red;*/}

/* Custom Navbar */
.navbar-nav {font-size:16px; line-height:22px; /*padding-right:10px;*/} 
.navbar-light .navbar-nav .nav-item {margin:0 8px;}
.navbar-light .navbar-nav .nav-item::after {right:-8px;}

/*** Home Page ***/

/* Banner */

/* Box Caption */
.box-caption-title {top:41%; transform:translateY(-41%); font-size:30px; line-height:36px; right:-65px;}

/* Testimonial */
.testimonial-picture {width:250px;}

/*** Inner Pages ***/

/*Our Champions */
.content-body-h-wrapper {height:546px; /*border: 1px solid red;*/}
.salary-wrapper {top:30px; font-size:56px; line-height:62px;}
.salary-wrapper span {font-size:24px; line-height:30px;}
    
/* Gallery */
.gallery-bx-wrapper > div {min-height:200px; /*border: 1px solid red;*/}

}

/**/
@media only screen and (min-width:1200px) and (max-width:1367px) {

/* Header */
.navbar-brand {/*width:162px;*/ width:112px;}
    
/* Left Nav Cont */
.left-nav-cont {/*border:1px solid red;*/ width:auto;}
.left-nav > li {padding-right:5px; padding-left:5px; width:95px;}       

/* Custom Navbar */
.navbar {padding-left:10px; padding-right:10px;}
/*.navbar .container {border: 1px solid red;}*/

/* Custom Navbar */
.navbar-nav {font-size:16px; line-height:22px; padding-right:10px;} 
.navbar-expand-lg .navbar-nav .nav-link {padding:10px 0px;}
.navbar-light .navbar-nav .nav-item {margin:0 6px;}
.navbar-light .navbar-nav .nav-item::after {top:13px; right:-6px; height:40%;}
    
/*** Home Page ***/

/* Banner */

/* Box Caption */
.box-caption-title {font-size:24px; line-height:30px; right:80px; /*border: 1px solid red;*/}

/* Testimonial */
.testimonial-picture {width:225px;}

/*** Inner Pages ***/

/* Partner with us */
.img-entreprenuer {max-width:55%;}
    
/*Our Champions */
.content-body-h-wrapper {height:544px; padding-right:24px!important; /*border: 1px solid red;*/}
.salary-wrapper {top:30px; font-size:56px; line-height:62px;}
.salary-wrapper span {font-size:24px; line-height:30px;}
.star-seller {width:112px; left:-40px; bottom:-26px;}    

/* Gallery / Press / Sound */
.gallery-bx-wrapper > div {min-height:200px;}
.sound-bx-wrapper > div {min-height:175px;}

.gallery-bx-wrapper figcaption {padding:5px 10px;}
    
}

/**/
@media only screen and (min-width:992px) and (max-width:1199px) { 

.navbar-brand {padding-top:30px; padding-bottom:30px; margin-right:10px; width:92px;}

/* Left Nav Cont */
.left-nav-cont {/*border:1px solid red;*/ width:auto;}
.left-nav > li {padding-right:5px; padding-left:5px; width:65px;}     
    
/* Custom Navbar */
.navbar {padding-left:15px; padding-right:15px;}  

/**/
.navbar-nav {/*font-size:15px; line-height:20px;*/ font-size:13px; line-height:18px; padding-right:8px;} 
.navbar-expand-lg .navbar-nav .nav-link {padding:10px 0px;}
.navbar-light .navbar-nav .nav-item {/*margin:0 6px;*/ margin:0 6px;}
.navbar-light .navbar-nav .nav-item::after {top:12px; right:-6px; height:35%;}

    
/*Dropdown*/
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
    
.dropdown-menu {min-width:9rem; font-size:14px;}  
.dropdown-item {padding:10px 10px;}

}
/* ============ desktop view .end// ============ */

/*** Home Page ***/

/* Banner */

/* Box Caption */
.box-caption-title {top:41%; transform:translateY(-41%); /*border:1px solid red; */font-size:24px; line-height:30px; right:0px;}

/* Testimonial */
.testimonial-picture {width:200px;}

/*** Inner Pages ***/

/* Gallery / Press */
.gallery-bx-wrapper > div {min-height:150px;}
.gallery-bx-wrapper figcaption {font-size:16px; line-height:22px; font-weight:400; padding:5px 5px;}
/*.sound-bx-wrapper > div {min-height:150px;}*/
    
/*Cost Style*/
.cost {font-size:40px; line-height:46px;}
    
.player a {width:87px;}
    
/* Partner with us */
.img-entreprenuer {max-width:70%;} 
    
/*Our Champions */
.content-body-h-wrapper {height:454px; padding-right:30px!important;}
.salary-wrapper {top:25px; width:250px; font-size:38px; line-height:44px;}
.salary-wrapper span {font-size:22px; line-height:28px;}
.star-seller {width:92px; left:-28px; bottom:-24px;} 
    
/* Carousel */
#carousel_home .carousel-control-next, #carousel_home .carousel-control-prev {width:9%;}
.carousel-indicators {bottom:4px;}

}

/**/
@media only screen and (min-width:768px) and (max-width:991px) {
    
/* Header */
.navbar-brand {padding-top:25px; padding-bottom:25px; /*width:212px;*/ width:152px;}

/* Left Nav Cont */
.left-nav-cont {/*border:1px solid red;*/ width:auto; margin-left:-60px;}
.left-nav {width:90%;}
.left-nav > li {padding-right:5px; padding-left:5px; /*width:105px; text-align:center;*/}
    
/*Dropdown*/
/* ============ only desktop view ============ */
.left-nav .dropdown-menu-end {right: 0; left: auto;}
.left-nav .nav-item .dropdown-menu {display: block; opacity: 0; visibility: hidden; transition: .3s; margin-top: 0;}
.left-nav .dropdown-menu.fade-down {top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%;}
.left-nav .dropdown-menu.fade-up {top: 130%;}
.left-nav .nav-item:hover .dropdown-menu {transition: .3s; opacity: 1; visibility: visible; /*top: 100%;*/ top: 110%; transform: rotateX(0deg);}
    
.left-nav .dropdown-menu {min-width: 9rem; padding: 0rem 0px; margin: .125rem 0 0; margin-top: 0.125rem; font-size: 16px; color: #33642B; background-color: #fff; border: 1px solid rgba(51,100,43,0.1); border-radius: 0rem;} 
.left-nav .dropdown-item {padding:5px 5px; font-weight: 400; color: #33642B;}
.left-nav .dropdown-item:focus, .left-nav .dropdown-item:hover {color: #33642B; background-color: rgba(200,212,0,.5);}
.left-nav .dropdown-item.active, .left-nav .dropdown-item:active {color:#EF7D00; background-color: transparent;}
/* ============ desktop view .end// ============ */    

/* Custom Navbar */
.navbar-light .navbar-toggler {color:rgba(51,100,43,1); border-color:#33642B; background-color: #e3e780; padding: .25rem .5rem;}
    
.navbar {/*padding-left:25px; padding-right:25px;*/ padding-left:15px; padding-right:15px;}
.navbar .container {max-width:inherit; /*border: 1px solid red;*/}      

.navbar-light .navbar-nav {font-size:18px; line-height:24px;} 
.navbar-light .navbar-nav .nav-link {padding:10px 10px;}
.navbar-light .navbar-nav .nav-link {color:#33642B;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {color:#EF7D00;}

.dropdown-menu {
  min-width: 9rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item.active, .dropdown-item:active {color: #fff; background-color:#33642B;} 

/*** Home Page ***/

/* Banner */
    
/* Box Caption */
.box-caption-title {top: 41%; transform: translateY(-41%); /*border: 1px solid red;*/ font-size:18px; line-height:24px; right:0px;}

/* Testimonial */
.testimonial-picture {width:150px;}

/*** Inner Pages ***/ 
    
/* Gallery / Press */
.gallery-bx-wrapper > div {min-height:125px;}
.gallery-bx-wrapper figcaption {font-size:14px; line-height:20px; font-weight:400; padding:5px 5px;}
/*.sound-bx-wrapper > div {min-height:150px;}*/

/*Cost Style*/
.cost {font-size:36px; line-height:42px;}
    
.player a {width:77px;}
    
/* Partner with us */
.img-entreprenuer {max-width:90%; margin-left:-15px;}  
    
/*Our Champions */
.content-body-h-wrapper {height:340px; padding-right:20px!important;}
.salary-wrapper {top:16px; width:175px; font-size:30px; line-height:36px;}
.salary-wrapper span {font-size:16px; line-height:22px;}
.star-seller {width:72px; left:-18px; bottom:-22px;}

/* Figure */

/* Carousel */
#carousel_home .carousel-control-next, #carousel_home .carousel-control-prev {width:9%;}
.carousel-indicators {bottom:0px;}

}

/**/
@media only screen and (max-width: 767px) { 

/* Header */
.navbar-brand {padding-top:20px; padding-bottom:20px; /*width:192px;*/ width:172px;}
    
/* Left Nav Cont */
.left-nav-cont {/*border:1px solid red;*/ width:100%; padding-bottom: 15px;}
/*.left-nav {width:100%;}*/
.left-nav > li {padding-right:5px; padding-left:5px; /*width:94px;*/ /*text-align:center;*/}

/* Custom Navbar */
.navbar-light .navbar-toggler {color:rgba(51,100,43,1); border-color:#33642B; background-color:#e3e780; padding: .25rem .5rem; position: absolute; top:32px; right:15px;}
.navbar {padding-left:15px; padding-right:15px;}
.navbar .container {max-width:inherit; /*border: 1px solid red;*/}     

.navbar-light .navbar-nav {font-size:16px; line-height:22px; padding-left:10px;} 
.navbar-light .navbar-nav .nav-link {padding:10px 10px;}
.navbar-light .navbar-nav .nav-link {color:#33642B;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {color:#EF7D00;}
    
/*Hover*/
/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item:hover > a {color:#EF7D00;}*/
    
/*Active*/
/*.navbar-light .navbar-nav .nav-item.active > .nav-link, .navbar-light .navbar-nav .nav-link.active {color:#EF7D00;}*/

.dropdown-menu {
  min-width: 9rem;
  padding: 0rem 0;
  font-size: 1rem; color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {padding: .25rem 1.25rem; color: #212529;}
.dropdown-item.active, .dropdown-item:active {color:#EF7D00; background-color:transparent;}
.dropdown-item:focus, .dropdown-item:hover {color:#33642B; background-color:rgba(200,212,0,.5);}
    
/* Whatsapp */
#whatsapp_chat_widget {
  /*margin: 0 0 26px 0 !important;*/
  /*height: 50px;
  min-width: 50px;
  border-radius: 25px;*/
  right: 18px;
}

/*** Home Page ***/

/* Banner */

/* Box Caption */
.box-caption-title {top:41%; transform:translateY(-41%); /*border: 1px solid red;*/ font-size:18px; line-height:24px; right:10px;}
.img-entreprenuer {max-width:80%;}

/* Testimonial */
.testimonial-picture {width:200px;}

/*** Inner Pages ***/
    
/*Our Champions */
.content-body-h-wrapper {height:auto; padding-right:16px!important;}
.salary-wrapper {top:45px; width:200px; font-size:44px; line-height:50px;}
.salary-wrapper span {font-size:24px; line-height:30px;}
.star-seller {width:92px; left:5px; bottom:20px;} 

/* Gallery / Press */
.gallery-bx-wrapper > div {min-height:150px;}
.sound-bx-wrapper > div {min-height:150px;}
    
/*Cost Style*/
.cost {font-size:36px; line-height:42px;}
    
.player a {width:67px;}

/* Carousel */
.carousel-item .slide-desktop {display:none;}
.carousel-item .slide-mobile {display:block;}

#carousel_home .carousel-control-next, #carousel_home .carousel-control-prev {width:15%;}
.carousel-indicators {bottom:0px;}

/* Footer */
    
/*Footer link */

}

