
body, html {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	width: 100% !important;
	height: 100% !important;
    scroll-behavior:smooth!important;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight:700;
	color: #1f1c0c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h4, .h4 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 15px;
}
.h6, h6 {
    font-size: 12px!important;
}

@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}


p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;

}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
} 


ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	/* webkit-padding: 0; */
	/* moz-padding: 0; */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #F7C02D;
    border-radius: 10px;
    height: 150px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #333;
}

/*========================================
header-top-section--------
==========================*/



a, button {
    color: inherit;
    outline: medium none;
}


/*============topbar--section==============*/



.info-bar {
    background-color: #fff;
    padding: 0px 0;
}
.info-bar .top-left {
    text-align: left;
    margin-left: 0;
}
.info-bar .date {
    float: left;
    margin-right: 20px;
}

.info-bar .top-left p {
    color: #F7C02D;
    font-weight: 400;
    margin-bottom: 0;
}

.info-bar .top-left p span:first-child {
    margin-right: 10px;
}

.ticker-slider{
  color:#fff!important;
}

.info-bar .top-left p span {
    color: #ffffff;
    margin-left: 10px;
}

.extra-small-icon li a i{
    color: #002e5b;
}


.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  




@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon i{
  color:white !important;
}

.header {
    position: relative;
    width: 100%;
    background: #0b0b0b14;
	z-index:999;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    color: #848484;
}

.header-style-two {
    background: #0B0B0B;
    border-bottom: 0;
    padding: 10px 0px;
    color: #848484;
}


.logo a img {
    max-width: 146px;
    margin: 0px auto;
}

.header-area .header-right {
    text-align: right;
}

.header-area .header-right ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-style-two .header-right ul li {
    color: #848484;
}
.header-area .header-right ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 35px;
    position: relative;
}
.header-area .header-right ul li i {
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-right: 5px;
    color: #F7C02D;
}
.header-area .header-right ul li i a:hover{
    color: #F7C02D;
}
.header-style-two .header-left a i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
}
.header-area .header-left a i {
    color: #848484;
    font-size: 18px;
    margin-right: 10px;
    transition: .5s;
}

.header-area .header-left a i:hover {
    color: #F7C02D;
    transform: scale(1.2);
}



@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
}

@media only screen and (max-width:992px){

.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
.nav-item .nav-link {
    /* background-color: #333; */
    color: #eaeaea!important;
    border-bottom: 1px solid #474747;
    padding: 4px 3px!important;
}

.nav-item .nav-link i {
    position: absolute;
    right: 10px;
    top: 11px;
}
.outer-ul{
  display:block!important;
}

.header-bottom{
    display: none;
}
  
   
.mobile-menu{
    position:fixed;
	top:0;
	right:0;
	width:100%;
	padding-top: 66px;
	transform:translateX(100%);
	z-index:-1;
	height:100vh;
	background-color:white;
	overflow:auto;
}
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}



.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-toggler {
    width: 30px;
	margin:16px 0px;
    height: 25px;
    right: 15px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}




.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}





.small-menu{
    background: #333;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    position: relative;
	border-radius:0px;
	padding:0px;
	margin:0px 0px  0px 1px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	min-width:15rem;
    padding: 0px;
    border: none;
	opacity:0;
	transform:translatey(30px);
	visibility:hidden;
	animation:slidedown 0.4s ease 1;
}

@keyframes slidedown{
  0%{ transform:translatey(40px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}

.small-menu a {
    display: block;
    color: #ccc;
	font-weight:500;
    font-size: 13px;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    transition: 0.5s ease;
    padding: 8px 15px;
}

@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
}
@media only screen and (max-width:992px){
   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}


.small-menu a:hover {
    color: #fff !important;
}

.bg-lightest {
    background-color: #fcfcfc;
}

.info-bar .infobar-ticker span {
    margin-right: 10px;
}

.info-bar .social {
    text-align: right;
}

.info-bar .social a {
    padding: 0 8px;
       color: #c5c5c5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.info-bar .infobar-ticker .single-ticker {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}


#select-office {
    background-color: #329cd7;
    border-radius: 0px;
    border: none;
    height: 47px;
    font-size: 12px;
    color: white;
}

.stm-iconbox i {
  color: #999999;
    margin-right: 5px;
}
.stm-iconbox__text, .stm-iconbox__description {
    font-size: 11px;
    color: #999999;
    line-height: 17px;
    font-weight: 400;
}

.stm-iconbox__info{
 margin-left:6px;
}

.header-item{
 margin:0px 20px;
}




/* NAVBAR START */
.navigation {
    width: 100%;
    background-color: black !important;
    padding: 8px 0px;
}

.header-inner{
    width: 100%;
    position: sticky;
    top: 0;
}


.navbar-brand {
    font-weight: 900;
    font-size:30px;
	color: #fff;
	padding:0px;
}
.navbar-brand:hover{
    color: #F7C02D;
}


.navbar-nav .nav-item .nav-link{
    font-size: 16px;
    color: #848484;
    background: none !important;
    padding: 28px 15px;
    font-weight: normal;
    text-transform:capitalize;
    display:block;
	font-weight:600;
    position: relative;
    text-decoration: none;
    transition:0.4s ease;
    text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active{
    color: #F7C02D;
}


.header-social-icon{
 border-left: 1px solid #333;
}

.extra-small-icon li {
    margin:-3px 8px;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: relative;
}

.btn-theme-colored {
    color: #fff;
    background-color: #F7C02D;
    border-color: #F7C02D;
}
.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 0px;
}
.btn:focus{
  box-shadow:none;
  border:none;
}

.menu-bar i {
    font-size:24px;
    color: #222;
}

.label-warning {
    background-color: #F7C02D;
}
.menu-bar {
    margin-left: 38px;
}
.font-12 {
    font-size: 12px;
}
.text-gray {
    color: #808080;
}

@media only screen and (min-width:1200px){
.navbar-nav .nav-item .nav-link {
    padding: 9px 10px!important;
}	
}


.navbar-nav .nav-item.active:after{
	background-color: #fff;
	width: 75%!important;
}
		
.navbar-nav .nav-item:hover:after, .nav-item.active:after {
    width: 75%;
}
.navbar-nav .nav-item:last-child:after{
    display: none;
}



.text-theme-colored {
    color: #FFAB00 !important;
}
.font-24 {
    font-size: 24px !important;
}

.font-20 {
    font-size: 20px !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-black-333 {
    color: #333333 !important;
}




/*--------
.nav-item:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
--------------*/


/*------------slider---section------------*/

.pt-60{
  padding-top:120px;
}



/* ---------------------------------- */

.fullwidthbanner-container {
    width: 100% !important;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 630px !important;
    overflow: hidden;
}

.slider-section{
  position: relative;
}

.admission-badge{
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 99;
  width: 100%;
  background: #F7C02D; 
  padding: 7px 0px;
  text-align: center;
}

.tp-banner {
	width: 100%;
	position: relative;
    padding: 0;
}

.tp-banner-container {
 width: 100%;
 overflow: hidden;
 position: relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.6);
}





/*----- ABOUT SECTION START -----*/

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}


.about-style-two .about-text {
    padding-left: 45px;
}

.about-style-two .about-img {
    margin-bottom: 30px;
}
.about-style-two .about-img img{
    position: relative;
    transition: 0.5s;
    box-shadow: 0 0.9375rem 1.875rem rgb(77 87 222 / 10%);
}

.about-style-two .about-text .section-title {
    margin-bottom: 30px;
}
.section-title {
    margin: auto;
}

.about-style-two .about-img img {
    border-radius: 20px;
    padding: 15px;
}

.about-style-two .about-text .section-title h2 {
    max-width: 500px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.num-process {
    margin-top: 30px;
}


.logo_school {
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 5px;
    max-width: 286px;
}

.logo_school p {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: arial;
    font-style: italic;
}
.logo_school{
    border: none;
    box-shadow: 0 0.9375rem 1.875rem rgb(77 87 222 / 10%);
    transition: 0.5s;
}



.num-process .icon span {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ffbe00;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}
/* ABOUT SECTION END */



/* WHATSAPP ICON */
.whatsapp-icon{
    position: fixed;
    bottom: 3rem;
    left: 50px;
    z-index: 2147483647;
}
.whatsapp-icon a img{
    width: 10%;
    height: 10%;
}



/* SCROLL UP BUTTON */
/* #scrollUp {
    background: #000;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 40px;
	display: inline-block;
    color: #ffffff;
	border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 48px;
    transition: all .4s;
    opacity: 0;
}

#scrollUp.active{
    pointer-events: auto;
    opacity: 1;
}

.navbar-scroll {
    position: fixed !important;
    right: 0;
	background: black;
    bottom: 0;
    z-index:999;
	transition:0.10s ease;
    color: #333;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

#scrollUp i {
    margin-top: 10px;
} */

.scrollTop-style{
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 1;
}
.scroll-top{
    width: 3rem;
    height: 3rem;
    background-color: black;
    display: inline-block;
    padding: 1rem 1.2rem;
    position: relative;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}






/* PROJECT SECTION START */
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title span {
    color: #1f1c0c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.section-title span::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: #1f1c0c;
    top: 0;
    left: -10px;
}


.project-section .project-btn p {
    margin-bottom: 0;
    line-height: 1;
}
.project-section .project-btn p a {
    font-weight: 500;
    color: #1f1c0c;
}

.gal-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gal-item .hover-info {
    position: absolute;
    background: rgba(51,51,51,0.9);
    z-index: 9;
    opacity: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gal-item .hover-info h6 {
    font-weight: 200;
    color: #fff;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 14px;
}

.gal-item .hover-info p {
    color: #fff;
    margin: 0px;
    font-size: 13px;
}

.gal-item .hover-info a {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 30px;
    opacity: 0.6;
}
.gal-item:hover .hover-info a {
    color: #fff;
    right: 20px;
}
.gal-item:hover .hover-info {
    opacity: 1;
}

.section-title p {
    max-width: 720px;
    color: #4a483e;
    margin: 0 auto;
}
.project-slider {
  margin:30px 0px;
}
.project-slider .slick-slide{
 margin:0px 5px;
}
.project-btn p a:hover{
    color: #F7C02D;
}
/* PROJECT SECTION END */






/*---SERVICE SECTION START-----*/

.service-style-three .service-card {
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 20px -5px rgb(146 184 255 / 90%);
    box-shadow: 0px 2px 20px -5px rgb(255 255 255);
    overflow:hidden;
    -webkit-transition: .5s;
    transition: .5s;
	position:relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.service-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:-1;
  height:100%;
  background:url(../img/services/services-1.jpg);
  background-position:center center;
  background-size:cover;
}

.road{
    background:url(../img/services/services-2.jpg);
    background-position:center center;
    background-size:cover;
}

.industrial{
    background:url(../img/services/services-3.jpg);
    background-position:center center;
    background-size:cover;
}

.construction{
    background:url(../img/services/services-4.jpg);
    background-position:center center;
    background-size:cover;
}
.structure{
    background:url(../img/services/services-5.jpg);
    background-position:center center;
    background-size:cover;
}
.water{
    background:url(../img/services/services-6.jpg);
    background-position:center center;
    background-size:cover;
}

.service-style-three .service-card:hover .service-content{
    background:rgba(0,0,0,0.4);
}

.service-content{
background-color: #f5f5f5;
 padding: 40px 25px 30px 25px;
 transition:all 1s ease;
}


.section-title {
    margin: auto;
    margin-bottom: 50px;
}

.service-style-three .service-card img {
    width: 45px;
    margin-bottom:19px;
    z-index: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    line-height:1;
}
.service-style-three .service-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}


.service-style-three .service-card:hover .service-content img{
  filter: invert(1);
}
.service-style-three .service-card:hover .service-content h3{
   color:#fff;
}
.service-style-three .service-card:hover .service-content p{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a:before{
   background-color:#fff;
}
.service-style-three .service-card p {
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-style-three .service-card .service-btn {
    color: #1f1c0c;
    position: relative;
}
.service-style-three .service-card .service-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -5px;
    background: #1f1c0c;
}

.service-style-three .service-card img:after {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: -25px;
    top: -15px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}
/* SERVICE SECTION END */










/*----MORE FACILITIES SECTION START------*/

.facilities-section .facilities-img {
    background-image: url(../img/more-bg1.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    transition: 1s;
}
.facilities-section .facilities-img:hover{
    transform: scale(1.02); 
}

.facilities-section {
  background-image: url(../img/more-bg2.jpg);
    background-position: center center;
    background-size: cover;
	overflow:hidden;
    position: relative;
    z-index: 0;
}

.facilities-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.facilities-section .facililties-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.facilities-section .facililties-text ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    margin-bottom: 5px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.facilities-section .facililties-text ul li::before {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
}

.facilities-section .facililties-text .theme-btn {
    margin-top: 25px;
}
.theme-btn {
    display: inline-block;
}

.facilities-section .facililties-text .section-title {
    margin-bottom: 25px!important;
}

.theme-btn .default-btn {
    font-weight: 500;
    z-index: 0;
    position: relative;
    padding: 15px 25px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
}

.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span {
    padding-left: 10px;
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span::before {
    left: 0;
    background: #ffffff;
}
.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}

/* MORE FACILITIES SECTION END */







/* PRODUCTS SECTION START */
.product-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
    height:100%;
    background:url(../img/products/product-bg1.jpg);
    background-position:center center;
    background-size:cover;
  }
  
  .road1{
      background:url(../img/products/product-bg2.jpg);
      background-position:center center;
      background-size:cover;
  }
  
  .industrial1{
      background:url(../img/products/product-bg3.jpg);
      background-position:center center;
      background-size:cover;
  }
  
  .construction1{
      background:url(../img/products/product-bg4.jpg);
      background-position:center center;
      background-size:cover;
  }
  .structure1{
      background:url(../img/products/product-bg5.jpg);
      background-position:center center;
      background-size:cover;
  }
  .water1{
      background:url(../img/products/product-bg6.jpg);
      background-position:center center;
      background-size:cover;
  }
/* PRODUCTS SECTION END */






/* TEAM SECTION START */
#team{
    width: 100%;
    padding: 5rem 0 0 0 !important;
    margin: 0 !important;
}
.team-member .even{
    background-color: rgb(35, 34, 34);
}
.team-member .team-member-img img,
.team-member .team-member-img .social-icons{
    transition: all 0.4s ease;
}
.team-member .team-member-img{
    position: relative;
    overflow: hidden;
}
.team-member .team-member-img .social-icons{
    width: 100%;
    height: 60px;
    background-color: #F7C02D;
    position: absolute;
    bottom: -60px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-member:hover .team-member-img .social-icons{
    bottom: 0;
}
.team-member:hover img{
    transform: translateY(-60px);
}
.team-member .social-icons span{
    display: none;
}
.team-member .social-icons a:hover span{
    display: inline-block !important;
}
.team-member .team-member-img .social-icons a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.team-member .team-member-img .social-icons a:hover{
    color: #F7C02D;
    background-color: #fff;
}
.team-content{
    background-color: black;
    height: 240px;
}
.team-member .hline{
    width: 70px;
    height: 2px;
    margin: 16px auto;
    background-color: rgba(255, 255, 255, 0.404);
}
.team-more{
    color: #000;
    font-weight: 500;
}
.team-more p a:hover{
    color: #F7C02D;
}
/* TEAM SECTION END */







/* FOOTER SECTION START */
.footer-area {
    background-color: #333;
}
.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area .footer-widget .footer-logo {
    margin-bottom: 10px;
}

.footer-area .footer-widget .newsletter-area h3 {
    font-size: 18px;
    color: #F7C02D;
    margin-bottom: 20px;
}

.footer-area .footer-widget h3 {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-area .footer-widget p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}
.footer-area .footer-widget .newsletter-area .newsletter-form {
    position: relative;
}
.footer-area .footer-widget .newsletter-area {
    margin-bottom: 22px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form input {
    background: #ffffff;
    border-radius: 0;
    height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #F7C02D;
    color: #1f1c0c;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
	border:none;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
    font-weight: 600;
}

.footer-area .footer-widget .footer-social a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #2a2818;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-area .footer-widget .footer-social a i:hover{
    color: #F7C02D;
    transform: scale(1.2);
}

.footer-area .footer-widget ul li a {
    color: #ffffff;
}
.footer-area .footer-services ul li a:hover{
    color: #F7C02D;
}

.footer-area .footer-widget ul li {
    list-style: none;
    margin-bottom: 8px;
    color: #ffffff;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: #F7C02D;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-area .footer-bottom {
    border-top: 1px solid #6d6b61;
    padding: 20px 0;
    margin-top: 70px;
}

.footer-area .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-area .footer-bottom ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.footer-area .footer-bottom ul li a {
    color: #ffffff;
}

.footer-area .footer-bottom .copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
}

.footer-area .footer-bottom .copyright-text {
    text-align: right;
}

.footer-area .footer-bottom .copyright-text p a {
    color: #F7C02D;
    font-weight: 500;
}

.footer-area .footer-widget ul li a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #2a2818;
    font-size: 15px;
    margin-right: 5px;
    transition: .5s;
}
.footer-area .footer-widget ul li a i:hover{
    color: #F7C02D;
    transform: scale(1.2);
}
.footer-area .footer-widget ul li a span{
    margin-left: 2.6rem;
}
/* FOOTER SECTION END */














/*----page--style-----*/
.sub-bnr {
    background-image: url(../img/products/products-bg-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
	position: relative;
    text-align: center;
}
.sub-bnr .banner-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.433);
    position: absolute;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub-bnr h4 {
    color: #fff;
    font-size: 40px;
	font-weight:600;
    font-weight: normal;
    text-transform: uppercase;
    margin-top:0px;
}

.sub-bnr hr {
    margin: 20px auto;
}

hr.main {
    width: 50px;
    height: 2px;
    border: none;
    background: #F7C02D;
}

.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
    padding: 0px;
}

.sub-bnr .breadcrumb li {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.sub-bnr .go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
	z-index:2;
    right: 0px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.contact-section .contact-card {
    text-align: center;
    padding: 41.5px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .contact-card:hover{
    background-color: #F7C02D;
}

.contact-section .contact-card i {
    color: #F7C02D;
    background: #1f1c0c;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-card:hover i{
    color: white;
}
.contact-section .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-section .contact-card ul li {
    list-style: none;
    color: #1f1c0c;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
    color: #1f1c0c;
}

.contact-section .contact-area {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
}
.contact-section .contact-area h3 {
    margin-bottom: 20px;
}
.contact-section .contact-area .form-group .message-field {
    border: 1px solid #bebebe;
    background: #f9efef;
    border-radius: 30px;
    padding: 15px 20px;
    width: 100%;
}
.contact-section .contact-area .default-btn {
    background: #F7C02D;
    color: #1f1c0c;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #1f1c0c;
}
.contact-section .contact-area .form-group .form-control {
    border: 1px solid #bebebe;
    border-radius: 30px;
    padding: 5px 20px;
    background: #f9efef;
    height: 50px;
}

textarea {
    resize: vertical;
}



/* PRODUCTS SECTION */
.card{
    height: 40rem;
    width: 24rem;
    color: #fff;
    border: none;
    position: relative;
    box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
}
.card .image-container{
    width: 100%;
    height: 300px !important;
}
.card img{
    width: 100%;
    height: 100%;
}
.card-footer{
    height: 18rem;
    padding: 2rem 2rem 3.5rem 2rem;
    transition: all 0.3s ease;
    background-color: #fff !important;
}
.card-footer h3{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.card-footer p{
    font-size: 1rem;
    line-height: 25px;
    font-family: sans-serif;
}
.card .card-footer{
    color: black;
}


/* PRODUCT BANNER */
#banner{
    width: 100%;
    height: 40rem;
    background: url(../img/products/banner-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .banner-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: relative;
    overflow: hidden;
}
#banner .banner-content{
    /* background-color: lightgray; */
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
}
#banner .website a{
    text-transform: uppercase;
    color: white;
}
#banner .website a:hover{
    color: white;
}
#banner .banner-text h1{
    font-weight: 600;
    line-height: 2.5rem;
    color: #F7C02D;
}
#banner .banner-text p{
    text-transform: uppercase;
    color: white;
}
#banner .qualities{
    position: absolute;
    bottom: 0;
    left: 17%;
}
#banner .affordable{
    display: inline-block;
}
#banner .affordable img{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
#banner .affordable p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner .quality{
    display: inline-block;
    margin-left: 2rem;
}
#banner .quality img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner .quality p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner .emmergency{
    display: inline-block;
    margin-left: 2rem;
}
#banner .emmergency img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner .emmergency p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner .engineer{
    display: inline-block;
    margin-left: 2rem;
}
#banner .engineer img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner .engineer p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner .banner-circle{
    width: 50rem;
    height: 50rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    right: -10rem;
    top: -20rem;
    border-radius: 100%;
}
#banner .banner-circle1{
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    border-radius: 100%;
}
#banner1{
    width: 100%;
    height: 40rem;
    background: url(../img/products/banner-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#banner1 .banner1-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    position: relative;
    overflow: hidden;
}
#banner1 .banner-content{
    /* background-color: lightgray; */
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
}
#banner1 .website a{
    text-transform: uppercase;
    color: white;
}
#banner1 .website a:hover{
    color: white;
}
#banner1 .banner-text h1{
    font-weight: 600;
    line-height: 2.5rem;
    color: #F7C02D;
}
#banner1 .banner-text p{
    text-transform: uppercase;
    color: white;
}
#banner1 .qualities{
    position: absolute;
    bottom: 0;
    left: 17%;
}
#banner1 .affordable{
    display: inline-block;
}
#banner1 .affordable img{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
#banner1 .affordable p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner1 .quality{
    display: inline-block;
    margin-left: 2rem;
}
#banner1 .quality img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner1 .quality p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner1 .emmergency{
    display: inline-block;
    margin-left: 2rem;
}
#banner1 .emmergency img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner1 .emmergency p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner1 .engineer{
    display: inline-block;
    margin-left: 2rem;
}
#banner1 .engineer img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner1 .engineer p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner1 .banner-circle{
    width: 50rem;
    height: 50rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    right: -10rem;
    top: -20rem;
    border-radius: 100%;
}
#banner1 .banner-circle1{
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    border-radius: 100%;
}
#banner2{
    width: 100%;
    height: 40rem;
    background: url(../img/products/banner-bg3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
#banner2 .banner2-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    position: relative;
    overflow: hidden;
}
#banner2 .banner-content{
    /* background-color: lightgray; */
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
}
#banner2 .website a{
    text-transform: uppercase;
    color: white;
}
#banner2 .website a:hover{
    color: white;
}
#banner2 .banner-text h1{
    font-weight: 600;
    line-height: 2.5rem;
    color: #F7C02D;
}
#banner2 .banner-text p{
    text-transform: uppercase;
    color: white;
}
#banner2 .qualities{
    position: absolute;
    bottom: 0;
    left: 17%;
}
#banner2 .affordable{
    display: inline-block;
}
#banner2 .affordable img{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
#banner2 .affordable p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner2 .quality{
    display: inline-block;
    margin-left: 2rem;
}
#banner2 .quality img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner2 .quality p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner2 .emmergency{
    display: inline-block;
    margin-left: 2rem;
}
#banner2 .emmergency img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner2 .emmergency p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner2 .engineer{
    display: inline-block;
    margin-left: 2rem;
}
#banner2 .engineer img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner2 .engineer p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner2 .banner-circle{
    width: 50rem;
    height: 50rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    right: -10rem;
    top: -20rem;
    border-radius: 100%;
}
#banner2 .banner-circle1{
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    border-radius: 100%;
}
#banner3{
    width: 100%;
    height: 40rem;
    background: url(../img/products/banner-bg4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
#banner3 .banner3-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    position: relative;
    overflow: hidden;
}
#banner3 .banner-content{
    /* background-color: lightgray; */
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
}
#banner3 .website a{
    text-transform: uppercase;
    color: white;
}
#banner3 .website a:hover{
    color: white;
}
#banner3 .banner-text h1{
    font-weight: 600;
    line-height: 2.5rem;
    color: #F7C02D;
}
#banner3 .banner-text p{
    text-transform: uppercase;
    color: white;
}
#banner3 .qualities{
    position: absolute;
    bottom: 0;
    left: 17%;
}
#banner3 .affordable{
    display: inline-block;
}
#banner3 .affordable img{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
#banner3 .affordable p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner3 .quality{
    display: inline-block;
    margin-left: 2rem;
}
#banner3 .quality img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner3 .quality p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner3 .emmergency{
    display: inline-block;
    margin-left: 2rem;
}
#banner3 .emmergency img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner3 .emmergency p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner3 .engineer{
    display: inline-block;
    margin-left: 2rem;
}
#banner3 .engineer img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner3 .engineer p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner3 .banner-circle{
    width: 50rem;
    height: 50rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    right: -10rem;
    top: -20rem;
    border-radius: 100%;
}
#banner3 .banner-circle1{
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    border-radius: 100%;
}
#banner4{
    width: 100%;
    height: 40rem;
    background: url(../img/products/banner-bg5.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
#banner4 .banner4-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    position: relative;
    overflow: hidden;
}
#banner4 .banner-content{
    /* background-color: lightgray; */
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
}
#banner4 .website a{
    text-transform: uppercase;
    color: white;
}
#banner4 .website a:hover{
    color: white;
}
#banner4 .banner-text h1{
    font-weight: 600;
    line-height: 2.5rem;
    color: #F7C02D;
}
#banner4 .banner-text p{
    text-transform: uppercase;
    color: white;
}
#banner4 .qualities{
    position: absolute;
    bottom: 0;
    left: 17%;
}
#banner4 .affordable{
    display: inline-block;
}
#banner4 .affordable img{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
#banner4 .affordable p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner4 .quality{
    display: inline-block;
    margin-left: 2rem;
}
#banner4 .quality img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner4 .quality p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner4 .emmergency{
    display: inline-block;
    margin-left: 2rem;
}
#banner4 .emmergency img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner4 .emmergency p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner4 .engineer{
    display: inline-block;
    margin-left: 2rem;
}
#banner4 .engineer img{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
}
#banner4 .engineer p{
    display: inline-block;
    margin-left: 10px;
    color: white;
}
#banner4 .banner-circle{
    width: 50rem;
    height: 50rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    right: -10rem;
    top: -20rem;
    border-radius: 100%;
}
#banner4 .banner-circle1{
    width: 20rem;
    height: 20rem;
    background-color: rgba(255, 255, 255, 0.124);
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    border-radius: 100%;
}
