@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# body and other
--------------------------------------------------------------*/
body {margin: 0;
    padding: 0;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 400;
    background: #FFF;
    font-family: "Poppins", sans-serif!important;
    position: relative;}
	
.canvas { }

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/

.float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 72px;
    right: 16px;
    background-color: #25D363;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #fff;
    z-index: 100;
}

.float a {color:white!important; transition: 0.3s;}
.float a:hover{color:white; transform: translateY(-5px); }



.my-float{
	margin-top:16px;
}

/*.my-float:hover {color:white!important;}
.my-float:active {color:white!important;}*/


.callbtn {font-size: 24px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border: none !important;
    padding: 10px 26px;
    background-color: #00afef!important;
    color: white;
    float: right;
    border-radius: 10px; }


.title-3 {font-size: 3rem;  
    padding: 30px 40px;}

.title-4 {
    font-size: 2.5rem;
    padding: 10px 40px;
}

.bnrTlt {font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;}

.pageTitle{
	padding: 15px 10px;
}

 h2.mainTlt {font-size: 4rem !important;
    text-align: center;
    text-transform: capitalize;}

h2.mainTlt span {
	color: #107fc2;
}

h2.mainTlt:before {content: "Welcome to";
    position: absolute;
    left: 27%;
    font-size: 19px;
    color: #777;
    }

.paraTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.paraTlt span {color: #107fc2;}


.quoteTlt {
    font-size: 29px;
    text-align: center;}

hr.line1 {width: 62%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;
}

hr.line2{ width: 12%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;}

hr.line3{ width: 28%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #ffffff;
margin-bottom: 31px;}
    
hr.line4{ width: 20%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;}

hr.line5{ width: 7%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;}

hr.line6{ 
	width: 27%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;
}

hr.line7{ 
  width: 14%;
    text-align: center;
    margin-top: 2.5vh;    
    border-top: 3px solid #107fc2;
margin-bottom: 31px;
}

.text-1{font-size: 18px; font-weight: bold;}

.text-2 {font-size: 16px; font-weight: 800px;}

.text-3 {font-size: 23px;
    font-weight: 600;
    padding: 15px 5px;
	color: #107fc2;
     }

.text-4 {font-size: 16px;
    color: #0000008a;}


clearfix {
    width: 100%;
    height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.lineabt {width: 12%;
    text-align: center;
    margin-top: 3vh;    
    border-top: 4px solid #107fc2;}
	
.lineHr {width: 12%;
    text-align: left;
    margin-top: 3vh;
    border-top: 4px solid #107fc2;
    float: left;}



.intro-head  {
	font-size: 35px;
    text-align: center;   
    text-transform: capitalize;
    padding: 15px 0px;
}
.intro-head span {
	color: #107fc2;
}

/*.intro-head:after{
	content: "";
    position: absolute;
    left: 50%;
    top: 23.5%;
    transform: translate(-50%, -50%);
    width: 289px;
    height: 45px;
    background: url(../images/other-images/seprator.png) no-repeat;
 }
 */

.intro-head h3 {
	font-size: 28px;    
    color: #252936;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.intro-head h3 span {
	color: #107fc2;
}

.talk {font-size: 3.0rem; float: left;}

.box1 {padding: 15px 12px;}

.box2 {padding: 15px 12px;}


	/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #272727;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #272727;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #525252;
    padding: 10px 40px;
    font-size: 14px;
}

#topbar .contact-info {
 color: #fff;
    float: left;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #e96b56;
}

#topbar .contact-info i {
  color: #ffffff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}


#topbar .social-links {text-align:right;}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #107fc2;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
/* Contact1 */

.map1-cont {
  position: relative;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: translate(0%, 10%);
}

.cards-content{
position: relative;
z-index: 5;
transform: translate(-70px -80px);
margin-bottom: 9rem;
padding-bottom: 5rem;
margin: 0 40px;
padding-left: 40px;
padding-right: 40px;



}
.card {

  padding-top: 1rem;
  text-align: center;
}
.card-icon {
  font-size: 40px;
  color: #e76216; /* You can change this color */
  margin-bottom: 10px;
}
.card-title{
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  padding-bottom: 10px;
}
.form-group{
  padding-top: 1rem;
}
.card-text{
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 2.5rem;
  font-size: 1.4rem;


}
.map-2{
  padding-left: 60px;
padding-right: 60px;
padding-top: 4rem;
}
.new-address{
padding-bottom: 4rem;
margin-bottom: 4rem;
text-align: center;
justify-content: center;

}


.msg-button button {
  background: linear-gradient(45deg, #FF5733, #C70039);
  color: #fff; 
  padding: 12px 25px; 
  border: none;
  border-radius: 25px; 
  font-size: 16px; 
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); 
}

.msg-button button:hover {
  background: linear-gradient(45deg, #E63946, #A8232D);
  transform: translateY(-3px); 
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3); 
}

.msg-button button:active {
  transform: translateY(1px); 
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); 
}









	
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header { 
  height: auto;
  transition: all 0.5s;
  z-index: 997; 
  padding: 10px 40px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

#header .logo-wrap{}

#header .logo h1 {
  
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
      max-width: 100%;
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 3px 0px;
    padding: 0px;
    list-style: none;
    
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #545454;
  padding: 15px 12px;
  transition: 0.3s;
  font-size: 15px;
  font-weight:500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #107fc2;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #107fc2;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #e96b56;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #545454;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e96b56;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(59, 59, 59, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 35px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
  text-align:center;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 25px 5px;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {/*padding: 2% 0% 5%;*/ padding: 30px 30px 88px;}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #107fc2;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box span:after {
  content: " +";  
  color: #07a7aa;
    font-weight: bold;
    margin-left: -11px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
 
  font-size: 22px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
 
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}


/*--------------------------------------------------------------
# Our expertise
--------------------------------------------------------------*/

 .project-section {
    position: relative;
    padding: 80px 0px 50px;
}
.cardH {padding: 32px 40px 10px;
    position: relative;}

.project-section .filters {
    position: relative;
    text-align: center;
}


.project-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
    border-top: 3px solid #f2f2f2;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.project-section .filters .filter-tabs .filter.active, .project-section .filters .filter-tabs .filter:hover {
    color: #f55b14;
}

.project-section .filters .filter-tabs .filter {
    position: relative;
    color: #020e28;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    margin-right: 35px;
    padding: 20px 0px 18px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Rubik', sans-serif;
}

.project-section .filters .filter-tabs .filter:after {
    position: absolute;
    content: '';
    left: 0px;
    top: -3px;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #f55b14;
}

/* our expertise new */

/*--------------------------------------------------------------
# New-Responsive Slider
--------------------------------------------------------------*/
        
.slider-section {
  position: relative;
}
.slider-section .container-fluid {
  margin: 0;
  padding: 0;
}
#my-carousel .carousel-inner .carousel-item img {
  height: auto;
  width: 100%;
}
#my-carousel .carousel-inner .carousel-item {
  box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
#my-carousel .carousel-item .carousel-caption {
  position: absolute;
    width: 50%;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#my-carousel .carousel-item .carousel-caption h2 {
  font-size: 15px;
    padding: 15px 10px 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    border-radius: 20px;
    color: #eeeeee;
    /*background: linear-gradient(70deg,#00000060,#34343490);*/ 
    background: linear-gradient(70deg,#00000078,#343434);;
    line-height: 4rem;
}
#my-carousel .carousel-item .carousel-caption h2 span {
  font-size: 35px;
  display: block;
}





#my-carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #323e00;
}
#my-carousel .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}







/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 87vh;
  background-color: #D7CDC1;
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 87vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}

.carousel-indicators {margin-right: 20% !important;
    margin-left: 20%!important;}

#hero .carousel-item::before {
  content: '';  
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  padding: 22px 18px;
    text-align: center;
    background-color: #00000063;
    border-radius: 18px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 700;
}

#hero h2 span {
  /*color: #1380c1;*/
  color: #fff;
}

#hero p {  
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;  
  font-size:18px;
  color:#ffff;
  padding:30px 20px;
  /*background-color: #9c9c9cb3;*/
  border-radius:10px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #17a2b8;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 80px;
  opacity: .2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {  
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1380c1;
  background: #1380c1;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 0px;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-item {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# GET A QUOTE
--------------------------------------------------------------*/
.quote-section {
	padding: 2px 0px;
    background: linear-gradient(to bottom right, #107fc2, #07a8a9);
}

.qcWrap {padding: 10px 40px;}

.indTlt {font-size: 27px; text-align: center; color: #ffffff; padding: 22px 0px;}


.quote-head-1 {
	font-size: 28px;
    padding: 20px 0px 10px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.quote-head-2 {
	font-size: 20px;
    padding: 10px 0px 10px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.quote-button {
	text-align: center;
}
.quote-button .quote-button-1 {
	padding: 10px 0px 20px 30px;
	float: left;
	position: relative;
}
.quote-button .quote-button-1 .quote-btn-1 {
	padding: 10px 20px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #454545;
    background: #272727;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}

.quote-button .quote-button-2 {
	padding: 10px 20px 20px 0px;
	float: left;
	position: relative;
	margin-left: 5%;
}
.quote-button .quote-button-2 .quote-btn-2 {
	padding: 10px 20px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #252936;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}


/*============================ intro section css =========================*/
				 
.intro-section {
	padding: 48px 0px 22px;}


/* .intro-head {
	padding: 0px 0px 8px;
}*/

.net-head {padding:0px 0px 8px; color:white;}

.net-head h2 {
	font-size: 35px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.net-head h2 span {
	color: white;
}


.intro-info {
	padding: 15px;
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.intro-title {padding:0px 40px;}

.abtWrap {padding:0px 40px 60px;}

.intro-video {padding-top: 40px;}



.intro-service {font-size: 18px;
    padding: 34px 20px 20px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.intro-service .list {
	margin: 0;
    padding: 10px 20px 30px;
	list-style-type: none;
}
.intro-service .list li {
	font-size: 20px;
    padding: 10px 5px;
	color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}
.intro-service .list li:before {
	content: '\f1e6';
	font-family: fontAwesome; 
	font-size: 18px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    color: #f47629;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.intro-service .intro-button {
}
.intro-service .intro-button .intro-btn {
}
.intro-service .intro-button .intro-btn span {
}





/*============================ service-form section css =========================*/

 .box {
	padding:7px;
    
}
 .box .inputBox {
	position: relative;    
    float: left;
	margin-right: 5px;
    border: 1px solid white;
    border-radius: 5px;
}
.box .inputBox input {
	width: 100%;
    padding: 10px 16px;
    font-size: 16px;
    color: #252936;
    border: none;
    outline: none;
    letter-spacing: 1px;
    background: white;
    border: 1px solid #fff;
}
.box .inputBox label {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: #252936;
    pointer-events: none;
    transition: .5s;
	margin: 0;
}
.box .inputBox input:focus ~ label, .box .inputBox input:valid ~ label {
	/*top: -20px;*/
    left: 10px;
    color: transparent;
    font-size: 12px;
	
}
.box input[type="submit"] {
	background: transparant;
	border: none;
	color: #fff;
	background: #03a9f4;
	padding: 8px 20px;
	cursor: pointer;
	border-radius: 5px;
}
.box .form-btn {
	padding: 8px;
    /* line-height: 30px; */
    font-size: 20px;
    width: 12%;
    position: relative;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #f47629; 
    background: #f47629;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}


/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
  padding: 53px 5px 80px;
      background: linear-gradient(to bottom right, #107fc2, #07a8a9);
}

.title-1 {text-align: center;
    padding: 10px 0px;}
	
.fealine1 {width:12%; text-align:center; margin-top:1px; padding-bottom: 12px;
    border-top: 4px solid #ffffff;}


.line1::after { 
    content: "";  
border-color: #fb0400; 
position: absolute;	
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box .ht-text {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 0px;
}

.featured .icon-box:hover {
  background: #e96b56;
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}
.screw-box {padding:10px; height:500px; position:relative; display:flex;}

.screw-data {position:relative; background-color: red; width:100%; height:450px; top:50%; left:50%; transform: translate(-50%, -50%); display:flex;}

.content {width:calc(50% - 50px); height:100%; background-color:red; box-sizing:border-box;}

.image-box {
	width:calc(50% + 50px); 
height:100%; 
box-sizing:border-box; 
border-left:100px solid #ff0000fc; 
border-bottom: 450px solid transparent;
background: url(../images/data-voice.jpg);
background-position:-94px -50px;
}


/*============================ Project Section css =========================*/
				 
.project-section {
	padding: 61px 0px 80px;
	background-color: #f8f8f8;
background-image: url("https://www.transparenttextures.com/patterns/connected.png");
}

.expline1{width:12%; text-align:center; margin-top:1px; padding-bottom: 12px;
    border-top: 2px solid #107fc2;}
	
.project-head {
	padding: 0px 0px 30px;
}
.project-head h2 {
	font-size: 35px;
    text-align: center;
    color: #252936;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.project-head h2 span {
	color: #f47629;
}

.project-1 {
	padding: 0;
	position: relative;
}
.project-2 {
	padding: 0;
	position: relative;
}
.project-3 {
	padding: 0;
	position: relative;
}
.project-4 {
	padding: 0;
	position: relative;
}
.project-box {
	position: relative;
}

.skew-wrap {
	transform: skew(10deg, 0);
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.3s ease 0.05s;
}
.skew-wrap:before {
    content: "";
    z-index: 100;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    pointer-events: none;
}
.skew-wrap:hover:before {
    left: 100%;
    -webkit-transition: 0.5s ease-in-out;
}
.skew-wrap img {
}

.project-data {
	position: absolute;
    transform: translate(-50%, -50%) skew(-16deg, 0);
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10;
    background-color: #0000005e;
    border-radius: 5px;
    padding: 30px;
}
.project-data .project-title {
	font-size: 22px;
    padding: 0px 0px 20px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.project-data .project-button {
	padding: 0px 0px 0px;
	position: relative;
}
.project-data .project-button .project-btn {
	padding: 10px 10px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #107fc2;
    background: linear-gradient(to bottom right, #107fc2, #07a8a9);
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

.services {
	
    background-image: url(../images/bg-services-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .opacity {
    padding: 60px 0px 60px;
    /*background: rgba(0, 0, 0, 0.51);*/
	background: rgb(0 0 0 / 70%);	
    color: #FFF;
}


.section-title {text-align: center;
    padding: 28px 0px 40px;}


.dataWrap {padding: 23px 40px 10px;}


.services .icon-box {
  text-align: center;
    border: 7px double #ededed;    
	padding: 40px 30px;	
    transition: all ease-in-out 0.3s;
	background-color: #ffffff4f;
    border-radius: 5px;
	/*padding: 80px 20px 40px;*/
    /*background-color: #ffffff4d;*/
	/*background-color: #ffffff17;
     background: linear-gradient(to bottom right, #107fc2, #07a8a9); */
	 
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #107fc2;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  /*font-weight: 700;*/
    margin-bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 4rem;
    text-align: justify;
}

.services .icon-box h4 a {
  color: #ffffff;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: linear-gradient(to bottom right, #107fc2, #07a8a9);
  border-color: #07a8a9;
}

.services .icon-box:hover .icon {
  background: #000000;
}

.services .icon-box:hover .icon i {
  color: #ffffff;
}

.services .icon-box:hover .icon::before {
  background: #ffffff;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
  text-decoration:none;
}

/*--------------------------------------------------------------
# Services - Neww
--------------------------------------------------------------*/

.banner-section {
    background-image: url("../images/other-images/pagebg-htlt.jpg");
    /* min-height: 200px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section .opacity {
    padding: 450px 0px 70px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.banner-abt-inst {    
    background-image: url("../images/other-images/about-us.png");
    /* min-height: 200px; */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner-abt-inst .opacity {
   padding: 123px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/


.abtTlt {padding: 15px 0px;}

.abtTltext {font-size: 4rem !important;
    text-align: center;
    text-transform: capitalize;
    padding-top: 15px;}

.abtTltext span { color: #107fc2;}

.abtTltext:before {
	content: "Akansha Electrical";
    position: absolute;
    left: 27%;
    font-size: 19px;
    color: #777;
    top: 17.5%;	
}


.about-head {width: 54%;
    background-color: #107fc2;
    padding: 18px 0px;
    text-align: center;}

.about-head h2 {
    font-size: 35px;    
    margin: 0;    
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.title-3:before {
	content: "";
    position: absolute;
    left: 2%;
    border-left: 10px double #07a8a9;
    height: 40px;
	
}
.about-head h2 span {
    color: #f7b81f;
}

.prin-main {background-image: url(../images/other-images/aboutus.png);
    background-size: cover;
    /*padding: 16px 0px 71px;*/
    background-position: center;
    background-attachment: fixed;
    background-color: #fbfbfb;}
	
.prin-main .opacity {
	padding: 22px 0px 71px;
    background: rgb(0 0 0 / 61%);
    color: #FFF;
	}
	
.prindata {padding: 50px 40px;}

.ptitle {font-size: 1.75rem;
    border: 8px #ffffff double;
    padding: 15px;
    text-align: justify;}

/*.ptitle:before {content: "";
    position: absolute;
    left: 50%;
    top: 23.5%;
    transform: translate(-50%, -50%);
    width: 289px;
    height: 45px;
    background: url(../images/other-images/icon.png) no-repeat;}
*/

.vmqMain {padding: 92px 0px;
    background-color: #07a8a9;}

.vmqData { padding: 0px 40px;}


/* ---------- VMQ CSS ----------- */

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {padding: 92px 0px;
    background-color: #07a8a9;}

.team .member {
  text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 0px 0px 30px;
    background: #fff;
}

.team .member img {
  max-width: 100%;
    /* border-radius: 50%; */
    margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding: 10px 20px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #e96b56;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
} 



/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.carousel-container {padding: 60px 40px 10px;}

.clients {padding: 50px 0px;}

.line2 {font-size: 20px;}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #e96b56 !important;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {padding: 27px 40px 10px;}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}


/*--------------------------------------------------------------
# Testimonials-- from old site
--------------------------------------------------------------*/
.testimonial-section {	
	padding: 61px 0px 70px;
	background-color: #f8f8f8;
    /*background-image: url(https://www.transparenttextures.com/patterns/connected.png);*/
}

#quote-carousel {
	margin: 0;
    padding: 30px 40px 30px 40px;;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
    color: #cacaca;
    font-size: 1.5em;
    text-shadow: none;
    margin-top: 70px;
    width: 10%;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -15px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -15px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
}

/* End carousel */


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.q-form {padding: 15px 0px; text-align: center;}

.contact {padding: 40px 40px;}

.addWrap{padding-bottom:44px; }

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 22px 25px 22px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #e96b56;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e6573f;
}


/*--------------------------------------------------------------
# HT-LT-PAGE
--------------------------------------------------------------*/


.banner-ht-inst {    
    background-image: url(../images/other-images/ht-lt-inst.jpg);
    min-height: 400px; 
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner-ht-inst .opacity {
   padding: 123px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}


.htintro-wrap {padding: 48px 0px 20px;}

.splicing-image {
    padding: 92px 0px ;
    background-color: #07a8a9;
}

.htServ {padding:5px 40px;}

.htPg-img {text-align: center;
    padding: 20px 0px;
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #000000;
	margin-top: 13px;
	color:white;}

.splice-img1 {
    padding: 0px 20px;
    border: 3px solid #ffffff;
    position: relative;
}

.splice-img1 .img1 {
    top: -40px;
    position: relative;
}


.img1 .zoom {
    transition: transform .2s;
}
.img1 .zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.splice-img2 {
    padding: 0px 20px;
    border: 3px solid #ffffff;
    position: relative;
    margin-top: 50px;
}

.splice-img2 .img1 {
    top: -40px;
    position: relative;
}

.img1 .zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.splice-img3 {
    padding: 0px 20px;
    border: 3px solid #ffffff;
    position: relative;
}

.splice-img3 .img1 {
    top: -40px;
    position: relative;
}

.why-us { padding: 60px 0px; /*background-color: #fbfbfb;*/  }

.bg-why {}

.beWhy { padding : 0px 40px;}

.cntbox-1 {padding: 45px 5px;  margin: 0px 0px; box-shadow: inset 0px 0px 0px 8px #eeeeee69;}

.cntbox-1 .upperbox {
	position: relative;
    text-align: center;
    padding: 10px 15px 10px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cntbox-1:hover {background-color: #0c90b8; -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }


.fa-clock-o {color : #989898;}

.fa-clock-o:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-clock-o:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}


/* icon 2 */
.fa-address-book-o {color : #989898;}

.fa-address-book-o:before {
    content: "\f017";
    font-size: 11rem!important; 
}

.fa-address-book-o:before:hover {
    content: "\f017";
    font-size: 11rem!important;
    color: white;
}

/* icon 3 */
.fa-users {color : #989898;}


.fa-users:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-users:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}


/* icon 4 */
.fa-money {color : #989898;}


.fa-money:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-money:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}




.seperator {padding: 20px 0px;
    background-image: url(../images/other-images/seperator.png);}

.seperator:after {content:'';  background-image: url(../images/other-images/seperator.png);}


.qcIpage {background-color: #f8f8f8; margin-top:40px;}

.dbox {padding: 15px 40px;
    /*box-shadow: 0px 0px 25px 10px rgba(222,222,222,0.58);
    border-radius: 15px; */ }

/*--------------------------------------------------------------
# CABLE PANEL INSTALLATION
--------------------------------------------------------------*/

.banner-ht-panel {
    background-image: url("../images/other-images/ht-lt-panel.jpg");
    min-height: 400px; 
     /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-ht-panel .opacity {
    padding: 161px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

#htpanel {padding:150px 0px; background-color: blue;}

.PRtlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.PRtlt span {color: #107fc2;}


.pRole {padding: 70px 40px;
background-image: url("../images/other-images/panel-1.png");
	background-position: left center;
	background-repeat: no-repeat;}

.rData {font-size: 18px;
    padding: 30px 40px;
    line-height: 33px;
    text-align: justify;
    color: #000000;}
	
.title-4:before {
	content: "";
    position: absolute;
    left: 2%;
    border-left: 10px double #07a8a9;
    height: 28px;
	
}

.typeR {background-color: #eee;}
	
.typeR .opacity { padding: 22px 0px 71px;
    /*background: rgb(0 0 0 / 4%);*/
    }

.ptype1 {padding: 50px 0px;}

.ptype2 {padding: 50px 0px;}


.typeData {padding: 42px 40px;}

.ht-data {padding: 20px 5px;
    line-height: 4rem;
    text-align: justify;
    font-size: 20px;}

.htpnl-p1 {font-size: 3.5rem;}

.panelRole {padding: 0px 10px;}


/*--------------------------------------------------------------
# Transformer Page
--------------------------------------------------------------*/

.banner-tr-panel {
    background-image: url("../images/other-images/banner-transformer.jpg");
    min-height: 400px; 
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-tr-panel .opacity {
    padding: 123px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.features .TsTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.features.TsTlt span {color: #107fc2;}

.tpara {font-size: 18px;
    padding: 3px 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;}

.MData {font-size: 18px;
    padding: 30px 40px;
    line-height: 33px;
    text-align: justify;
    color: #000000;}

.tmWrap {padding: 70px 40px;
   }


/*--------------------------------------------------------------
# Power Cabling / Wiring Page
--------------------------------------------------------------*/

.banner-wiring{
	background-image: url("../images/other-images/powercable-banner.jpg");
    min-height: 400px; 
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

.banner-wiring .opacity {
    padding: 123px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.cableintro-wrap {padding: 48px 0px 20px;}

.pageTitle{
	padding: 15px 0px;
}

.pageTitle .cableTlt {font-size: 4rem !important;
    text-align: center;
    text-transform: capitalize;}

.cableTlt span {
	color: #107fc2;
}

.cableTlt:before {content: "Residential, Industrial & Commercial";
    position: absolute;
    left: 27%;
    font-size: 19px;
    color: #777;
	top: 21%;
    }

.whyData {padding: 60px 40px;
    background-color: #17a2b8;
    clip-path: polygon(0 40px, 100% 0, 100% 90%, 0 100%);
    color: white;}

.btray {padding: 20px 0px; font-size: 16px; color:#f2f2f2;}

.btrya-2 {padding: 15px 5px; font-siz:18px; color:#f2f2f2;}

.whatsapp {padding: 6px 15px;
    border: none;
    background-color: green;
    margin-left: 10px;
    color: white;}

/* featured icons code */

.wireType {padding-bottom: 34px;  padding-top: 50px;}


.typeCbl {transform: translate(6% , 7%);
    padding: 10px 10px 20px;
    position: relative;
    width: 90%;}


ul.cable-list {list-style: none;
  clear: both;}


li.cable1 {display: inline-block;
  clear: both;
	padding-right: 10px;}


img.modern {
  float: left;
    margin: 0 10px 20px 0;
    background-color: transparent;
    border: 5px double #bfbfbf;
	border-radius:10px;
}

.bg-cableimg {
	 background-image: url(../images/other-images/cable-bg-img.png);
    padding: 5px;
    opacity: 0.8;
    box-shadow: 10px -9px 0px 0px #107fc2;
}

.child-img {width: 300px;
    height: 300px;
    position: absolute;
    top: 45%;
    left: -17px;
    box-shadow: -3px 5px 5px 3px #878787;}

ul.a {padding: 20px 10px 10px;
    display: flex;
}

li.b {padding: 5px 20px;
    margin: 0px 23px;
    font-size: 15px;
    box-shadow: 1px 1px 0px 7px #d8d8d84d;}


















/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-bottom: 125px;
    padding-top: 50px;
	background-image: url("../images/other-images/bg-whyus1.jpg");
}

.dataWrp {transform: translate(6% , 7%);
   /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	background-color: white; */
    padding: 10px;
position: relative;
width: 90%;}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 20px; 
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fafbfb;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #576971;
}

.features .nav-link p {
  font-size: 16px;
  margin-bottom: 0;
}

.features .nav-link:hover {
  background: #fafbfb;
}

.features .nav-link:hover h4 {
  color: #364146;
}

.features .nav-link.active {
  border-radius: 0;
    border: 0;
    border-left: 4px solid #009cea !important;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 4px 8px #eee;
}

.features .nav-link.active h4 {
  color: #009cea;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.features .tab-content {
  text-align: right;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Passive Network
--------------------------------------------------------------*/
.banner-pssv {background-image: url(../images/other-images/passive-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-pssv .opacity {
    padding: 161px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.pssv-head {
   width: 38%;
    /* background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .pssv-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.pssv-head h2 span {color: #f7b81f;}

.passive-wrap {padding: 48px 0px 20px;}

.passive-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.psvOffers {padding: 92px 0px;
    background-color: #07a8a9;}

 .psvv {}  
 
.psofTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.psofTlt span {
    color: #ffffff;
}



/*--------------------------------------------------------------
# Active Network
--------------------------------------------------------------*/
.banner-actv {background-image: url(../images/other-images/activebanner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-actv .opacity {
    padding: 161px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.actv-head {
   width: 36%;    
    padding: 18px 0px;
    text-align: center;}

 .actv-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.actv-head h2 span {color: #f7b81f;}


/*--------------------------------------------------------------
# Voice & Data Network
--------------------------------------------------------------*/
.banner-vc-dc {background-image: url(../images/other-images/vc-data-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-vc-dc .opacity {
    padding: 167px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.vc-dc-head {
    width: 54%;
    background-color: #107fc2;
    padding: 18px 0px;
    text-align: center;}

.vc-dc-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.vc-dc-head h2 span {color: #f7b81f;}


.rent-feature-grid {
  max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
      padding-top: 5%;
}
.rent-feature-block {
    width: 31%;
    padding: 0px 0px 30px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 2rem;
    transition: all .5s ease;
    box-shadow: 0px 0px 17px 1px #63636369;
    margin: 1%;
}
.rent-feature-block:hover {
  transform: translateY(10px);
}
.rent-feature-block .icon-box {
  width: 100%;
    height: auto;
    border: 1px solid transparent;
    border-radius: 0px;
    overflow: hidden;
    /* box-shadow: 10px 10px 0px #dcdcdc; */
    transition: all .5s ease;
}
.rent-feature-block:hover .icon-box {
  /* border: 1px solid #0d7a7d;*/
}
.rent-feature-block .icon-box img {
}
.rent-feature-block h2 {
    font-size: 20px;
    line-height: 44px;
    padding: 27px 0px 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all .5s ease;
}


.rent-feature-block h3 {
  /*color: #c10202;*/ font-size: 22px;
}


/*--------------------------------------------------------------
# Audio Video Network
--------------------------------------------------------------*/
.banner-advd {background-image: url(../images/other-images/audio-video-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-advd .opacity {
    padding: 167px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.advd-head {
   width: 41%;
    /*background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .advd-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.advd-head h2 span {color: #f7b81f;}

.passive-wrap {padding: 48px 0px 40px;}

.passive-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.advdOffers {padding: 92px 0px;
    background-color: #07a8a9;}

 .psvv {}  
 
.advdTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.psofTlt span {
    color: #ffffff;
}

.advdLixt {margin-top: 22px;
    padding: 0px 54px;
    list-style: none;
}

.advdLixt .eList {font-size: 22px;
    padding: 10px 0px;
    color: #ffffff;
    text-align: justify;}


.advdLixt .eList:before {content: '\00E6';
    font-family: fontAwesome;
    font-size: 25px;
    margin-right: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}


.advdusp { background-image: url(../images/other-images/aka-usp.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #fbfbfb;
   background-color: #f2f2f2;
    line-height: 4rem;} 

.advdusp .opacity {padding: 80px 0px 108px;
    background: rgb(0 0 0 / 61%);
    color: #FFF;}


    .advdTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.advdusp .edstat { font-size:19px; padding: 0px 59px; text-align: justify;}

/*--------------------------------------------------------------
# Fire alarm 
--------------------------------------------------------------*/

.banner-fAlarm {background-image: url(../images/other-images/firealarm-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-fAlarm .opacity {
    padding: 161px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.fAlarm-head {
   width: 42%;
    /*background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .fAlarm-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.fAlarm-head h2 span {color: #f7b81f;}


.fAlarmB {padding: 80px 22px;
    background-color: #f2f2f2;
    line-height: 4rem;} 

    .fATlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.fAlarmB .fAstat { font-size:19px;}

.listF {margin-top: 28px;
    padding: 0px 54px;
    list-style: none;}

.listA {font-size: 25px;
    padding: 10px 0px;
    color: #000;
    text-align: justify;}

    .listF .listA:before {content: '\00E6';
    font-family: fontAwesome;
    font-size: 25px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    color: #000;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}


/*--------------------------------------------------------------
# CCTV alarm 
--------------------------------------------------------------*/

.banner-cctv {background-image: url(../images/other-images/cctv-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-cctv .opacity {
    padding: 161px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.cctv-head {
   width: 42%;
    /*background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .cctv-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.cctv-head h2 span {color: #f7b81f;}


/*--------------------------------------------------------------
# Access Control
--------------------------------------------------------------*/
.banner-acpt {background-image: url(../images/other-images/access-control-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-acpt .opacity {
    padding: 167px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.acpt-head {
   width: 41%;
    /*background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .acpt-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.acpt-head h2 span {color: #f7b81f;}


.acpt-W {padding: 80px 22px;
    background-color: #f2f2f2;
    line-height: 4rem;} 

.acpt-tlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.fAlarmB .fAstat { font-size:19px;}

.acdata {font-size: 16px; line-height: 26px; padding-left: 5rem;}



/*--------------------------------------------------------------
# Audio-Video Maintainence
--------------------------------------------------------------*/
.banner-avmtnce {background-image: url(../images/other-images/maintainence-banner.png);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-avmtnce .opacity {
    /*padding: 167px 0px;
    background: rgb(0 0 0 / 12%);*/
    color: #FFF;
}

.avmtnce-head {
   /*width: 41%;
    background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .avmtnce-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}
.avmtnce-head h2 span {color: #f7b81f;}

.avmtnce-W {padding: 80px 22px;
    background-color: #f2f2f2;
    line-height: 4rem;} 

.avmtnce-tlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.fAlarmB .fAstat { font-size:19px;}



/*--------------------------------------------------------------
# Fire Alarm Maintainence
--------------------------------------------------------------*/
.banner-advd {background-image: url(../images/other-images/audio-video-banner.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-advd .opacity {
    padding: 167px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.advd-head {
   width: 41%;
    /*background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .advd-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.advd-head h2 span {color: #f7b81f;}

.passive-wrap {padding: 48px 0px 40px;}

.passive-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.advdOffers {padding: 92px 0px;
    background-color: #07a8a9;}

 .psvv {}  
 
.advdTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.psofTlt span {
    color: #ffffff;
}

.advdLixt {margin-top: 22px;
    padding: 0px 54px;
    list-style: none;
}

.advdLixt .eList {font-size: 22px;
    padding: 10px 0px;
    color: #ffffff;
    text-align: justify;}


.advdLixt .eList:before {content: '\00E6';
    font-family: fontAwesome;
    font-size: 25px;
    margin-right: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}


.advdusp { background-image: url(../images/other-images/aka-usp.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #fbfbfb;
   background-color: #f2f2f2;
    line-height: 4rem;} 

.advdusp .opacity {padding: 80px 0px 108px;
    background: rgb(0 0 0 / 61%);
    color: #FFF;}


    .advdTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.advdusp .edstat { font-size:19px; padding: 0px 59px; text-align: justify;}



/*--------------------------------------------------------------
# CCTV Maintainence
--------------------------------------------------------------*/
.banner-cctvmtnce {background-image: url(../images/other-images/maintainence-banner.png);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-cctvmtnce .opacity {
    /*padding: 167px 0px;
    background: rgb(0 0 0 / 12%);*/
    color: #FFF;
}

.cctvmtnce-head {
   /*width: 41%;
    background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .cctvmtnce-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.cctvmtnce-head h2 span {color: #f7b81f;}

.passive-wrap {padding: 48px 0px 40px;}

.passive-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.cctvmtnceOffers {padding: 92px 0px;
    background-color: #07a8a9;}

 .psvv {}  
 
.cctvmtnceTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.cctvmtnceTlt span {
    color: #ffffff;
}

.cctvmtnceLixt {margin-top: 22px;
    padding: 0px 54px;
    list-style: none;
}

.cctvmtnceLixt .eList {font-size: 22px;
    padding: 10px 0px;
    color: #ffffff;
    text-align: justify;}


.cctvmtnceLixt .eList:before {content: '\00E6';
    font-family: fontAwesome;
    font-size: 25px;
    margin-right: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}

/*--------------------------------------------------------------
# Data-voice Network Maintaince 
--------------------------------------------------------------*/
.banner-ntwmtnce {background-image: url(../images/other-images/maintainence-banner.png);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-ntwmtnce .opacity {
    /*padding: 161px 0px;
    background: rgb(0 0 0 / 12%);*/
    color: #FFF;
}

.ntwmtnce-head {
    /*width: 38%;
    background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .ntwmtnce-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.ntwmtnce-head h2 span {color: #f7b81f;}

.passive-wrap {padding: 48px 0px 20px;}

.passive-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.ntwmtnceOffers {padding: 92px 0px;
    background-color: #07a8a9;}

 .ntwmtnce {}  
 
.ntwmtnceTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}

.ntwmtnceTlt span {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Electrical Maintainence
--------------------------------------------------------------*/
.banner-elecmtnce {background-image: url(../images/other-images/maintainence-banner.png);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-elecmtnce .opacity {
    /*padding: 167px 0px;
    background: rgb(0 0 0 / 12%);*/
    color: #FFF;
}

.elecmtnce-head {
   /*width: 41%;
    background-color: #107fc2;*/
    padding: 18px 0px;
    text-align: center;}

 .elecmtnce-head h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}
.elecmtnce-head h2 span {color: #f7b81f;}

dt.b {line-height: 2rem;
    font-size: 19px;
    padding: 10px 0px;    
    text-align: justify;
    font-weight: 300;}

dt.b:before{content: '\00E6';
    font-family: fontAwesome;
    font-size: 20px;
    margin-right: 24px;
    float: left;
    color: #666;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}

.elecmtnce-W {padding: 80px 22px;
    background-color: #f2f2f2;
    line-height: 4rem;} 

.elecmtnce-tlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;} 

.fAlarmB .fAstat { font-size:19px;}



/*--------------------------------------------------------------
# Gallery - New
--------------------------------------------------------------*/

.gallery-section {
  padding: 60px 0px 60px;
  position: relative;
}
.gallery-section .container-fluid {
  padding: 0px 5px;
}

.product-filter {
  padding: 50px 0px 50px;
  position: relative;
}
.product-list {
  padding: 20px;
}
.product-list ul {
  margin: 0;
    padding: 0;
    /* width: 100%; */
    max-width: 100%;
    display: flex;
    justify-content: center;
  overflow: hidden;
}
.product-list ul li {
  list-style: none;
    width: 15%;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  font-size: 12px;
    text-align: center;
    background: #eeeeee;
    color: #504438;
    font-weight: 600;
    text-transform: capitalize;
  cursor: pointer;
}
.product-list ul li:hover, .product-list ul li.active {
  background: #272727;
    color: #ffffff;
} 
.product-wrap-box {
  padding: 30px 30px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
    position: relative;
}
.product-wrap-box .box {
  height: 200px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    transition: all 0.5s ease-in;
    position: relative;
    box-shadow: 0px 0px 11px 3px #eee;
}
.product-wrap-box .box img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-wrap-box .box .gallery-btn {
  position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
    background: #1380c1;
    opacity: 0;
    transition: all 500ms ease;
}
.product-wrap-box .box:hover .gallery-btn {
    top: 0px;
    opacity: 1;
}
.product-wrap-box .box .gallery-icon {
  position: relative;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    display: inline-block;
    top: 50%;
    margin-top: -15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
}

.grid-gallery {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    position: relative;
}
.grid-gallery > div:nth-child(1) {
    grid-row: span 2;
}
.grid-gallery > div:nth-child(3) {
    grid-column: span 1;
}
.grid-gallery .img-grid {
  height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in;
    position: relative; 
  border: 6px solid green;
    border-radius: 5px;
}
.grid-gallery .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-gallery .img-grid .grid-btn {
  position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
    background: rgb(125, 163, 9, 0.75);
    opacity: 0;
    transition: all 500ms ease;
}
.grid-gallery .img-grid:hover .grid-btn {
    top: 0px;
    opacity: 1;
}
.grid-gallery .img-grid .grid-icon {
  position: relative;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    display: inline-block;
    top: 50%;
    margin-top: -15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
}



/*--------------------------------------------------------------
# voice & Data
--------------------------------------------------------------*/

.epbxLixt {margin-top: 28px;
    padding: 0px 54px;
    list-style: none;}

.epbxLixt .eList {font-size: 25px;
    padding: 10px 0px;
    color: #ffffff;
    text-align: justify;}


.epbxLixt .eList:before {content: '\00E6';
    font-family: fontAwesome;
    font-size: 25px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);}


/*--------------------------------------------------------------
# Voice & Data Network
--------------------------------------------------------------*/
.banner-trn-elec {background-image: url(../images/other-images/electrical-turnkey.jpg);
    min-height: 400px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.banner-trn-elec .opacity {
    padding: 167px 0px;
    background: rgb(0 0 0 / 12%);
    color: #FFF;
}

.trnelec-head {
    width: 54%;
    background-color: #107fc2;
    padding: 18px 0px;
    text-align: center;}

.trnelec-head h2 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
    color: #ffffff;
}

.trnelec-head h2 span {color: #f7b81f;}


.trnkelec-intro {font-size: 18px;
    padding: 34px 20px 40px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}


.trnelec-Offers {padding: 92px 0px;
    background-color: #07a8a9;}



.trnEleTlt {
    font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;
} 


   


.rent-feature-grid {
  max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
      padding-top: 5%;
}
.rent-feature-block {
    width: 31%;
    padding: 0px 0px 30px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 2rem;
    transition: all .5s ease;
    box-shadow: 0px 0px 17px 1px #63636369;
    margin: 1%;
}
.rent-feature-block:hover {
  transform: translateY(10px);
}
.rent-feature-block .icon-box {
  width: 100%;
    height: auto;
    border: 1px solid transparent;
    border-radius: 0px;
    overflow: hidden;
    /* box-shadow: 10px 10px 0px #dcdcdc; */
    transition: all .5s ease;
}
.rent-feature-block:hover .icon-box {
  /* border: 1px solid #0d7a7d;*/
}
.rent-feature-block .icon-box img {
}
.rent-feature-block h2 {
    font-size: 20px;
    line-height: 44px;
    padding: 27px 0px 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all .5s ease;
}


.rent-feature-block h3 {
  /*color: #c10202;*/ font-size: 22px;
}




/*--------------------------------------------------------------
# Turnkey Projects
--------------------------------------------------------------*/


.trnk-wrap { padding: 60px 0px; /*background-color: #fbfbfb;*/  }

.bg-trnk {}

.trparaTlt {font-size: 3.5rem !important;
    text-align: center;
    text-transform: capitalize;}



.procd { padding: 30px 30px 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 18px;
    position: relative;
}

.trnkbox-1 {padding: 45px 5px;  margin: 0px 0px; box-shadow: inset 0px 0px 0px 8px #08a8a8;}

.trnkbox-1 .upperbox {
  position: relative;
    text-align: center;
    padding: 10px 15px 10px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.trnkbox-1:hover {background-color: #0c90b8; -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }


.fa-clock-o {color : #989898;}

.fa-clock-o:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-clock-o:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}


/* icon 2 */
.fa-address-book-o {color : #989898;}

.fa-address-book-o:before {
    content: "\f017";
    font-size: 11rem!important; 
}

.fa-address-book-o:before:hover {
    content: "\f017";
    font-size: 11rem!important;
    color: white;
}

/* icon 3 */
.fa-users {color : #989898;}


.fa-users:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-users:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}


/* icon 4 */
.fa-money {color : #989898;}


.fa-money:before {
    content: "\f017";
    font-size: 11rem; 
}

.fa-money:before:hover {
    content: "\f017";
    font-size: 11rem;
    color: white;
}




















/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #0d8abb;*/
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
	background: linear-gradient(to bottom right, #107fc2, #07a8a9);
}

.dataFt {padding: 0px 50px;}

#footer .footer-top {
    /*background: #3b3b3b;
    border-top: 1px solid #474747; */
    /* border-bottom: 1px solid #0b93b5; */
    padding: 60px 0 30px 0;
    background: linear-gradient(to bottom right, #107fc2, #07a8a9);
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;  
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000000;
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
    padding-left: 5px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


