@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

body {
    background: #fff;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
	line-height: 2;
	color: #222222;
}
::-webkit-input-placeholder { /* Edge */
  color: #00;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;
}

::placeholder {
  color: #000;
}
.text-right {
    text-align: right;
}
.color-3 {
    color:#007f3f !important;
}

img {
    max-width: 100%;
	    height: auto;
}
.breadcrumbs a {
    color: #fff;
}
.text-lt-green{color:#007f3f; }
.green-l-bg{background: #b9d1b8;} 
.text-green{color:#006f51;}
.text-black{color:#222;}

h1 {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase; 
}

h2 {
    font-size:80px;
    font-weight: bold;
    text-transform: uppercase; 
	color:#006f51;
	line-height:1.1;	
}


h3 {
    font-size:40px;
    font-weight: bold;
    text-transform: uppercase; 
	line-height: 1.3;
}


h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; 
	line-height: 1.4;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; 
	line-height: 1.4;
	color:#007f3f;
}

h6 {
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase; 
	line-height: 1;
	color:#007f3f;
}

.text-light-green {
    color: #007f3f;
}

section {
    padding: 80px 0;
}

a {text-decoration: none !important;}
.btn-green {
    background: #006f51;
    color: #fff;}

.btn-green-light {
    background: #007f3f;
    color: #fff;}
	
.btn-white {
    background: #fff;
	color: #007f3f;
}	
	
.btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 10px 15px;
    min-width: 200px;
	letter-spacing: 1px;
	border: 0;
}
.btn:hover {
    background: #000 !important;
	    color: #fff !important;
}


/*Header*/
.header-top {
    padding: 10px 0;
    letter-spacing: 1px;
    background: #dddddd;
}
.home-header {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
}
.home-header .inline b {
    font-weight:600;
}
.logo {
    padding: 10px;
}
.header-bottom>.container>.row {
    background: #fff;
	    margin: 0;
}

.header-top .inline {
	display: inline-block;
	color: #222222;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 700;
}
.header-top .inline a b {
    font-weight: 700;
}

.header-top .inline a {
    color: #222222;
}
.header-btn {float: right;
    text-align: right; 
}

.header-top .header-btn{ display: none;}

.navbar-nav>li {
    padding-right: 20px;    letter-spacing: 1px;
}

.navbar li>a {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    padding: 15px;
	position: relative;
}

.navbar li>a:after {
    content: "";
    background: #4ab751;
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	    visibility: hidden;
}
.navbar li>a:hover:after, .navbar li>a.active:after {
    visibility: visible;
}
.gray-header {
    background: #dddddd;
}
.gray-header .inline a {
    color: #000;
}
.gray-header .inline {
    color: #000;
	font-weight:400;
}
.gray-header .inline b {
    font-weight:400;
}
.header-top .inline i {
    display: none;
}


/*Home Hero*/
.hero {
    background: url(../images/hero2.jpg) no-repeat center #006f51;
    color: #fff;
    position: relative;
    background-size: cover;
	    padding: 130px 0;
}
.hero:after {
    content: "";
    background:#00000047;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
} 

.hero>.container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero>.container>.row {
    height: 100%;
}

.h1-title {
    font-size:80px;
    font-weight: bold;
    text-transform: uppercase;
}
.hero-description p {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
}
.both-button .btn {
    margin: 0 4px;
}
.hero-description {
    max-width: 600px;
}
.hero-description h4 {
    color: #fff;
	letter-spacing: 2px;
	line-height: 1.6;
}



/*products*/
#home-product{
    background: url(../images/products-bg.jpg) no-repeat #f9fcf4;
    background-size: cover;
	line-height: 2.2;
	background-position: center;
}

/*infrastructure*/
#infrastructure {
    background: url(../images/infrastructure-bg.jpg) no-repeat #f9fcf4;
    background-size: cover;
	line-height: 2.2;
	background-position: center;
}

/*certificate*/
.certificate .col-6 {
    padding: 0 22px;
}
.cer-logo {
	background: #fff;
    border: #dddddd solid 3px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 210px;
    padding: 15px;
    margin: 24px 0;
	
}

/*Home Products*/
.products-content-box {
    max-width: 490px;
}
.products-img-1 {
    margin-right: -18%;
}
.products-img-2 {
    margin-left: -10%;
}


/*Home About*/
.home-about {
    overflow: hidden;
}
.hm-bout-img {
    margin-right: -120%;
}


/*Why Choose Us*/
#why-choose-us {
    background: url(../images/why-choose-us-bg.jpg) no-repeat #f2fae9;
    background-size: cover;
	line-height: 2.2;
}
.why-choose-us .content {
    padding: 0 10%;
}
.choose-box {
    background: #d4d8d3;
    padding: 15px;
    margin: 15px 5px;
}
.choose-box .number {
	color: #006f51;
    font-size: 60px;
    font-weight: bold;
    line-height: initial;	
}
.choose-box:hover {
    background: #006f51;
    color: #fff;
}
.choose-box:hover .number {
    color: #fff;
}

/*Blog Slider*/
.post-slide {
    padding: 0 15px;
     display: flex;
    flex-flow: column;
}

.post-content {
    background: #006f51;
    padding: 10px 25px;
    color: #fff;
}
.post-content h4 {
    line-height: initial;
}
.post-content h4 a {
    color: #fff;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    margin-left: 0;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #007f3fba;
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}

.post-slide:hover .over-layer .fa {
    background: url(../images/plus.png) no-repeat;
    width:34px;
    height:34px;
    position: absolute;
    font-size: 0;
    left: 0;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
	margin-top: -17px;
} 

.owl-controls {
    text-align: center;
    margin-top: 50px;
}

.owl-page {
    display: inline-block;
    margin: 0 10px;
}
.owl-page span {
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
}

.owl-page.active span {
    background: #007f3f !important;
}


/*More Discver products*/
.more-pro-box-img {
    border: #ccc solid;
    display: block;
}
.more-pro-box h3 {
    font-size: 24px;
}


/*Contact Form*/
.form-control-wrap {
    display: block;
    width: 100%;
}
.form-control-wrap input, .form-control-wrap textarea, .form-control-wrap select {
   background: transparent;
   outline: none;
    border: none;
    border-bottom: #c9c9c9 solid 1px;
    font-size: 18px;
    color: #000;
    padding: 0px 0 7px 0;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight:600;
	 width: 100%;
	    min-height: 44px;
}

.form-control-wrap textarea {
    height: 100px;
    resize: none;
}

.form-wrap {
    max-width: 900px;
    margin: auto;
}
.wpcf7-submit {
    line-height: 36px;
    width: 70%;
    font-size: 18px;
}


/*Footer*/
#footer {   
	color: #000;
	line-height: 2.2;
}
.footer-row {
    padding: 100px 0;
}
.ft-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-widget a {
    color: #000;
}
.ft-widget a:hover {
    color: #007f3f;
}
.ft-widget h4 {
    margin-bottom: 30px;
	font-size: 20px; 
	font-weight: 700;
}
.ft-logo {
    margin-top: 20px;
}

.copyright-row {
    border-top: #dfdfdf solid 1px;
    text-align: center;
    padding: 10px 0;
}

/*Products Pages*/
.banner-box {
    position: relative;
    z-index: 1;
}
.banner {
    background: #000;
    position: relative;
    overflow: hidden;
}
.banner h1 {
    padding-top: 50px;
}

.pro-bg {
    background: #dddddd;
    border-radius: 4px;
}
.gray-bg {
    background: #f4f4f4;
}

.font60 {
    font-size: 60px;
}
.ul-text {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-text li:before {
    content: "";
    background: #006f51;
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}

.ul-text li {
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
}

.pro-ul {
    font-size: 24px;
    font-weight: 600;
}

.pro-ul li:before {
	width: 20px;
	height: 20px; 
	top:15px;
}

.pro-certificate .cer-logo {
    min-height: 140px;
}
.pro-certificate .cer-logo img {
    max-height: 100px;
    width: auto;
}

.products-contact {
    background: url(../images/enquiry-bg.jpg) no-repeat #bad0b8;
    background-size: cover;
	color: #000;
	line-height: 2.2;
}
.products-contact .wpcf7-submit {
    width: 100%;
}
.enquiry-products img {
    border: #006f51 solid;
}

.product-blog .post-content {
	background: transparent;
    padding: 0;
    color: #222222;
}
.product-blog .post-content h4 a {
    color: #222222;
}

.product-blog .post-slide .post-img {
    margin-bottom: 10px;
    max-height: 220px;
    overflow: hidden;
}

.product-blog .post-slide .post-date {
    color: #006f51;
}
.product-blog .owl-page span {
    background: #dddddd;
}

.pro-hero-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: end;
}


/*About Page*/
.about-hero {
    background: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	    position: relative;
}

.overlow:after {
content: "";
    background: #006f517a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.shadow {
    border-radius: 50px;
}
.ul-text1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-text1 i {
    color: #006f51;
}
.content a {
    color: #000;
}

/*Contact Page*/
.contact-hero {
    background: url(../images/contact-hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
	    position: relative;
}

.contact-page iframe {
    width: 100%;
    height: 310px;
}

.contact-page .wpcf7-submit {
    width: 100%;
}
.media-body {
    font-weight:600;
    font-size: 18px; 
}
.media i {
    font-size: 25px;
}

.enquiry-products .media-body br {
    display: none;
} 
.logo img {
    max-width: 85%;
} 

.form-control-wrap label {
    font-size: 0;
    max-height: 0;
    display: block;
    opacity: 0;
}


/*Responsive Start*/
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width:1230px; } 
}


@media (max-width:1400px) {
#infrastructure {background-size: contain; background-position: top;}
.navbar-nav>li {
    padding-right:14px;}  	
	
}

@media(max-width:991px) {
.ipod-hide {display: none;}	 
.banner h1 {padding-top: 0;} 	
.products-img-1 {margin-right: 0;} 
.products-content-box {max-width: 100%;}
.container {padding: 0 25px;} 
.cer-logo {min-height: 150px;}
.cer-logo img {max-height: 100px; width: auto;} 
.ipod-reverse {flex-direction: column-reverse;}
.header-top {padding: 0px 0;}
.header-top .inline { font-size: 0; display: inline; float: left; padding-right: 0; border-right: #000 solid 1px; line-height:40px; display: flex; align-items: center;}
.header-top .inline span {font-size: 15px;} 
.header-top .inline i {display: block;}
.header-top .inline:last-child { border-right: 0;} 
.header-top .inline b {display: none;} 
.header-top .inline a {display: flex; padding: 0 16px;} 
.header-top .inline span {display: flex; align-items: center; gap: 8px;} 
.header-btn .btn {font-size: 14px; min-width: auto; display: block;} 
.header-top .container .col+.col {padding-left: 0;} 
.header-top .container .col:first-child { flex: 0 0 auto;   }
.header-top .inline.email {border-right: none;}  
.gray-header .inline a:hover {color: #006f51;} 
.navbar-nav>li {text-align: center; padding-left: 0;}
.ft-widget {margin: 20px 0;}
.navbar .header-btn { display: none;} 
.header-top .header-btn {display: inline-block;} 

} 

@media (min-width:666px) and (max-width:991px) {
.font60 {font-size: 50px;} 
.h1-title, h1, .h1 {font-size: 65px;}
h2 {font-size:50px;} 	
h3 {font-size: 30px;} 
h4 {font-size: 20px;} 	
.hm-bout-img { margin-right: -150px;} 
}

@media (min-width:320px) and (max-width:667px) {
.font60 {font-size:35px;} 
.h1-title, h1, .h1 {font-size:35px;}
h2 {font-size:35px;} 	
h3 {font-size:25px;} 
h4 {font-size: 20px;} 	
.both-button .btn { margin: 10px 4px;}
.hm-bout-img {margin-right: -50px;} 
.pro-certificate .col { flex: 1 50%; }
.header-bottom .container {padding: 0;} 
.header-top .container {padding: 0;overflow: hidden;} 
.footer-row {padding-top: 50px; padding-bottom: 50px; text-align: center;}
.banner-box {text-align: center;} 
.hero {padding: 80px 0;} 
#home-product {background-image: none;} 
#infrastructure, #why-choose-us {background-image: none;} 

}

@media (min-width:300px) and (max-width:380px) {
.header-top .inline span {font-size: 13px;}	 
.header-btn .btn {font-size: 13px;} 
.h1-title, h1, .h1 { font-size: 31px;} 
	
}

