
:root {
    --primary: #cc8c18;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #131212;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    width: 100%;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
 
    
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--dark);
}
.topbar-right span{
    color:#cc8c18;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
   
}
.logo-link{
    padding: 10px ;
}

.logo{
    width: 100%;
    height: 90px;

}


.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(13 13 13) 0%, rgba(2, 36, 91, 0) 100%);
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
   
}
.carousel-item img{
    height: 105vh;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background:linear-gradient(to left, rgb(5, 5, 5) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-1.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
  
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
    border-radius: 30px;
}




/*** Service ***/

.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
    height: 350px;
}

.service-wrap p{
      position: relative;
}

#first-service:hover {
    background-image: url('../img/why-choose-us.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
#second-service:hover {
    background-image: url('../img/services/meter-installation.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
#third-service:hover {
    background-image: url('../img/services/GRID.jpeg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
#fourth-service:hover {
    background-image: url('../img/services/DISTRIBUTION.jpeg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
#fivth-service:hover {
    background-image: url('../img/services/panel-installation.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
#six-service:hover {
    background-image: url('../img/services/Over-Head.jpeg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap:hover:before {
    background: rgb(2,0,36);
background: linear-gradient(to left , rgba(2,0,36,1) 0%, rgba(2,0,36,0.48511904761904767) 30%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
    
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}

/*** Project ***/




.project-carousel .owl-nav {
   display: none;
}

.meta h5 {
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:400;
	line-height:20px;
    margin-top: 20px;
}

.meta p {
	font-size:13px;
	font-weight:500;
    margin-bottom: 20px;

}

p.label {
	width:100%;
	text-align:center;
	color:#80919b;
	font-size:13px;
	line-height:20px;
    
}


.projectList {
	width:100%;
}




.projectList  .projectWrap {
	width:100%;
margin-bottom: 50px ;
	padding:100% 0 0 0;
	position:relative;

}

.projectList  .projectWrap .inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	overflow:hidden;
}

.projectList .projectWrap .inner .project {
	width:100%;
	height:100%;
	float:left;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 4px 1px rgba(56,72,84,0.1);
	padding:10px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	
	transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.projectList  .projectWrap .inner .project .innerWrap {
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	border-radius:1px;

}

.projectList .projectWrap .inner .project .innerWrap .image {
	width:100%;
	height:100%;
	float:left;
	position:relative;
	border-radius:1px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	
	
	transition:transform 0.3s ease;
}

.projectList  .projectWrap .inner .project .innerWrap .image:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	border-radius:1px;
	top:0;
	left:0;
	z-index:1;
	background:rgba(56,72,84,0.5);
	opacity:0;
	
	transition:opacity 0.3s ease;
}

.projectList .projectWrap .inner .project .innerWrap .metaWrap {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding:0 10px 10px;
	transform:translate3d(0px,20px,0px);
	opacity:0;
	
	transition:transform 0.3s ease, opacity 0.3s ease;
}

.projectList .projectWrap .inner .project .innerWrap .meta {
	width:100%;
	height:100%;
	background:rgba(255,255,255,1.0);
	
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.projectList  .projectWrap .inner .project:hover {
	transform:translate3d(0px,-5px,0px);
	box-shadow:0px 5px 8px 3px rgba(56,72,84,0.2);
}

.projectList  .projectWrap .inner .project:hover .image {
	transform:scale(1);
}

.projectList .projectWrap .inner .project:hover .image:before {
	opacity:1;
}

.projectList  .projectWrap .inner .project:hover .metaWrap {
	transform:translate3d(0px,0px,0px);
	opacity:1;
}

.projectList .projectWrap .inner .project:hover .meta h5 {
	transform:scale(1);
}

/*** Team ***/

.team-carousel .owl-item{
    /* width: 2000px !important; */
}
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  }
  
  .team-item img {
    transition: .5s;
  }
  
  .team-item:hover img {
    transform: scale(1.1);
  }
  @media (max-width: 370px) {
    .director-img{
        width: 100% !important;
    }
    
  }
  
  
  .team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
  }
  
  .team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
  }
  
  

/*** Testimonial ***/






.client-carousel .owl-nav {
   display: none;
}



.client-carousel .owl-nav .owl-prev,
.client-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}



.owl-carousel .owl-item img{
    width:170px;
}
.owl-carousel .owl-stage{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 12px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .fa{
    color: var(--primary);
}
.footer a img{
    width: 150px;
}
.iso-logo{
    width: 100px;
}
/* @media (max-width:769px) {
    .footer a img{
        width: 150px;
    }
    
} */
/* about page */


  
  .about-us .left p{
  color: var(--primary);
  font-weight: 600;
  
  }
  .about-us .left h4{
  font-weight: 700;
  font-size:3rem;
  font-family: Montserrat, sans-serif;
  
  
  
  }
  
  .about-us .right h5{
    font-size: 1.5rem;
    padding-bottom: 20px;
    line-height:34.5px;
  
  }
  
  .about-number-detials{
    margin: 120px 0;
  }
  
  .about-number-detials .left h4{
    font-size: 2rem;
    line-height:40.5px;
    color: var(--bg-darker);
  
  }
  
  .aboutUs-content{
    font-size: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 30px;
  }
  .why-us{
    display: flex;

  }
  @media (max-width: 1024px){
   .about-video{
display: none;
   }
   
  }
  @media (max-width: 768px){
    .about-video{
        display: block;
       }
       .why-us{
        flex-direction: column-reverse;
       }
   
  }
  .why-us p:nth-child(odd){
    color: var(--primary);
  font-weight: 600;
  }
  



.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}