
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&display=swap');

/*
        MODAL CSS
                 */

.modal-body button {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-top: -29px;
    margin-right: -33px;
}

.modal-body button span {
    background-color: black;
    padding: 0px 10px;
    border-radius: 20px;
    color: white;
}

.close {
    opacity: 1;
}

/*COUNTER*/
* {
    margin: 0;
    padding: 0;
}

.container-f {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}


.boxFlex {
    width: 100%;
    margin: 100px 0px;
    border: 1px solid black;
    background-image: url('../../assets/img/Black.jpg');
    height: 200px;
}

.card2 {
    border-radius: 30px;
    margin-top: 50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
}

#lpg-counter>div>div>div>div.left>div {
    background-color: white;
}


.left {
    width: 50%;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: teal;
}

.left .card-title {
    margin-bottom: 80px;
}

.right {
    width: 50%;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

.right .card-title {
    margin-bottom: 80px;
}

.right .card {
    background-color: teal;
}

@media only screen and (max-width: 768px) {


    .left {
        width: 100%;
        margin: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 50px;

    }

    .right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .boxFlex {
        height: 650px;
    }

    section {
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .swiper-slide {
        margin-top: 63px;
        margin-left: 12px;
    }
}

.lpg-counter {
    padding-top: 0px;
    padding-bottom: 20px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}



/*COUNTER END*/


/*--------------------------------------------------------------
                                    # Clients
                --------------------------------------------------------------*/
.clients .swiper-pagination {
    margin-top: 20px;
    /*position: relative;*/
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
}

.clients .swiper-slide img {
    opacity: 1;
    transition: 0.3s;
    /*filter: grayscale(100);*/
}

.clients .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}

.counts {
    padding: 20px 0px 20px 0px;
}

/*--------------------------------------------------------------
                                    # HEXAGONAL SECTION
     --------------------------------------------------------------*/

.d-flex {
    justify-content: center;
}


.text1 {

    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    width: 150px;
    margin-left: -10px;
    margin-right: 20px;
    padding: 0px 5px;
    color: black;
    font-size: 16px;
    display: block;
}

.text2 {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    width: 150px;
    margin-left: 35px;
    margin-right: -45px;
    padding: 0px 5px;
    color: black;
    font-size: 16px;
    display: block;
}

.one {

    z-index: 4;
    color: white;
    font-size: 18px;
    margin-left: -20px
}

.two {
    z-index: 4;
    color: white;
    font-size: 15px;
    margin-left: -55px
}

.three {
    font-size: 12px;
    margin-left: -56px
}

.designation {
    font-size: 12px;
    margin-left: -62px;
    text-align: center;
    /*font-family: 'Montserrat Alternates', sans-serif;*/
    /*font-weight: 700;*/
}

.image-right img {
    margin-top: 59px;
    margin-left: -275px;
    height: 120px;
    width: 120px;
}

.image-right ul {
    z-index: 4;
    margin-left: -100px;
    margin-top: 180px;
    list-style: none;
    color: white;
}


.image-left img {
    margin-top: 59px;
    margin-left: -262px;
    height: 120px;
    width: 120px;
}

.image-left ul {
    z-index: 4;
    margin-left: -100px;
    margin-top: 180px;
    list-style: none;
    color: white;
}

.four {
    margin-left: -50px;
    z-index: 4
}

.five {
    margin-left: -65px;
    z-index: 4
}

.six {
    margin-left: -121px;
    z-index: 4
}

.hexagon1 {
    margin-top: -275px;
    margin-bottom: 100px;
    margin-left: 65px;
    margin-right: 50px;
    width: 300px;
    height: 172px;
    background-color: #009970;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: rotate(90deg);
}

.hexagon1:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 172px;
    background-color: #009970;
    transform: rotate(-60deg);
}

.hexagon1:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 172px;
    background-color: #009970;
    transform: rotate(60deg);
}

.hexagon2 {
    margin-top: -276px;
    margin-bottom: 100px;
    margin-left: 80px;
    width: 300px;
    height: 172px;
    background-color: #009970;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: rotate(90deg);
}

.hexagon2:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 172px;
    background-color: #009970;
    transform: rotate(-60deg);
}

.hexagon2:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 172px;
    background-color: #009970;
    transform: rotate(60deg);
}

.trapezium1 {
    width: 230px;
    height: 0px;
    border-bottom: 187px solid #127453;
    border-left: 100px solid transparent;
    transform: rotate(-180deg);
    margin-bottom: 2px;
    margin-left: 15px;
}

.trapezium2 {
    width: 230px;
    height: 0px;
    border-bottom: 200px solid #127453;
    border-right: 100px solid transparent;
    margin-top: -10px;
    margin-left: 15px;
}

.trapezium3 {
    width: 230px;
    height: 0px;
    border-bottom: 200px solid #127453;
    border-right: 100px solid transparent;
    margin-left: 200px;
    transform: rotate(-180deg);
    margin-right: 15px;
}

.trapezium4 {
    width: 230px;
    height: 0px;
    border-bottom: 187px solid #127453;
    border-left: 100px solid transparent;
    margin-left: 200px;
    margin-top: -6px;
}


@media only screen and (max-width: 767px) {

    .d-flex {
        flex-direction: column;
    }


    .image-right {

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-right img {
        margin-top: -110px;
        margin-left: 43px;
    }

    .image-left {

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-left img {
        margin-top: -75px;
        margin-left: 42px;
    }

    .text1 {
        padding: 0;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 180px;
        margin-bottom: 40px;

    }


    .text2 {
        order: 2;
        padding: 0;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 180px;
    }

    .hexagon1 {

        margin: -279px auto;

    }

    .hexagon2 {
        margin: -280px auto;

    }

    .shapediv .one {
        margin-left: -10px;
    }

    .shape {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .shape2 {

        display: flex;
        justify-content: end;
        align-items: end;
        flex-direction: column;
    }

    .trapezium1 {

        border-left: 108px solid transparent;
        margin: 0;
    }

    .trapezium2 {
        width: 233px;
        border-right: 111px solid transparent;
        margin: 0;
        margin-top: -2px;
    }

    .trapezium3 {
        width: 231px;
        border-right: 111px solid transparent;
        margin: 0;
    }

    .trapezium4 {
        border-left: 108px solid transparent;
        margin-top: -2px;
        margin-bottom: 2px;
    }

    .modal-content {
        width: 96%;
    }

    #sponsors {
        margin-bottom: 0px;
    }

    #sponsors strong {
        margin-left: 103px;
    }

    .boxFlex {
        height: 946px;
        background-size: cover;
    }

    #services {
        padding-top: 40px;
    }

    #counts {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #about {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 1000px) and (max-width:1200px) {

    .d-flex {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }


    .image-right {
        margin-top: 30px;
    }

    .image-right img {
        margin-top: -20px;
        margin-left: -273px;
    }

    .image-right ul {
        margin-left: -100px;
        margin-top: 105px;
    }


    .image-left {
        margin-top: 30px;
    }

    .image-left img {
        margin-top: -20px;
        margin-left: -273px;
    }

    .image-left ul {
        margin-left: -100px;
        margin-top: 105px;
    }

    .shape {
        flex-basis: 40%;
    }

    .shape2 {
        flex-basis: 40%;
    }

    .text1 .text2 {
        flex-basis: 50%;
        margin-top: auto;
        margin-bottom: auto;
        width: 150px;
    }

    .text2 {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:999px) {

    .d-flex {

        align-items: center;
        flex-wrap: wrap;
    }

    .shape {
        flex-basis: 40%;
    }

    .shape2 {
        margin-top: 50px;
        flex-basis: 40%;
    }

    .text1 {

        flex-basis: 30%;
        margin-top: 128px;
        margin-bottom: auto;
        font-size: 16px;
    }

    .text2 {
        flex-basis: 30%;
        margin-top: 230px;
        margin-bottom: auto;
        margin-left: 20px;
        font-size: 16px;
    }



    .image-right {
        margin-top: 25px;
    }

    .image-left {
        margin-top: 25px;
    }


    .image-right img {
        margin-top: 48px;
    }

    .image-right ul {
        margin-top: 170px;
    }


    .image-left img {
        margin-top: -48px;
    }

    .image-left ul {
        margin-top: 72px;
    }
}

@media only screen and (min-width: 1000px) and (max-width:1200px) {

    .d-flex {

        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .shape {
        flex-basis: 40%;
    }

    .shape2 {
        margin-top: 50px;
        flex-basis: 40%;
    }

    .text1 {

        flex-basis: 50%;
        margin-top: 153px;
        margin-bottom: auto;
        width: 150px;
    }

    .text2 {
        flex-basis: 50%;
        margin-top: 230px;
        margin-bottom: auto;
        width: 150px;
        margin-left: 20px;
    }

    .image-right img {
        margin-top: 46px;
        margin-left: -275px;
        height: 120px;
        width: 120px;
    }

    .image-right ul {

        z-index: 4;
        margin-left: -100px;
        margin-top: 170px;
        list-style: none;
        color: white
    }

    .image-left img {
        margin-top: -52px;
        margin-left: -262px;
        height: 120px;
        width: 120px;
    }

    .image-left ul {

        z-index: 4;
        margin-left: -100px;
        margin-top: 70px;
        list-style: none;
        color: white
    }
}

.shapediv .one {
    font-size: 23px;
    font-weight: 900;
    margin-left: -16px;
}

.shapediv .four {
    font-size: 23px;
    font-weight: 900;
    margin-left: -61px;
}

.hello {
    padding-top: 0px;
    padding-bottom: 0px;
}

#sponsors {
    padding-top: 0px;
}


/*MEDIA QUERY FOR LAPTOPS*/
@media only screen and (max-width: 1366px) {
    .swiper-slide .img-fluid {
        max-width: 180%;
    }

    .text1 {
        font-size: 13px;
    }

    .text2 {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
                                    # TEAM
     --------------------------------------------------------------*/

.team .img-fluid {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/*--------------------------------------------------------------
                                    MAGAZINE
     --------------------------------------------------------------*/
.magazine {
    display: grid;
    place-items: center;
}

.btn-magazine {
    background: #009970;
    color: white;
    font-weight: bold;
    width: 200px
}

.btn-magazine:hover {
    color: white;
}

/*--------------------------------------------------------------
                                    HERO
     --------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 80vh;
    background: url("../../assets/img/hero-bg_4.JPG")center center;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #hero {

        background: url("../../assets/img/hero-mobile.jpg")center center;
        background-size: cover;

    }

}


/*--------------------------------------------------------------
                                   QUOTATION MODAL
     --------------------------------------------------------------*/

#quotationModal .modal-header {
    background-image: linear-gradient(to right, #009970, #00513a)
}

#quotationModal .modal-header button {
    color: white;
}

.president-info {
    display: grid;
    place-items: center;
}

.president-info img {
    width: 120px;
    height: 120px;
}

.green-button {
    background: #009970;
    color: white
}

.green-button:hover {
    background: #009970;
    color: white
}

blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 20px 20px 40px;
    border-left: none;
    position: relative;
    text-indent: -19px
}

section#block_content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left
}

blockquote p {
    font-size: 1em
}

blockquote:before,
blockquote:after {
    /* font-family: Arial, serif; */
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    margin-left: 3px
}

blockquote.blockstyle,
blockquote.style2 {
    background: #fff;
    font-style: italic
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

blockquote.blockstyle {
    border-left: 3px solid #009970;
    position: relative
}

blockquote.blockstyle>span.triangle:before {
    text-indent: 0;
    content: "\f0da";
    font-family: FontAwesome;
    color: #009970;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -11px;
    font-style: normal
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
    color: #009970
}

blockquote.blockstyle.border-color-blue {
    border-color: #009970
}

blockquote.blockstyle.border-color-blue>span.triangle:before {
    color: #009970
}

blockquote.blockstyle.border-color-yellow {
    border-color: #009970
}

blockquote.blockstyle.border-color-yellow>span.triangle:before {
    color: #009970
}

/* team */

.team .img-fluid {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.team .member p {
    margin: 0px 0 0 0;
    font-size: 14px;
}

.section-title h2::after {
    display: none;
}

.member {
    padding: 15px !important;
    width: 100%;
    height: 410px;
    display: grid;
    place-items: center;
}

.row-gap-2 {
    row-gap: 2rem;
}

@media only screen and (max-width: 991px) {
    .member {
        width: 100%;
    }

}
