﻿@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Lora&family=Merriweather:wght@400;700&family=Montserrat:wght@300;400&family=Noto+Serif+Gujarati&family=Noto+Serif+Telugu:wght@600&family=Noto+Serif:wght@700&family=Playfair+Display:wght@500&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@300&family=Rubik&family=Sacramento&family=Source+Sans+Pro:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Lora&family=Merriweather:wght@400;700&family=Montserrat:wght@300;400&family=Noto+Serif+Gujarati&family=Noto+Serif+Telugu:wght@600&family=Noto+Serif:wght@700&family=PT+Serif&family=Playfair+Display:wght@500&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@300&family=Rubik&family=Sacramento&family=Source+Sans+Pro:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Lora&family=Merriweather:wght@400;700&family=Montserrat:wght@300;400&family=Noto+Serif+Gujarati&family=Noto+Serif+Telugu:wght@600&family=Noto+Serif:wght@700&family=PT+Serif&family=Playfair+Display:wght@400;500&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@300&family=Rubik&family=Sacramento&family=Source+Sans+Pro&display=swap');
/*form h1*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Kanit&family=Libre+Baskerville:wght@400;700&family=Lora&family=Merriweather:wght@400;700&family=Montserrat:wght@300;400;700&family=Noto+Serif+Gujarati&family=Noto+Serif+Telugu:wght@600&family=Noto+Serif:wght@700&family=PT+Serif&family=Playfair+Display:wght@400;500&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@300&family=Rubik&family=Sacramento&family=Source+Sans+Pro&family=Zen+Antique&display=swap');


p {
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-family: 'Noto Serif Telugu', serif;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
/* Navbar section */
.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

    .nav div.logo {
        float: left;
        width: auto;
        height: auto;
        padding-left: 3rem;
    }

        .nav div.logo a {
            text-decoration: none;
            color: #fff;
            font-size: 2.5rem;
        }

            .nav div.logo a:hover {
                color: #00E676;
            }

    .nav div.main_list {
        height: 65px;
        float: right;
    }

        .nav div.main_list ul {
            width: 100%;
            height: 65px;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .nav div.main_list ul li {
                width: auto;
                height: 65px;
                padding: 0;
                padding-right: 3rem;
            }

                .nav div.main_list ul li a {
                    text-decoration: none;
                    color: #fff;
                    line-height: 65px;
                    font-size: 18px;
                }

                    .nav div.main_list ul li a:hover {
                        color: #cb0c3a;
                    }




.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 22px;
    background-color: #cb0c3a;
}


.navTrigger {
    display: none;
}

.nav {
    /* padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;*/

    padding-top: 3px;
    padding-bottom: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    background: #0000005c;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }

    .nav div.logo {
        margin-left: 15px;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .nav div.show_list {
        height: auto;
        display: none;
    }

    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 70vh;
        right: 0;
        left: 0;
        bottom: 0;
        /* background-color: #111;*/
        background-image: url('../images/b.jpg');
        background-position: center top;
    }

        .nav div.main_list ul li {
            width: 100%;
            text-align: right;
        }

            .nav div.main_list ul li a {
                text-align: center;
                width: 100%;
                font-size: 1.5rem;
                padding: 20px;
            }

    .nav div.media_button {
        display: block;
    }
}


.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

    .navTrigger i {
        background-color: #fff;
        border-radius: 2px;
        content: '';
        display: block;
        width: 100%;
        height: 4px;
    }

        .navTrigger i:nth-child(1) {
            -webkit-animation: outT 0.8s backwards;
            animation: outT 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

        .navTrigger i:nth-child(2) {
            margin: 5px 0;
            -webkit-animation: outM 0.8s backwards;
            animation: outM 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

        .navTrigger i:nth-child(3) {
            -webkit-animation: outBtm 0.8s backwards;
            animation: outBtm 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

    .navTrigger.active i:nth-child(1) {
        -webkit-animation: inT 0.8s forwards;
        animation: inT 0.8s forwards;
    }

    .navTrigger.active i:nth-child(2) {
        -webkit-animation: inM 0.8s forwards;
        animation: inM 0.8s forwards;
    }

    .navTrigger.active i:nth-child(3) {
        -webkit-animation: inBtm 0.8s forwards;
        animation: inBtm 0.8s forwards;
    }

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
    z-index: 1
}

.myH2 {
    text-align: center;
    font-size: 4rem;
}

.myP {
    text-align: justify;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
}

@media all and (max-width:700px) {
    .myP {
        padding: 2%;
    }
}

.sliderimg {
    height: 600px;
}
/*heading section*/
#heading {
    position: absolute;
    top: 14rem;
    left: 9rem;
    background: #302f2f17;
    padding: 38px 27px;
}

    #heading a {
        text-decoration: none;
        color: #fff;
    }

.read {
    background: #cb0c3a;
    padding: 10px 15px;
    text-decoration: none;
    margin-right: 30px;
}

.connect {
    background: #cb0c3a;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
}

#heading h1 {
    font-size: 60px;
    color: #092c3f;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

#heading h6 {
    color: #155d9b;
    font-size: 25px;
    padding-bottom: 30px;
}
/*about section*/
#about {
    margin-top: 150px;
}

    #about p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }


#aboutus {
    margin-top: 150px;
}

    #aboutus h2 {
        padding-top: 25px
    }

    #aboutus p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #aboutus h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 37%;
        height: 4px;
        top: 0px;
        left: 28px;
    }

#tableimg {
    margin-top: 100px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 41px;
    height: 31px;
}

#bluediv {
    background-color: #00BAAD;
    width: 100%;
}

    #bluediv h5 {
        color: #444343;
        text-align: center;
        padding-top: 45px;
        text-transform: uppercase;
    }

    #bluediv h4 {
        color: #fff;
        text-align: center;
    }

    #bluediv h2 {
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 700;
    }

    #bluediv i {
        padding-left: 34rem;
        font-size: 18px;
        padding-top: 1rem;
        padding-bottom: 25px;
    }

#darkdiv {
    background: #000;
    width: 100%;
    height: 350px
}

    #darkdiv h2 {
        color: #fff;
        font-size: 40px;
        text-align: center;
        padding-top: 100px;
    }


        #darkdiv h2::before {
            content: " ";
            position: absolute;
            background-color: #cb0c3a;
            width: 30%;
            height: 4px;
            top: 58px;
            left: 200px;
        }

    #darkdiv a {
        text-decoration: none;
        color: #fff;
    }

    #darkdiv h4 {
        color: #3e3e3e;
        text-align: center;
        font-size: 16px;
        padding-bottom: 36px;
        text-transform: uppercase;
    }

.viewbtn {
    color: #fff;
    border: 1px solid #cb0c3a;
    padding: 10px 10px;
    text-align: center;
    margin: 13rem;
}

#redbg {
    background-image: linear-gradient(#c9333ced,#c9333ced), url(../images/map2.png);
    height: 240vh;
    background-size: cover;
}

.process {
    padding-top: 150px;
}

    .process h2 {
        color: #fff;
        font-size: 45px;
        text-align: center;
        padding-top: 30px;
    }

    .process p {
        color: #ffffff;
        font-weight: 500;
        line-height: 2;
        font-size: 17px;
        text-align: justify;
    }


    .process h2::before {
        content: " ";
        position: absolute;
        background-color: #111;
        width: 30%;
        height: 4px;
        top: 0px;
        left: 200px;
    }

.timeline {
    margin-top: -5rem;
}
/*---------------Timeline-----------*/
.ps-timeline-sec {
    position: relative;
    background: #fff0;
}

    .ps-timeline-sec .container {
        position: relative;
    }

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

        .ps-timeline-sec .container ol.ps-timeline li {
            height: 220px;
            float: none !important;
            width: inherit !important;
        }

            .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
                width: 70px;
            }

            .ps-timeline-sec .container ol.ps-timeline li:last-child {
                margin: 0;
                bottom: 0 !important;
                height: 120px;
            }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
                    bottom: 40px !important;
                    width: 40% !important;
                    margin-left: 25px !important;
                    margin-top: 0 !important;
                }

                    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
                        width: 100%;
                    }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
                    margin-bottom: 0 !important;
                    top: 20px;
                    width: 50% !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li span {
                left: 0 !important;
            }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
                    content: none !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
                position: absolute !important;
                bottom: 150px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

                .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                    margin: 0 auto !important;
                    width: 80% !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
                position: absolute !important;
                bottom: 115px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

            .ps-timeline-sec .container ol.ps-timeline li p {
                text-align: left !important;
                width: 100% !important;
                margin: 0 auto !important;
                margin-top: 0px !important;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-top {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 390px 0;
    padding: 0;
    border-top: 2px solid #fff;
    list-style: none;
}

    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: 25%;
        padding-top: 30px;
        position: relative;
    }

        .ps-timeline-sec .container ol.ps-timeline li span {
            width: 42px;
            height: 40px;
            margin-left: -25px;
            background: #fff;
            border: 4px solid #a3a3a3;
            border-radius: 50%;
            box-shadow: 0 0 0 0px #fff;
            text-align: center;
            line-height: 50px -10;
            color: #cb0c3a;
            font-size: 20px;
            font-style: normal;
            position: absolute;
            top: -26px;
            left: 50%;
            /*   animation: circle 10s infine ;*/
            animation: circle 5s linear infinite;
        }

@keyframes circle {
    to {
        transform: translateX(100%);
    }
}

.ps-timeline-sec .container ol.ps-timeline li span:hover {
    color: #000;
}



.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        display: table;
        margin: 0 auto;
    }

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
        display: table;
        margin: 0 auto;
    }

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}
/*--------------Timeline------------*/
.red_img {
    position: relative;
    top: -7rem;
    width: 61%;
    left: 16rem;
    height: 56px;
}

#white_section {
    margin-top: 100px;
}

    #white_section p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #white_section h2 {
        color: #000;
        font-size: 40px;
        text-align: center;
        padding-top: 11px;
    }

        #white_section h2::before {
            content: " ";
            position: absolute;
            background-color: #cb0c3a;
            width: 44%;
            height: 4px;
            top: -5px;
            left: 79px;
        }

.servives {
    margin-top: 100px;
}

    .servives p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    .servives h6 {
        font-size: 20px;
        font-weight: 700;
    }

    .servives i {
        background: #cb0c3a;
        padding: 12px 12px;
        font-size: 20px;
        border-radius: 50%;
        color: #fff;
    }

    .servives .servicerow {
        margin-top: 5rem;
    }

.servicecard:hover {
    background: #cb0c3a;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .servicecard:hover i {
        background: #fff;
        padding: 12px 12px;
        font-size: 20px;
        border-radius: 50%;
        color: #cb0c3a;
    }

    .servicecard:hover p {
        color: #fff !important;
        font-weight: 500;
        line-height: 2;
    }

#graysection {
    background: #96a4af;
    height: auto;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    #graysection h2 {
        color: #fff;
        font-size: 40px;
        text-align: center;
        padding-top: 100px;
    }

    #graysection p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #graysection h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 30%;
        height: 4px;
        top: 58px;
        left: 200px;
    }

    #graysection a {
        text-decoration: none;
        color: #fff;
    }

    #graysection h4 {
        color: #3e3e3e;
        text-align: center;
        font-size: 16px;
        padding-bottom: 36px;
        text-transform: uppercase;
    }

#team {
    margin-top: 50px;
}

    #team h2 {
        color: #000;
        font-size: 40px;
        text-align: center;
        padding-top: 100px;
    }

    #team p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #team h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 30%;
        height: 4px;
        top: 58px;
        left: 200px;
    }

#blackdiv {
    background: #000;
    width: 100%;
    height: 80px;
}

    #blackdiv a {
        position: relative;
        top: 34%;
        left: 40rem;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }


#project {
    margin-top: 100px;
}

    #project h2 {
        margin-top: 20px;
        color: #000;
        font-size: 40px;
        text-align: center;
    }

    #project p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #project h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 30%;
        height: 4px;
        top: 0;
        left: 200px;
    }

#project_btn {
    margin-top: 100px;
}

    #project_btn a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
        background: #fff0;
        box-shadow: 0px 2px 5px 2px #afafaf61;
        padding: 10px 15px;
    }

        #project_btn a:hover {
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            background: #cb0c3a;
            box-shadow: 0px 2px 5px 2px #afafaf61;
            padding: 10px 15px;
        }

#comapny {
    margin-top: 150px;
    padding-left: 15rem;
}

#clients {
    margin-top: 100px;
}

    #clients h2 {
        margin-top: 20px;
        color: #000;
        font-size: 40px;
        text-align: center;
    }

    #clients p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

    #clients h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 30%;
        height: 4px;
        top: 0;
        left: 200px;
    }

.clientrow {
    margin-top: -60px;
}

/*  ........footer section.............*/
/*footer*/
#footer {
    padding: 60px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background: #1e1e1c;
}

.footer_heading h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footer_heading i {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

    .footer_heading i:hover {
        color: #fff;
        font-size: 20px;
    }



#footer p {
    color: #fff;
}

#footer h5 {
    color: #111;
}

#footer a {
    color: #fff;
    text-decoration: none;
}



.social_icon i {
    border: 4px solid #ffd32a;
    border-radius: 50px 50px;
    background: #f0f0;
    padding: 12px 15px;
    color: #111;
    font-size: 16px;
    margin-right: 10px;
}

.footerdestination {
    width: 47%;
    position: absolute;
    left: 23rem;
    top: 199px;
    height: 271px;
}

.footerimg {
    width: 27%;
    position: absolute;
    top: -5rem;
    left: 0rem;
}
#footerbase {
    margin-top: 25px;
    color: #fff;
}

    #footerbase ul {
        list-style-type: none;
    }

    #footerbase li {
        display: inline-block;
        padding-left: 6px;
        padding-right: 12px;
       border-right: 1px solid;
    }

.footerimg1 {
    width: 68%;
    height: 149px;
   
}

/*----return stop top----*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }
/*------------------about use page-----------------*/
#aboutpage {
    background-image: url('../images/aboutnew.png');
    height: 350px;
    background-size: cover;
}

    #aboutpage h1 {
        position: absolute;
        top: 11rem;
        left: 36rem;
        font-size: 55px;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

.aboutimg1 {
    width: 100%;
    position: relative;
    z-index: -1;
}

.aboutimg2 {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 18rem;
    left: 8rem;
}

#aboutus_section {
    margin-top: 100px;
    margin-bottom: 300px;
}

    #aboutus_section p {
        color: #786f6f;
        font-weight: 500;
        line-height: 2;
    }

a {
    text-decoration: none;
}
/*-------------breadcrum---------------*/
.breadcrumb {
    margin: 1rem 0;
    padding: .8em 1em;
    border-radius: .3rem;
    background: rgba(255, 255, 255, .8);
    white-space: nowrap;
    overflow-x: auto;
}

    .breadcrumb ol {
        margin: 0;
        padding-left: 0;
        list-style: none;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li + li::before {
            display: inline-block;
            margin: 0 0.5em;
            transform: rotate(15deg);
            border-right: 0.1em solid rgb(178, 135, 163);
            height: 0.8em;
            content: "";
        }

    .breadcrumb [aria-current="page"] {
        color: rgb(72, 39, 40);
        font-weight: 700;
        text-decoration: none;
    }

/* -------------- product page-----------*/

#product {
    margin-top: 100px;
    margin-bottom: 100px;
}

.product-list {
    padding: 20px 10px 20px;
    font-family: 'Nunito Sans', sans-serif;
}

    .product-list > ul {
        margin: 0 -10px;
        padding: 0;
        list-style: none;
        display: flex;
    }

        .product-list > ul > li {
            width: 25%;
            padding: 10px;
        }

.white-box {
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 40%);
    background-color: #a9a6a621;
    padding: 35px 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.wishlist-icon {
    position: absolute;
    right: 12px;
    top: 10px;
}

    .wishlist-icon img {
        width: 20px;
        height: 20px;
    }

.product-img {
    min-height: 135px;
}

    .product-img img {
        max-width: 100%;
        max-height: 130px;
        display: block;
        margin: 0 auto;
    }

.product-bottom {
    text-align: center;
}

.product-name {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 10px 0 10px;
    font-weight: 600;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}

.price {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.blue-btn {
    background: #bd3d5c;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    max-width: 132px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.price .line-through {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    vertical-align: 1px;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 4px;
}
/* --------------  end product page-----------*/

/*business page*/
#business_plan {
    margin-top: 50px;
    background-image: url('../images/background.png');
}

    #business_plan h2 {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        display: block;
        color: #092c3f;
        font-weight: 900;
        padding-bottom: 50px;
    }

    #business_plan h5 {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-size: 30px;
        display: block;
        color: #00000087;
        font-weight: 900;
        padding-bottom: 50px;
    }

    #business_plan h4 {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-size: 40px;
        display: block;
        font-weight: 900;
        padding-bottom: 24px;
        animation: blinker 1.5s step-end infinite;
        background: -webkit-linear-gradient( #ff2143, #092c3f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

#income_table {
    margin-top: 100px;
    background-image: url('../images/background.png');
}

.thead-gradient {
    padding: 12px 7px;
    vertical-align: middle;
    color: white;
    background: linear-gradient(90deg, rgb(206 36 76) 0%, rgb(207 33 75) 17%, rgb(206 35 76) 35%, rgb(205 29 72) 57%, rgb(206 34 75) 79%, rgb(207 35 76) 100%);
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#income {
    margin-top: 50px;
    background-image: url('../images/background.png');
}

    #income h2 {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-size: 30px;
        display: block;
        color: #092c3f;
        font-weight: 900;
        padding-bottom: 70px;
    }

    #income i {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-size: 40px;
        display: block;
        font-weight: 900;
        padding-bottom: 50px;
        background: -webkit-linear-gradient( #ff2143, #092c3f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #income h4 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        padding-top: 10px;
        font-family: 'Abyssinica SIL', serif;
    }

    #income p {
        line-height: 1.61em;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        font-family: 'Abyssinica SIL', serif;
    }

.income_card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
}

/*-----------documents-------*/
#documents {
    margin-top: 100px;
    margin-bottom: 100px;
}


/*-----------contact page--------------*/
#contact {
    margin-top: 100px;
    background-image: url('../images/background.png');
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
}

    #contact h2 {
        text-align: center;
        margin-top: 0;
        font-style: normal;
        font-size: 30px;
        display: block;
        color: #092c3f;
        font-weight: 900;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #contact hr {
        padding-top: 10px;
    }

    #contact i {
        font-size: 45px;
        margin-bottom: 10px;
        padding-right: 20px;
        background: #01020A;
        background: -webkit-linear-gradient(to right, #01020A 26%, #CF4A11 67%);
        background: -moz-linear-gradient(to right, #01020A 26%, #CF4A11 67%);
        background: #cd1e48;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #contact h4 {
        font-family: 'Abyssinica SIL', serif;
        font-weight: 700;
        padding-top: 30px;
    }

    #contact p {
        font-family: 'Abyssinica SIL', serif;
        line-height: 1.61em;
        font-weight: 400;
        font-size: 18px;
    }

#contact_form {
    background-image: url('../images/business.jpg');
    background-size: cover;
}

    #contact_form h2 {
        font-family: 'Abyssinica SIL', serif;
        font-weight: 700;
        padding-top: 30px;
        color: #000;
    }

    #contact_form a {
        background-color: #c93559;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 15px;
        margin-left: 142px;
    }

#map {
    margin-top: 100px;
    width: 100%;
}

/*-----------refund page------------*/


.refund {
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    height: 110vh;
    padding: 2rem;
    background-color: #ce224b12;
    /* border: 2px solid #cb0c3a; */
    box-shadow: 1px 2px 7px 2px #a7969a78;
}
#bg1 {
    margin-bottom: 100px;
    margin-top:50px
}


@media screen and (max-width:425px) {
    .home {
        height: 50vh;
    }


    #about {
        margin-top: 18px;
    }

    #bluediv i {
        padding-left: 12rem;
        font-size: 18px;
        padding-top: 1rem;
    }

    #darkdiv {
        background: #000;
        width: 100%;
        height: 199px;
    }

        #darkdiv h2::before {
            width: 55%;
            height: 4px;
            top: 24px;
            left: 51px;
        }

        #darkdiv h2 {
            font-size: 31px;
            padding-top: 46px;
        }

        #darkdiv h4 {
            font-size: 12px;
            padding-bottom: 25px;
        }

    .viewbtn {
        padding: 8px 7px;
        margin: 2rem;
    }

    .process {
        padding-top: 77px;
    }

        .process h2::before {
            left: 152px;
        }

        .process h2 {
            color: #fff;
            font-size: 41px;
            text-align: center;
            padding-top: 16px;
            padding-bottom: 15px;
        }

    .red_img {
        top: -5rem;
        left: 5rem;
    }

    #redbg {
        height: 287vh;
    }

    #white_section h2::before {
        top: -6px;
        left: 117px;
    }

    .servives {
        margin-top: 70px;
    }

        .servives .servicerow {
            margin-top: 0;
        }

    #graysection h2 {
        font-size: 28px;
        padding-top: 35px;
    }

        #graysection h2::before {
            width: 65%;
            top: 17px;
            left: 43px;
        }


    #graysection {
        padding-top: 54px;
        padding-bottom: 51px;
        margin-top: 28px;
    }

    #blackdiv a {
        left: 10rem;
    }


    element.style {
    }

    #comapny {
        margin-top: 2rem;
        padding-left: 0px;
    }

    #clients h2::before {
        content: " ";
        position: absolute;
        background-color: #cb0c3a;
        width: 30%;
        height: 3px;
        top: 0px;
        left: 151px;
    }

    #heading {
        top: 4rem;
        left: 0rem;
    }

        #heading h1 {
            font-size: 31px;
            font-weight: 600;
        }

    .sliderimg {
        height: 300px;
    }

    #heading h6 {
        color: #0063b9;
        font-size: 18px;
        padding-bottom: 25px;
        font-weight: 500;
    }

    .read {
        padding: 7px 9px;
        margin-left: 66px;
    }

    .connect {
        padding: 7px 9px;
    }

    #white_section p {
        text-align: justify;
    }

    #team h2::before {
        width: 36%;
        left: 143px;
    }

    #project h2::before {
        width: 30%;
        left: 153px;
    }

    #project_btn {
        margin-top: 50px;
    }

    /*---------about use page-----------*/
    #aboutpage {
        height: 300px;
    }

        #aboutpage h1 {
            left: 8rem;
            top: 8rem;
            font-size: 42px;
        }

    .aboutimg1 {
        width: 70%;
        position: relative;
        z-index: -1;
    }

    .aboutimg2 {
        width: 60%;
        position: absolute;
        z-index: 1;
        top: 7rem;
        left: 8rem;
    }

    #aboutus_section p {
        margin-top: 140px;
        margin-bottom: -237px;
    }

    #about p {
        text-align: justify;
        padding-left: 5px;
    }

    #aboutus {
        margin-top: 75px;
    }

        #aboutus h2::before {
            top: 0px;
            left: 20px;
        }

        #aboutus p {
            text-align: justify;
        }

    .clientrow {
        margin-top: 0px;
    }
    /*------------ footer----------*/
    .footer_heading i {
        padding-right: 8px;
    }
    .footerimg1 {
        width: 100%;
       
    }
    #footerbase li {
        display: block;
         border-right:none;
    }
}
