* {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color: #072034;
	font-size: 18px;
	line-height: 1.7;
}

.justify {
	text-align: justify !important;
}

@font-face {
font-family: "bankgothic_regular";
src: url("fonts/bankgothic_regular.woff") format("woff"),
url("bankgothic_regular.otf") format("opentype"),
url("bankgothic_regular.svg#filename") format("svg");
}


@font-face {
font-family: "gumela_bold";
src: url("fonts/gumela_bold.woff") format("woff"),
url("gumela_bold.otf") format("opentype"),
url("gumela_bold.svg#filename") format("svg");
} 

#achievements .img-fluid {
  max-width: 60% !important;
  
  height: auto;
}

.bg-dark {
        --bs-bg-opacity: .9 !important;
        background:rgba(7, 32, 52, 0.4) !important; 
}

.bg-white {
        /*--bs-bg-opacity: .7 !important;
    background:rgba(255, 255, 255, 0.9)!important;*/

   
   
}

.bi-linkedin{
	font-size: 23px !important;
	color: #0A66C2;
}
.bi-facebook{
	font-size: 24px !important;
	color: #4267B2;
}

#footer .container-fluid p.align-end {
	text-align: right !important;
 	
 }   

.pt-10 {
	padding-top: 100px;
}
.pb-10 {
	padding-bottom: 100px;
}

.mt-100 {
	margin-top: 150px !important;
}

.carousel-caption .btn-primary {
	font-family:bankgothic_regular;
	font-size: 20px;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	background: #198646;
	color: #ffffff;
	border-radius:24px;
	border: none;
	letter-spacing: 0px;
}

.carousel-caption .btn-primary:hover {
	font-family: bankgothic_regular;
	font-size: 20px;
	color: #198646;
	font-weight: 300;
	text-transform: uppercase;
	background: #fff !important;
	border: none;
	border-radius: 24px;
	letter-spacing: 0px;
}

.carousel-caption .btn-primary:active {
	background: #fff !important;
	border: none !important;
}


.navbar-brand img {
	width: 70% !important;
}


.about-text h3 {
	font-size: 28px;
}

.navbar-nav li:last-child {
	color: #198646 !important;
	font-size: 20px;
	line-height: 24px;
	margin-left: 30px;
}

.navbar-nav li:last-child::before{
	content: "";
    display: block;
    background: url("img/phone.svg") no-repeat;
    width: 24px;
    height: 25.95px;
    float: left;
    margin: 0 8px 0 0;
}


.navbar-nav a{
	color: #072034;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
		font-size: 17px;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	margin: 0px 30px;

}

.navbar-nav a:hover, .navbar-nav a:focus{
	color: #072034;
	font-family: 'open sans', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: left;
	margin: 0px 30px;
	border-bottom:solid 3px #198646;
	transition: none !important;

}

.navbar-nav .active{
	border-bottom:solid 3px #198646;

	color: #198646 !important;

	}


.aboutus .navbar-nav a {
	color: #072034;
}


.aboutus .navbar-nav a:hover, .navbar-nav a:focus{
	color: #072034;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height:17px;
	letter-spacing: 0em;
	text-align: left;
	margin: 0px 30px;
	border-bottom:solid 3px #198646;

}

.aboutus .navbar-nav .active{
	border-bottom:solid 3px #198646;
	color: #198646 !important;

	}


.navbar-expand-lg .navbar-nav .nav-link {
	padding: 6px 0px;
}

.navbar-brand {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
}


.navbar-brand:focus,
.navbar-brand:hover{
	color: #fff;

}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color: #fff;
}




.carousel-item {
	height: 100vh;
	min-height: 300px;

}

.carousel-caption {
	bottom: 280px;
	z-index: 2;
	
}

.carousel-caption h5 {
	margin-top: 25px;
/*	font-family: gumela_bold;*/
	font-size: 6vh;
	font-weight: 400;
	line-height: 8vh;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 15px;


	
}
.carousel-caption p {
	
	margin:auto;
	color: #fff;
	font-family: open sans;
	font-weight: 300;
	font-size: 2.8vh;
	font-weight: 400;
	line-height: 4vh;
	margin-bottom: 30px;
	letter-spacing: 1px;
	
}

.carousel-caption p:last-child {
	margin-top: 30px;
}

/*.green-bar {
	border:solid 1px #20A855;
	width: 100px;
	margin:auto;
	padding: 0;
	margin-bottom: 50px;

}*/

/*#teams .section .green-bar {
	border:solid 12px #20A855!important;
	width: 64px;
    margin: 10px 0px;

}*/

.carousel-inner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.py-0 {
	padding: 0px !important;
}


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./img/about-img.jpg) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.) 0%, rgba(0,0,0,.4) 50%);
  background-size: 3px 3px;
  z-index: 2;
}


.down-arrow {
  position: absolute;
  top: calc(100vh - 80px);
  left: calc(50.5% - 14px);
  width: 0;
  height: 20px;
  animation: jumpInfinite 1.5s infinite;
  z-index: 10;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #198646;
  border-right: 4px solid #198646;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 0;
  }
}



.btn-primary {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: #198646;
	border-radius: 24px;
	border: solid 2px #198646;
	letter-spacing: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary:hover{
	font-family: bankgothic_regular;
	font-size: 16px;
	color: #198646;
	font-weight: 300;
	text-transform: uppercase;
	background: #fff;
	border-radius: 24px;
	border: solid 2px #198646;
	letter-spacing: 0px;
}

.btn-primary:active {
	background: #198646 !important;
	border: solid 2px #198646 !important;
}

#aboutus .row .col-lg-4 {
    flex:none !important;
    width: 22% !important;
}

/*#aboutus .col img {
	margin: auto 0;
	text-align: center;
	width: 30%;
}*/

#aboutus .col-lg-4 img+div {
	text-align:center;
	color: #29533D;
	font-size: 12px;
	margin-top: 10px;
}

#aboutus .about-text .btn-secondary {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	color: #198646;
	text-transform: uppercase;
	background: transparent;
	border-radius: 24px;
	border: 2px solid #198646;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: 0px; 

}

#aboutus .about-text .btn-secondary:hover {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	background: #198646;
	border-radius: 24px;
	border: 2px solid ##198646;
	letter-spacing: 0px;
}

#aboutus.btn-secondary:active {
	background: #198646 !important;
	border: solid 2px #198646 !important;
}


.btn-secondary {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	background: #198646;
	border-radius: 24px;
	border: 2px solid #198646;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: 0px;
}

.btn-secondary:hover {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	color: #198646;
	text-transform: uppercase;
	background:#fff;
	border-radius: 24px;
	border: 2px solid #fff;
	letter-spacing: 0px;
}

.btn-secondary:active {
	background: #198646 !important;
	border: solid 2px #198646 !important;
}

.contactus .link a {
	color: #198646 !important;
}

.link a {
	color: #fff;
	text-decoration: none;
}

.link a:hover {
	color: #fff;
	text-decoration: underline;
}


.green-bar {
	border:solid 4px #198646;
	width: 75px;
	margin:auto;
	padding: 0;
	margin-bottom: 50px;
	

}

.section.green-bar {
	border:solid 3px #198646;
	width: 50px;
  margin: 10px 0px;

}

.about-text h6 {font-family: bankgothic_regular;font-size: 18px;font-weight: 700;letter-spacing: 0em;text-align: left;}

#products .about-text h6 {font-family: 'bankgothic_regular', sans-serif; font-size: 16px;font-weight: 400;letter-spacing: 0em;text-align: left; text-transform: uppercase;} 
#products .about-text h2 {font-size:28px; font-weight:400 } 
#products .about-text.pb-4 h2 {
	font-size: 32px;
}

/*#products .about-text p {font-weight: 300 !important}*/

.about-text h2 {/*
	font-family: gumela_bold;*/
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: left;
	color: #072034;


}

.about-text h2::before{
	content: '';
	color: transparent;
	position:static;
	width: 100%;
	height: 100%;
	top: 0;
	left: 390;
	z-index: 1;
}

.about-text .px-3 {
	padding: 0px !important;
}




#teams {
	background: #004184;

}

#teams .col {
	padding-right: 16px !important;
}


#teams h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 32px;
	text-align: center;
}

#teams .green-bar {
	border:solid 3px #198646;
	width: 50px;
	margin: 10px auto 60px auto;
}



#teams .card img {
	width: 180px;
}


#teams .card-text {
	text-align: center;
	padding: 0px;
	margin:0px;
	color: #072034;
	font-size: 16px;
}
#teams .card-body p:nth-child(1) {
	line-height: 30px;

}

#teams .card-body p:nth-child(2) {
	color: #263C4D;
	font-weight: bold;
	line-height: 30px;

}

#teams .card-body p:nth-child(3) {
	text-align: center;
	line-height: 24px;
	color: #838F99;
}

#teams .card-body p:nth-child(4) {
	text-align: center;
	margin-bottom: 0;
	border-top: solid 1px #DCDCDC;
	
}


#casestudies {
	background: #ffffff;
	text-align: center;

}


#casestudies .col {
	padding-right: 16px !important;
}


#casestudies h2 {
	color: #072034;
/*	font-family: gumela_bold;*/
	font-size: 32px;
	text-align: center;
}

#casestudies .card-body1 h2, #casestudies .card-body2 h2, #casestudies .card-body3 h2, #casestudies .card-body4 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 28px;
}

#casestudies .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 28px;

}

#casestudies .green-bar {
	border:solid 3px #198646 !important;
width: 50px;
	margin: 10px auto 60px auto;
}

#casestudies .card-body1 {
	background: url(img/KTDC.png) no-repeat center center/cover;
	height: auto;
}
#casestudies .card-body2 {
	background: url(img/appartment.png) no-repeat center center/cover;
	height: auto;
}


#casestudies .card-body3 {
	background: url(img/household.png) no-repeat center center/cover;
	height: auto;
}

#casestudies .card-body4 {
	background: url(img/consultancy.png) no-repeat center center/cover;
	height: auto;
}

#casestudies h6 {
	font-family: bankgothic_regular;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}

#casestudies p {
	
	color: #fff;
	font-size: 18px;
}

#casestudies .card-body h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 32px;
}

#casestudies .card-body .green-bar, #casestudies .card-body2 .green-bar, #casestudies .card-body3 .green-bar, #casestudies .card-body4 .green-bar{
border:solid 2px #198646 !important;
width: 50px;
}


#clients {
	background: #106B3E;
	text-align: center;

}


#clients h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 32px;
}

#clients .green-bar {
	border:solid 3px #198646;
	width: 50px;
    margin: 10px auto 60px auto;

}



/*.carousel-inner::before {
	background: transparent;
}*/

#clients .carousel-inner::before {
	background: none !important;
}

#clients .carousel-inner {
	height: 400px;
}

#clients p {
	line-height: 30px;
}

#clients .carousel-inner p{
	color: #fff;
	line-height: 24px;
}


.partners .col {
	margin-top: 30px;
}

.partners .img-fluid {
	padding-top: 30px;
}

.partners div:last-child .img-fluid {
	width:60%;

}


#contact .green-bar {
	border:solid 3px #198646;
	width: 50px;
    margin: 10px auto 40px auto;

}

#contact h2 {
	color: #072034;
/*	font-family: gumela_bold;*/
	font-size: 32px;
}

#contact .card-body h2, #contact .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 32px;
	text-align: center;
}

#contact .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 32px;

}

#contact h6 {
	font-family: bankgothic_regular;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0em;
	color: #fff;
}


#contact {
	background: #fff;
	padding: 0px;
	text-align: center;
}

#contact .card-body {
	background:#3F3E3E;
	height: 430px;
	text-align: left;
}
#contact .card-body p {
	width: 40%;
	margin:0 auto;
}


.grey {
	background:#5B5B5B !important;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	font-family: open sans;
	font-weight: 400;
	color: #fff;
}

#footer p {
	color: #ffffff;
	font-family: open sans;
	font-size: 16px;
	vertical-align: middle;
}

/*#footer .col {
	margin-left: 180px;
}
*/

#footer {
	 background: #000;
    text-align: center;
    color: #fff;
}

#footer p {
	color: #ffffff;
	font-family: open sans;
	font-size: 16px;
	text-align: left;
}


#achievements {
	background: #004184;
}


#achievements h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 28px;
}

#achievements .green-bar {
	border:solid 3px #198646;
	width: 50px;

}

#achievements h6 {

	font-family: bankgothic_regular;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: left;
}

#achievements p {
	color: #fff;
	font-size: 18px;
/*	font-weight: 300;*/
}

#achievements h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

#achievements ul li {
	color: #fff;
/*	font-weight: 300;*/
	margin-bottom: 10px;
}

.icons img {
	width: 45%;
}

.map-container-4{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-4 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute; 
}

	/*.hideWeb {
		display: none!important;
	}*/







@media only screen and (min-width: 480px) and (max-width:680px) {

.about-text h2, #teams h2, #casestudies h2, #clients h2, #contact .card-body h2, .about-text h3{font-size: 4vw !important;}


}



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

	#aboutus .pt-5 {
		padding-top:3px !important;
	}

	#footer .container-fluid p.align-end {
	text-align: center !important;
	margin-bottom: 20px !important;
	} 

	.icons-about img {
	width: 25% !important;
}

.icons-about div.col-lg-2 {
	margin: 20px 0px;
}


	#products .about-text h2 {font-size:6vw; font-weight:400 } 

	.aboutus .navbar-nav a:hover, .navbar-nav a:focus{
	color: #072034;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height:17px;
	letter-spacing: 0em;
	text-align: left;
	margin: 0px 30px;
	border-bottom:solid 0px #198646;


}

.aboutus .navbar-nav .active{
	border-bottom:solid 0px #198646;
	color: #198646 !important;

	}

	p {
		padding:0px 20px !important;
	}


	.carousel-inner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

		.navbar-brand img {
	width: 135px !important;
	margin-left: 10px;
}


#products .mobile .mt-3 {
/*	margin-top: 0px !important;*/
}

/*	.img-position {
		position: relative !important;
    bottom: 340px !important;
	}

	.para-position {
		position: relative !important;
    top: 260px !important;
	}*/

	.bg-white, #aboutus.bg-white {
           --bs-bg-opacity: .7 !important;
    background:rgba(255, 255, 255)!important; 
}

	#achievements.py-5 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	#aboutus .row .col-lg-4 {
    flex:none!important;
    width: 51% !important;
    padding: 25px 0px;
    margin: 0 auto;
}

	#products .row .col-lg-4 {
    flex:none!important;
    width: 95% !important;
/*    padding: 0px 0px;*/
    margin: 0 auto;
}

#aboutus .col-lg-4 img+div {
	text-align:center;
	color: #29533D;
	font-size: 14px;
}

#aboutus .pb-5 {
/*	padding-bottom: 0px !important;*/
}



/*#aboutus img.img-fluid.h-auto {
	display: none;
}*/


	.about-text .px-3 {
	padding: 10px !important;
}


	.ms-2 {
    margin-left: 0px!important;
}


.pt-10 {
	padding-top:30px;
}
.pb-10 {
	padding-bottom:30px;
}


.btn-primary {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: ##198646;
	border-radius: 24px;
	border: solid 1px #198646;
	letter-spacing: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
}



.btn-secondary {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	border-radius: 24px;
	border: 2px solid #198646;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0px;
	width:100%;
	margin-top:20px;
}


.navbar-toggler:focus {
	box-shadow: none;
}


.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
/*  background-image: var(--#{$prefix}navbar-toggler-icon-bg);*/
  background: url("img/menu-green.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


	.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
/*  background-image: var(--#{$prefix}navbar-toggler-icon-bg);*/
  background: url("img/menu-green.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
	border:none;
}

	.navbar-brand img {
	width: 60%;
	margin-left: 10px;
}

.navbar-nav li:last-child { 
display: none;
}

	.navbar-nav a {
		text-align: center !important;
		background:rgba(0, 0, 0, 0.8) !important
		color: #fff;
		margin: 0px;
		padding: 20px;
	}

		.navbar-nav a:hover {
		text-align: center !important;
		background: rgba(0, 0, 0, 0.8) !important
		color: #fff;
		margin: 0px;
		border: none;
	}

	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #198646;
		border: none;
		padding: 0px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
   padding: 20px 0px; }

#contact .card-body p {
	width: 100%;
	margin:0 auto;
}	



#aboutus .about-text p. {
	padding:20px !important;
}


.carousel-caption {
		bottom: 16vh;
		left: 5%;
		right: 5%;
	}
	.carousel-inner p {
		padding: 0px;
	}

	.carousel-caption h5 {
		font-size: 36px;
		line-height: 48px;
	}
	.carousel-caption a {
		padding: 10px 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 24px;
	}

#contact .card-body {
	background:#3F3E3E;
	height: auto;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.about-text h6 {
	font-family: bankgothic_regular;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: center;
}


.about-text h2 {
/*	font-family: gumela_bold;*/
	font-size: 7vw;
	padding:0px 5px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: center;
	color: #072034;
}

.about-text h3 {
/*	font-family: gumela_bold;*/
	font-size: 6vw;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: center;
	color: #072034;


}

.section.green-bar {
	border:solid 3px #198646;
	width: 45px;
	  margin: 0px auto;

}

#casestudies .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 6vw;
}


#casestudies .card p:last-child {
	margin:10px;
}

#casestudies .py-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

#casestudies .card-body1 h2, #casestudies .card-body2 h2, #casestudies .card-body3 h2, #casestudies .card-body4 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 6vw;
}

#clients h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 7vw;
}

#clients .green-bar {
	border:solid 3px #198646;
	width:50px;
    margin: 10px auto 60px auto;

}

#teams h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size:7vw;
	text-align: center;
}

#teams .green-bar {
	border:solid 3px #198646;
	width: 50px;
	margin: 10px auto 30px auto;
}

#casestudies h2 {
	color: #072034;
/*	font-family: gumela_bold;*/
	font-size: 7vw;
	text-align: center;
}

#casestudies .green-bar {
	border:solid 3px #198646;
	width: 50px;
    margin: 10px auto 20px auto;

}

#contact .card-body h2, #contact .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 7vw;
	text-align: center;
}

#contact .card-body2 h2{
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 7vw;

}
#achievements h2 {
	color: #fff;
/*	font-family: gumela_bold;*/
	font-size: 6vw;
}

#achievements h6 {
		text-align:center;
	margin-top:20px;
	font-size: 16px !important;
}

#achievements .green-bar {
	border:solid 3px #198646;
	width: 50px;

}

#aboutWrapper .mt-100, #contactWrapper .mt-100, #products .mt-100 {
	margin-top:100px !important;
}

#footer p {
	text-align: center;
}

.hide-mobile {
	display: none;
}

}

@media only screen and (min-width: 768px) and (max-width:992px) {

	.hide-web {
		display: none;
	}

.hideimg img {
	display: none;
}

#products .img-fluid {
	max-width: 300px;
}

#achievements .img-fluid {
  max-width: 30% !important;
  height: auto;
  margin-bottom:40px;
}


#achievements {
	padding: 0px !important;
}



.navbar-toggler:focus {
	box-shadow: none;
}


	.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
/*  background-image: var(--#{$prefix}navbar-toggler-icon-bg);*/
  background: url("img/menu.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


	.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
/*  background-image: var(--#{$prefix}navbar-toggler-icon-bg);*/
  background: url("img/menu-green.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
	border:none;
}

	.navbar-brand img {
	width: 70%;
	margin-left: 10px;
}

.navbar-nav li:last-child { 
display: none;
}

	.navbar-nav a {
		text-align: center !important;
		background:rgba(0, 0, 0, 0.8) !important
		color: #fff;
		margin: 0px;
		padding: 20px;
	}

		.navbar-nav a:hover {
		text-align: center !important;
		background: rgba(0, 0, 0, 0.8) !important
		color: #fff;
		margin: 0px;
		border: none;
	}

	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #198646;
		border: none;
		padding: 0px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
   padding: 20px 0px; }


}

@media only screen and (min-width: 992px) {

	.hide-web {
		display: none;
	}

.wid-75 {
	width: 75%;
}

.hig-378 {
	height: 378px !important;
}

.mt-25 {
	margin-top: 25px;

}


}

@media only screen and (min-width: 1024px) and (max-width:1366px) {

.carousel-caption {
	bottom: 170px;
	z-index: 2;
}

#casestudies p {
	padding-left:85px !important;
	padding-right:85px !important;
}

.hig-378 {
	height: 408px !important;
}


}


.icons-about img {
	width: 40%;
}

.icons-about img+div {
	font-size: 16px !important;
}
