@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
} 
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none !important;
	font-size: 21px;
	font-weight: 500;
	display: inline-block;
	font-family: "Gelasio", serif;
	font-optical-sizing: auto;
	color: #000;
  font-display: swap;
}
p{
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
  font-display: swap;
}
img {
	width: 100%;
	display: block;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-family: "Gelasio", serif;
    font-optical-sizing: auto;
  font-display: swap;
  
}
::selection{
    background-color:#008349;
    color:#fff;
}
a:hover{
color: #000;
}
.wrapper{
    overflow: hidden;
}
/* loader-css */

div#preloader {
  position: fixed;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
    border: 4px solid #000;
    border-radius: 50%;
    border-color: #008349 #ffffff00;
    animation: loader_keyframe 1s infinite linear;
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader::before {
    border-color: #9c9c9c #ffffff00;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
}
.custom-loader::after {
  margin: 8px;
}
#preloader.remove {
  opacity: 0 !important;
  visibility: hidden !important;
}
@keyframes loader_keyframe {
  100% {
    transform: rotate(1turn);
  }
}
/* Responcive Menu Section Start */
.responsive-menu {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.7s;
  visibility: visible;
  opacity: 1;
  background-color: #ffffff;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}
.responsive-menu.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.responsive-menu-inner {
  height: 100%;
  padding-top: 140px;
}
.resp-menu-item ul li a {
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 1px;
  transition: all 0.7s;
}
.resp-menu-item > ul > li {
  position: relative;
  padding: 15px 20px;
}
.resp-menu-item ul li a:hover {
  transform: skewX(2deg);
  letter-spacing: 2.5px;
}
.resp-menu-item {
  z-index: 3;
  border-right: 1px solid #8080804a;
  margin-top: 40px;
}
-btn a {
  display: flex;
  color: rgb(255, 255, 255);
  letter-spacing: 6.5px;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
}
.cross-btn a i {
  color:#008349d6;
  font-size: 32px;
}
.cross-btn {
  display: inline-block;
}
.resp-menu-item ul li ul {
  padding-left: 50px;
  margin-top: 20px;
  display: none;
}
.resp-menu-item ul li .more {
  position: absolute;
  right: 0;
  top: 8px;
  height: 65px;
  width: 70px;
  background-color: #008349d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color:rgb(255, 255, 255);
  cursor: pointer;
}
.resp-menu-item ul li ul li a {
  font-size: 24px;
  opacity: 0.75;
  padding: 10px 0px;
  display: block;
}
.resp-menu-item > ul {
  height: 486px;
  overflow: auto;
}
.resp-menu-item > ul::-webkit-scrollbar {
  width: 5px;
}
.resp-menu-item ul li i.active:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
}
/*Header Start*/
header.top-header .logo {
    margin-top: 12px;
}
.logo {
    width: 200px;
}
.top-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: all 0.5s;
    padding: 14px;
    border-bottom: solid 5px #008349;
}
.main-nav nav > ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.main-nav ul > li{
    position: relative;
}
.main-nav ul li a:hover{
    color: #008349;
}
.main-nav nav ul li a i {
    padding-left: 4px;
    font-size: 14px;
}
.main-nav nav ul > li > ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: #ffffff;
    padding: 10px 0px;
    width: 310px;
    transition: all 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 2;
}
.main-nav nav ul > li > ul > li > a {
    padding: 10px 20px;
    display: block;    
}
.main-nav nav ul > li > ul > li:last-child{
    border-bottom:none;
}
.main-nav nav ul > li > ul > li {
    border-bottom: solid 2px #008349;
    width: 100%;
}
.main-nav nav > ul > li:hover ul{
    transform: scaleY(1);
}
.home-logo i.fas.fa-bars {
  font-size: 27px;
}
.coll-src {
  display: flex;
  flex-direction: column;
}
.main-coll-box {
display: flex;
justify-content: end;
align-items: center;
}
.coll-pra a:hover {
color: #008349;
}
.coll-pra a {
display: flex;
align-items: center;
gap: 5px;
}
.coll-box a {
transition: all 0.5s;
}
.coll-contact i {
  color: #008349;
}
.main-coll-box span {
  font-family: "Roboto", serif;
  font-size: 19px;
}
.coll-contact a:hover {
  color: #008349;
}
.coll-box {
  margin-right: 15px;  
}
.coll-pra i {
color: #008349;
font-size: 22px;
}
.home-logo{
  display:none;
}
/* banner Section start */
section.banner {
  position: relative;
  background-image: url(../image/gaine-coupe-feu-desenfumage.jpg);
  height: 100vh;
  background-position: bottom;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 384px 542px;
  text-align: center;
  background-color: #303D398C;
  height: 100vh;
}
.banner-tittle h1 {
    padding: 20px 0px;
    color: #ffff;
    letter-spacing: 1px;
}
.banner-button a {
    background: #008349;
    padding: 10px 32px;
    border-radius: 33px;
}
.banner-btn a:hover {
  background: #008349;
  color: #fff;
}
.banner-btn a {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  color: #000;
  transition: all 0.5s;
}
/* Service Section Start */
section.Service {
  padding-top: 100px;
}
.service-heading-one {
  text-align: center;
  padding: 0px 280px 30px;
}
.service-heading p {
    font-size: 19px;
}
.service-heading h3 {
    padding: 10px;
    font-size: 35px;
    font-weight: 600;
}
.service-main:hover {
  transform: scale(1.05);
}
.service-main {
    position: relative;
    height: 383px;
    background: #f3f6f2;
    border-radius: 5px;
    text-align: center;
    margin: 100px 10px;
    transition: all 0.5s;
}
.service-image {
    position: absolute;
    top: -50px;
    left: 157px;
    width: 100px;
    text-align: center;
}
.service-item {
  padding: 60px 20px;
}
.service-pra {
    margin-top: 15px;
}
.service-tittle {
    border-bottom: solid 3px #008349;
}
.service-tittle i {
    color: #008349;
    margin-left: 5px;
}
.service-slider ul.slick-dots {
  display: flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.service-slider .slick-dots li button {
  background: none;
  border: 1px solid #0000001c;
  border-radius: 0;
  cursor: pointer;
  height: 12px;
  padding: 0;
  position: relative;
  text-indent: -99999px;
  transition: .3s;
  width: 12px;
  z-index: 1;
}
.service-slider .slick-dots li.slick-active button::after{
  background: #008349;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 5px;
}
.service-tittle a:hover {
  color: #008349;
}
.service-tittle-2 {
  padding: 15px;
}
/* Contact Section Start */
  .Contact-us {
    background-image: url(../image/form.jpg);
    margin-top: 100px; 
}
.contact-banner-2 {
    height: 80vh;
    background: #00000045;
}
  .contact {
    background-image: url(../image/map.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 100px;
    width: 100%;
    height: 80vh;
    position: relative;
}
.contact-main-1 {
  color: #fff;
  position: absolute;
  top:30%;
  left: 127px;
}
.contact-main {
  color: #fff;
  position: absolute;
  bottom:5%;
  left: 127px;
}
.Contact-us .form-main {
  background-color: #000000c7;
}
.Contact-us .form-head h3 {
  color: #ffffff;
}
.banner-home h4 {
    font-size: 30px;
    width: 38%;
}
.contact-heading h2 {
    font-size: 42px;
    margin-bottom: 10px;
}
  .form-main {
    background: #ffffffc2;
    padding: 60px 40px;
}
  .form-input input, .form-input textarea {
    background: #ffffff;
    border: 2px solid #00000040;
    width: 100%;
    height: 60px;
    padding-left: 25px;
    margin: 12px 0px;
}
.form-input textarea{
    height: 150px;
    padding-top: 10px;
}
.form-head h3 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 5px;
}
.form-bk {
  background-color: #dbdbdb2e;
  padding: 46px;
}
.contact-items {
  display: flex;
  gap: 30px;
  margin: 10px 0px;
  margin-bottom: 35px;
  border-bottom: solid 3px #00834994;
  padding-bottom: 20px;
}
.form-headeing p {
  color: #9c9c9c;
  font-size: 18px;
  margin-bottom: 10px;
}
.form-headeing h4 {
    font-size: 20px;
    margin-bottom: 0 !important;
    font-family: "Roboto", serif;
}
.from-email {
  width: 100px;
}
.about-btn-main input {
    padding: 12px 39px;
    background: #07844a;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
}
/* footer Section Start */
.footer-top {
    padding: 80px 0px;
}
.about-inner-hed h5 {
  margin-bottom: 20px;
}
.footer-image {
  margin-bottom: 40px;
  width: 70%;
}
.input-wrapper a {
  font-size: 22px;
  font-weight: 100;
  margin-left: 20px;
}
.input-email {
  width: 24px;
}
.footer-email {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-heading a:hover {
  color: #008349;
}
 .footer-bottom-pra span{
    color:#008349;
}
.input-wrapper:hover a {
  color: #07844a;
}
.footer-phone i {
  color: #b0b0b0;
}
.footer-phone span {
  margin-left: 20px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
}
.footer-phone:hover a {
  color: #07844a;
}
.footer-heading h6 {
  font-size: 25px;
  padding-bottom: 10px;
  font-weight: 600;
}
.footer-pra p {
    margin: 20px 0px;
}
.footer-heading a {
    margin: 8px 0px;
}
.footer-bottom {
    background: #1a1a1a;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer-heading-1 {
  margin-left: 25px;
}
.footer-email-img {
    width: 16px;
}
.footer-email-main {
    margin-top: 40px;
}
.footer-located {
    margin-top: 10px;
}
.footer-located i {
    color: #b0b0b0;
    font-size: 22px;
}
.footer-located span {
    margin-left: 20px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 20px;
}

/* Service Cable section */
section.cable-life-banner {
  background-image: url(../image/gaine-coupe-feu-chemin-de-cable.jpg);
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.cable-fire-banner {
  background-image: url(../image/form.jpg);
  height: 60vh;
  background-size: cover;
  background-position: top;
  position: relative;
}
section.cable-fire-banner {
  background-image: url(../image/ban.jpg);
  height: 60vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cable-life-inner ul li {
    list-style: initial;
    margin-left: 100px;
    padding: 5px;
    font-size: 17px;
    font-weight: 600;
}
.cable-life-child {
  margin: 30px 0px;
}
.cable-life-child h3 {
  margin-bottom: 10px;
}
.cable-life-heading {
  margin: 100px 0px 20px;
}
.cable-life-image {
  width: 100%;
  height: 80vh;
  position: relative;
}
.cable-life-image img {
  object-fit: contain;
}
.cable-life-inner {
  margin-top: 50px;
}
.cable-life-btn a:hover {
  background: #008349;
}
.cable-life-heading h3 {
  border-bottom: solid 3px #008349;
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 5px;
}
.cable-life-heading h5 {
  padding-top: 10px;
}
.cable-life-main {
  position: relative;
}
.cable-life-service .slick-arrow {
  position: absolute;
  top: 50%;
  width: 59px;
  z-index: 9;
  font-weight: 900;
  font-size: 35px;
  background-color: #d7d2ccb3;
  text-align: center;
  border-radius: 42px;
}
.cable-btn-left{
  left: 30px;
}
.cable-btn-right{
  right: 30px;
}
.cable-menu {
  display: flex;
  gap: 5px;
  margin-top: 50px;
}
.our-service-btn a {
  background: #303d39;
  padding: 15px 20px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.our-service-btn a i {
  color: #ffffff;
  margin-left: 5px;
  transform: rotate(45deg);
}
.our-service-btn span {
position: relative;
z-index: 1;
color: #fff;
}
.our-service-btn a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.our-service-btn span:hover{
  color: #fff;
}
.our-service-btn a:before {
  background-color: #010101c9;
}
.our-service-btn a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.our-service-btn a:before{
  background-color: #008349;
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all .4s ease-in-out;
  z-index: -1;
}
/* About Us section start */
.about-banner-2 {
  background-color: #00000075;
  height: 60vh;
}
.about-banner{
  background-image: url(../image/pipes-parking-lot.jpg);
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 100%;
    height: 60vh;
    position: relative;
}
.about-imag-main {
  width: 250px;
}
.about-head-main {
  display: flex;
  gap: 10px;
}
section.about-welcome-1 {
  background: beige;
  padding: 100px;
}
.about-item h5 {
  line-height: 1.6;
}
.about-welcome-heading {
  margin: 40px 0px 0px;
}
.about-welcome-heading h3 {
  font-weight: 700;
  border-bottom: solid 3px #008349;
  width: 27%;
}
.about-welcome-heading h5 {
  margin: 20px 0px;
}
.about-btn-main {
    margin-top: 15px;
}
/*Gallery Section*/
.gallery-banner{
   background-image: url(../image/gaine-coupe-feu-desenfumage.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    position: relative;
}
.gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}
.about-welcome-heading.gallery-heading h3 {
    width: 32%;
}
.web-title {
    text-align: center;
}