body {
    font-family: "Poppins", sans-serif;
}

.logo-top {
    position: absolute;
    top: 4%;
    left: 2%;
    width: 175px;
    z-index: 70;
}

header {
    z-index: 9999;
    width: 100%;
    position: fixed;
}

.container {
    width: 100% !important;
    max-width: 90% !important;
}

.section-1-img {
    position: absolute;
    width: 33%;
    left: 22%;
    top: 15%;
    z-index: 9;
}

.section-1-img img {
    width: 100%;
}

.section-1-11-img {
    position: absolute;
    width: 33%;
    left: 51%;
    top: 3%;
}

.section-1-11-img img {
    width: 100%;
}

.section-1-12-img {
    position: absolute;
    width: 48%;
    left: 32%;
    top: 17%;
}

.section-1-12-img img {
    width: 100%;
}

.section-1-13-img {
    position: absolute;
    top: 25%;
    z-index: 9;
    left: -10%;
}

.section-1-13-img img {
    width: 100%;
}

.section-1-14-img {
    position: absolute;
    bottom: -3%;
    z-index: 0;
    width: 91%;
    right: 0px;
}

.section-1-14-img img {
    width: 100%;
}

.section-1-15 {
    position: absolute;
    background: url(../images/text-bg.png) no-repeat bottom left;
    background-size: contain;
    bottom: 7%;
    z-index: 1;
    width: 55%;
    right: 20%;
}

.section-1-15 p {
    text-align: right;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    padding: 0 15px 0 0;
    margin: 0;
    font-family: 'Ayuthaya';
}

.section-1-15 p span {
    color: #000;
    line-height: 44px;
}

.section-2-img {
    position: absolute;
    z-index: 9;
    left: 0;
    visibility: visible;
    top: 30%;
}

.section-2-img img {
    width: 100%;
}

.section-2-text {
    position: absolute;
    left: -45%;
    top: 25%;
}

.section-2-text img {
    /* width: 100%; */
    width: 80%;
}

.section-2-15 {
    position: absolute;
    top: 60%;
    z-index: 1;
    width: 50%;
    left: 10%;
}

.section-2-15 p {
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    padding: 0 15px 0 0;
    font-family: 'Ayuthaya';
}

.section1 {
    background: url(../images/bg-1.jpg);
}

.section1 .intro {
    width: 50%;
}

.section1 .intro p {
    text-align: left;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-family: 'Ayuthaya';
}

.section1 .intro {
    z-index: 1;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

#section1-left .intro {
    left: 50%;
}

#section1-right .intro {
    right: 88%
}

#section1-left h1,
#section1-right h1 {
    width: 100%;
    color: white;
    z-index: 999;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 7em;
}

#section1-left {
    /*   background: #EC6367;*/
}

#section1-left h1 {
    left: 50%;
}

.section2 {
    background: url(../images/bg-2.jpg);
}

#section2-left {
    color: #a7a7a7;
}

#section2-left .intro {
    padding: 0 0 60px 0;
}

#section2-left .intro:last-child {
    padding: 0;
}

#section2-left h2 {
    font-size: 1.7em;
}

.section2-right {
    position: absolute;
    top: 0;
    right: 0;
}

.section2-right img {
    width: 100%;
}

.section3 {
    background: url(../images/bg-3.jpg);
    background-size: cover;
}

#section3-left {
    background-repeat: no-repeat;
    background-position: 50%;
}

.section3-1-img {
    position: absolute;
    left: 42%;
    top: 10%;
}

.section3-1-img img {
    width: 100%;
}

.section3-1-text {
    position: absolute;
    left: 70%;
    top: 34%;
}

.section3-1-text ul {
    width: 100%;
    float: left;
}

.section3-1-text ul li {
    color: #e08219;
    font-size: 26px;
    line-height: 40px;
    list-style: disc;
}

.section3-2-img {
    position: absolute;
    left: 32%;
    top: 44%;
}

.section3-2-img img {
    width: 100%;
}

.section3-3-img {
    position: absolute;
    left: 7%;
    top: 61%;
}

.section3-3-img img {
    width: 100%;
}

.section3-3-text {
    position: absolute;
    left: 3%;
    top: 35%;
    width: 46%;
}

.section3-3-text h5 {
    font-size: 30px;
    color: #000;
    text-align: left;
    width: 70%;
    font-family: 'Ayuthaya';
}

.section3-3-text p {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin: 30px 0 0 0;
    font-family: 'Ayuthaya';
}

#section1-right h1 {
    left: -50%;
}

#section1-right {
    /* background-color: #afb0b5;       background-repeat: no-repeat;*/
    background-position: 50%;
    text-align: center;
}

#section1-right.hideOverflow {
    overflow: hidden;
}

#section2-right {}

#section3-right {
    text-align: right;
    color: #fff;
}

#section3-right h2 {
    color: #fff;
}

.button a {
    background: #fff;
    color: #e7413b;
}

.ms-responsive #section1-left .intro {
    left: 0;
}

.ms-responsive #section1-right .intro {
    display: none;
}

#section4-right {
    background: url(../images/bg-4.jpg);
    background-size: cover;
}

#section5-right {
    background: url(../images/bg-5.jpg);
    background-size: cover;
}

#section6-right {
    background: url(../images/bg-6.jpg);
    background-size: cover;
}

#section7-right {
    background: url(../images/bg-7.jpg);
    background-size: cover;
}

#section8-left {
    background: url(../images/footer-bg.jpg) right top #000;
    background-size: cover;
}

#section8-right {
    background: url(../images/footer-bg-1.jpg) #000;
    background-size: cover;
}

.section8-on-right {
    width: 100%;
    float: left;
}

.section8-on-right-1 {
    /* width: 50%;
    float: left; */
    width: 50%;
    float: left;
}


.section8-on-right-1-address {
    /* width: 50%;
    float: left; */
    width: 40%;
    float: left;
}


.section8-on-right-1 p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    font-family: 'Ayuthaya';
}

.footer-logo {
    width: 50%;
    float: left;
    position: absolute;
    right: 0;
    top: 38%;
}

.footer-logo-address  p{
    font-family: 'Ayuthaya';
    font-size: 20px;
}
.footer-logo-address {
    width: 60%;
    float: left;
    position: absolute;
    right: 0;
    top: 0%;
    left: auto;
}
.section8-on-right-5 {
    /* width: 50%; */
    width: 100%;

    float: left;
    position: absolute;
    top: 70%;
}

.section8-on-right-5 h5 {
    font-size: 26px;
    font-family: 'Ayuthaya';
    color: #fff;
}

.section8-on-right-5 h5 a {
    margin: 10px 20px 0 0px;
}

.section4-1-img {
    position: absolute;
    left: -15%;
    top: 29%;
}

.section4-1-img img {
    width: 100%;
}

.section4-2-img {
    position: absolute;
    left: 22%;
    top: 17%;
}

.section4-2-img img {
    width: 100%;
}

.section4-3-img {
    position: absolute;
    left: 50%;
    top: 58%;
}

.section4-3-img img {
    width: 100%;
}

.section4-text-main {
    position: absolute;
    left: 8%;
    top: 58%;
}

.section4-text-main h5 {
    font-size: 30px;
    color: #000;
    text-align: left;
    width: 50%;
    font-family: 'Ayuthaya';
}

.section4-text-main p {
    width: 58%;
    font-size: 20px;
    list-style: 40px;
    color: #000;
    text-align: left;
    margin: 30px 0 0 0;
    font-family: 'Ayuthaya';
}

.section4-text {
    position: absolute;
    left: -30%;
    top: 75%;
}

.section4-text ul {
    width: 100%;
    float: left;
}

.section4-text ul li {
    color: #ed1e79;
    font-size: 26px;
    line-height: 40px;
    list-style: disc;
}

.section5-text {
    position: absolute;
    left: -29%;
    top: 30%;
}

.section5-text ul {
    width: 100%;
    float: left;
}

.section5-text ul li {
    color: #662d91;
    font-size: 26px;
    line-height: 40px;
    list-style: disc;
}

.section5-text-1 {
    position: absolute;
    left: 10%;
    top: 64%;
    width: 65%;
}

.section5 h5 {
    font-size: 30px;
    color: #000;
    text-align: left;
    font-family: 'Ayuthaya';
}

.section5 p {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin: 30px 0 0 0;
    font-family: 'Ayuthaya';
}

.section5-img {
    position: absolute;
    left: 10%;
    top: 18%;
}

.section5-img img {
    width: 100%;
}

.section5-1-img {
    position: absolute;
    left: 43%;
    top: 15%;
}

.section5-1-img img {
    width: 100%;
}

.section5-2-img {
    position: absolute;
    left: 0px;
    top: 35%;
}

.section5-2-img img {
    width: 100%;
}


.section6 h5 {
    font-size: 30px;
    color: #000;
    text-align: left;
    font-family: 'Ayuthaya';
}

.section6 p {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin: 30px 0 0 0;
    font-family: 'Ayuthaya';
}

.section6-1-img {
    position: absolute;
    left: 13%;
    top: 60%;
}

.section6-1-img img {}

.section6-2-img {
    position: absolute;
    left: 20%;
    top: 20%;
}

.section6-2-img img {}

.section6-text {
    position: absolute;
    left: 35%;
    top: 75%;
}

.section6-text ul {
    width: 100%;
    float: left;
}

.section6-text ul li {
    color: #00a99d;
    font-size: 26px;
    line-height: 40px;
    list-style: disc;
}

.section6-text-1 {
    position: absolute;
    left: 9%;
    top: 56%;
    width: 59%;
}

.section6-img {
    position: absolute;
    left: -6%;
    top: 13%;
}

.section-7-1 h5 {
    font-size: 30px;
    color: #000;
    text-align: left;
    font-family: 'Ayuthaya';
}

.section-7-1 p {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin: 30px 0 0 0;
    font-family: 'Ayuthaya';
}

.section7-text {
    position: absolute;
    left: -27%;
    top: 30%;
}

.section7-text ul {
    width: 100%;
    float: left;
}

.section7-text ul li {
    color: #29abe2;
    font-size: 26px;
    line-height: 40px;
    list-style: disc;
}

.section7-text-1 {
    left: 7%;
    top: 54%;
    width: 60%;
    position: absolute;
}

.section-7-1-img {
    position: absolute;
    left: 29%;
    top: 15%;
}

.section-7-1-img img {}

.section-7-2-img {
    position: absolute;
    left: 39%;
    top: 15%;
}

.section-7-2-img img {}

.section-7-3-img {
    position: absolute;
    left: -58%;
    top: 46%;
}


.fooersectiondesk_block {
    display: block;
}

.section-7-3-img img {}


.section8-footer {
    width: 75%;
    /* float: left; */
    margin: 0 auto;
}

.section8-footer h4 {
    font-size: 45px;
    color: #268e9c;
}

.section8-footer p {
    font-size: 18px;
    color: #fff;
}

.section8-footer input {
    border: 2px solid #268e9c;
    color: #b6b6b6;
    background: transparent;
    padding: 15px;
    font-family: "Genos", sans-serif;
    width: 75%;
    font-size: 22px;
    margin: 20px 0 20px 0;
}

.section8-footer textarea {
    border: 2px solid #268e9c;
    color: #b6b6b6;
    background: transparent;
    padding: 15px;
    font-family: "Genos", sans-serif;
    width: 75%;
    font-size: 22px;
    margin: 20px 0 20px 0;
}

.section8-footer button {
    text-transform: uppercase;
    font-size: 22px;
    float: left;
    background: #268e9c;
    color: #fff;
    border: 0;
    cursor: pointer;
    width: 28%;
    font-family: "Genos", sans-serif;
    padding: 10px;
}

.section8-footer button:hover {
    background: #fff;
    color: #268e9c;
}


.fooersectiondesk_block_mobile {
    display: none;
}



.section3sfiftteim {
    display: none;
}



.sectionfourimgdisnone_dbolck {
    display: none;
}


.sectionfivedisnonmob_mob {
    display: none;
}



.sectionsiximage_desk {
    display: none;
}



.sectionseven_mobimage_desk {
    display: none;
}



.foimagesidechange_forchange {
    display: none;
}


/* .section5-1-img {
    display: none;
} */





/*ani*/

/* .section-2-img {
    visibility: visible !important;
    animation-duration: 5s;
    animation-delay: 0.8s;
    animation-name: fadeInLeft !important;
} */

/* .section2-right {
    animation-duration: 5s;
    animation-delay: 0.8s;
    animation-name: fadeInRight !important;
} */





/* .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
} */







/* .animate__fadeInLeft {      -webkit-animation-name: fadeInLeft;      animation-name: fadeInLeft !important;  } */
/* .section3-2-img {
    animation-duration: 6s;
    animation-delay: 1s;
 
    animation-name: fadeInLeft !important;
} */

/* .section3-3-img {
    animation-duration: 6s;
    animation-delay: 1s;
    animation-name: fadeInRight !important;
} */

/* .section4-2-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
}

.section4-1-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
} */

/* .section5-2-img {
    animation-duration: 5s;
    animation-delay: 0.8s;

    animation-name: fadeInLeft !important;
}

.section5-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
} */

/* .section6-2-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft !important;
} */

/* .section6-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
} */

/* .section-7-3-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft !important;
}

.section-7-1-img {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
} */

/* .section8-footer {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft !important;
}

.section8-on-right {
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-name: fadeInRight !important;
} */

/*
* Improving design in small resolutions
*/
@media all and (max-width:700px) {

    #section1-left h1,
    #section1-right h1 {
        font-size: 5em;
    }
}

@media all and (max-width:550px) {

    #section1-left h1,
    #section1-right h1 {
        font-size: 4em;
    }
}

@media all and (max-width:400px) {

    #section1-left h1,
    #section1-right h1 {
        font-size: 3em;
    }

    .section1 .intro p {
        font-size: 1em;
    }
}




@media only screen and (min-width: 1301px) and (max-width: 1400px) {





    .section-1-13-img img {
        width: 75%;
    }

    .section1 .intro p {
        line-height: 23px;
        font-size: 16px;
    }

    .section-1-14-img {
        width: 75%;
    }

    .section-1-15 p {
        font-size: 16px;
        line-height: 34px;
        padding: 0 15px 0 0;
    }

    .section-1-15 p span {
        line-height: 30px;
    }

    .section-2-img {
        width: 60%;
        top: 40%;
    }

    .section2-right {
        width: 60%;
    }

    .section-2-text {
        left: -40%;
        top: 22%;
    }

    .intro {
        width: 65%;
    }

    .section-2-15 p {
        line-height: 25px;
        font-size: 18px;
    }

    .section3-1-img {
        left: 43%;
        top: 12%;
        width: 50%;
    }

    .section3-2-img {
        left: 34%;
        top: 45%;
        width: 60%;
    }

    .section3-3-img {
        left: 5%;
        top: 63%;
        width: 35%;
    }

    .section3-1-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section3-3-text h5 {
        font-size: 25px;
        width: 80%;
    }

    .section3-3-text {
        left: 3%;
        top: 25%;
        width: 50%;
    }

    .section3-3-text p {
        font-size: 16px;
        margin: 20px 0 0 0;
        line-height: 22px;
    }

    .section4-1-img {
        left: -15%;
        top: 20%;
        width: 33%;
    }

    .section4-3-img {
        left: 45%;
        top: 50%;
        width: 50%;
    }

    .section4-2-img {
        left: 22%;
        top: 17%;
        width: 63%;
    }

    .section4-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section4-text-main h5 {
        font-size: 25px;
        width: 80%;
    }

    .section4-text-main p {
        font-size: 16px;
        margin: 20px 0 0 0;
        line-height: 22px;
    }

    .section4-text {
        position: absolute;
        left: -33%;
        top: 70%;
    }

    .section4-text-main {
        left: 10%;
        top: 55%;
    }

    .section5-1-img {
        width: 50%;
    }

    .section5-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section5-2-img {
        width: 85%;
    }

    .section5-img {
        width: 35%;
    }

    .section5-img img {
        width: 100%;
    }

    .section5-text-1 {
        left: 10%;
        top: 58%;
        width: 56%;
    }

    .section5 h5 {
        font-size: 25px;
        width: 80%;
    }

    .section5 p {
        font-size: 16px;
        margin: 20px 0 0 0;
        line-height: 22px;
    }

    .section6-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section6 h5 {
        font-size: 25px;
        width: 80%;
    }

    .section6 p {
        font-size: 16px;
        margin: 20px 0 0 0;
        line-height: 22px;
    }

    .section6-1-img {
        width: 57%;
    }

    .section6-1-img img {
        width: 100%;
    }

    .section6-img {
        width: 80%;
    }

    .section6-img img {
        width: 100%;
    }

    .section6-2-img {
        width: 55%;
    }

    .section6-2-img img {
        width: 100%;
    }

    .section-7-1-img {
        width: 38%;
        left: 27%;
        top: 15%;
    }

    .section-7-1-img img {
        width: 100%;
    }

    .section-7-2-img {
        width: 63%;
        left: 36%;
        top: 15%;
    }

    .section-7-2-img img {
        width: 100%;
    }

    .section-7-3-img {
        width: 100%;
        left: -55%;
        top: 48%;
    }

    .section-7-3-img img {
        width: 63%;
    }

    .section7-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section-7-1 h5 {
        font-size: 25px;
        width: 80%;
    }

    .section-7-1 p {
        font-size: 16px;
        margin: 20px 0 0 0;
        line-height: 22px;
    }

    .section7-text-1 {
        left: 15%;
    }

    .section8-on-right-1 p {
        font-size: 16px;
        line-height: 25px;
    }
    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }
    .section8-on-right-5 h5 {
        font-size: 16px;
        line-height: 22px;
    }

    /* .section8-on-right-5 img {
        width: 6%;
    } */

    .section8-footer input {
        font-size: 16px;
        padding: 10px;
        width: 75%;
        font-size: 14px;
        margin: 10px 0 10px 0;
    }

    .section8-footer h4 {
        font-size: 30px;
    }

    .section8-footer textarea {
        font-size: 14px;
        margin: 10px 0 20px 0;
    }

    .section8-footer p {
        font-size: 14px;
    }

    .section8-footer button {
        font-size: 14px;
    }

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {}


@media only screen and (min-width: 801px) and (max-width: 1000px) {}

@media only screen and (min-width: 0px) and (max-width: 800px) {}



.fadeit {
    opacity: 1;
    filter: blur(7px);
    transition: filter 0.4s 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.fadeit.is-inview {
    opacity: 1;
    filter: blur(0px)
}




.rightsideshift {
    display: none;
}


















a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

a:hover {
    color: tomato;
}

#menuToggle {
    display: block;
    position: absolute;
    top: 45px;
    right: 50px;

    z-index: 1;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
   * Just a quick hamburger
   */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
   * But let's hide the middle one.
   */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
   * Ohyeah and the last one should go the other direction
   */
#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
   * Make this absolute positioned
   * at the top left of the screen
   */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;
    height: 100vh;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

/*
   * And let's fade it in from the left
   */
#menuToggle input:checked~ul {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #menu {
        transform: none;
        opacity: 0;

        transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
}




@media only screen and (min-width: 1801px) and (max-width: 1920px) {

    .section-2-text {
        left: -40%;
        top: 20%;
    }

    .section3-1-img {
        left: 42%;
        top: 5%;
    }

    .section3-1-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section3-3-text {
        top: 25%;
        width: 46%;
    }

    .section4-1-img {
        top: 20%;
    }

    .section4-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section5-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section5-text {
        top: 32%;
    }

    .section6-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section6-2-img {
        top: 15%;
    }

    .section6-text {
        top: 77%;
    }

    .section7-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section7-text {
        top: 32%;
    }


    .section8-footer button {
        width: 30%;
    }


}



@media only screen and (min-width: 1701px) and (max-width: 1800px) {

    .section-1-13-img {
        top: 7%;
    }

    .section-2-text {
        top: 20%;
    }

    .section3-1-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section3-1-img {
        top: 5%;
    }

    .section3-3-text {
        top: 25%;
    }

    .section4-1-img {
        top: 20%;
    }

    .section4-2-img {
        top: 15%;
    }

    .section4-text ul li {
        font-size: 20px;
        line-height: 30px;
    }


    .section5-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section5-1-img {
        top: 12%;
    }

    .section6-2-img {
        top: 10%;
    }

    .section6-1-img {
        top: 55%;
    }

    .section6-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section6-text {
        top: 72%;
    }

    .section-7-2-img {
        top: 10%;
    }

    .section7-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section7-text-1 {
        left: 12%;
    }

    .section8-footer button {
        width: 30%;
    }

    .section-1-15 {
        width: 62%;
    }


}



@media only screen and (min-width: 1601px) and (max-width: 1700px) {

    .section8-footer button {
        width: 32%;
    }

    .section-1-13-img {
        top: 8%;
    }


    .section-1-15 {
        width: 65%;
    }


    .section-2-text {
        top: 20%;
    }

    .section3-3-text {
        top: 20%;
    }

    .section3-1-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section4-1-img {
        left: -18%;
        top: 15%;
    }

    .section4-2-img {
        left: 24%;
        top: 10%;
    }

    .section4-3-img {
        top: 50%;
    }

    .section4-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section4-text {
        left: -35%;
        top: 68%;
    }

    .section5-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section5-text {
        top: 33%;
    }

    .section6-2-img {
        top: 10%;
    }

    .section6-1-img {
        top: 55%;
    }

    .section6-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section6-text {
        top: 72%;
    }

    .section7-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section7-text-1 {
        left: 15%;
    }

    .section1 .intro p {
        line-height: 30px;
    }


}



@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    .section-1-13-img {
        top: 10%;
        left: -15%;
    }


    .section-1-15 {
        width: 60%;
    }

    .section-1-15 p {
        font-size: 20px;
        line-height: 30px;
    }

    .section-1-15 p span {
        line-height: 38px;
    }

    .section1 .intro p {
        line-height: 30px;
        font-size: 20px;
    }

    #section1-right .intro {
        right: 90%;
    }

    .section-1-13-img img {
        width: 80%;
    }

    .section-2-text img {
        width: 80%;
    }

    .section-2-text {
        left: -30%;
    }

    .section-2-15 p {
        font-size: 20px;
        line-height: 35px;
    }

    .section3-1-img img {
        width: 90%;
    }

    .section3-1-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section3-3-text {
        top: 20%;
    }

    .section3-3-text h5 {
        font-size: 26px;
    }

    .section4-1-img {
        left: -20%;
        top: 15%;
    }

    .section4-2-img {
        left: 25%;
        top: 8%;
    }

    .section4-3-img {
        top: 50%;
    }

    .section4-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section4-text {
        left: -35%;
        top: 70%;
    }

    .section4-text-main h5 {
        font-size: 30px;
    }

    .section4-text-main {
        left: 12%;
    }


    .section5-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section5 h5 {
        font-size: 30px;
    }

    .section6-text ul li {
        font-size: 20px;
        line-height: 30px;
    }


    .section6-2-img {
        top: 10%;
    }

    .section6-1-img {
        top: 55%;
    }

    .section6-text {
        top: 72%;
    }

    .section6 h5 {
        font-size: 30px;
    }

    .section-7-2-img {
        top: 10%;
    }

    .section7-text ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .section7-text {
        top: 28%;
    }

    .section7-text-1 {
        left: 20%;
    }

    .section-7-1 h5 {
        font-size: 30px;
    }

    .section-7-1 p {
        margin: 10px 0 0 0;
    }

    .section8-on-right-1 p {
        font-size: 16px;
        line-height: 30px;
    }
    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }


    .section8-footer button {
        font-size: 20px;
        width: 35%;
    }

    .section8-footer input {
        font-size: 20px;
    }

    .section1 .intro p {
        line-height: 30px;
    }


}








@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .section-1-13-img {
        top: 10%;
        left: -15%;
    }


    .section-1-15 {
        width: 60%;
    }

    .section-1-15 p {
        font-size: 18px;
        line-height: 30px;
    }

    .section-1-15 p span {
        line-height: 38px;
    }

    .section1 .intro p {
        line-height: 30px;
        font-size: 16px;
    }

    #section1-right .intro {
        right: 90%;
    }

    .section-1-13-img img {
        width: 80%;
    }

    .section-2-text img {
        width: 80%;
    }

    .section-2-text {
        left: -30%;
    }

    .section-2-15 p {
        font-size: 18px;
        line-height: 30px;
    }

    .section3-1-img img {
        width: 90%;
    }

    .section3-1-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section3-3-text {
        top: 25%;
    }

    .section3-3-text h5 {
        font-size: 24px;
    }

    .section4-1-img {
        left: -20%;
        top: 15%;
    }

    .section4-2-img {
        left: 25%;
        top: 8%;
    }

    .section4-3-img {
        top: 50%;
    }

    .section4-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section4-text {
        left: -35%;
        top: 70%;
    }

    .section4-text-main h5 {
        font-size: 24px;
    }

    .section4-text-main {
        left: 12%;
    }


    .section5-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section5 h5 {
        font-size: 24px;
    }

    .section6-text ul li {
        font-size: 18px;
        line-height: 30px;
    }


    .section6-2-img {
        top: 10%;
    }

    .section6-1-img {
        top: 55%;
    }

    .section6-text {
        top: 72%;
    }

    .section6 h5 {
        font-size: 24px;
    }

    .section-7-2-img {
        top: 10%;
    }

    .section7-text ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .section7-text {
        top: 28%;
    }

    .section7-text-1 {
        left: 27%;
        top: 60%;
    }


    .section5-text-1 {
        top: 67%;
    }

    .section2-right {
        width: 70%;
    }


    .section-2-img {
        top: 45%;
        width: 60%;
    }

    .section-2-15 {
        width: 70%;
    }

    .section-7-1 h5 {
        font-size: 24px;
    }

    .section-7-1 p {
        margin: 10px 0 0 0;
    }

    .section8-on-right-1 p {
        font-size: 16px;
        line-height: 35px;
    }

    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }

    .section8-footer button {
        font-size: 16px;
        width: 35%;
    }

    .section8-footer input {
        font-size: 16px;
    }

    .section8-footer textarea {
        font-size: 16px;
    }

    .section-7-1 p {
        font-size: 18px;
    }

    .section6 p {
        font-size: 18px;
        margin: 10px 0 0 0;
    }


    .section5 p {
        font-size: 18px;
        margin: 10px 0 0 0;
    }


    .section4-text-main p {
        font-size: 18px;
        margin: 10px 0 0 0;
    }


    .section3-3-text p {
        font-size: 18px;
        margin: 10px 0 0 0;
    }





}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .section1 .intro {
        top: 55%;
    }


    .section-1-15 {
        width: 62%;
    }

    .section-2-15 {
        width: 70%;
    }

}




@media only screen and (min-width: 1201px) and (max-width: 1300px) {




    .section6-text {
        top: 78%;
    }


    .section-1-13-img img {
        width: 80%;
    }


    .section1 .intro p {
        line-height: 25px;
        font-size: 14px;
    }

    #section1-right .intro {
        right: 90%;
        top: 50%;
    }

    .section-1-15 p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-1-15 p span {
        line-height: 28px;
    }


    .section-2-text img {
        width: 80%;
    }

    .section-2-img img {
        width: 70%;
    }

    .section-2-text {
        left: -30%;
        top: 25%;
    }

    .section-2-15 p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-2-15 {
        top: 53%;
        width: 70%;
        left: -20%;
    }

    .section3-1-img img {
        width: 80%;
    }

    .section3-1-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section3-3-text h5 {
        font-size: 20px;
    }

    .section3-3-text p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }



    .section4-1-img {
        left: -25%;
        top: 15%;
    }

    .section4-2-img {
        left: 35%;
    }

    .section4-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section4-text-main h5 {
        font-size: 20px;
    }

    .section4-text-main p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section5-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section5 h5 {
        font-size: 20px;
    }

    .section5 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section6-1-img {
        left: 30%;
        top: 63%;
    }

    .section6-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section6 h5 {
        font-size: 20px;
    }

    .section6 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section-7-3-img img {
        width: 80%;
    }

    .section-7-1 h5 {
        font-size: 20px;
    }

    .section-7-1 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text-1 {
        left: 23%;
        top: 60%;
    }


    .section8-footer input {
        font-size: 14px;
    }


    .section8-footer textarea {
        font-size: 14px;
    }

    .section8-footer button {
        font-size: 14px;
        width: 30%;
    }

    .section8-on-right-1 p {
        font-size: 14px;
        line-height: 25px;
    }


    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }


    .footer-logo {
        top: 46%;
    }

    .section5-text-1 {
        top: 68%;
    }

    .section3-3-img {
        top: 65%;
        width: 45%;
    }

    .section3-2-img {
        top: 53%;
    }

    .section-2-img {
        top: 40%;
    }

    .section2-right {
        width: 70%;
    }


}










@media only screen and (min-width: 1101px) and (max-width: 1200px) {


    .section-7-3-img {
        left: -63%;
    }

    .section3-2-img {
        top: 60%;
    }

    .section-1-13-img img {
        width: 80%;
    }


    .section1 .intro p {
        line-height: 25px;
        font-size: 14px;
    }

    #section1-right .intro {
        right: 90%;
        top: 50%;
    }

    .section-2-img {
        top: 45%;
    }

    .section2-right {
        width: 70%;
    }


    .section-1-15 p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-1-15 p span {
        line-height: 26px;
    }


    .section-2-text img {
        width: 80%;
    }

    .section-2-img img {
        width: 70%;
    }

    .section-2-text {
        left: -25%;
        top: 30%;
    }

    .section-2-15 p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-2-15 {
        top: 55%;
        left: -15%;
    }

    .section3-3-img {
        top: 70%;
        width: 45%;
    }

    .section5-text-1 {
        top: 67%;
    }

    .section3-1-img img {
        width: 80%;
    }

    .section3-1-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section3-3-text h5 {
        font-size: 20px;
    }

    .section3-3-text p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }



    .section4-1-img {
        left: -25%;
        top: 15%;
    }

    .section4-2-img {
        left: 35%;
    }

    .section4-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section4-text-main h5 {
        font-size: 20px;
    }

    .section4-text-main p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section5-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section5 h5 {
        font-size: 20px;
    }

    .section5 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section6-1-img {
        left: 30%;
    }

    .section6-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section6 h5 {
        font-size: 20px;
    }

    .section6 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section-7-3-img img {
        width: 80%;
    }

    .section-7-1 h5 {
        font-size: 20px;
    }

    .section-7-1 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text-1 {
        left: 23%;
        top: 60%;
    }


    .section8-footer input {
        font-size: 14px;
    }


    .section8-footer textarea {
        font-size: 14px;
    }

    .section8-footer button {
        font-size: 14px;
        width: 32%;
    }

    .section8-on-right-1 p {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-logo {
        top: 46%;
    }

    .section-1-15 {
        width: 60%;
    }


}









@media only screen and (min-width: 1001px) and (max-width: 1100px) {

    .section-1-15 p {
        text-align: right;
        font-size: 11px;
        line-height: 20px;
        padding: 0 0px 0 0;
        margin: 0;
    }

    .section3-2-img {
        top: 60%;
    }

    .section-1-13-img img {
        width: 80%;
    }


    .section1 .intro p {
        line-height: 25px;
        font-size: 14px;
    }

    #section1-right .intro {
        right: 90%;
    }

    .section-1-15 p {
        font-size: 14px;
        line-height: 30px;
    }

    .section-1-15 p span {
        line-height: 24px;
    }


    .section-2-text img {
        width: 80%;
    }

    .section-2-img img {
        width: 70%;
    }

    .section-2-text {
        left: -28%;
        top: 30%;
    }

    .section3-3-text {
        width: 75%;
    }

    .section4-text-main {
        width: 130%;
    }

    .section6-text-1 {
        width: 75%;
    }

    .section5-text-1 {
        width: 75%;
    }

    .section7-text-1 {
        width: 70%;
    }


    .section-2-15 p {
        font-size: 14px;
        line-height: 25px;
    }

    .section-2-15 {
        top: 55%;
        left: -15%;
    }

    .section2-right {
        width: 70%;
    }

    .section3-1-img img {
        width: 80%;
    }

    .section3-1-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section3-3-text h5 {
        font-size: 20px;
    }

    .section3-3-text p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }



    .section4-1-img {
        left: -35%;
        top: 15%;
    }

    .section4-2-img {
        left: 35%;
    }

    .section4-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section4-text-main h5 {
        font-size: 20px;
    }

    .section4-text-main p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section5-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section5 h5 {
        font-size: 20px;
    }

    .section5 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .section6-1-img {
        left: 30%;
    }

    .section6-text ul li {
        font-size: 14px;
        line-height: 25px;
    }


    .section6 h5 {
        font-size: 20px;
    }

    .section6 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .section-7-3-img img {
        width: 65%;
    }

    .section-7-1 h5 {
        font-size: 20px;
    }

    .section-7-1 p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


    .section7-text-1 {
        left: 23%;
        top: 60%;
    }


    .section8-footer input {
        font-size: 14px;
    }


    .section8-footer textarea {
        font-size: 14px;
    }

    .section8-footer button {
        font-size: 14px;
        width: 35%;
    }
    .section8-on-right-5 img {
        width: 95%;
        float: left;
    }
    .section8-on-right-1 p {
        font-size: 14px;
        line-height: 20px;
    }


    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }


    .footer-logo {
        top: 46%;
    }


    .section3-3-img {
        position: absolute;
        left: 16%;
        top: 67%;
        width: 58%;
    }

    .section1 .intro {
        top: 65%;
    }


    .section-1-15 {
        width: 70%;
    }


    .section-2-img {
        top: 50%;
    }


}









@media only screen and (min-width: 0px) and (max-width: 1000px) {


    .section-1-14-img {
        width: 140%;
    }

    .foimagesidechange_forchange {
        display: block;
    }

    .foimagesidechange {
        display: none;
    }


    .fooersectiondesk_block {
        display: none;
    }

    .fooersectiondesk_block_mobile {
        display: block;
    }


    .sectionseven_mobimage {
        display: none;
    }


    .sectionsiximage_mob {
        display: none;
    }

    .sectionsiximage_desk {
        display: block;
    }


    .sectionfivedisnonmob_mob {
        display: block;
    }


    .sectionfivedisnonmob {
        display: none;
    }


    .sectionfourimgdisnone {
        display: none;
    }


    .section3sfiftteim {
        display: block;
    }

    .sectionfourimgdisnone_dbolck {
        display: block;
    }


    .section3sfiftteim_disno {
        display: none
    }




    .fodisnondesk {
        display: none;
    }


    .rightsideshift {
        display: block;
    }

    .section1 .intro {
        top: 57%;
    }

    .intro {
        width: 130%;
        left: -83%;
        top: 30%;
    }

    .section1 .intro {
        width: 150%;
    }

    .section1 .intro p {
        font-size: 12px;
        line-height: 18px;
    }

    .section-1-15 p {
        text-align: right;
        font-size: 12px;
        line-height: 24px;
        padding: 0 0px 0 0;
        margin: 0;
    }

    .section-1-15 p span {
        line-height: 20px;
    }


    .section-2-15 p {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        padding: 0 0px 0 0;
    }

    .section-1-img {
        position: absolute;
        width: 42%;
        left: -92%;
        top: 13%;
        z-index: 9;
    }

    .section-1-11-img {
        width: 70%;
    }


    .section-1-13-img {
        top: 42%;
        left: -83%;
        width: 150%;
    }


    .section-2-15 {
        top: 50%;
        z-index: 1;
        width: 160%;
        left: -83%;
    }

    .section2-right {
        top: 0%;
        width: 100%;
    }


    .section-2-img {
        top: 70%;
        width: 140%;
        left: -190px;
    }

    .section3-1-text {
        position: absolute;
        left: -75%;
        top: 30%;
        width: 100%;
    }


    .section3-1-text ul li {
        color: #e08219;
        font-size: 14px;
        line-height: 24px;
        list-style: disc;
        text-align: left;
    }


    .section3-1-img {
        position: absolute;
        left: -83%;
        top: 15%;
        right: 0%;
        width: 150%;
    }

    .section3-3-text h5 {
        font-size: 18px;
        width: 100%;
    }

    .section3-3-text {
        position: absolute;
        left: -83%;
        top: 45%;
        width: 130%;
    }

    .section3-3-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .section3-3-img {
        top: 76%;
        width: 70%;
    }

    .section4-text {
        position: absolute;
        left: -73%;
        top: 54%;
        width: 300%;
        padding: 0 20px 0px 0px;
    }

    .section4-text ul li {
        color: #ed1e79;
        font-size: 16px;
        line-height: 24px;
        list-style: disc;
    }

    .section4-2-img {
        position: absolute;
        left: -10%;
        top: 12%;
    }


    .section4-1-img {
        position: absolute;
        left: -83%;
        top: 19%;
        right: 100%;
    }

    .section4-3-img {
        position: absolute;
        left: -83%;
        top: 38%;
        width: 150%;
    }




    .section4-text-main h5 {
        font-size: 18px;
        width: 100%;
    }


    .section4-text-main p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #000;
        text-align: left;
        margin: 10px 0 0 0;
    }

    .section4-text ul {
        width: 50%;
        float: left;
    }

    .section4-text-main {
        position: absolute;
        left: -83%;
        top: 67%;
        width: 160%;
    }


    .section5-text {
        position: absolute;
        left: -73%;
        top: 56%;
        width: 300%;
    }

    .section5-text ul {
        width: 50%;
        float: left;
    }

    .section5-text ul li {
        font-size: 14px;
        line-height: 24px;
        list-style: disc;
    }

    .section5 h5 {
        font-size: 18px;
    }

    .section5-text-1 {
        width: 90%;
    }

    .section5 p {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .section5-text-1 {
        top: 70%;
        width: 160%;
        left: -83%;
    }

    .section5-1-img {
        position: absolute;
        left: -83%;
        top: 44%;
        width: 150%;

    }


    .section6-text {
        position: absolute;
        left: -73%;
        top: 51%;
        width: 150%;
    }



    .section6-1-img {
        position: absolute;
        left: -83%;
        top: 38%;
        width: 160%;
    }

    .section6-text ul li {
        color: #00a99d;
        font-size: 14px;
        line-height: 25px;
        list-style: disc;
    }



    .section6-text-1 {
        width: 160%;
        top: 65%;
        left: -83%;
    }

    .section6 h5 {
        font-size: 18px;
    }

    .section6 p {
        font-size: 12px;
        margin: 10px 0 0 0;
    }


    .section7-text ul li {
        font-size: 14px;
        line-height: 24px;
        list-style: disc;
    }

    .section7-text {
        left: -73%;
        top: 43%;
        width: 300%;
    }

    .section7-text ul {
        width: 50%;
        float: left;
    }

    .section-7-3-img {
        position: absolute;
        left: -87%;
        top: 80%;
        right: 106%;
    }


    .sectionseven_mobimage_desk {
        display: block;
    }

    .section-7-1 h5 {
        font-size: 18px;
    }

    .section-7-1 p {
        font-size: 12px;
        margin: 10px 0 0 0;
    }


    .section7-text-1 {
        left: -83%;
        top: 55%;
        width: 160%;
        position: absolute;
    }


    .section8-footer {
        width: 170%;
        margin: 0 auto;
        position: absolute;
        top: 17%;
        left: -83%;
    }

    .section8-footer h4 {
        font-size: 20px;
        color: #268e9c;
    }

    .section8-footer p {
        font-size: 14px;
    }


    .section8-footer input {
        padding: 5px;
        font-size: 14px;
        margin: 10px 0 10px 0;
        width: 95%;
    }

    .section8-footer textarea {
        padding: 5px;
        font-size: 14px;
        margin: 10px 0 10px 0;
        width: 95%;height: 75px;
    }

    .section8-footer button {
        font-size: 14px;
        width: 75%;
        padding: 5px;
        width: 95%;
    }


    .section8-on-right-1 {
        float: left;
        position: absolute;
        width: 180%;
        left: -83%;
        top: 66%;
    }

    /* .section8-on-right-1 p {
        font-size: 12px;
        line-height: 20px;
    } */

    .section8-on-right-1 p {
        font-size: 10px;
        line-height: 18px;
    }


    .footer-logo-address p {
        font-size: 14px;
        line-height: 20px;
    }


    .footer-logo-address {
        width: 100%;
        float: left;
   
        right: -137px;
        top: 0%;
        left: auto;
    }
    .footer-logo-address p {
        font-size: 10px;
        line-height: 15px;
    }

    .section8-on-right-1-address {
        width: 100%;
        float: left;
    }

    /* .footer-logo {
        width: 50%;
        float: left;
        position: absolute;
        right: 10px;
        top: 88%;
    } */


    .footer-logo {
        width: 49%;
        float: left;
        position: absolute;
        right: 11px;
        top: 67%;
    }

    /* .section8-on-right-5 h5 a {
        margin: 10px 0px 0 0px;
    } */

    .section8-on-right-5 h5 {
        font-size: 14px;
        color: #fff;
        margin: 10px 0 0 0;
        display: block;
    }

    /* .section8-on-right-5 a {
        width: 33%;
        float: left;
    } */

    .section8-on-right-5 img {
        width: 95%;
        float: left;
    }

    .section3-2-img {
        position: absolute;
        left: 10%;
        top: 74%;
    }


    .section-1-15 {
        width: 160%;
        bottom: 3%;
        right: 22%;
    }

    .section-1-11-img {
        top: 5%;
    }


    .section5-2-img {
        position: absolute;
        left: 0px;
        top: 17%;
    }

    .section5-img {
        position: absolute;
        left: 10%;
        top: 17%;
    }


    .section6-img {
        left: 5%;
        top: 20%;
    }

    .section-7-2-img {
        position: absolute;
        left: -83%;
        top: 31%;
        width: 160%;
    }


    /* .section8-on-right-5 {
        top: 85%;
        left: -76%;
    } */

    .section8-on-right-5 {
        top: 85%;
        left: -76%;
        width: 100%;
    }

    .section8-on-right-5 h5 a {
        margin: 10px 0px 0 0px;
        width: 18%;
    }


    .section-1-12-img {
        position: absolute;
        width: 100%;
        left: -38%;
        top: 19%;
        visibility: visible !important;
    }

    .section-1-11-img {
        left: 0%;
        visibility: visible !important;
    }



    .logohlight img {
        width: 80%;
    }

    .navbacss ul li a {
        font-size: 14px;
    }

    .navbacss ul li {
        padding: 0px !important;
    }



}



.logohlight {
    position: absolute;
    top: 20px;
    left: 20px; 
    width: 140px;
    z-index: 1;
}


.navbacss ul li a {
    color: #000000;
    text-decoration: none;
}




















/* new css */










.h1,
.say-hello h1 {
    background: linear-gradient(90deg, #073cff, #00ffd9, #ff9100);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    text-transform: uppercase;

}

/* section {
    width: 100%;
    display: grid;
    place-items: center;
    align-items: center;
    text-align: center;
    height: 700px;
    margin-bottom: 10%;
} */

a {
    text-decoration: none;
    color: #fff;
    transition: all 1s;
}


.footer:hover a {
    color: #0ff;
    text-transform: uppercase;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    translate: -100% 0;
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
}

.logos {
    display: flex;
    border-radius: 12px;
    padding: 1rem;
}

.logo {
    background: #010a5052;
    padding: 1rem;
    border-radius: 12px;
    margin: 0 10px;
}

.shadow {
    box-shadow: 0 30px 70px cyan;
    transition: box-shadow 700ms ease 500ms;
}

.logo img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    transition: all 1s;
    filter: saturate(120%);
}

.logo:nth-child(2) {
    transition-delay: 200ms;
}

.logo:nth-child(3) {
    transition-delay: 400ms;
}

.logo:nth-child(4) {
    transition-delay: 600ms;
}

.logo:nth-child(5) {
    transition-delay: 800ms;
}

.say-hello {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
    z-index: 9;
    width: 100%;
    text-transform: uppercase;
    border: none !important;
    backdrop-filter: blur(12px);
    transition: all 1s;
}

::-webkit-scrollbar {
    width: 8px;
    background: #000a2d;
}

::-webkit-scrollbar-thumb {
    background: #0026ff5b;
    border-radius: 12px;
}

@media (max-width:921px) {
    section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo:nth-child(5) {
        display: none
    }

    .h1 {
        margin-right: 10px;
        border-right: 2px solid #FFFFFF;
    }

    .logos h1 {
        position: absolute;
        top: -30px;
        z-index: 9;
        background: #000a2d;
        border-radius: 12px;
        font-weight: lighter;
    }
}

@media (max-width:670px) {
    .logo {
        margin: 0 5px;
        padding: .5rem;
    }

    .logo img {
        width: 80px;
        height: 80px;
        transition: all 1s;
    }

    .say-hello {
        padding: .1rem 0;
    }
}

@media (max-width:463px) {
    section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 80% !important;
    }

    .h1 {
        border-right: 0;
    }

    .logos,
    .logo {
        padding: 5px;
    }

    .logos h1 {
        font-size: small;
        padding: 5px;
        border-radius: 8px;
    }

    .logo img {
        width: 70px;
        height: 70px;
    }
}

@media (min-width:922px) {
    p {
        font-size: 1.4rem;
        word-spacing: 2px;
    }
}

.togit {
    position: fixed;
    right: 1em;
    bottom: 3em;
    background: #000;
    z-index: 9999;
    padding: 10px;
    box-shadow: -3px -3px 5px #00105b, 5px 5px 5px #000;
    border-radius: 10px;
    transition: all 400ms ease;
    filter: brightness(120%);
    translate: 0 100px;
    animation: show-git 3s 1s cubic-bezier(0.22, 0.61, 0.26, 0.74) forwards;
}

.togit a {
    font-weight: bold;
    font-size: small;
    letter-spacing: 1.2px;
    appearance: none;
    border: none;
    background: linear-gradient(90deg, #0084ff, #d803b1, #ff6f00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}

@keyframes show-git {
    50% {
        translate: 0 -100px;
        scale: 1.2;
    }

    100% {
        translate: 0 0;
    }
}

@media (max-width:550px) {
    .togit {
        padding: 5px;
        right: 5px;
    }

    .togit a {
        font-size: smaller;
        letter-spacing: 0;
    }
}

.togit:hover {
    scale: 1.1;
    transition: all 400ms ease;
}

.togit:active {
    scale: 0.9;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}



@media only screen and (min-width: 300px) and (max-width: 340px) {

    .section-1-15 p {
        font-size: 11px !important;
        line-height: 20px !important;

    }
}


@media only screen and (min-width: 401px) and (max-width: 500px) {
    .footer-logo-address {
        width: 100%;
        float: left;
        right: -150px;
        top: 0%;
        left: auto;
    }


}


@media only screen and (min-width: 501px) and (max-width: 600px) {
    .footer-logo-address {
        width: 100%;
        float: left;
        right: -211px;
        top: 0%;
        left: auto;
    }


}


@media only screen and (min-width: 601px) and (max-width: 700px) {
    .footer-logo-address {
        width: 100%;
        float: left;
        right: -222px;
        top: 0%;
        left: auto;
    }


}


@media only screen and (min-width: 701px) and (max-width: 800px) {
    .footer-logo-address {
        width: 65%;
        float: left;
        right: -222px;
        top: 0%;
        left: auto;
    }
    .section8-on-right-5 img {
        width: 78%;
        float: left;
    }
    .footer-logo {
        width: 59%;
        float: left;
        position: absolute;
        right: 11px;
        top: 67%;
    }
 
}



@media only screen and (min-width: 801px) and (max-width: 900px) {
    .footer-logo-address {
        width: 63%;
        float: left;
        right: -261px;
        top: 0%;
        left: auto;
    }

    .section8-on-right-5 img {
        width: 71%;
        float: left;
    }


}


@media only screen and (min-width: 901px) and (max-width: 1000px) {
    .footer-logo-address {
        width: 63%;
        float: left;
        right: -261px;
        top: 0%;
        left: auto;
    }

    .section8-on-right-5 img {
        width: 71%;
        float: left;
    }
    

}