@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: 17px;
	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:#ce6e00;
    color:#fff;
}
a:hover{
color: #000;
}
.wrapper{
    overflow: hidden;
}
.whatsapp-chat {
  animation: ring 6s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
0% { transform: rotate(0); }
1% { transform: rotate(10deg); }
3% { transform: rotate(-18deg); }
5% { transform: rotate(14deg); }
7% { transform: rotate(-12deg); }
9% { transform: rotate(10deg); }
11% { transform: rotate(-18deg); }
13% { transform: rotate(16deg); }
15% { transform: rotate(-14deg); }
17% { transform: rotate(12deg); }
19% { transform: rotate(-10deg); }
21% { transform: rotate(8deg); }
23% { transform: rotate(-6deg); }
25% { transform: rotate(4deg); }
27% { transform: rotate(-2deg); }
29% { transform: rotate(5deg); }
31% { transform: rotate(-8deg); }
33% { transform: rotate(6deg); }
35% { transform: rotate(-4deg); }
37% { transform: rotate(2deg); }
39% { transform: rotate(-1deg); }
41% { transform: rotate(1deg); }
43% { transform: rotate(0); }
100% { transform: rotate(0); }
}
.whatsapp-chat {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 99999;
}
.whatsapp-chat a {
  font-size: 35px;
  color: #fff;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #3ed53e;
}
/* Responcive Menu Section Start */
.responsive-menu {
  position: fixed;
  top: -200%;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.7s;
  visibility: visible;
  opacity: 1;
  background-color: #ffffff;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.responsive-menu.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.responsive-menu-inner {
  height: 100%;
  padding-top: 35px;
}
.resp-menu-item ul li a {
    font-size: 19px;
    letter-spacing: 1px;
    transition: all 0.7s;
}
.resp-menu-item > ul > li {
    position: relative;
    padding: 13px 20px;
    border-bottom: solid 1px #cccc;
}
.resp-menu-item ul li a:hover {
  transform: skewX(2deg);
  letter-spacing: 2.5px;
}
.resp-menu-item {
  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:#000;
  font-size: 32px;
}
.cross-btn {
    text-align: right;
}

.resp-menu-item ul li ul{
    padding-left: 30px;
    margin-top: 10px;
}
.resp-menu-item ul li .more {
    position: absolute;
    right: 24px;
    top: 9px;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: rgb(0 0 0);
    cursor: pointer;
}
.resp-menu-item ul li ul li a {
    font-size: 17px;
    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.buttom-header .logo {
    margin-top: 12px;
}
.logo {
    width: 200px;
}
.buttom-header.fixed{
     position: fixed;
    top: 0;
}
.buttom-header {
    position: absolute;
    top: 109px;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    padding: 14px;
    BACKGROUND: #101f41;
}
.main-nav nav > ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.main-nav ul > li{
    position: relative;
    color: #fff;
}
.main-nav ul > li a{
    color: #fff;
    text-transform: uppercase;
}

.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: 41px;
    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;  
    COLOR: #000;  
}
.main-nav nav ul > li > ul > li:last-child{
    border-bottom:none;
}
.main-nav nav ul > li > ul > li {
    width: 100%;
}
.main-nav nav > ul > li:hover ul{
    transform: scaleY(1);
}
.home-logo i.fas.fa-bars {
    font-size: 27px;
    color: #000000;
    margin-top: 40px;
}
.home-logo{
  display:none;
}
.email-main-item {
    display: flex;
    gap: 10px;
}
.email-main-item p {
    line-height: 15px;
}
.main-header {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    align-items: center;
}
.email-main-item i {
    color: #ffffff;
    background:#3039ac;
    padding: 10px;
    border: radius;
    border: solid 1px #3039ac;
    border-radius: 9px;
    font-size: 15px;
    box-shadow: 42px 25px 20px 24px;
    text-align: center;
}
/* Banner Section Start */
.banner{
    position: relative;
    background-image: url(../images/banner.jpg);
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100%; */
    background-size: contain;
}
/*.top-banner {*/
/*    background: rgba(0, 0, 0, .6);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    height:93%;*/
/*    top: 19px;*/
/*    left: 0;*/
/*}*/
.banner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 100px;
    background: rgba(0, 0, 0, .6)
}
.banner-content h1{
    font-size: 80px;
    font-weight: 600;
    margin: 0;
    line-height: 90px;
    padding-bottom: 0;
    color: #fff;
}
/* About section Start */
.about-item {
    background: #edf6ff;
    padding: 40px;
    margin-top: 20px;
}
section.about{
    padding: 100px;
}
.about-heading {
    text-align: center;
}
.about-heading spam {
    color: #3039ac;
}
.about-item {
    background: #edf6ff;
    padding: 40px;
    margin-top: 20px;
    border-left: solid 5px #3039ac;
    text-align: center;
}
.about-border {
    border-bottom: 2px solid;
    padding-bottom: 30px;
}
/* Service secion start */
.service-item h4 {
    text-align: center;
    font-size: 30px;
    color: #3039ac;
}
.service-btn{
  text-align: center;
  margin: 20px;
}
.service-btn a {
    background: #3039ac;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
}
.service-pra p {
    color: #3039ac;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.service-image{
  margin-top: 30px;
}
.service-main-item {
    text-align: center;
}
.service-content-pra p {
    color: #004eff;
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
}
.service-item-pra spam {
    font-weight: 600;
}
.service-item-pra a {
    font-size: 17px;
    margin-top: 30px;
}
.service-frace-pra p{
  margin-top: 20px;
}
/* flocage coupe feu section start */
.flocage-coupe-feu-depuis-pra p {
    margin: 13px 0px;
}
.flocage-coupe-feu-depuis-heading3 h2 {
    font-size: 37px;
    font-weight: 600;
}
.flocage-coupe-feu-depuis-box h3 {
    font-size: 22px;
    font-weight: 100;
    margin: 20px  0px;
}
.flocage-coupe-feu-depuis-box span {
    font-size: 27px;
    font-weight: 600;
}
.flocage-coupe-feu-depuis-pra-1 li{
  margin: 10px 0px;
}
.appel-content {
    margin-top: 100px;
}
.flocage-coupe-feu-depuis-heading3 h3 {
    font-size: 32px;
    font-weight: 100;
    padding: 15px;
}
.flocage-coupe-feu-depuis-heading3 {
    text-align: center;
}
/* experience section start */
.experience{
  padding:100px;
}
/* about page start */
section.flocage-about {
    margin-bottom: 50px;
}
.flocage-coupe-feu-depuis-pra-hea-2 h3 {
    text-align: center;
    font-weight: 100;
    font-size: 30px;
}
.flocage-coupe-feu-realise-main {
    position: relative;
    margin-top: 30px;
}
.flocage-coupe-feu-realise-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 46px;
    background: linear-gradient(0deg, #0006, #0000);
    text-align: center;
}
.flocage-coupe-feu-realise-content p {
    color: #fff;
    font-size: 15px;
}
.flocage-coupe-feu-image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
/* Contact Page start */
.from-relative {
    display: flex;
    gap: 50px;
}
section.about.content form#contactForm {
    background: #f1f1f4;
    padding: 20px;
    border-top: solid 50px #101f41;
    margin-top: -187px;
    z-index: 9;
}

 .form-input input, .form-input textarea {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 45px;
    padding-left: 19px;
    margin: 7px 0px;
}
.form-input textarea{
    height: 150px;
    padding-top: 10px;
}
.about-btn-main input {
    padding: 12px 39px;
    background: #090e38;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
}
.flocage-coupe-feu-depuis-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* Flocage Coupe feu Section */
.flocage-coupe-feu-depuis-pra-hea-2.flocage-head-3 h3 {
    text-align: left !important;
    margin-bottom: 15px;
    font-size: 29px;
}
.flocage-main1 {
    display: flex;
    align-items: center;
    gap:70px;
    margin-top: 50px;
}
.flocage-content1 {
    padding: 10px;
}
.flocage-content1 h3{
  color: #748182;
  font-weight: 600;
  font-size: 40px;
}
.flocage-coupe-feu-list2 li {
    margin: 7px 40px;
}
.flocage-relisation {
    margin-top: 40px;
}
.flocage-activites-item {
    margin-top: 40px;
}
.flocage-relisation h3 {
    color: #3039ac;
}
.industries-heading h5 {
    color: #748182;
    font-size: 16px;
    font-weight: 800;
    line-height: 50px;
}
.industries-main {
    padding: 50px;
    box-shadow: 0 0 10px 0 #00000020;
}
.industries-heading h3 {
    font-size: 32px;
    font-weight: 600;
}
.experience-heading h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
}
.experience-main {
    text-align: center;
}
/* Client Revies Sections Start */

.client-star ul {
    display:flex;
    gap:12px;
}
.client-star i {
    color: #ffd203;
}
.client-main {
    background: #f9f8f8;
    padding: 30px;
    border-radius: 5px;
    margin: 10px 10px 150px;
}
.client-pra p {
    margin: 10px 0px;
}
.client-heading h3 {
    color: #25408f;
    font-size: 20px;
    font-weight: 600;
}
.client-main{
    position: relative;
}
.client-main::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 4em;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #f9f8f8;
    transform: translateY(100%);
    display: block;
}
section.google-reviews .countar-heading {
    padding: 50px;
    text-align: center;
}
.google-image::before{
    content: '';
    position: absolute;
    display: block;
    background-image:url(../images/google.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1em;
    left: 2em;
    width: 3em;
    height: 3em;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/*Fotter Section start*/
footer {
    background: #f1f1f1;
    padding: 50px 0px;
    margin-top:50px;
}
.fotter-heading h5 {
    color: #101f41;
    font-weight: 700;
    margin-bottom: 10px;
}

.fotter-heading a{
    padding: 5px 0px;
}
.fotter-logo {
    width: 200px;
}
.fotter-heading {
    margin-top: 20px;
}
.fotter-heading h3 {
    margin-bottom: 11px;
    font-weight: bolder;
}

 /*home contact page*/
.row.contact-inner {
    background: #f1f1f4;
    padding: 50px;
    border-radius: 20px;
}
.forem-red-hed h2 {
    font-size: 40px;
    margin: 10px;
}
.form-red-tittle h5
 {
    font-size: 16px;
    color: #101f41;
    font-weight: 700;
}
.form-red-tittle h5 {
    font-size: 16px;
    color: #3039ac;
    font-weight: 700;
}
.form-red {
    text-align: center;
    margin-bottom: 20px;
}
.form-red-tel span {
    color: #ff0000;
    font-family: math;
    margin-left: 5px;
    font-weight: 500;
}
.form-head P {
    margin: 15px 0px;
}
/*Table*/
.flocage-table {
    margin: 20px 0px 40px 0px;
}
.flocage-table table {
      width: 100%;
      border-collapse: collapse;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    th, td {
      border: 1px solid #ccc;
      padding: 16px;
      vertical-align: top;
    }

    th {
      background-color: #f2f2f2;
      text-align: left;
      font-weight: 600;
    }

    tr:nth-child(even) td {
      background-color: #fafafa;
    }

    strong {
      color: #1f4e79;
    }

    .resume {
      margin-top: 30px;
      font-size: 1.2em;
    }

    .resume::before {
      content: " ";
    }

/*Changing*/
.flocage-coupe-feu-depuis-heading h3 {
    font-weight: 900;
    line-height: 70px;
}
.flocage-coupe-feu-depuis-heading h5 {
    font-size: 19px;
    color: #748182;
    font-weight: 800;
}
.flocage-coupe-feu-depuis-pra-1 span {
    color: #101f41;
    font-weight: 700;
}
.service-image {
    margin: 10px;
    height: 203px;
}
.service-slider {
    margin-bottom: 50px;
}