﻿@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:ital,wght@0,400;0,500;1,400&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Roboto:wght@300&family=Rubik&family=Sacramento&family=Secular+One&family=Source+Sans+Pro&family=Zen+Antique&display=swap');

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*-------------nav bar--------------*/
.logo {
    position: fixed;
    float: left;
    margin: 16px 36px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 111;
}

    nav ul {
        list-style: none;
        background: rgba(0,0,0,0);
        overflow: hidden;
        color: #fff;
        padding: 0;
        text-align: right;
        margin: 0;
        transition: 1s;
    }

    nav.black ul {
        background: #000;
    }

    nav ul li {
        display: inline-block;
        padding: 20px;
    }

        nav ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
        }

/*Menu icon CSS*/
.menu-icon {
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

/*Responsive design CSS*/
@media(max-width: 580px) {
    .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
    }

    nav ul {
        max-height: 0px;
        background: #000;
    }

    nav.black ul {
        background: #000;
    }

    .showing {
        max-height: 20em;
    }

    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 24px 0px;
        text-align: center;
    }

    .menu-icon {
        display: block;
    }
}

.changebox {
    margin: 0 5px;
    color: #FF5722;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
}

.slidertext {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 23%;
    top: 13rem;
    z-index: 10;
    padding-top: -18px;
    padding-bottom: -4px;
    color: #fff;
    text-align: center;
    background: #0000002b;
    height: 224px;
    width: 800px;
}

.slider_text {
    FONT-WEIGHT: 900;
    padding-top: 50px;
    font-family: 'Sharp Grotesk 20',sans-serif;
    font-size: 55px;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider_para {
    color: #f05223;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Sharp Sans',sans-serif;
    background: -webkit-linear-gradient(#6223cc, #0e0218);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 9px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background: #f05223;
    width: 36px;
    height: 0px;
    margin-top: 5px
}

.slider_img {
    height: 550px;
}

#headerslider {
    height: 75px;
    background: #6223cc;
}

#slidersection {
    margin-bottom: 100px;
}

#about {
    margin-top: 100px;
}

    #about h3 {
        color: #6420cd;
        padding-bottom: 20px;
    }

    #about p {
        color: #999;
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
    }

    #about a {
        color: #fff;
        background: #f05223;
        padding: 10px 23px;
        border-radius: 20px;
        text-decoration: none;
        margin-top: 30px;
    }

.aboutcard {
    box-shadow: 1px 1px 4px 2px #e3e3e3;
    border: none !important;
}

.about {
    background-image: url('../images/aboutbg.png');
}


.circle {
    position: absolute;
    top: 3rem;
    left: 16rem;
}

.aboutimg1 {
    position: relative;
    top: 80px;
}

.aboutimg2 {
    position: absolute;
    top: 99px;
    left: 7rem;
}

.square {
    background: #6223cc;
    height: 97px;
    width: 256px;
    position: absolute;
    color: #fff;
    top: 15rem;
}

    .square h4 {
        padding: 19px;
    }

/*services section*/
#services {
    margin-top: 200px;
    background-color: #eff5e7;
    height: 600px;
}

.serviceswhite {
    background: #fdf9f9;
    height: 114px;
    position: relative;
    top: -4rem;
}

.servicecard {
    background: #fdf9f9;
    border: none;
    padding: 10px;
}

.servicesslider {
    background: #fff;
    height: 138px;
    width: 350PX;
    position: absolute;
    top: 15rem;
    left: 12rem;
    padding: 33px;
}

.servicesorange {
    background: #f05223;
    height: 4REM;
    width: 4REM;
    position: absolute;
    top: 13rem;
    PADDING-TOP: 13PX;
    left: 14rem;
    Z-INDEX: 1;
}

.service_heading h3 {
    color: #6420cd;
    padding-bottom: 30px;
}

.servicesslider h4 {
    color: #111;
    padding-top: 10px;
}

.servicesslider p {
    overflow: scroll;
    padding-bottom: 20px;
}

.servicesslider a {
    text-decoration: none;
    color: #6223cc;
    font-weight: 700;
}

#bgimg {
    background-image: url('../images/bgimg2.png');
    height: 600px;
    background-size: cover;
    margin-bottom: 400px;
}

    #bgimg h3 {
        padding-top: 12rem;
        font-size: 30px;
        font-weight: 700;
        padding-left: 80px;
    }

/*video play  button*/
.wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    top: 10rem;
    left: 3rem;
}

    .wrapper .circle {
        width: 78px;
        height: 78px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background-color: #f05223;
        margin: auto;
        transform: scale(1, 1);
    }

        .wrapper .circle.pulse {
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
            background-color: #f3f1f126;
        }

    .wrapper img {
        fill: #279b27;
        stroke: #279b27;
        stroke-linejoin: round;
        stroke-width: 5;
        transition: all 0.3s;
        opacity: 0.5;
        width: 50%;
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .wrapper img:hover {
            cursor: pointer;
            fill: #228722;
            stroke: #228722;
            transform: scale(1.2, 1.2);
        }

@-webkit-keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}


/*---grid section---*/
.grid1 {
    background-image: linear-gradient(#6223cc,#6223cc);
    height: 440px;
}

.helpdotimg {
    width: 21%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.helpdotimg1 {
    width: 23%;
    height: 104px;
    position: absolute;
    top: 329px;
    left: 27rem;
}

.grid2 {
    background-color: #eff5e7;
    height: 440px;
}

.form-control {
    background-color: #9166dc;
    color: #fff;
}

::placeholder {
    color: white !important;
    opacity: 1;
}

#bgimg a {
    background: #9166dc;
    padding: 10px 20px;
    border-radius: 17px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.bgimg_row {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 40px;
}

.bgimgpara {
    font-size: 18px;
    background: #9166dc30;
    border-radius: 50% 50%;
    width: 35px;
    padding-top: 4px;
    justify-content: center;
    padding-left: 8px;
    height: 35px;
}

.bgimgpara2 {
    font-size: 18px;
    padding-left: 16px;
    font-weight: 600;
    padding-top: 3px;
}
/*------ work section-----*/

#work h3 {
    color: #6223cc;
}

#work img:hover {
    opacity: 0.4;
}

#marktingconsalt {
    margin-top: 100px;
}

.marktingconsalt {
    box-shadow: 2px 5px 7px 6px #ebebeb;
    border: none;
    margin-top: 100px;
}

    .marktingconsalt img {
        width: 65%;
        padding-left: 55px;
    }

    .marktingconsalt h6 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        padding-top: 20px;
    }

    .marktingconsalt p {
        text-align: justify;
        padding-top: 10px;
        color: #999;
        font-weight: 500;
    }



body main {
    height: 95%;
    display: flex;
    flex-direction: column;
    padding: 0% 0px 0px;
}

    body main .section-profile {
        height: 35%;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }

        body main .section-profile .profile-image img {
            width: 100px;
            border-radius: 10px;
        }

        body main .section-profile .profile-name {
            font-size: 16px;
            font-weight: bold;
        }

        body main .section-profile .profile-location {
            font-size: 10px;
            color: #A9A9A9;
        }

        body main .section-profile .profile-stat {
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 15px;
            margin-top: 5px;
        }

            body main .section-profile .profile-stat div {
                width: 80px;
                border-radius: 10px;
                background: #E5E5E5;
                display: grid;
                place-items: center;
                padding: 10px;
            }

                body main .section-profile .profile-stat div h5 {
                    font-size: 12px;
                    color: #4E5150;
                }

                body main .section-profile .profile-stat div p {
                    font-size: 10px;
                    color: #A9A9A9;
                }

    body main .section-gallery > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        body main .section-gallery > div > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    body main .section-gallery {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
        padding: 30px 0px;
    }

        body main .section-gallery .wide {
            grid-column: span 2;
        }

        body main .section-gallery .tall {
            grid-row: span 2;
        }

#twopart {
    margin-top: 100PX;
}

.gridfirst {
    background: #6223cc;
    height: 440px;
}

.gridsecond {
    background-color: #eff5e7;
    height: 385px;
    clip-path: polygon(31% 0, 100% 0%, 100% 100%, 0 100%);
    position: relative;
    top: -24rem;
}

.gridfirstrow {
    margin-top: 60px;
    color: #fff;
}

    .gridfirstrow h3 {
        padding-bottom: 20px;
        font-weight: 700;
        font-size: 40px;
    }

    .gridfirstrow p {
        padding-top: 10px;
        font-size: 18px;
    }
/*--------accordian-------*/
.accordion-items {
    max-width: 400px;
    background: linear-gradient(to bottom right, #fff, #f7f7f7);
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
}

.accordion-heading {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 0.8px;
    padding: 22px;
    cursor: pointer;
}

    .accordion-heading:nth-last-child(2) {
        border-bottom: 0;
    }

    .accordion-heading:hover {
        background: #6223cc;
        border-radius: 0;
        color: #fff;
    }

    .accordion-heading:first-child:hover {
        border-radius: 3px 3px 0 0;
    }

    .accordion-heading:nth-last-child(2):hover {
        border-radius: 0 0 3px 3px;
    }

    .accordion-heading::before {
        content: "";
        vertical-align: middle;
        display: inline-block;
        border-top: 7px solid #f5f5f5;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        float: right;
        transform: rotate(0);
        transition: all 0.5s;
        margin-top: 5px;
    }

.active.accordion-heading::before {
    transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
    transform: rotate(0deg);
}

.accordion-content {
    display: none;
    background: #fffafa;
    padding: 17px;
    color: #8392a5;
    font-size: 15px;
    line-height: 1.5;
}

.gridSecondrow {
    margin-top: 70px;
}

.gridinner1 {
    padding-top: 95px;
}

    .gridinner1 h6 {
        font-size: 20px;
        padding-left: 35px;
    }

.gridinner2 h6 {
    font-size: 20px;
    padding-left: 35px;
}

#marktingconsalt h3 {
    color: #6223cc;
}
/*team section*/
#team {
    background: #150b2e;
    height: 600px;
    margin-top: -25rem;
}

.teamcard {
    padding: 0;
    margin-top: 25px;
    box-shadow: 1px 2px 3px 4px #e9e8e8
}

    .teamcard img {
        width: 77%;
        padding-left: 21px;
        padding-bottom: 3px;
    }

    .teamcard h6 {
        color: #000;
        font-size: 14px;
        padding-top: 8px;
        text-align: center;
    }

    .teamcard p {
        color: #000;
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
        font-weight: 700;
    }

.teamrow {
    background: #fff;
    height: 235px;
}

#team h3 {
    color: #350685;
    padding-top: 0px;
}

#team h4 {
    color: #fff;
    padding-top: 19px;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.1;
}

#team h3 {
    color: #6223cc;
    padding-top: 50px;
}

/*team showcase*/
.our-team {
    text-align: center;
    position: relative;
}

    .our-team:before {
        content: "";
        border: 4px solid #083d77;
        opacity: 0;
        position: absolute;
        top: -7px;
        left: -7px;
        bottom: -7px;
        right: -7px;
        transform: scale(1.03);
        transition: all 0.6s ease 0s;
    }

    .our-team:hover:before {
        opacity: 1;
        transform: scale(1);
    }

    .our-team .pic {
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 0.6s ease 0s;
        }

    .our-team:hover .pic:before {
        opacity: 1;
    }

    .our-team img {
        width: 80%;
        height: auto;
    }

    .our-team .team-content {
        padding: 30px 0 20px;
        position: relative;
        top: 0;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .team-content {
        top: -50%;
    }

    .our-team .title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #333;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 7px 0;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .title {
        color: #fff;
    }

    .our-team .post {
        display: block;
        font-size: 17px;
        font-weight: 500;
        color: #707070;
        text-transform: capitalize;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .post {
        color: #ffcc00;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
        list-style: none;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding: 0 15px;
            font-size: 18px;
            color: #083d77;
            border-right: 1px solid #083d77;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:hover {
                color: #ffcc00;
            }

        .our-team .social li:last-child a {
            border-right: none;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
/*end team showcase*/
#lightgreen {
    background-color: #eff5e7;
    height: 270px
}
/*------news section-------*/
#news {
    margin-top: 50px;
}

    #news h3 {
        color: #6223cc;
        padding-top: 50px;
    }

    #news h4 {
        color: #000;
        padding-bottom: 80px
    }

.post-slide {
    padding: 0 15px;
}

    .post-slide .post-img {
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            opacity: 0.9;
            transform: scale(1,1);
            transition: all 0.3s ease-in-out 0s;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.2,1.2);
        filter: none;
        opacity: 1;
    }

    .post-slide .post-content {
        padding: 20px 30px;
        position: relative;
        background: #fff;
    }

    .post-slide .post-date {
        min-width: 28px;
        min-height: 28px;
        line-height: 28px;
        text-align: center;
        background: #f05223;
        position: absolute;
        top: -30px;
        left: 30px;
    }

    .post-slide .month {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 0 10px;
        background: #6223cc;
        text-transform: uppercase;
    }

    .post-slide .date {
        color: #fff;
        font-size: 14px;
    }

    .post-slide .post-title {
        margin: 20px 0;
    }

        .post-slide .post-title a {
            color: #32099b;
            font-size: 22px;
            text-transform: capitalize;
            transition: all 0.50s ease 0s;
        }

            .post-slide .post-title a:hover {
                color: #333;
                text-decoration: none;
            }

    .post-slide .post-description {
        color: #999;
        font-size: 16px;
        line-height: 30px;
    }

    .post-slide .post-bar {
        padding: 15px 0;
        list-style: none;
        text-align: center;
        background: #6223cc;
    }

        .post-slide .post-bar li {
            display: inline-block;
            margin-right: 5px;
        }

            .post-slide .post-bar li a {
                text-transform: capitalize;
                font-size: 12px;
                color: #fff;
                transition: 0.2s ease;
            }

                .post-slide .post-bar li a:hover {
                    text-decoration: none;
                    color: #333;
                }

            .post-slide .post-bar li i {
                color: #fff;
                margin-right: 5px;
            }
/*-------- IT solution section--------*/
#itsolution {
    background: linear-gradient(#6223cc40,#6223cc9e), url(../images/itsolution.png);
    height: 350px;
    background-size: cover;
    margin-top: 80px
}

    #itsolution h6 {
        text-align: center;
        color: #fff;
        padding-top: 100px
    }

    #itsolution h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    #itsolution a {
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: #f05223;
        padding: 10px 15px;
        border-radius: 20px;
        margin-left: 30rem
    }


/*........footer section............*/

#footer {
    padding: 60px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background: #150b2e;
}

.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;
}
/*newslatter*/
.newslater h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.newslater p {
    font-size: 16px;
    color: #fff !important;
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto
}

    .form-subscribe .form-control {
        background-color: hsla(0,0%,100%,.8);
        padding-left: 24px;
        padding-right: 24px;
        letter-spacing: 1px;
        border: none;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px
    }

        .form-subscribe .form-control.focus, .form-subscribe .form-control:focus {
            z-index: 2;
            background-color: hsla(0,0%,100%,.8)
        }

    .form-subscribe .btn {
        border-top-right-radius: 36px;
        border-bottom-right-radius: 36px;
        background: #f05223;
        border-color: #f05223;
        height: 38.5px;
        text-align: center;
        padding-top: 3px;
        font-size: 18px;
    }

#footerbase {
    margin-top: -38px;
    color: #fff;
    margin-left: 46rem;
}

    #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(240 82 35);
    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: #6223cc
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }


/*
--------------------------about use page------------------*/

#pageheader {
    background-image: url('../images/aboutheader.jpg');
    height: 300px;
    background-size: cover;
}

.about_row {
    border-right: 4px solid #f05223;
    border-right: 4px solid #f05223;
    width: 30px;
    height: 145px;
}

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

.breadnav {
    position: absolute;
}

.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;
}

#pageheader h2 {
    text-align: center;
    top: 7rem;
    position: relative;
    font-size: 60PX;
    color: #6223cc;
    font-weight: 700;
}

#aboutus_section {
    margin-top: 160px;
    margin-bottom: 150px;
}

    #aboutus_section h3 {
        color: #000;
        font-size: 40px;
    }

    #aboutus_section p {
        color: #999;
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
    }

#founder p {
    color: #999;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

#founder {
    margin-top: 150px;
    margin-bottom: 100px;
}
/*------------prodct page----------*/

#product_section {
    margin-top: 150px
}



.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 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    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: #6223cc;
    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;
}

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

.img-wrap {
    margin: 0 auto;
    display: table;
    margin-top: 2%;
}

    .img-wrap img {
        transition: transform 0.5s;
    }

    .img-wrap :hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

/*----------------Business page-------------------*/

#business_plan {
    margin-top: 200px;
}

    #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: #8547c3;
}

@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: #6223cc;
        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: 28px;
        font-weight: 600;
        padding-top: 13px;
        padding-left: 0px;
        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 {
    box-shadow: 4px 7px 8px 0px #ddd;
    border-top: 5px solid #f05223;
}


/*-----------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: linear-gradient(to right, #6223cc 26%, #6223cc);
        -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: #cfc0fb
}

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

    #contact_form a {
        background-color: #f05223;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        border-radius: 9px;
        padding: 11px 17px;
        margin-left: 203px;
    }

   /* PRIVACY TERMS AND REFUND*/
#bg1 {
    margin-bottom: 200PX;
    margin-top: 50px
}
/*--------------------media query---------------*/
@media screen and (max-width: 425px) {
    body main .section-gallery {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
        grid-auto-rows: 100px;
        padding: 30px 0px 0px;
    }

    .aboutimg1 {
        position: relative;
        top: 28px;
    }

    .circle {
        position: absolute;
        top: 5rem;
        left: 14rem;
    }

    #about h3 {
        padding-top: 115px;
    }

    .serviceswhite {
        margin-bottom: 10px;
    }

    #services {
        height: 490px;
    }

    .servicesslider {
        background: #fff;
        height: 132px;
        width: 151px;
        position: relative;
        top: 0rem;
        left: 1rem;
        z-index: -1;
    }

        .servicesslider h4 {
            color: #111;
            padding-top: -24px;
            font-size: 11px;
        }

        .servicesslider a {
            font-weight: 500;
            font-size: 14px;
        }

        .servicesslider p {
            overflow: hidden;
        }

    .helpdotimg1 {
        display: none;
    }


    .serviceswhite {
        top: -8rem;
    }

    .wrapper .circle {
        top: -5px;
        left: -125px;
    }

    #bgimg {
        height: 250px;
        margin-bottom: 500px;
    }

    .wrapper {
        top: 3rem;
        left: 4rem;
    }

        .wrapper .circle {
            width: 56px;
            height: 56px;
        }

    #bgimg h3 {
        padding-top: 0px;
        font-size: 16px;
        font-weight: 700;
        padding-left: 7px;
        padding-bottom: 44px;
        padding-top: 10px;
    }

    .wrapper img {
        left: 14px;
        top: 15px;
    }

    .grid1 {
        height: 650px;
    }

    .form-control {
        margin-top: 20px;
    }

    .marktingconsalt img {
        width: 61%;
        padding-left: 133px;
    }

    #team {
        margin-top: 0rem;
    }

    .gridsecond {
        clip-path: none;
        position: relative;
        top: 0rem;
    }

    .gridinner1 {
        padding-top: 0px;
    }

    .teamcard img {
        width: 77%;
        padding-left: 14px;
        padding-top: 10px;
    }

    .teamcard h6 {
        font-size: 12px;
        padding-top: 10px;
        font-weight: 700;
    }

    .teamcards {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0;
    }

    #team {
     
        height: 855px;
    }

    #lightgreen {
        height: 350px;
    }

    .teamcard p {
        padding-left: 1px;
        font-weight: 500;
        font-size: 15px;
    }

    #news h3 {
        padding-top: 0px;
    }

    .post-slide .post-date {
        top: -45px;
        left: 123px;
    }

    .post-slide .post-content {
        padding: 0px 0px;
    }

    .post-slide .post-description {
        font-size: 15px;
        line-height: 25px;
    }

    #itsolution a {
        padding: 10px 15px;
        margin-left: 8rem;
    }

    .form-subscribe .btn {
        padding-top: 6px;
        font-size: 17px;
        margin-top: 19px;
    }

    .newslater h6 {
        margin-bottom: -33px;
    }
    /*/*  footer section*/
    #footerbase {
        margin-top: -94px;
        margin-left: 0px;
    }

        #footerbase li {
            padding-left: 0px;
            padding-right: 8px;
            font-size: 13px;
        }

    .slider_text {
        FONT-WEIGHT: 800;
        padding-top: 0px;
        font-size: 29px;
    }

    .slider_img {
        height: 350px;
    }

    .carousel-caption {
        bottom: 20px;
        left: 15%;
        top: 6rem;
        z-index: 10;
        padding-top: -18px;
        padding-bottom: -4px;
        height: 208px;
        width: 329px;
    }

    nav ul li {
        width: 100%;
        padding: 10px 15px;
    }

    #headerslider {
        height: 63px;
    }

    .about_row {
        border-right: none;
        width: 0;
        height: 0;
    }

    #pageheader h2 {
        top: 4rem;
        font-size: 44PX;
        font-weight: 700;
    }

    #pageheader {
        height: 200px;
    }

    #aboutus_section p {
     
        font-size: 17px;
      
    }
    #itsolution {
      margin-top: 100px;
        
    }
        #itsolution h2 {
            
            padding-top: 23px;
        }
    .gridfirstrow h3 {
        
        font-size: 30px;
    }
    #contact_form a {
       
        margin-left: 141px;
    }
}
