﻿:root {
    --width: 200px;
    --height: 180px;
    --quantity: 10
}

* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

.hdr_log img {
    width: 270px;
    height: 80px;
    object-fit: contain;
}

header {
    background-color: #fdfe00;
    z-index: 1;
    position: relative;
}

.hdr {
    padding: 20px;
    padding-left: 40px;
    text-decoration: none;
    width: max-content;
    position: relative;
}

span.provr {
    font-size: 72px;
    font-weight: 800;
    color: #1f4798;
    position: absolute;
    bottom: 30px;
    left: 110px;
}

span.facilty {
    font-size: 22px;
    font-weight: 400;
    background: #088142;
    padding: 4px 15px;
    color: #fff;
    position: relative;
    top: 10px;
}

.G_logo {
    width: 70px;
    height: 58px;
}

.top {
    height: 730px;
    background: #fdfe00;
    position: relative;
    transform: skewY(-3deg);
    bottom: 52px;
}

.frm_box {
    background-image: url(img/Banner.png);
    height: 99%;
    width: 100%;
    background-size: cover;
}

.frm_txt {
    position: absolute;
    transition: none;
    top: 6rem;
    font-size: 3.8rem;
    transform: skew(0deg, 3deg);
    color: #fff;
    font-weight: 600;
    left: 7rem;
    letter-spacing: 1px;
}

.frm_bx {
    position: absolute;
    width: 485px;
    right: 9rem;
    top: 13rem;
    background: #fff;
    padding: 15px;
    transform: skew(0deg, 3deg);
    height: 587px;
}

.pd {
    padding: 14px;
}

.txt_bx {
    min-height: 180px !important;
    max-height: 262px !important;
}

.sbmt_btn {
    background-color: #3ba4e0;
    position: relative;
    width: 106.5%;
    border: none;
    padding-block: 22px;
    left: -15px;
    font-size: 24px;
    color: #ffff;
    overflow: hidden;
    DISPLAY: INLINE-BLOCK;
    TEXT-ALIGN: CENTER;
    text-decoration: none
}

.sbmt_btn::before {
    content: '';
    position: absolute;
    background-color: #0088d7;
    width: 123px;
    height: 100%;
    left: -45px;
    top: 0;
    transform: skewX(24deg);
    transition: 0.8s ease-in-out;
}

.sbmt_btn:hover::before {
    width: 1023px;
    left: -30px;
    z-index: 0;
}
span.enquire_btn {
    position: relative;
}

.hdng {
    color: #038ab5;
    font-size: 48px;
    font-weight: 500;
}

.lft_block {
    text-align: center;
}

.lft_profl_img {
    position: relative;
    width: 77.8%;
}

.itm {
    display: flex;
    gap: 50px;
}

.ryt_block {
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
}

.itm_img {
    background: #fdfe00;
    transform: skewX(-8deg);
}

.itm img {
    width: 97px;
    /* padding: 16px; */
    transform: skewX(8deg);
}

.about_block {
    height: 350px;
    position: relative;
    background-image: url('img/About our facility.png');
    background-repeat: no-repeat;
    /* width: 100%; */
    background-size: cover;
}

/* .gail_g_bg {
            opacity: 0.2;
            position: absolute;
            width: 650px;
            right: 0;
        } */

.about_headings {
    position: absolute;
    top: 38px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .about_headings h4 {
        font-size: 36px;
    }

    .about_headings h2 {
        font-size: 48px;
        font-weight: 600;
    }


.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.contnt_block p {
    font-weight: 700 !important;
    font-size: 24px;
    margin-bottom: 5px;
}

.contnt_block span {
    color: #5c5c5c;
}

.about_block_sec {
    padding-inline: 5rem;
    position: relative;
    bottom: 114px;
}

.owl_img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.ablock_flx_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.about_block_sec .owl_img {
    height: 420px;
    width: 100%;
    object-fit: cover;
}

.about_block_sec .cntnt {
    position: absolute;
    bottom: -33px;
    text-align: center;
    /* background: #fdfe00; */
    /* width: 407px; */
    padding-block: 15px;
    transform: skew(0deg, -6deg);
    height: 100px;
    text-align: center;
    width: 100%;
}

.itms_block {
    position: relative;
}

.about_block_sec .cntnt span {
    width: 100%;
    display: inline-block;
    transform: skew(0deg, 6deg);
    position: relative;
    bottom: 0;
    font-weight: 600;
    margin: 0 auto;
}

.about_block_sec .cntnt .ind_meas {
    bottom: 10px;
}

.flx {
    flex:1
}

.vdo_block video {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.vdo_block marquee {
    background: #fdfe00;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    top: -7px;
    padding-block: 20px;
}

span.flow {
    -webkit-text-stroke: 3px #000;
    color: #fdfe00;
}

.mtrexprts {
    margin-right: 60px;
}

.tbl_block {
    padding: 40px;
}

ul {
    list-style: none;
    padding-left: 0;
}

    ul p {
        margin: 0;
        min-width: 255px;
    }

.lst_head {
    list-style: none;
    display: flex;
    justify-content: space-around;
    font-weight: 700;
    background: #d8edf9;
    padding: 6px 10px;
}

    .lst_head li {
        min-width: 255px;
    }

.lst_data li {
    padding: 6px 10px;
    background: #d8edf9;
    margin-block: 8px;
}

    .lst_data li .tbl_data {
        display: flex;
    }

.sec li {
    margin-block: 13px;
}

.logo_block {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.nabl img {
    width: 160px;
}

.ilac_block {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 740px;
    justify-content: center;
}

marquee img {
    width: 180px
}

.top_futr {
    background-color: #3ba4e0;
    display: flex;
    width: 68%;
    justify-content: space-between;
    padding: 33px 60px;
    margin: 0 auto;
    align-items: center;
    padding-left: 10rem;
    font-size: 26px;
    position: relative;
    overflow: hidden;
}

    .top_futr::before {
        content: '';
        position: absolute;
        width: 173px;
        height: 111px;
        transform: skewX(43deg);
        background: #fdfe00;
        left: -50px;
    }

    .top_futr p {
        margin: 0;
        color: #fff;
        font-weight: 700;
    }

.social_icns {
    display: flex;
    gap: 20px;
}

    .social_icns img {
        width: 40px
    }

footer {
    background: #676765;
}

.gail_main_ftr_logo img {
    width: 260px;
}

footer .social_icns i {
    color: #fff
}

footer .futr_bttm {
    padding-block: 3rem;
    border-bottom: 1px solid #fff;
    width: 68%;
    margin: 0 auto;
}

footer .futr_detls {
    color: #fff
}

    footer .futr_detls p {
        border-bottom: 2px solid #fdfe00;
        width: 195px;
    }

    footer .futr_detls .contct_dtls {
        display: flex;
        flex-direction: column;
    }

.Gail_tgline {
    color: #fff;
    padding-block: 15px;
    width: 68%;
    margin: 0 auto;
}

iframe {
    border: 0;
    width: 100%;
}

    iframe html body video {
        width: 100% !important;
    }

@media(max-width:480px) {
    .frm_txt {
        width: 90% !important;
        top: 6rem !important;
        font-size: 24px !important;
    }

    .frm_bx {
        width: 90% !important;
    }
}

@media(max-width:768px) {

    .hdr {
        padding-left: 20px !important;
    }
    .hdr_log img {
        width: 180px !important;
        height: 60px !important; 
    }
    .ryt_block {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
        /* padding-inline: 60px; */
        margin: 0 auto;
        margin-top: 20px;
        width: 95%;
    }

        .ryt_block .itm {
            gap: 14px;
        }

    .contnt_block p {
        font-size: 18px;
    }

    .contnt_block span {
        font-size: 14px;
    }

    .vdo_block marquee {
        font-size: 24px;
    }

    .ilac_block {
        height: 300px;
    }

    .ilac img {
        width: 127px;
    }

    .nabl img {
        width: 95px;
    }

    .tbl_block {
        padding: 0px;
    }

    .lst_head li {
        min-width: 170px;
    }

    .lst_data p {
        margin: 0;
        min-width: 172px;
    }

    .tbl_headng {
        font-size: 18px;
    }

    .frm_bx {
        width: 95%;
    }

    .frm_txt {
        width: 90% !important;
        top: 6rem;
    }

    .itm_img {
        background: transparent;
    }

    .about_block_sec {
        bottom: 143px;
        padding-inline: 2rem;
    }

    .top_futr {
        background-color: #3ba4e0;
        /* display: flex ; */
        width: 100%;
        /* justify-content: space-between; */
        padding: 14px 30px;
        /* margin: 0 auto; */
        align-items: start;
        /* padding-left: 10rem; */
        font-size: 18px;
        position: relative;
        flex-direction: column;
        overflow: hidden;
    }

        .top_futr::before {
            display: none;
        }

    footer .futr_bttm {
        padding-block: 2rem;
    }

    .gail_main_ftr_logo {
        text-align: center;
    }

    footer .futr_detls p {
        width: 100%;
    }

    .gail_main_ftr_logo img {
        width: 243px;
        margin-bottom: 20px;
    }

    footer .futr_detls {
        margin-block: 10px;
    }

    footer .futr_bttm {
        width: 90%;
    }

    .Gail_tgline {
        width: 88%;
    }
}

@media(max-width:992px) {
    .frm_txt {
        font-size: 28px;
        width: 82%;
        top: 7rem;
        transform: skew(0deg, 3deg) translateX(-50%);
        left: 50%;
        position: relative;
    }

        .frm_txt p {
            margin-bottom: 10px;
        }

    .frm_bx {
        position: relative;
        width: 76%;
        height: auto;
        right: auto;
        top: 7rem;
        transform: skew(0deg, 3deg) translateX(-50%);
        left: 50%;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        overflow: hidden;
    }

    .skwd_block {
        margin-bottom: 2rem;
    }

    .hdng {
        font-size: 28px;
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .frm_txt p {
        margin-bottom: 10px;
    }

    .frm_txt {
        font-size: 2.6rem;
        left: 3rem;
    }

    .lft_profl_img {
        position: relative;
        width: 96.8%;
    }

    .frm_bx {
        width: 457px;
        right: 7rem;
        top: 14rem;
        height: 576px;
    }

    .home-demo .cntnt {
        width: 297px;
    }

        .home-demo .cntnt span {
            width: auto;
        }

    .home-demo {
        bottom: 144px;
    }

    .tbl_block {
        padding: 0px;
    }

    ul p {
        min-width: 215px;
    }

    .logo_block {
        height: 140px;
    }

        .logo_block .ilac img {
            width: 150px;
        }

        .logo_block .nabl img {
            width: 112px;
        }

    .sec li {
        margin-block: 15px;
    }

    .gail_main_ftr_logo img {
        width: 200px;
    }
}

@media (min-width:1600px) and (max-width:1880px) {
}

@media(max-width:1700px) {
    .top {
        background-color: transparent;
    }
}
