* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    /* font-family: Cutive Mono; */
}

.container {
    width: 100%;
    height: 100%;
}

nav {
    display: flex;
    align-items: center;
    height: 85px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* border-bottom: 2px solid #0000003b; */
    justify-content: space-around;
}
.logo {
    width: fit-content;
    display: flex;
    /* margin-left: 30px; */
}

#lg {
    height: 70px;
    margin-right: 5px;
    opacity: 0.8;
}

#lg-text {
    font-size: 19px;
    font-weight: bold;
    color: #4F6228;
    margin-left: 0px;
    margin-top: 6px;
}

.pages {
    /* margin-left: 80px; */
}

.links {
    text-decoration: none;
    /* color: #000000bd; */
    margin-left: 30px;
    font-size: 21px;
}
.pages .links:hover {
    border-bottom: 3px solid #00000093;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}


.hero {
    background-image: url("bg-image.png");
    background-size: cover;
    position: relative;
    background-position: center;
    height: 600px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
}

.left {
    position: absolute;
    color: #000000bb;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 260px;
}

.left1 {
    position: absolute;
    color: #000000e0;
    font-size: 40px;
    font-weight: 700;
    margin-top: 65px;
    margin-left: 260px;
}

.hero-line {
    width: 80px;
    height: 2px;
    position: absolute;
    background-color: black;
    margin-top: 290px;
    margin-left: 260px;
}

.right {
    position: absolute;
    color: #000000e0;
    font-size: 18px;
    margin-top: 320px;
    margin-left: 800px;
}

#button {
    width: 260px;
    position: absolute;
    padding: 10px;
    font-size: 18px;
    background-color: #191913;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 450px;
    margin-left: 800px;
}


.about {
    /* height: 760px; */
    padding: 20px;
    background-image: url(25101.jpg);
    background-position: center;
    background-size: cover;
}

h1 {
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
    margin-bottom: 40px;
}

#abt {
    align-items: center;
    font-size: 18px;
    color: #00000093;
    margin-top: 20px;
    margin-left: 90px;
    margin-right: 100px;
    margin-bottom: 40px;
}

#more {
    display: none;
}

#myBtn {
    text-decoration: underline;
    color: #00000093;
}

.products {
    height: 800px;
    padding: 15px;
    background-image: url(bg-image.png);
    /* background-color: violet; */
    background-size: cover;
    background-position: center;
}

.boxes{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 9px;
}

.inner-box{
    display: flex;
    justify-content: center;
}

.boxes > img {
    width: 80%;
}

.box1, .box2, .box3, .box4, .box5, .box6 {
    background-color: black;
    height: 160px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img {
    background: none;
    width: 75%;
    height: 90px;
    margin: 25px 25px 0px 32px;
}

.p-name {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-top: 5px;
    margin-left: 18px;
    font-weight: 200;
}

#pr-img {
    height: 440px;
    width: 550px;
    margin-left: 100px;
    margin-top: 40px;
    border: 1px solid black;
}

.rg-img {
    position: relative;
}

#sc-img {
    height: 342px;
    width: 640px;
    position: absolute;
    left: 560px;
    top: -377px;
}

.text {
    height: 280px;
    width: 580px;
    background-color: #fff;
    position: absolute;
    top: -346px;
    left: 590px;
}

#txt {
    margin: 20px;
    text-align: center;
    font-size: 17px;
}

#h1 {
    margin-top: 15px;
    font-size: 25px;
}

.choose-us {
    height: 640px;
    padding: 10px;
    background-image: url(25101.jpg);
    background-position: center;
    background-size: cover;
    position: relative;   
}

.features {
    display: flex;
    color: #00000093;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.quality {
    width: 320px;
    height: 200px;
    margin-top: 60px;
    margin-right: 60px;
    margin-left: 60px;
}

.delivery {
    width: 320px;
    height: 200px;
    margin-right: 60px;
    margin-top: 60px;
}

.support {
    width: 320px;
    height: 200px;
    margin-top: 60px;
    margin-right: 125px;
}

.prompt {
    width: 320px;
    height: 200px;
    margin-top: 30px;
    margin-left: 80px;
}

.response-time {
    width: 320px;
    height: 200px;
    margin-top: 30px;
}

.relation {
    width: 320px;
    height: 200px;
    margin-top: 30px;
    margin-right: 124px;
}

#qlt-icon {
    height: 40px;
    margin-top: 10px;
    margin-left: 135px;
}

h2 {
    text-align: center;
    margin: 10px;
}

.qlt-txt {
    text-align: justify;
    margin: 10px 30px 10px 30px;
    left: 60px;
}

#dly-icon {
    height: 50px;
    margin-left: 116px;
}

.dly-txt {
    text-align: center;
    margin: 10px 20px 10px 20px;
}

.hr-line {
    /* width: 100%; */
    height: 3px;
    background-color: rgba(0, 0, 0, 0.281);
    margin: 0 110px;
}

.vr-line {
    width: 3px;
    height: 450px;
    background-color: rgba(0, 0, 0, 0.281);
    position: absolute;
    top: 150px;
    left: 32%;
}

.vr-line1 {
    width: 3px;
    height: 450px;
    background-color: rgba(0, 0, 0, 0.281);
    position: absolute;
    top: 150px;
    left: 64%;
}

.features1 {
    display: flex;
    color: #00000093;
    flex-wrap: wrap;
    justify-content: space-between;
}

.awards {
    height: 600px;
    padding: 10px;
    background-image: url(25101.jpg);
    background-position: center;
    background-size: cover;
}

.images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    width: 100%;
    margin-top: 50px;
}

#certificate {
    height: 200px;
    margin: 40px;
    border: 40px solid #ffffff99;
}

.ctf-name {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #00000093;
}

#ctf-txt1 {
    margin-left: 140px;
}

#ctf-txt2 {
    margin-left: 285px;
}

#ctf-txt3 {
    margin-left: 350px;
}

/* #button1 {
    width: 260px;
    position: absolute;
    padding: 10px;
    font-size: 22px;
    background-color: #191913;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 40px;
    margin-left: 540px;
} */

/* .footer {
    height: 85px;
    background-color: black;
    color: #fff;
}

.items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

#copyright {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.icons {
    margin-top: 25px;
} */

#icon1 {
    height: 40px;
}

.pages .icon {
    display: none;
}

/* My Team Section  */
.team {
    height: auto;
    padding: 10px;
    background-image: url(25101.jpg);
    background-position: center;
    background-size: cover;
}

.members {
    width: 80%;
    height: 25%;
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 2%;
    background-color: rgba(158, 158, 158, 0.1);
    border-color: #fafaf6;
    display: flex;
}

#memb-img {
    width: 35%;
}

.member1,.details {
    width: 60%;
    padding: 60px 80px 0px; 
}

.details h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
}

.details p {
    color: #222222;
    letter-spacing: 2px;
    font-size: 18px;
}

.memb-line {
    width: 80px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Our Products Section  */

.product-1 {
    padding: 60px 80px;
    background-image: url(bg-image.png);
    background-size: cover;
}

/* GRID LAYOUT */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

/* CARD */
.product-card {
    background: linear-gradient(135deg,#8b5e3c,#d2b48c);
    padding: 25px;
    display: flex;
    gap: 25px;
    align-items: center;
}

/* IMAGE */
.product-card img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    background: #fff;
}

/* TEXT BOX */
.product-text {
    background: #fff;
    padding: 20px;
    flex: 1;
}

/* TITLE */
.product-text h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

/* LINE */
.pr-line {
    width: 60px;
    height: 2px;
    background: rgba(0,0,0,.3);
    margin-bottom: 12px;
}

/* PARAGRAPH */
.product-text p {
    font-size: 15px;
    line-height: 1.6;
}

/* READ MORE */
.read {
    color: blue;
    cursor: pointer;
}

/* RESPONSIVE */
@media(max-width:1200px){
    .product-grid {
        grid-template-columns: 1fr;
    }
    .product-card {
        flex-direction: column;
        text-align: center;
        
    }
    .product-card img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 1100px) {
    .boxes{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 9px;
    }

}

/* @media screen and (max-width: 760px) { */
@media screen and (min-width: 375px) and (max-width: 1300px){
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        
    }   

    .logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #lg {
        height: 50px;
        margin-right: 10px;
    }

    #lg-text {
        font-size: 18px;
        font-weight: bold;
        color: #4F6228;
        margin-top: 6px;
    }

    .pages {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .links {
        text-decoration: none;
        color: #000;
        font-size: 18px;
        margin-left: 30px;
    }
    .icon {
        font-size: 30px;
        color: #000 !important;
        cursor: pointer;
        display: block;
        margin-top: 10px;
        /* transition: all 0.3s ease-in-out; */
        position: absolute;
        right: 15px; 
        top: 25px;
        opacity: 1;
    }

    .pages {
        display: none; 
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);  
        z-index: 100;  
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .pages a {
        text-align: center;
        padding: 12px 0;
        font-size: 18px;
        color: #000;
        text-decoration: none;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        transition: background-color 0.3s ease;
    }

    .pages a:hover {
        background-color: #4F6228;
        color: white;
    }

    .pages.responsive {
        display: flex;
        overflow: hidden;
    }

    .main-content {
        margin-top: 120px; 
    }



    .hero {
        height: 400px;
        background-position: center;
        padding: 10px;
    
    }

    .hero-line{
        width: 80px;
        height: 2px;
        position: absolute;
        background-color: black;
        margin-top: 15px;
        margin-left: 1px;
    }

    .left, .left1 {
        position: relative;
        margin: 0 auto;
        width: 100%;
        font-size: 16px;
    }

    .left {
        margin-top: 4%;
    }


    .hero-right{
        position: relative;
    }


    .right {
        position: relative;
        margin-left: 72%;
        margin-top: 8%;
        /* font-size: 16px; */
    }   

    .left1 {
        font-size: 28px;
    }


    #button {
        /* position: absolute; */
        width: 28%;
        margin: 1% 0 4% 0;
        right: 0%;
    }

    
    .about {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    h1 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #abt {
        font-size: 14px;
        margin-left: 10%;
        margin-right: 10%;
    }

    #myBtn {
        font-size: 14px;
    }

    .products {
        height: auto;
        padding: 15px;
       
    }

    .boxes{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 9px;
    }

    .box1, .box2, .box3, .box4, .box5, .box6 {
        width: 60%;
        height: 150px;
        margin-top: 20px;
     
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p-name {
        font-size: 18px;
    }

    .direction {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #pr-img {
       
        display: none;
    }
    #qlt-icon{
        flex-direction: column;
        align-items: center;
        justify-content: center;
     
        height: 60px;
        width: 60px;
    }
    #dly-icon{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60px;
        height: 60px;
        
    }


    .rg-img{
        display: block;
        position: relative;
    }

   

    #sc-img {
        width: 588px;
        height: 518px;
        position: relative;
        top: 47px;
        left: 0px;
        margin-bottom: 20px;
        z-index: -1;
    }
    
 

    .text{
        width: 100%;
        margin-top: 20px;
        left: 0;
        top: 98px;
        height: 360px;
    }

    #txt {
        font-size: 16px;
      
    }

    
    .choose-us {
        height: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .quality {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .delivery {

        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .support {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .prompt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .response-time{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .relation{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }


    .features1{
        display: flex;
        flex-direction: column;
    }

    .features h2, .features1 h2 {
        white-space: nowrap;
        align-items: center;
    }

   


    .qlt-txt {
        text-align: center;
        margin: 0 20px;
    }

    .hr-line {
        
    }

    .vr-line{
        display: none;
    }

    .vr-line1{
        display: none;
    }

    
    .awards {
        padding: 10px;
        
        height: fit-content;
    }

    .images {
        
        height: fit-content;
        margin-top: 92px;
        justify-content: center;
        align-items: center;
        display: flex;
      
        flex-wrap: wrap;
    }

    #certificate {
        margin-top:-22px;
        height: 250px;
        border: none;
    }

    .ctf-name {
        font-size: 18px;
        margin-left: 0;
    }

    #ctf-txt3 {
        margin-left: 0;
    }

    #button1 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        font-size: 18px;
    }

    .main-title{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .icon-section{
        display: flex;
        flex-direction: column;
    }
    .contact-form-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .form-group{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-wrapper{display: flex;justify-content: center;align-items: center;}

    .map1{
        padding: 60px 30px !important; 
        position: absolute !important;
        height: 230px !important;
        width: 285px !important;
        top: 123.1rem !important;
        left: 53.2% !important;
    }
    .map2{
        height: 236px !important;
        width: 287px !important;
        top: 168.05em !important;
        left: 1.2% !important;
    }

    .input-wrapper textarea{
        width: 225px !important;
    }
}

@media screen and (max-width: 720px){
    .map1,
    .map2{
        display: none;
    }

    .icon-row{
        flex-direction: column;
    }

    .breadcrumb{
        display: none;
    }

    .flex-row{
        flex-wrap: nowrap !important;
        flex-direction: column;
        align-items: center;
    }

    /* .img-card{
        width: 200px;
    } */
    .icon-section{
        
    }
    
}
@media screen and (max-width: 609px){
    #sc-img {
        width: 123%;
        height: 518px;
        position: relative;
        transform: translateX(-9%);
    }
    .direction {
        width: 420px;
        height: 600px;
        margin: 0!important;
    }
    .products{
        overflow: hidden;
    }
    .rel{display: flex;
        width: 100%;
        justify-content: center;}
}
@media screen and (max-width: 420px){
    #sc-img {
        width: 130%;
        height: 518px;
        position: relative;
        /* transform: translateX(-9%); */
    }
    .direction {
        width: 320px;
        height: 600px;
        margin: 0!important;
    }
    .products{
        overflow: hidden;
    }
    .rel{display: flex;
        width: 100%;
        justify-content: center;}
}

/* @media screen and (min-width: 420px) and (max-width: 789px) {
    .right {
        position: relative;
        margin-left: 43%;
        margin-top: 23%;
       
    }
    #button {
        
        width: 57%;
        margin: 1% 0 4% 0;
        right: 0%;
    }
} */


/* @media screen and (max-width: 480px){
    .boxes{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 9px;
    }
    .right {
        position: relative;
        margin-left: 66%;
        margin-top: 15%;
        font-size: 16px;
    }
    .quality{
        margin-top: 30px;
    }

    #button{
        width: fit-content;
        margin-left: 260px;
        margin-top: 15px;
    }
    #sc-img{
        width: fit-content;
    }
    .text{
        width: fit-content;
    }
    .icon {
        position: absolute;
        margin: 15px 0 0 0;
        top: 0px;
        right: 14px !important;
        font-size: 30px;
        color: white;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        transition: top 0.7s ease-in-out;
        opacity: 0;
        z-index: 1;
    }
    .images{
        padding: 0px;
    }
    .awards{
        padding: 0px;
    }
    .icon-row {
        margin-bottom: 40px;
        flex-direction: column;
    }
    #message{
        width: 224px;
    }
    .sendbtn {
        width: 291px !important;
        margin-top: 22px !important;
        margin-left: 0;
    }
    .map1{
        display: none;
    }

    .map2{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
    .icon-section{
        overflow: hidden;
    }
    .input-wrapper{
        margin-left: 0;
    }
} */


/* @media (min-width: 761px) and (max-width: 1284px){
    .features{

    }
} */

/* contact starts */


.main-title {
    float: left;
    width: 100%;
    margin: 0px 0px 65px;
    padding: 40px 0px 40px;
    position: relative;
    clear: both;
    /* padding-left: 147px; */
    background-color: rgba(0, 0, 0, 0.05);
}
/* .section {
    display: block;
} */
.container {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.main-title-section {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    pointer-events: none;
}
.main-title-section #exe, .gallery-title-section #exe {
    /* font-family: PT Serif; */
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
    color: #333333;
}
.breadcrumb {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    /* font-size: 14px; */
    line-height: 2.5;
    color: rgba(0, 0, 0, 0.6);
}

.breadcrumb a {
    color:#000000;
}
a {
    text-decoration: none;
}
a:hover{
    color: #9E9E9E;
}
.breadcrumb .fa.default {
    display: inline-block;
    height: 14px;
    width: 1px;
    -webkit-transform: rotate(30deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(30deg);
    transform-origin: 0 0;
    transform: rotate(30deg);
    background: #000000;
    top: 3px;
    position: relative;
    margin: 0px 5px 0px 10px;
}
.breadcrumb .fa {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb span.current {
    color: rgba(0, 0, 0, 0.3);
    margin-left: -4px;
}
strong {
    font-weight: bold;
    /* margin: 9px; */
    color: black;
}

p{
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.icon-section {
    display: flex;
    /* justify-content: space-evenly;  */
    justify-content: space-around;
    /* justify-content: space-between;  */
    align-items: center;
    padding: 20px;

   
  }
  
  .icon-item {
    text-align: center;
    /* margin: 10px; */
    /* margin-left: 183px; */
    /* margin: 0 5px; */
    
}
 .icon i:hover{
    background-color: grey;
} 
.icon-item i{
    text-align:center;
 
    width: 84px;
    height: 84px;
    font-size: 32px;
    line-height: 84px;
    color: #ffffff;
    background: #000000;
    border-radius: 50%;
  
}
.icon-item i:hover{
    background-color: grey;
}
.txt1{
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 300px;
    height: 50;
    text-align: center;
    padding: 20px;
    /* margin-bottom: 4px; */
    margin: 50px;
    color:#9E9E9E;
    letter-spacing: 2px;
    line-height: 25px;
}
.txt1 > * {

}
strong{
    font-weight: bold;
    color: #5c6265;
}
strong:hover{
}
.demo h4{
    /* opacity: 1;
    text-align: center; */
    font-size: 30px;
}
.demo h6{
    
    /* text-align: center; */
    font-size: 18px;
    margin: 10px 0;
    /* color: #191919; */
}

.contact-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    /* background-color: #f4f4f4; */
  }
  
  /* .contact-form {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
    margin-left: -210px;
  } */

  .contact-form{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    
    }


  .form-group {
    /* margin-bottom: 15px;  */
    display: flex;
  }
  
  .input-wrapper {
    position: relative;
    margin-left: 30px;  
  }
  
  .input-wrapper input,
  .input-wrapper textarea {
    /* width: 73%; */
    padding: 17px 13px 17px 60px; /* Add space for the icon on the left */
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    margin-top: 26px;
         
  }
  /* .input-wrapper{
    margin: 10px;

  } */
  
  .input-wrapper i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
    
  }

  
  
  textarea {
    height: 120px;
  }
  
  button {
    background-color: #9E9E9E;
    border: none;
    margin: 20px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    cursor: pointer;
    justify-content: center;
    text-align: center; 
    margin-left: 33px;
    color: white;
  
}
  button:hover {
    background-color: #B5B5B5;
  }
  /* .input-wrapper i{
    border-right: 1px solid #eaeaea;
   
    left: 0;
    line-height: 52px;
    position: absolute;
    text-align: center;
   
    width: 50px;
    z-index: 9;
    color: #868686;
    font-size: 14px;
    bottom: 13px;
}    */

.input-wrapper i {
    /* border-right: 1px solid #eaeaea; */
    left: 0;
    line-height: 52px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 9;
    color: #868686;
    font-size: 14px;
    bottom: 13px;
}

/* .input-wrapper textarea 
{
    overflow: auto;
    resize: none;
    padding: 16px 15px;
    width: 137%;
    padding-left: 55px;
    height: 150px; 
} */


.input-wrapper textarea {
    overflow: auto;
    resize: none;
    padding: 16px 15px;
    width: 198%;
    padding-left: 55px;
    height: 150px;
}

iframe{
    /* background: transparent; */
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0; 
    width: 100%;
    height: 500px;  
    filter: grayscale(100%);       
        
}
/* .map {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; 
     padding: 60px 30px;
    height: 272px;
    width: 332px;
    position: absolute;
    top: 75.3rem;
    left: 19.2%;
} */
.map1 {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; 
     padding: 60px 30px;
    height: 272px;
    width: 332px;
    position: absolute;
    /* top: 94.9rem; */
    top: 81.9rem;
    left: 19.2%;
}
.map2 {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; 
     padding: 60px 30px;
    height: 272px;
    width: 332px;
    position: absolute;
    top: 123.05em;
    left: 19.2%;
}
h2{
    /* font-family: PT Serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1px;
    text-align: inherit;
    text-transform: none;
    color: #191919; */
    }
    
h3 {
    /* font-family: PT Serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    text-align: inherit;
    text-transform: none;
    color: #191919;
    margin: 27px;
    margin: 15px;
    margin-left: -1px; */
    }

    .map1 h3, .map2 h3 {
    color: #ffffff;
    margin: 0 15px 25px 0;
    }
  .map1 h2, .map2 h2{
    color:#ffffff;
    margin: 0 15px 25px 0;
    text-align: center;
    /* font-family: PT Serif; */
    font-weight: 400;
    line-height: 1px;
    text-align: inherit;
     }
    
ul.bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul li{
    padding-bottom: 22px;
  }

.one li a {
    color: #FFF;
}
.one li a:hover {
    color: #9E9E9E;
}

.icon-row {
    display: flex;
    justify-content: space-around; 
    align-items: center;
    margin-bottom: 40px;
  }
  
  .icon-item {
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }
  .icon-item .demo {
       text-transform: uppercase;
    font-size: 18px;
  }
  
  .icon {
    font-size: 30px; 
    margin-bottom: 5px; 
  }
  
  /* span {
    font-size: 16px;
    color: #333; 
  } */
  .icon-item span {
    font-size: 49px;
        /* margin: 82px; */
        margin: 82px 82px 50px 82px;
  }

  .demo{
    /* font-size: 20px;
    margin: 43px;
    margin-left: -41px;
    color: #000000;
    margin-top: -50px;
    margin-left: 27px; */
    line-height: 30px;
}

.demo > * {
    /* font-family: 'PT Serif'; */
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 7px 0;
}
  
  a{
    text-transform: none;
    color: #000;
  }
  
.icon-item:hover span{
  /* transform: rotate(8deg); */
  transform: translateY(-10px);
  transition: transform 0.8s linear;
  /* top: -5px; */
}

/* contact ends */



section.address {
    margin: 40px 0px;
}
.address-section {
    padding: 22px;
    background: rgba(0, 0, 0, 0.05);
}
.address-section h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}



/* Gallery section starts */

.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 50px;
}

.flex-column {
    flex: 1;
    min-width: 300px;
    max-width: 33.33%;
    overflow: hidden;
}

section.gallery {
    padding: 0px 0 50px 0;
}

.img-card {
    position: relative;
    overflow: hidden;
}

/* .img-card img {
    width: 100%;
    height: auto;
    transition: transform 0.7s ease;
} */

.img-card  > img {
    /* width: 374.328px; */
    width: 100%;
    height: 284.094px;
    transition: transform 0.7s ease;
    /* object-fit: contain; */
}

.img-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: -100%;
    left: 2px;
    /* left: 15px; */
    /* width: 100%; */
    height: 92%;
    /* background-color: #5c6265; */
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(129, 127, 127, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: bottom 0.7s ease-in-out;
    margin: 10px 0;
    /* margin-right: 0; */
    margin-left: 2px;
}

.img-card:hover .overlay {
    bottom: 0;
}

.overlay .overlay-text {
    position: relative;
    color: white;
    font-size: 18px;
    padding: 0px 20px;
    /* top: 75px; */
    top: 58px;
}

.overlay .overlay-text h3:hover,
.overlay .overlay-text p:hover {
    color: #000;
    cursor: pointer;
}

.overlay .overlay-text h2 {
    font-weight: 300;
}
.overlay .overlay-text h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    text-align: inherit;
    margin-bottom: 27px;
    /* margin: 15px; */
    /* margin-left: -1px; */
}


.overlay .overlay-text p {
    letter-spacing: 0.5px;
}

.icon {
    position: absolute;
    margin: 0px 0 0 0;
    /* top: -50px; */
    right: 30px;
    font-size: 30px;
    color: white;
    /* background-color: rgba(255, 255, 255, 0.3); */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    font-weight: bold;
    transition: top 0.7s ease-in-out;
    opacity: 1 ;
    z-index: 1;
}

#exe{
    margin: 0px;
}

@media (max-width:760px) {
    .icon{
        opacity: 1!important;
        color: rgb(0, 0, 0);
        margin: 0;
        
    }
    .pages {
        /* margin-left: 0px; */
    }
    
    

}
.img-card:hover .icon {
    /* top: 15px; */
    opacity: 1;
}

.icon:hover {
    cursor: pointer;
    transform: rotate(1turn);
    transition: transform 0.5s linear;
}

/* @media (max-width: 900px) {
    .flex-column {
        max-width: 48%;
    }
} */

/* @media (max-width: 600px) {
    .flex-column {
        max-width: 100%;
    }
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .flex-column {
        max-width: 48%;
    }
    .overlay-text {
        top: 40px;
    }
    .overlay {
        margin: 10px 10px;
    }
    .tab-container {
        /* flex-direction: column; */
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .overlay-text {
        top: 40px;
    }

    .overlay {
        margin: 10px 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .overlay-text {
        /* top: 40px; */
    }

    .overlay {
        /* margin: 10px 10px; */
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .overlay-text {
        top: 75px;
    }
    
}

.tab-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.tab-container>a {
    border: 2px solid #5c6265;
    padding: 10px;
    color: #5c6265;
    text-decoration: none;

    font-size: 14px;
    padding: 10px 20px 6px;
    letter-spacing: 0.5px;
}

.tab-container>a:first {
    color: #5c6265;
}

.tab-container>a:hover {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E;
    color: #fff;

}

.active-tab {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E !important;
    /* border: none; */
    color: #fff !important;
}

.gallery-title {
    width: 100%;
    margin: 0px 0px 0px;
    padding: 40px 0px 0px;
    background-color: rgba(0, 0, 0, 0.05);
}

.gallery-title .container {
    width: 1230px;
    margin: 0 auto;
}

/* Read more */
.read-more-content {
    display: none;
}
.read-more-span {
    color: blue;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 18px;
}