*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color: #E50086;
    --second-color: #FEEF00;
    --third-color:#2C2C90;
    --heading-font:"Righteous", sans-serif;;
    --body-font: "Nunito", sans-serif;
}
body{
    
    overflow-x: hidden;
}
h1,h2,h3,h4{
    font-family: var(--heading-font);
}
p,a,button,li,span{
    font-family: var(--body-font);
}
ul{
    padding: 0;
}
.scroll-top-container{
    display: none;
    position: fixed;
    bottom: 40px;
    right: 55px;
    z-index: 9999;
}
.scroll-top-container i{
    padding: 15px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 10px 5px rgba(43, 43, 43, 0.116);
}
.scroll-top-container i:hover{
    background-color: var(--third-color);
}
.gradient-btn{
    background-image:linear-gradient(to left ,#2C2C90, #E50086);
    font-family: var(--body-font);
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all ease-in-out  1.5s;
    margin-top: 30px;
    display: block;
    width: max-content;
    text-decoration: none
}
.gradient-btn:hover{
    background-image:linear-gradient(to left  ,#E50086,#2C2C90 );
}


header{
    width: 100%;
}

.header-container{
    height: 130vh;
    width: 100%;
    background-image: url('../images/144.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 110px 0;
}

.header-logo{
    width: 20%;
    text-align: center;
}

.header-menu{
    width: 50%;
}
.header-btn{
    width: 20%;
    text-align: center;

}
.header-nav{
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    z-index: 100;
    position: relative;
    backdrop-filter: blur(25px);
    background-color: #ffffff5e;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;

}
.header-logo img{
    height: 90px;
    width: 140px;
    border-radius: 5px;
}
.header-menu ul {
    text-align: center;
    transform: translateX(0);
    transition: all 0.5s ease-in;
    z-index: 1000;
    position: relative;
    padding-top: 20px;
}
.header-menu ul li{
    list-style: none ;
    display: inline;
    text-align: center;
    margin-right: 30px;
}
.header-menu ul  li a{
    text-decoration: none;
    color: black;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
}
.header-menu ul li a:hover{
    color: var(--primary-color);
}
.header-btn a{
    background-color: var(--primary-color);
    font-family: var(--body-font);
    color: white;
    padding: 13px 35px;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.header-btn a i{
    margin-right: 5px;
    font-size: 16px;
}
.header-btn a:hover{
    background-color: var(--third-color);
    cursor: pointer;
}
.header-banner{
  
   height: 650px;
    width: 100%;
    margin: auto 0;
    padding-top: 80px;
   display: flex;
   align-items: center;
}

.header-banner-col{
    display: flex;
    align-items: center;
    gap: 60px;
    width: 90%;
    height: 80%;
    margin: auto;
    
}
.header-banner-row1{
    width: 60%;
    align-self: flex-start;
    padding: 80px 0;
}
.header-banner-row1 h1{
    font-size: 65px;
    line-height: 1;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    
}
.header-banner-row h1 strong{
    position: relative;
    
}
/* .header-banner-row h1 strong::before{
    content: url('../images/19.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    font-size: 40px;
} */
.header-banner-row1  p{
    color: rgb(41, 41, 41);
    font-size: 18px;
    width: 80%;
    line-height: 1.5;
   font-family: var(--body-font);
   font-weight: 500;
}
.header-banner-row2{
   width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0 0 0;
}
.banner-row-imgs{
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.banner-row-imgs img{
    width: 80%;
    transition: all 3s ease;
    animation: welcomebanner 3s infinite alternate-reverse ease-in-out;
    transform-origin: top center;
}

@keyframes welcomebanner{
    0% {
       transform:rotateZ(15deg);
    }
   
    100%{
       transform: rotateZ(-15deg);
       
    }

}
.banner-img1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-img2{
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 2;
}
.banner-img3{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.banner-row-imgs .banner-img4{
    position: absolute;
    top: 0;
    left: 13%;
    height: 600px;
    width: 1000px;
}

/* Banner section end */


.container1{
    height: 750px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}
.container1::after{
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/268_Organic_White_Background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.4;
}
.c1-col{
    height: 80%;
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    
}
.about-flex-box-1{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.about-cont{
    width: 100%;
}
.section-heading-container{
    padding-bottom: 10px;
}
.section-heading-container .section-heading{
    font-size: 46px;
}
.about-cont p{
    color: #1d1d1d;
    line-height: 28px;
    padding-top: 20px;
}
.about-cont ul{
    padding-top: 15px;
    list-style: none;
    display: flex;
    gap: 35px;
}
.about-cont ul li{ 
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 20px  rgba(41, 41, 41, 0.103);
}
.about-cont ul li:first-child{
     background-color: var(--primary-color);
     color: white;
}
.about-cont ul li:nth-child(2){
     background-color: var(--third-color);
     color: white;
}
.about-cont ul li img{
    margin-bottom: 10px;
    width: 50px;
   display: block;
    
}
.about-flex-box-2{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
   
}
.about-box2-col{
    
    width: 80%;
    position: relative;
}
.about-exp-img{
    position: absolute;
    top: -60px;
    right: 0;
    animation: expimg 10s infinite ease-in-out;
}
@keyframes expimg {
    
    0%{
        transform: rotate(0);
    }
     100%{
        transform: rotate(360deg);
    }
}
.about-exp-img img{
    width: 160px;
}
.about-img{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-img img{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eeeff0;
    background-color: #ffffff;
    /* box-shadow: -25px 25px 0px var(--second-color); */
}
.about-name{
    width: 250px;
    height: 80px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 3px 20px  rgba(41, 41, 41, 0.247);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -28px;
    left: 5px;
    transition: all 0.5s ease-in-out;
    animation: slide 3s forwards alternate-reverse infinite ease-in-out;
}
@keyframes slide {
    0%{
        transform: translateX(-10px);

    }
   
    100%{
        transform: translateX(10px);
    }
}
.about-name-col{
    text-align: center;
}
.about-name-col h3{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 5px;
    color: var(--third-color);
}
.about-name-col h5{
    font-family: var(--body-font);
    font-size: 15px;
}

.container2{
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/modern-manufacturing-equipment-futuristic-factory-generated-by-ai.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.container2::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: #1d1d1dd5;
    z-index: 0;
}
.c2-col{
    height: 75%;
    width: 95%;
    position: relative;
    z-index: 3;
}
.c2-col .section-heading{
    color: white;
    text-align: center;
    padding-bottom: 20px;
}
.c2-col .section-heading span{
    color: var(--primary-color);
    font-family: var(--heading-font);
    
}

.services-container{
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-col{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
    gap: 25px;
}
.services-grid-list{
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}
.services-img{
    height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.services-img img{
    width: 75%;
    height: 95%;
    border-bottom: 10px solid var(--second-color);
    border-left: 3px solid var(--second-color);
    border-top: 0;
    border-right: 3px solid var(--second-color);
    border-radius: 50%;
}
.services-info{
    padding-top: 15px;
}
.services-info h3{
    font-size: 20px;
    font-weight: 500;
}
.services-info p{
    padding: 10px 0;
}



.experience-box1{
    display: flex;
    margin:auto;
    width:90%;
   padding-top: 80px;
    
}
.experience-box1 h3{
    padding-bottom: 15px;
}
.experience-box1 span{
    font-family: var(--primary-font);
    font-size: 14px;
    color: #797e8f;
}
.experience-box1 p{
    padding-top: 15px;
    font-size: 14px;
    width: 80%;
}
 .ex-1{
    width:50%;
    padding-left: 30px;
    text-align: left;
     margin:0;
    
}
.ex-1, .ex-2, .ex-3{
    position: relative;
}



.ex1{
    width:50%;
    text-align: right;
    padding-right: 30px 
}
.ex1 span{
    display: block;
    
    
    margin: 0;
}
.ex1 .es1{
    color:#2e2e2e;
    font-size:1.0em;
}
.es2{
    font-size:1.em;
    color:#777777;
}
.ex-1 h3{
    color:#2e2e2e;
    font-size: 1.0em;
    font-weight: 500;
}
.ex-1 p{
    color:var(--para-color);
    text-transform: none;
    text-align: left;
    
}
.verticale i{
    font-size: .6em;
    color:var(--primary-color);
    position: relative;
    
}
.verticale i::after {
    content:"";
    width:2px;
    height:430px;
    background-color:#b2c1ce;
    position: absolute;
    display: block;
    left:5px;
    top:1;
}
.ex-2{
    text-align: right;
    width:50%;
    padding-right: 30px;
}
.ex3{
    text-align: left;
    width:50%;
    padding-left: 30px;
}
.ex-2 h3{
    color:#2e2e2e;
    font-size: 1.0em;
}
.ex-2 p{
    color: var(--para-color);
    /* font-size: 1.0em; */
    text-transform: none;
    text-align: right;

}
.ex-2-para{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.es1{
    color:#2e2e2e;
    font-size: 1.0em;
}
.ex4{
    width:50%;
    padding-right:30px;
    text-align: right;
}
.ex-4{
    width:50%;
    padding-left: 30px;
    margin-bottom: 40px;
}
.ex-4 h3{
    font-size: 1.0em;
}
.ex-4 p{
    /* font-size: .6m; */
    color: var(--para-color);
    text-transform: none;
    text-align: left;
}

.icon3 i{
    font-size: .6em;
    color:var(--primary-color);
    position: relative;
}


.ex-5{
    text-align: right;
    width:50%;
    padding-right: 30px;
}
.ex5{
    text-align: left;
    width:50%;
    padding-left: 30px;
}
.ex-5 h3{
    color:#2e2e2e;
    font-size: 1.0em;
}
.ex-5 p{
    color: var(--para-color);
    /* font-size: 1.0em; */
    text-transform: none;
    text-align: right;

}
.ex-5-para{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.ex-img img{
    width: 180px;
    border-radius: 5px;
}

#gallery{
 
    height: 750px;
    width: 100%;
    padding: 80px 0;
}
#gallery .section-heading-container{
    padding-bottom: 30px;
    text-align: center;
}
.slide-container2{
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
 
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: 5%;
}
.wrapper i:last-child{
  right: 5%;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: transparent;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  border: none;
}

.card .img img {
  width: 350px;
  height: 300px;
  border-radius: 8px;
  object-fit: contain
  /* border: 4px solid #fff; */
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

.gallery-masonry-container{
    height: 1700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery-masonry-col{
    height: 85%;
    width: 95%;
    
}
.gallery-masonry-col .section-heading-container{
    padding-bottom: 30px;
    text-align: center;
}
.masonry-grid {
  column-count: 4;
  column-gap: 15px;
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.grid-item img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .masonry-grid {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .masonry-grid {
    column-count: 1;
  }
}


.container4{
    height: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/shape.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.container4::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: #feed00c5;
    opacity: 2;
    /* background-color: #2c2c90e3; */
    z-index: 0;
}
.c4-col{
    width: 88%;
    height: 85%;
   z-index: 5;
}
.c4-col .section-heading-container{
    padding-bottom: 30px;
    text-align: center;
}


.gallery-section{
    height: 90%;
    width: 100%;
   
}
.gallery-section-title{
    width: 100%;
    border-bottom: 1px solid #b8b6b6;
    padding-bottom: 10px;
}
.gallery-section-title ul{
    width: 100%;
   
}
.gallery-section-title ul li{
    list-style-type: none;
    display: inline;
    margin: 0 35px 0 0;

}
.gallery-section-title ul li a{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    color: rgb(15, 15, 15);
    background-color: white;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.gallery-section-title ul li .active-project{
    color: white;
    background-color: var(--primary-color);
}
.gallery-section-image-grid{
    height: max-content;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    /* grid-template-rows: repeat(auto, 250px); */
    gap: 30px;
    padding: 30px 0 0 0;
    
}
.gallery-section-img-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    
}
 .hide-gallery{
    display: none;
    opacity: 0;
  
}
.gallery-section-img-div img{
    width: 93%;
    height: 93%;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.gallery-section-img-div::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f1f1f4b;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    transform: rotate(0);
}
.gallery-section-img-div:hover img{
    transform: scale(1.1);
}
.gallery-section-img-div:hover::before{
    opacity: 1;
    transform: rotateY(180deg);
}
.gallery-section-img-div i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: white;
    opacity: 0;
    transform: rotateY(0);
    transition: all 0.4s ease;
}
.gallery-section-img-div:hover i{
    opacity: 1;
    transform: rotateY(180deg);
    cursor: pointer;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
  .wrapper i:first-child{
  left: 0;
}
.wrapper i:last-child{
  right: 0;
}

}

    .counter-section {
  display: flex;
  justify-content: space-around;
  background: #f5f5fc;
  padding: 50px 20px;
  flex-wrap: wrap;
  text-align: center;
}

.counter-box {
  flex: 1 1 200px;
  margin: 20px;
}

.counter-box .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.counter {
  font-size: 56px;
  font-weight: bold;
  color: var(--primary-color);
}
.counter span{
    font-size: 56px;
  font-weight: bold;
  color: var(--third-color);
}
.counter-box p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.container5{
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.c5-col{
    height: 80%;
    width: 98%;
    text-align: center;
    
}

.testimonial-container{
    height: 90%;
    width:100%;
    padding-top: 60px;
    
}
.testimonial-grid-box{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3,1fr);
   

}
.testimonial-grid-list{
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px 5px rgba(0,0,0,0.1);
    border-radius: 4px;

}
.testimonial-list-col{
    height: 90%;
    width: 85%;
    text-align: center;
}
.testimonial-list-col ul{
    list-style-type: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    width: 100%;
    
}
.testimonial-list-col ul li i{
    color: rgb(255, 230, 0);
}

.quote-icon{
    width: 100%;
    position: relative;
   
}
.quote-icon i{
    font-size: 90px;
    color: #b6b6b636;
    position: absolute;
    transform: translate(-50%,-70%);
}
.avatar-img{
    width: 100%;
}
.avatar-img i{
    font-size: 30px;
    color: var(--third-color);
    border: 1px solid var(--third-color);
    border-radius: 50%;
    padding: 15px 17px;
    background-color: white;
}
.avatar-img h3{
    font-size: 15px;
}

.t-2{
    background-color: var(--third-color);
    transform: translateY(-50px);
}
.t-2  .testimonial-list-col p{
    color: white;
}
.t-2 .avatar-img p{
        color: #1d1d1d;
    }

    .container6{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #eeeeee;
       padding: 90px 0;
    }
    .c6-col{
        height: 90%;
        width: 85%;
    }
    .contact-container{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }
    form .section-heading{
        padding-bottom: 30px;
    }
    .contact-form{
        width: 65%;
        height: 100%;
        position: relative;
    }
    .form-hide-field{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -20px;
    left: 0;
    background-color: white;
    z-index: 9900;
    border: 1px solid black;
    }
    form input{
        width: 100%;
        height: 43px;
        margin-bottom: 25px;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        padding: 0 15px;
        font-family: var(--body-font);
    }
    form select{
         width: 100%;
        height: 43px;
        margin-bottom: 25px;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        padding: 0 15px;
        font-family: var(--body-font);
         color: #3d3d3d;
    }

    form textarea{
        width: 100%;
        height: 120px;
        margin-bottom: 25px;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        padding: 15px;
        font-family: var(--body-font);
    }
    form button{
    background-image:linear-gradient(to left ,#2C2C90, #E50086);
    font-family: var(--body-font);
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all ease-in-out  1.5s;
    
}
form button:hover{
    background-image:linear-gradient(to left  ,#E50086,#2C2C90 );
}
form input::placeholder{
    color: #3d3d3d;
}
form input:focus{
    outline: none;
}
 .contact-info{
    width: 35%;
    height: 100%;
   padding-top: 30px;
}
.c6-address-map{
    height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
}
.c6-address-map iframe{
    height: 300px;
    width: 100%;
    border-radius: 5px;
    
}
.contact-address{
    height: 300px;
    width: 100%;
    padding-top: 40px;
}
.contact-address h3{
    font-size: 22px;
}
.contact-address p{
    color: #252525;
    width: 80%;
    font-weight: 500;
    font-size: 18px;
}
.contact-address ul{
    list-style-type: none;
    width: 100%;
    text-align: left;
    
}
.contact-address ul li{
    line-height: 35px;
}
.contact-address ul li a{
    text-decoration: none;
    color: #2e2e2e;
    font-weight: 500;
    font-size: 19px;
}
.contact-address ul li a i{
    margin-right: 5px;
    color: var(--primary-color);
    font-size: 20px;
}
.contact-address ul li a:hover i{
    color: var(--third-color);
}


footer{
    width: 100%;
    padding: 50px;
    background-color: var(--primary-color);
    color:white;
}
.footer-main{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
}
.footer-section{
    width: 25%;
}
.footer-section.one{   /* First section */
    padding-right: 50px;
}
.footer-section.one img{
    width: 100px;
    border-radius: 5px;
    /* height: 100px; */
}
.footer-section.one p{
    font-size: 15px;
    margin-top: 10px;
}
.social-icons{
    margin-top: 20px;
}
.social-icons i{
    background-color: var(--third-color);
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 50px;
}
.social-icons i:hover{
    background-color: var(--second-color);
    color: black;
    transition: .5s;
}

.footer-section.two {   /* Second section */
    padding: 0 50px;
}
.footer-section.two ul{
    list-style: none;
    margin-top: 20px;
}
.footer-section.two li{
    line-height: 30px;
}
.footer-section.two ul li a{
    margin: 10px 0;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.footer-section.three{   /* Third section */
    padding: 0 50px;
}
.footer-section.three h3{
    margin-bottom: 20px;
}
.footer-section.three p{
    margin: 10px 0;
    font-size: 15px;
}
.footer-section.three p i{
    color: white;
    background-color: var(--third-color);
    font-size: 16px;
    padding: 7px;
    border-radius: 50px;
    width:30px;
    height: 30px;
}
.footer-section.three p i:hover{
    background-color: var(--second-color);
    color: black;
    transition: .5s;
}

.footer-section.four{   /* Fourth section */
    padding: 0 50px;
}
.footer-section.four ul{
    list-style: none;
    margin-top: 20px;
}
.footer-section.four ul li{
    line-height: 30px;
}
.footer-section.four ul li a{
    margin: 10px 0;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

/* copywright */
.copyright{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f43cb0;
   
}
.copyright img{
    width: 30px;
    border-radius: 50px;
}
.copyright p{
    text-decoration: none;
    color: var(--white-color);
    font-size: 15px;
}
.copyright a{
    text-decoration: none;
    color: var(--white-color);
    font-weight: 800;
}

.whatsapp-integrate{
    position: fixed;
    bottom: 30px;
    left:30px;
    z-index: 99999;
}
.whatsapp-integrate a img{
    width: 60px;
    color: #091fa0;
}

/** Responisve redsign starts */ /* Tablet */
@media (max-width: 480px) {
    .footer-main{
    padding: 10px;
    display: block;
}
footer{
    width: 100%;
    padding: 10px;
}
.footer-section{
    width: 100%;
}
.footer-section.one{   /* First section */
    padding-right: 0px;
}


.footer-section.two {   /* Second section */
    padding: 20px 0px;
    
}
.footer-section.two ul{
    list-style: none;
    margin-top: 20px;
}


.footer-section.four{   /* Fourth section */
    padding: 20px 0px;
}

.footer-section.three{   /* Fourth section */
    padding: 20px 0px;
}
}

.mobile-menu-btns, .header-menu .fa-xmark{
    display: none;
}
@media screen and (max-width:480px) {
    body{
        overflow-x: hidden;
        max-width: 100% auto;
    }
    .scroll-top-container{
        right: 20px;
        bottom: 30px;
    }
    .scroll-top-container i{
        padding: 12px;
    }
    .whatsapp-integrate{
        left: 20px;
    }
    .whatsapp-integrate a img {
        width: 50px;
    }
    .section-heading{
        font-size: 36px;
    }
    .header-container{
        width: 100%;
       height: max-content;
       padding: 0 0 40px 0;
    }
    .header-nav{
        width: 100%;
        background-color: rgba(255, 255, 255, 0.164);
        justify-content: space-between;
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        box-shadow: 0px 3px 20px 10px rgba(0, 0, 1, 0.055);
       
    }
    .header-logo{
        /* order:2; */
        width: 50%;
        
    }
    .header-menu{
        width: 50%;
        /* order:1; */
        position: relative;
    }
    .header-btn{
        display: none;
    }
    .mobile-menu-btns{
        width: 160px;
       
        display: block;
        /* padding-left: 25px; */
        background-color: transparent;
        text-align: right;
        
    }
    .mobile-menu-btns i{
        font-size: 20px;
        background-color: transparent;
        cursor: pointer;
         text-align: right;
         padding: 10px;
         border-radius: 50%;
         background-color: var(--primary-color);
         color: white;
    }
    .header-menu .fa-xmark{
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 25px;
        right: 30px;
        cursor: pointer;
         padding: 10px;
         border-radius: 50%;
         background-color: var(--primary-color);
         color: white;
    }
    .header-menu ul{
        position: absolute;
        top: 0;
        left: 0;
        position: fixed;
        height: 1200px;
        padding: 80px 30px;
        width: 380px;
        background-color: white;
        color: black;
        transform: translateX(-600px);
        /* display: none; */
        z-index: 10000;
    }

    .header-menu ul li{
        text-align: left;
        display: block;
        margin-bottom: 25px;
        line-height: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #bdbdbd73;
    }

    .header-banner{
        width: 100%;
        height: 100%;
        padding: 120px 0 0 0;
      
    }
    .header-banner-col{
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .header-banner-row1{
        width: 100%;
        height: max-content;
        padding: 40px 15px;
        
    }
     .header-banner-row1 h1{
        font-size: 36px;
     }
    .header-banner-row2{
        width: 100%;
        height: max-content;
       padding: 40px 0;
        
    }
    .banner-row-imgs {
        height: 100%;
        width: 100%;
    }
    .banner-row-imgs img{
        width: 60%;
    }
    .container1{
        height: 1200px;
        width: 100%;
    }
    .c1-col{
        width: 95%;
        height: 90%;
        flex-direction: column;
        gap: 35px;
    }
    .about-flex-box-1{
        width: 100%;
        height: 65%;
       
    }
    .about-cont ul{
        flex-direction: column;
    }
    .about-flex-box-2{
        width: 100%;
        height: 30%;
        justify-content: center;
       
    }
    .about-box2-col{
        height: 90%;
       
    }
    .about-img{
        height: 100%;
        height: 100%;
    }
    .about-exp-img{
    top: 10px;
    }
    .about-img img{
        width: 100%;
        height: 100%;
    }

    .container2{
        height: 2200px;
        width: 100%;
    }
    .c2-col{
        width: 95%;
        height: 90%;
       
    }

    .services-container{
        width: 100%;
        height: 95%;
       
    }
    .services-col{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .services-img{
        height: 50%;
      
    }
    .services-img img{
        width: 40%;
        height:90%;
    }

    .gallery-masonry-container{
        /* height: 2700px; */
        height: auto;
        padding: 80px 0;
    }
    .gallery-masonry-col{
        height: 90%;
        width: 95%;
    }
    .masonry-grid{
        height: 100%;
    }
    .masonry-grid .grid-item:nth-child(10), .masonry-grid .grid-item:nth-child(11), .masonry-grid .grid-item:nth-child(12), .masonry-grid .grid-item:nth-child(13), .masonry-grid .grid-item:nth-child(14), .masonry-grid .grid-item:nth-child(15), .masonry-grid .grid-item:nth-child(20), .masonry-grid .grid-item:nth-child(21), .masonry-grid .grid-item:nth-child(22) {
        display: none;
    }

    .container4{
        height: 2900px;
        width:100%;
    }
    .c4-col{
        height: 90%;
        width: 100%;
    }
    .c4-col .section-heading-container{
        text-align: center;
    }
    .gallery-section{
        width: 100%;
    }
    .gallery-section-title{
        width: 100%;
        height: max-content;
    }
    .gallery-section-title ul{
        justify-content: center;
    }
    .gallery-section-title ul li{
        line-height: 65px;
    }
    .gallery-section-image-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .container5{
        height: 1300px;
        width: 100%;
    }
    .c5-col{
       
        height: 90%;
        width: 95%;
       
    }

    .testimonial-container{
        height: 95%;
        width: 100%;
        padding-top: 0px;
    }
    .testimonial-grid-box{
        grid-template-columns: 1fr;
        gap:50px;
    }
    .t-2{
        transform: translateY(0px);
    }

    .container6{
        height: 1700px;
        width: 100%;
    }
    .c6-col{
        height: 90%;
        width: 95%;
        
    }
    .contact-container{
        height: 100%;
        width: 100%;
        flex-direction: column;
        gap: 35px;
    }
    .contact-form{
        width: 100%;
        height: 50%;
        
    }
    .form-hide-field{
    bottom: 20px;
    }
    .contact-info{
        width: 100%;
        height: 50%;
        padding: 0;
       
    }
    .c6-address-map{
        height: 50%;
    }
    .c6-address-map iframe{
        height: 100%;
    }

    .contact-address{
        padding-top: 25px;
    }
































}