/********** CSS **********/
:root {
    --primary: #082567;
    --lightprimary: #a1c2f3;
    --secondary: #0F52ba;
    --light: white;
    --dark: black;
}

/* -------    topbar      ------ */

.me-2:hover>.fw-normal {
    color: var(--primary) !important;
}

.topbar {
    max-height: 35px;
    /* background-color: red; */
    /* padding: 1px 0 1px 0; */
}


/*** Heading ***/

h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

p {
    text-align: justify;
}

/*** Navbar ***/


.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    height: 80px;
    width: max-content;
    margin-left: 8px !important;
    padding: 25px 10px;
    color: var(--light);
    font-weight: 600;
    margin-top: 0 !important;
    outline: none;
    /* background-color: black; */
    transition: .5s;
}

.navbar-brand {
    max-width: 15%;
    margin: auto
}

.navbar-collapse {
    max-width: 60%;
    margin: auto
}

.navbar-btn {
    max-width: 15%;
    margin: auto
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 6px solid var(--light);
    color: var(--light) !important;
}

.navbar-nav {
    margin: auto;
    width: inherit;
    /* border: 2px solid white; */
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    color: var(--light);
}

.sticky-top.navbar-dark {
    background-color: var(--primary) !important;

}

.logo {
    width: 200px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--light) !important;
}

.sticky-top.navbar-dark .navbar-nav .nav-link:hover,
.sticky-top.navbar-dark .navbar-nav .nav-link.active {
    color: var(--light) !important;
}

.navbar-dark .navbar-toggler {
    color: var(--light) !important;
    border-color: var(--primary) !important;
    margin-left: 0 !important;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--light);
    border: none;
    box-shadow: inset 0 0 0 50px transparent;
}

.sticky-top.navbar-dark .navbar-btn {
    background-color: var(--light);
    color: var(--primary);
    border: none;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    color: var(--light);
    background-color: var(--secondary);
    box-shadow: inset 0 0 0 0 var(--primary) !important;
}

.sticky-top.navbar-dark .navbar-btn:hover {
    color: var(--light);
    background-color: var(--secondary);
    box-shadow: inset 0 0 0 0 var(--primary) !important;
}

.container {
    /* background-color: red; */
    max-width: 90%;
}

/* -----------------------------------------------------------------------------------------------------------------------------------                   MEDIA QUEERY                         ------------------------------------------------------------------------------------------------------------------ */




/* *************************************************************************************************************************************************************************************     media queery why choose us start       ********************************************************************************************************************************************************************************************************************************* */
@media(max-width:1999px)and (min-width:1222px) {

    .sub-content-4 {
        width: 300px;
        margin-left: 100px;
        margin-top: 8%;
        height: 140px;
        padding-top: 0;
        display: flex;
        padding-bottom: 0;
        border: 4px solid var(--dark);
        text-align: center;
        font-size: 55px;
        align-items: center;
    }

    .content-4 .sub-content-4 .icon {
        position: absolute;
        /* background-color: aqua; */
        left: 50%;
        display: none;
    }
}

@media(max-width:1221px)and (min-width:992px) {
    .sub-content-4 {
        width: 300px;
        margin-left: 25px !important;
        margin-top: 8%;
        height: 140px;
        padding-top: 0;
        display: flex;
        padding-bottom: 0;
        border: 4px solid var(--dark);
        text-align: center;
        font-size: 55px;
        align-items: center;
    }



    .content-4 .sub-content-4 .icon {
        position: absolute;
        /* background-color: aqua; */
        left: 43% !important;
        display: none;
    }
}

@media(max-width:991.89px)and (min-width:622px) {
    /* ------------why choose us--------- */

    .main-heading-4 {
        font-size: 80px !important;
        text-align: center;
        width: 100%;
        margin: auto;
        /* background-color: rgb(191, 255, 0); */
    }

    .image {
        display: none;
    }

    .content-4 {
        /* background-color : #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 10% !important;
    }

    .sub-heading-4 h1 {
        font-size: 40px;
    }

    .icon {
        padding-left: 20%;
        margin-top: 1px;
    }
}

@media(max-width:768px)and (min-width:628px) {

    /* ---------- why choose us ---------- */


    .main-heading-4 {
        text-align: center;

    }

    .container-4 {
        display: flex;
        /* background-color: aqua; */
    }

    .image {
        display: none !important;
    }

    .content-4 {
        /* background-color: #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 10% !important;
        width: 300px !important;
    }

    .sub-heading-4 h1 {
        font-size: 30px;
        width: 300px !important;
    }

    .icon {
        padding-left: 23%;
        margin-top: 1px;
        font-size: 35px;
    }

}

@media(max-width:627px)and (min-width:560px) {
    /* ---------- why choose us ---------- */


    .main-heading-4 {
        text-align: center;

    }

    .container-4 {
        display: flex;
        /* background-color: aqua; */
    }

    .image {
        display: none !important;
    }

    .content-4 {
        /* background-color: #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 10% !important;
        width: 250px !important;
    }

    .sub-heading-4 h1 {
        font-size: 30px;
        width: 250px !important;
    }

    .icon {
        padding-left: 23%;
        margin-top: 1px;
        font-size: 35px;
    }

}

@media(max-width:560px)and (min-width:400px) {
    /* ---------- why choose us ---------- */


    .main-heading-4 {
        text-align: center;

    }

    .container-4 {
        display: flex;
        /* background-color: aqua; */
    }

    .image {
        display: none !important;
    }

    .content-4 {
        /* background-color: #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 10% !important;
        width: 200px !important;
    }

    .sub-heading-4 h1 {
        font-size: 30px;
        width: 100% !important;
    }

    .icon {
        padding-left: 25%;
        margin-top: 1px;
        font-size: 35px;
    }

}

@media(max-width:400px)and (min-width:347px) {
    /* ---------- why choose us ---------- */


    .main-heading-4 {
        text-align: center;

    }

    .container-4 {
        display: flex;
        /* background-color: aqua; */
    }

    .image {
        display: none !important;
    }

    .content-4 {
        /* background-color: #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 5% !important;
        width: 170px !important;
    }

    .sub-heading-4 h1 {
        font-size: 25px;
        width: 100% !important;
    }

    .icon {
        padding-left: 23%;
        margin-top: 1px;
        font-size: 30px;
    }

}

@media(max-width:347px)and (min-width:200px) {
    /* ---------- why choose us ---------- */


    .main-heading-4 {
        text-align: center;

    }

    .container-4 {
        display: flex;
        /* background-color: aqua; */
    }

    .image {
        display: none !important;
    }

    .content-4 {
        /* background-color: #34AD54; */
        width: 100% !important;
    }

    .sub-content-4 {
        margin-left: 0% !important;
        width: 150px !important;
    }

    .sub-heading-4 h1 {
        font-size: 25px;
        width: 100% !important;
    }

    .icon {
        padding-left: 20%;
        margin-top: 1px;
        font-size: 30px;
    }

}

/* *************************************************************************************************************************************************************************************    media queery why choose us  ends        ********************************************************************************************************************************************************************************************************************************* */




@media (max-width: 991.98px) {



    /* ------  what we do start   ---------- */

    .container {
        max-width: 95%;
    }

    .container-1 {
        display: grid;
        grid-template-columns: auto auto !important;
        padding: 3% !important;
    }


    .what-icon {
        float: left;
    }

    .section-1 .container-1 .content-1 {
        margin: auto !important;
        border: 2px solid;
        margin-top: 40px;
        height: 90% !important;
        padding-bottom: 20%;
        padding-top: 20% !important;
    }

    .content-1 .sub-heading-1 {
        margin: 0;
        padding: 5%;
        font-size: 20px !important;

    }


    .content-1 p {
        margin: 6% 8% 6% 8% !important;
        font-size: 15px !important;
        text-align: justify !important;
    }


    /* ---------      how we do it       ---------- */
    .main-heading-3 {
        max-width: 85% !important;
    }

    .container-3 {
        max-height: 400px !important;
        /* background-color: red; */
    }

    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        height: 100% !important;
        /* background-color: black; */
        padding-top: 8% !important;
        font-size: 20px !important;
    }




    /* ----------   footer  -------- */

    .logo-2 {
        /* background-color: black; */
        margin-top: 80%;
        margin-bottom: 30%;
    }

    .footer-sub-bg form {
        margin-top: 30%;
    }


    /* -------------                portfolio              ----------------- */

    .port h2 span {
        margin-top: 65px !important;
        /* background-color: red; */
    }

    .main-site {
        height: inherit !important;
    }

    /* -----category------------- */
    .img1 {
        width: 90% !important;
    }

    .content-5 {
        /* background-color: red; */
        width: inherit !important;
        margin: auto !important;
    }

}


@media (min-width: 992px) {

    .bg-img {
        height: 100vh;
        width: 100%;

    }

    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

/* ########################################################################################################################################################################################################################################################  nav bar media querry start  #################################################################################################################################################################################################################################*/

@media(max-width:1255px)and (min-width:992px) {
    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Nunito', sans-serif;
        position: relative;
        height: 80px;
        width: max-content;
        margin-left: 2px !important;
        padding: 25px 5px;
        font-size: 15px;
        color: var(--light);
        font-weight: 400;
        margin-top: 0 !important;
        outline: none;
        /* background-color: black; */
        transition: .5s;
    }

    .logo {
        width: 150px;
    }
}

@media(max-width:991.98px)and (min-width:200px) {

    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark {
        padding: 0 !important;
        display: grid;
        grid-template-columns: auto auto;
        background-color: var(--primary);
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .logo {
        width: 200px;
        margin-left: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .bg-img {
        height: 100vh;
        width: 100%;
    }


    /* --- enquiry  ---- */

    nav .btn {
        display: none;
    }
}

@media(max-width:768px) {

    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark {
        padding: 0 !important;
        display: grid;
        grid-template-columns: auto auto;
        background-color: var(--primary);
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .logo {
        width: 200px !important;
        margin-left: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .bg-img {
        height: 100vh;
        width: 100%;
    }


    /* --- enquiry  ---- */

    nav .btn {
        display: none;
    }
}

@media(max-width:991.89px)and (min-width:769px) {

    /*------- type writing responsive start --------  */

    .styling {
        display: flex !important;
        position: absolute;
        top: 0 !important;
        height: 100vh !important;
        max-width: 100%;
        /* background-color: #0088ff; */
    }

    .content .main-content {
        font-size: 40px !important;
        margin-top: 35vh !important;
        /* background-color: blue; */
    }

    .content {
        /* max-width: 100% !important; */
        padding-left: 0 !important;
        max-width: 60%;
        /* background-color: black; */
    }

    .sub-content {
        font-size: 55px !important;
        /* background-color: green; */
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 50% !important;
        padding-right: 25px !important;
    }

    .form {
        width: 100% !important;
        margin: auto !important;
        margin-top: 15vh !important;
    }

    .form-1 {
        /* background-color: pink; */
        margin-bottom: 10px;
    }

    .form .form-heading {
        font-size: 30px !important;
    }

    /*------- form responsive ends --------  */
}


@media (max-width: 768px)and (min-width:701px) {
    /*------- type writing responsive start --------  */

    .styling {
        display: flex;
        position: absolute;
        top: 0 !important;
        height: 100vh !important;
        /* background-color: #0088ff; */
    }

    .content .main-content {
        font-size: 30px !important;
    }

    .content {
        width: 50% !important;
        /* background-color: rgb(1, 1, 0); */
        padding-left: 0 !important;
        margin-top: 0 !important;
        height: 100%;
    }

    .sub-content {
        font-size: 45px !important;
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 50% !important;
        padding-right: 25px !important;
    }

    .form {
        width: 100% !important;
        max-height: 560px;
    }

    input[type=submit] {
        padding: 2px 8px;
        line-height: 5px;
    }

    input[type=text] {
        padding: 2px 8px;
        line-height: 5px;
        /* margin: 2px 0; */
    }


    /*------- form responsive ends --------  */
}

@media(max-width:700px)and (min-width:577px) {
    /*------- type writing responsive start --------  */

    .styling {
        display: flex !important;
        position: absolute;
        top: 0 !important;
        height: 100vh !important;
        /* background-color: #0088ff; */
    }

    .content .main-content {
        font-size: 25px !important;
        margin-top: 35vh !important;
        /* background-color: green; */
    }

    .content {
        /* background-color: black; */
        padding-left: 0 !important;
        width: 55% !important;
    }

    .sub-content {
        font-size: 34px !important;
        margin-top: 0 !important;
        /* background-color: yellow; */
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 55% !important;
        padding-right: 25px !important;
    }

    .form {
        width: 100% !important;
    }

    .form-heading {
        font-size: 5px !important;
    }

    /* input[type=submit] {
        padding: 2px 8px;
        margin: 2px 0;
        box-sizing: border-box;
    } */

    input[type=submit] {
        padding: 2px 6px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    input[type=text] {
        padding: 2px 6px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    label {
        line-height: 20px !important;
    }


    /*------- form responsive ends --------  */
}

@media (max-width: 576px)and (min-width:481px) {

    /*------- type writing responsive start --------  */

    .styling {
        display: flex !important;
        position: absolute;
        top: 0 !important;
        height: 100vh !important;
        /* background-color: #0088ff; */
    }

    .content .main-content {
        font-size: 25px !important;
        margin-top: 35vh !important;
    }

    .content {
        margin-top: 0% !important;
        padding-left: 0 !important;
        /* background-color: black; */
        max-width: 50% !important;
    }

    .sub-content {
        font-size: 30px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 50% !important;
        padding-right: 25px !important;
        padding-left: 0 !important;
    }

    .form {
        width: 100% !important;
    }

    .form-heading {
        font-size: 5px !important;
    }

    input[type=submit] {
        padding: 2px 6px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    input[type=text] {
        padding: 2px 6px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    label {
        line-height: 20px !important;
    }


    /*------- form responsive ends --------  */
}

@media (max-width: 480px)and (min-width:401px) {

    /*------- type writing responsive start --------  */

    .styling {
        display: flex !important;
        flex-direction: column;
        height: 100vh !important;
        top: 0 !important;
        /* background-color: rgb(45, 15, 238); */
    }

    .content .main-content {
        font-size: 30px !important;
        /* background-color: black; */
        text-align: center;
        margin-top: 15px !important;
    }

    .content {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 0% !important;
        /* background-color: pink; */
        height: 5vh !important;
    }

    .sub-content {
        font-size: 40px !important;
        margin-top: 0 !important;
        padding: 2% 5% 0 5% !important;
        /* margin-right: 2% !important; */
        /* background-color: red; */
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        padding-left: 25px !important;
        padding-right: 25px !important;
        width: 100% !important;
        max-height: 75vh;
    }

    .form {
        width: 100% !important;
        height: 460px !important;
        margin-top: 5vh !important;
        /* height:777px */
    }

    .form-heading {
        font-size: 30px !important;
    }

    input[type=submit] {
        padding: 4px 8px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    input[type=text] {
        padding: 4px 8px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    label {
        line-height: 10px !important;
    }
}

@media (max-width: 400px)and (min-width:200px) {

    /*------- type writing responsive start --------  */

    .styling {
        display: flex !important;
        flex-direction: column !important;
        position: absolute;
        height: 100vh !important;
        top: 0 !important;
        /* background-color: black; */
    }

    .content .main-content {
        /* background-color: black; */
        font-size: 20px !important;
        margin-top: 30px !important;
        text-align: center;
    }

    .content {
        width: 100% !important;
        height: 5vh !important;
        padding-left: 0 !important;
        /* background-color: blue; */
    }

    .sub-content {
        font-size: 30px !important;
        margin-top: 0 !important;
        padding: 2% 5% 0 5% !important;
        /* background-color: red; */
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 100% !important;
        max-height: 75vh;
        padding: 0 25px 0 25px !important;
    }

    .form {
        width: 100% !important;
        height: 460px !important;
        margin-top: 5vh !important;
    }

    .form-heading {
        font-size: 30px !important;
    }

    input[type=submit] {
        padding: 4px 8px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    input[type=text] {
        padding: 4px 8px;
        line-height: 8px;
        /* margin: 2px 0; */
    }

    label {
        line-height: 10% !important;
    }


    /*------- form responsive ends --------  */
}

@media(min-height:949px) {

    input[type=submit] {
        margin-top: 0 !important;
    }
}

@media(max-height:626px)and (min-height:400px) {
    .form {
        width: 100% !important;
        height: 460px !important;
        margin-top: 5vh !important;
    }

    .form .form-heading {
        /* background-color: red; */
        margin-top: 1% !important;
    }
}

@media(max-width:480px)and (max-height:626px) {

    .label label {
        display: none;
        line-height: 0;
    }

    .form {
        max-height: 380px !important;
    }

    .form .form-heading {
        /* background-color: red; */
        margin-top: 1% !important;
    }

    .content .main-content {
        margin-top: 5px !important;
    }
}



@media(max-width:1900px)and (min-width:1300px) {

    .content .main-content {
        font-size: 60px !important;
        margin-top: 25vh !important;
    }

    .sub-content {
        font-size: 80px !important;
    }
}

@media(max-width:480px)and (min-height:1200px) {
    .styling .header-form .form {
        width: 90% !important;
        margin: auto !important;
        height: 80% !important;
        /* background-color: red; */
    }

    .form-heading h3 {
        font-size: 10px !important;
    }
}

@media(max-width:991px)and (min-height:1200px) {
    .styling {
        display: flex;
        flex-direction: column !important;
    }

    .content .main-content {
        font-size: 40px !important;
        margin-top: 55px !important;
        /* background-color: blue; */
    }

    .content {
        max-width: 100% !important;
        padding-left: 0 !important;
        max-height: 10vh !important;
        /* background-color: black; */
    }

    .sub-content {
        font-size: 55px !important;
        width: 100%;
        /* background-color: green; */
    }

    /*------- type writing responsive ends --------  */


    /*------- form responsive start --------  */
    .header-form {
        /* background-color: red; */
        width: 100% !important;
        max-height: 70vh;
        padding-right: 25px !important;
    }

    .styling .header-form .form {
        width: 80% !important;
        margin: auto !important;
        max-height: 800px !important;
        margin-top: 10vh !important;
    }

    .form-1 {
        /* background-color: pink; */
        margin-bottom: 10px;
    }

    label {
        font-size: 30px;
    }

    .form .form-heading h3 {
        font-size: 30px !important;
    }

    .label {
        font-size: 25px;
    }

    input[type=submit] {
        font-size: 20px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 20px !important;
    }

    .styling .header-form .form .form-heading h3 {
        font-size: 60px !important;
    }
}

@media(min-width:1900px) {

    .navbar-dark .navbar-nav .nav-link {
        padding: 25px 15px !important;
        height: 120px;
        font-size: 25px !important;
    }

    .navbar-btn {
        padding: 25px !important;
        font-size: 25px;
    }

    .logo {
        width: 340px;
    }

    .content .main-content {
        font-size: 80px !important;
        margin-top: 25vh !important;
    }

    .sub-content {
        font-size: 120px !important;
        /* background-color: red; */
    }

    .header-form {
        /* background-color: red; */
        width: 40% !important;
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .header-form .form {
        max-height: 1200px !important;
        margin-top: 10vh;
    }

    input[type=submit] {
        font-size: 20px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        padding: 20px !important;
    }

    .styling .header-form .form .form-heading h3 {
        font-size: 60px !important;
    }
}

@media(min-width:1550px)and (min-height:1200px) {
    .content .main-content {
        font-size: 80px !important;
        margin-top: 25vh !important;
    }

    .sub-content {
        font-size: 120px !important;
        /* background-color: red; */
    }

    .header-form {
        /* background-color: red; */
        width: 40% !important;
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .styling .header-form .form {
        max-height: 1200px !important;
        margin-top: 10vh;
    }

    .form .label label {
        font-size: 50px !important;
    }

    .label {
        font-size: 25px;
    }

    .styling .header-form .form .form-heading h3 {
        font-size: 60px !important;
    }

    input[type=submit] {
        font-size: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        padding: 25px !important;
    }

}

@media(min-width:1900px)and (min-height:1200px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 25px 15px !important;
        height: 120px;
        font-size: 25px !important;
    }

    .navbar-btn {
        padding: 25px !important;
        font-size: 25px;
    }

    .logo {
        width: 340px;
    }


    .content .main-content {
        font-size: 80px !important;
        margin-top: 25vh !important;
    }

    .sub-content {
        font-size: 120px !important;
        /* background-color: red; */
    }

    .header-form {
        /* background-color: red; */
        width: 40% !important;
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .styling .header-form .form {
        max-height: 1200px !important;
        margin-top: 10vh;
    }

    .form .label label {
        font-size: 50px !important;
    }

    .label {
        font-size: 25px;
    }

    .styling .header-form .form .form-heading h3 {
        font-size: 60px !important;
    }

    input[type=submit] {
        font-size: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        padding: 25px !important;
    }
}

@media(min-height:921px)and (min-width:1300px) {
    label {
        font-size: 30px !important;
    }

    .form {
        max-height: 580px !important;
    }

    .form .form-heading {
        font-size: 180px !important;
    }
}

/* ########################################################################################################################################################################################################################################################  nav bar media querry ends  #################################################################################################################################################################################################################################*/


/* *************************************************************************************************************************************************************************************       media queery what we do start        ********************************************************************************************************************************************************************************************************************************* */
@media (max-width: 950px)and (min-width:567px) {

    /* ------------ what we do ---------- */


    .container-1 {
        padding-top: 0 !important;
        margin: auto;
        margin-bottom: 20px;
        text-decoration: none;
        color: black;
        display: grid;
        height: 900px !important;
        /* background-color: red; */
        grid-template-columns: auto auto !important;
    }

    .section-1 .container-1 .content-1 {
        height: 400px !important;
    }

    .content-1 .sub-heading-1 {
        /* background-color: black; */

        font-size: 25px !important;

    }

    .content-1 p {
        margin: 2% 8% 6% 8% !important;
        font-size: 15px;
        text-align: justify;
    }

}

@media(max-width:567px)and (min-width:510px) {

    /* ------------ what we do ---------- */
    .container-1 {
        grid-template-columns: auto auto !important;
    }

    .section-1 .container-1 .content-1 {
        height: 400px !important;
        margin-top: 50px !important;
    }

    .content-1 .sub-heading-1 {
        font-size: 20px !important;
    }

    .content-1 p {
        font-size: 10px;
        text-align: justify;
    }
}

@media(max-width:510px)and (min-width:352px) {
    /* ------------ what we do ---------- */

    .container-1 {
        grid-template-columns: auto !important;
    }

    .section-1 .container-1 .content-1 {
        height: 400px !important;
        margin-top: 30px !important;
    }

    .content-1 .sub-heading-1 {
        font-size: 29px !important;
    }

    .content-1 p {
        text-align: justify;
    }
}

@media(max-width:352px)and (min-width:200px) {

    .container-1 {
        grid-template-columns: auto !important;
    }

    .section-1 .container-1 .content-1 {
        height: 400px !important;
        margin-top: 30px !important;
    }

    .content-1 .sub-heading-1 {
        font-size: 20px !important;
    }
}

/* *************************************************************************************************************************************************************************************       media queery what we do  ends        ********************************************************************************************************************************************************************************************************************************* */


/* *************************************************************************************************************************************************************************************     media queery how we do it start        ********************************************************************************************************************************************************************************************************************************* */
@media (max-width: 1120px) and (min-width:992px) {

    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        font-size: 25px !important;
    }
}

@media (max-width: 991.98px) and (min-width:769px) {
    .section-3 {
        max-height: 650px;
    }

    .container-3 {
        max-height: 420px !important;
    }
}

@media (max-width: 768px) and (min-width:598px) {
    .section-3 {
        max-height: 570px;
    }

    .container-3 {
        max-height: 350px !important;
    }


    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        font-size: 15px !important;
    }
}


@media(max-width:598px)and (min-width:461px) {

    .section-3 {
        max-height: 570px;
    }

    .container-3 {
        max-height: 270px !important;
    }


    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        font-size: 10px !important;
    }
}

@media(max-width:461px)and (min-width:381px) {

    .container-3 {
        max-height: 250px !important;
    }

    .section-3 {
        max-height: 550px;
    }


    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        font-size: 8px !important;
    }
}

@media(max-width:381px)and (min-width:200px) {


    .container-3 {
        max-height: 220px !important;
    }

    .section-3 {
        max-height: 550px;
    }

    .first h3,
    .second h3,
    .third h3,
    .forth h3,
    .fifth h3 {
        font-size: 5px !important;
    }
}

/* *************************************************************************************************************************************************************************************     media queery how we do it  ends        ********************************************************************************************************************************************************************************************************************************* */



@media (max-width: 768px) and (min-width:200px) {

    .container {
        /* background-color: black; */
        max-width: 90% !important;
    }

    .bg-img {

        height: 100vh;
        width: 100%;

    }

    .navbar-dark {
        padding: 0 !important;
        display: grid;
        grid-template-columns: auto auto;
    }


    .logo {
        width: 80%;
        margin-left: 5% !important;
        margin-right: 0 !important;
    }

    /* --------------------------             categories                ----------------------------- */


    .content-5 {
        grid-template-columns: auto auto !important;
        /* background-color: red; */
    }

    .content-5 .bottom-1 {
        float: bottom !important;
        /* background-color: #082567; */
    }

    .content-5 .left-1 {
        float: left !important;
    }


    /* ----footer----- */


    .logo-2 {
        margin-top: 0 !important;
        margin-bottom: 10%;
    }

    .footer-sub-bg form {
        margin-top: 10%;
        margin-bottom: 10%;
    }

}

/* *************************************************************************************************************************************************************************************       media queery portfolio  start        ********************************************************************************************************************************************************************************************************************************* */

@media(max-width:1200px)and (min-width:991.89px) {

    .web-category p {
        font-size: 12px;
    }
}

@media(max-width:768px)and (min-width:576px) {

    /* -------------                portfolio              ----------------- */

    .port h2 {
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        margin: 1.5%;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }

}

@media(max-width:576px)and (min-width:492px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        margin: 1%;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}

@media(max-width:491px)and (min-width:445px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        margin: 0.5%;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}

@media(max-width:444px)and (min-width:422px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        margin: 0.2%;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}

@media(max-width:421px)and (min-width:371px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        font-size: 30px;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}

@media(max-width:370px)and (min-width:334px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        font-size: 25px;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}

@media(max-width:333px)and (min-width:200px) {
    /* -------------                portfolio              ----------------- */

    .port h2 {
        /* display: flex!important; */
        text-align: center;
        font-size: 35px !important;
    }

    .port h2 span {
        display: inline !important;
        font-size: 20px;
    }

    .main-site {
        width: 100%;
        border: 4px solid var(--light);
    }

    .work {
        /* background-color: pink; */
        width: 100%;
    }
}



/* *************************************************************************************************************************************************************************************       media queery portfolio  ends        ********************************************************************************************************************************************************************************************************************************* */

/* *************************************************************************************************************************************************************************************       media queery pricing  starts        ********************************************************************************************************************************************************************************************************************************* */
@media(max-width:1250px)and (min-width:992px) {
    .pricing-content {
        padding: 5% !important;
    }
}

@media(max-width:1036px)and (min-width:1005px) {

    .pricing-heading {
        /* background-color: red; */
        padding-left: 60px !important;
    }
}

@media(max-width:1011px)and (min-width:1005px) {

    .pricing-heading {
        /* background-color: red; */
        padding-left: 50px !important;
    }
}

@media(max-width:520px)and (min-width:200px) {
    .pricing-content {
        padding: 5% !important;
    }
}

@media(max-width:390px)and (min-width:200px) {
    .pricing-content {
        font-size: 10px;
    }
}

/* *************************************************************************************************************************************************************************************       media queery pricing  ends        ********************************************************************************************************************************************************************************************************************************* */
/* *************************************************************************************************************************************************************************************    media queery testimonial  starts        ********************************************************************************************************************************************************************************************************************************* */
@media(max-width:1224px)and (min-width:1092px) {
    .testimonial-carousel .owl-item.center .testimonial-item {
        height: 470px !important;
    }

    .testimonial-carousel .owl-item .testimonial-item {
        height: 420px !important;
    }

    .testimonial-head {
        font-size: 20px;
    }
}

@media(max-width:1092px)and (min-width:992px) {
    .testimonial-carousel .owl-item.center .testimonial-item {
        height: 470px !important;
    }

    .testimonial-carousel .owl-item .testimonial-item {
        height: 420px !important;
    }

    .testimonial-head {
        font-size: 18px;
    }
}

@media(max-width:440px)and (min-width:411px) {
    .testimonial-head {
        font-size: 20px;
    }
}

@media(max-width:411px)and (min-width:338px) {
    .testimonial-content {
        font-size: 15px;
    }

    .testimonial-carousel .owl-item.center .testimonial-item {
        height: 500px !important;
    }

    .testimonial-carousel .owl-item .testimonial-item {
        height: 450px !important;
    }
}

@media(max-width:338px)and (min-width:200px) {
    .client-name {
        font-size: 15px;
    }

    .testimonial-content {
        font-size: 12px;
    }

    .testimonial-carousel .owl-item.center .testimonial-item {
        height: 520px !important;
    }

    .testimonial-carousel .owl-item .testimonial-item {
        height: 457px !important;
    }
}

/* *************************************************************************************************************************************************************************************     media queery testimonial  ends        ********************************************************************************************************************************************************************************************************************************* */





/* ----------------------------------------------------------------------------------------------------------------------------------------------                        media querry ends         --------------------------------------------------------------------------------------------------------------------------------------------- */




.bg-home {
    max-height: 100vh;
    max-width: 100%;
}




/*############# Type writer Styling ############# */
.styling {
    display: flex;
    top: 10%;
    /* background-color: #091E3E; */
    width: 100%;
    /* background-color: #0088ff; */
    height: 90vh;
}

.content .main-content {
    font-size: 50px;
    padding: 20px;
    margin-top: 30vh;
    color: var(--light);
    /* background-color: #34AD54; */
}

.content {
    /* background-color: antiquewhite; */
    padding: 0 0 25vh 35px;
    width: 70%;
    height: 100%;
}

.sub-content {
    font-size: 70px;
    /* background-color: rgb(81, 77, 77); */
    padding: 20px;
    color: var(--light);
}

/* ############           form             ############### */
.header-form {
    /* background-color: red; */
    width: 40%;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

input[type=text] {
    width: 100%;
    padding: 10px 18px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid var(--light);
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: transparent;
    color: var(--light);
    padding: 14px 20px;
    margin: 8% 0;
    border: 2px solid var(--light);
    border-radius: 4px;
    cursor: pointer;
    font-size: large;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: var(--light);
    color: var(--dark);
    font-size: larger;
    border: none;
}

.form .form-heading {
    text-align: center;
    text-decoration: underline;
    font-size: 70px;
    /* background-color: red; */
    margin-top: 15px;
    color: var(--light);
    margin-bottom: 5%;
}

.label {
    margin-top: 15px;
}

.form {
    width: 90%;
    max-height: 485px;
    margin-top: 15vh;
    border-radius: 5px;
    background-color: transparent;
    padding: 20px;
    height: max-content;
    border: 2px solid var(--light);
    color: var(--light);
}

form {
    margin-bottom: 25px !important;
    /* background-color: pink; */
}


/* form end  */


/* -----about----- */
.about-row {
    margin: auto;
    padding: 20px;
}

.mb-3 {
    color: var(--primary);
}

.mb-2 {
    color: var(--dark);
}

.mb-0 {
    color: var(--primary);
}

.id {
    background-color: var(--primary);
}

.fw-bold {
    color: var(--dark);
}


/* ##########################             what we do              ################################## */

.main-heading-1 {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.section-1 {
    padding: 20px 33px;
}

.container-1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    color: var(--dark);
    /* background-color: red; */
}

.content-1 {
    border: 3px solid;
    margin: 20px;
    text-align: center;
    margin: auto;
    height: 100% !important;
    transition: all 0.5s ease-in-out;
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.content-1 .sub-heading-1 {
    padding: 5%;
    margin: auto !important;
    font-size: 23px;
}


.content-1 p {
    margin: 2% 10% 6% 10% !important;
    font-size: 15px;
    /* background-color: red; */
    text-align: justify;
}

.content-1:hover>.sub-heading-1 {
    color: var(--light);
    text-align: center;
}

.content-1:hover {
    cursor: pointer;
    background-color: var(--primary);
    color: var(--light);
    border: none;
}

.content-1 .sub-heading-1 {
    padding: 2% 0 8% 0;
    text-decoration: none;
    color: var(--dark);
}


.content-1::after,
.content-1::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.content-1::before {
    bottom: 4.5%;
    left: 4.5%;
    border-bottom: 4px solid var(--light);
    border-left: 4px solid var(--light);
}

.content-1::after {
    top: 5.3%;
    right: 5.3%;
    border-top: 4px solid var(--light);
    border-right: 4px solid var(--light);
}

.content-1:hover:after,
.content-1:hover:before {
    opacity: 1;
    width: 90%;
    height: 90%;
    color: var(--light);
}

.content-1 {
    width: 100%;
    height: auto;
    transform: scale(1);
    display: block;
    transition: all 0.5s;

}

.content-1:hover {
    transform: scale(1.1);
    color: var(--light);
}

/*------------- What we do ends-------- */

/* *****-------------why choose us starts--------------***** */
.main-heading-4 {
    /* font-size: 100px; */
    text-align: center;
    /* background-color: rgb(0, 255, 60); */
    /* color: var(--dark); */
    /* margin-top: 90px !important; */
    margin-bottom: 50px !important;
    max-width: 90%;
    margin: auto;
}

.container-choice {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-4 {
    display: flex;
    height: fit-content;
    /* background-color: purple; */
    margin: auto;
}


.image {
    /* background-color: aqua; */
    width: 400px;
    height: 900px;
}

.images {
    width: 100%;
    height: 100%;
    /* background-color: #0086b3; */
    padding-right: 0;
}

.content-4 {
    /* background-color: aquamarine; */
    width: 70%;
}

.sub-content-4 {
    width: 300px;
    margin-left: 150px;
    margin-top: 8%;
    height: 140px;
    padding-top: 0;
    display: flex;
    padding-bottom: 0;
    border: 4px solid var(--dark);
    text-align: center;
    font-size: 55px;
    align-items: center;
}

.sub-heading-4 h1 {
    padding: 4%;
    text-align: center;
}

.icon {
    margin: auto;
    margin-top: 3px;
}

.content-4 .sub-content-4 .icon {
    position: absolute;
    /* background-color: aqua; */
    left: 45%;
    display: none;
}

.content-4 .sub-content-4 .h1 {
    position: relative;
    color: var(--dark);
}

.content-4 .sub-content-4:hover>.icon {
    display: block;
    color: var(--primary);
}

.sub-content-4:hover .sub-heading-4 .h1 {
    color: var(--light);

}

.sub-content-4:hover {
    cursor: pointer;
    border: none;
    background-color: var(--primary);

}



/* ***** why choose us ends */



/*** Service ***/

.service-row {
    width: 100%;
    margin: auto;
    /* background-color: rgb(0, 255, 38); */
}

.service-container {
    /* background-color: red; */
    padding: 20px 23px;
}

.service-item {
    position: relative;
    height: 300px;
    transition: .5s;
    margin-bottom: 30px;
    background-color: var(--light) !important;
    border: 4px solid var(--dark) !important;
}

.service-item .service-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--light);
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item h4 {
    color: var(--primary);
    font-size: 30px;
}

.service-item .service-icon i {
    font-size: 20px;
    transform: rotate(45deg)
}


.service-item a.btn {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px !important;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    /* background-color: red !important; */
    transform: rotate(-45deg);
}

.service-item:hover a.btn {
    bottom: 40px !important;
    top: 72%;
    opacity: 1;
    background-color: var(--secondary);
}

.service-item a.btn i {
    transform: rotate(45deg) !important;
    font-size: 25px;
}

/* -------    services styling     -------- */


.service-item {
    border: 2px solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    overflow: hidden;
}

.service-item:hover {
    /* background-color: var(--secondary) !important; */
    transition: all 0.1s !important;
    border: none !important;
}

.service-item p {
    background-color: var(--primary);
    color: var(--light);
    position: absolute;
    padding-top: 6% !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    box-sizing: border-box;
    text-align: left !important;
    transform: scale(0) rotate(-180deg);
    opacity: 0;
    transition: all 0.3s;
}

.service-item:hover p {
    opacity: 1;
    height: 100%;
    width: 100%;
    padding: 20% 10%;
    text-align: center;
    transform: scale(1) rotate(0deg);
    transition-delay: 0.3s;
}

/* ###################            how we do it            #################### */



.main-heading-3 {
    /* font-size: 80px; */
    max-width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    /* background-color: antiquewhite; */
}

.section-3 {
    padding: 20px 30px;
    height: 800px;
}

.container-3 {
    max-width: 100%;
    /* padding: 5% 5% 5% 5%; */
    /* max-height: 600px; */
    margin: auto;
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
}

.first,
.second,
.third,
.forth,
.fifth {
    background-color: var(--primary);
    color: var(--light);
    /* height: 90% !important; */
    text-align: center;
    width: 25% !important;
    margin-top: 20px !important;
}

.first h3,
.second h3,
.third h3,
.forth h3,
.fifth h3 {
    font-size: 30px;
    /* height: 100%; */
    /* background-color: red; */
    padding: 6%;
}

.first {
    margin-left: 75%;
}

.second {
    margin-left: 50%;
}

.third {
    margin-left: 25%;

}

.forth {
    margin-left: 0%;
    margin-bottom: 35%;
}


/* ---portfolio--- */


.portfolio-container {
    padding: 20px 30px;
    height: 450px;
    margin-top: 50px !important;
}

.portfolio-main-container {
    height: 450px;
    /* background-color: pink; */
}

.portfolio-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.portfolio-carousel .owl-item .portfolio-item {
    transition: .5s;
    color: var(--dark);
    /* background-color: var(--lightprimary); */
    height: 220px;
    width: 220px;
    margin: auto !important;
}

.portfolio-carousel .owl-dots {
    display: none !important;
}

.portfolio-carousel {
    /* background-color: blue; */
    height: 260px;
}

.portfolio-carousel .owl-item .portfolio-item .portfolio-content {
    transition: .5s;
    color: var(--dark);
    height: 100% !important;
    width: 100%;
    justify-content: center;
    padding: 0 !important;
    margin-top: 0px !important;
}

.portfolio-carousel .owl-item.center .portfolio-item .portfolio-content {
    z-index: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-container {
    padding: 20px 30px;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}


.testimonial-main-container {
    height: 750px;
    /* background-color: red !important; */
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel {
    /* background-color: pink; */
    margin-bottom: 30px;
}

.testimonial-carousel .owl-item .testimonial-item .testimonial-head {
    color: var(--primary);
}

.testimonial-carousel .owl-item.center .testimonial-item .testimonial-head,
.testimonial-carousel .owl-item.center .testimonial-item .testimonial-content {
    color: var(--light);
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    color: var(--dark);
    background-color: var(--lightprimary);
    height: 380px;
    margin-top: 20px !important;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    box-shadow: 0 0 30px #DDDDDD;
    color: var(--light);
    height: 420px;
    margin-top: 0 !important;
    z-index: 1;
}

.testimonial-carousel .owl-item.center .testimonial-item .testimonial-content {
    padding-top: 60px !important;
    text-align: justify;
}

.testimonial-carousel .owl-item .testimonial-item .testimonial-content {
    text-align: justify;
}

/* ------pricing---- */
.pricing-container {
    padding: 20px 30px;
}

.mb-1 {
    color: var(--secondary);
}

.pt-1 {
    color: var(--secondary);
}

.basic-pricing,
.advance-pricing {
    background-color: var(--lightprimary);
}

.pricing-center {
    box-shadow: 0 0 30px #727171 !important;
}

.pricing-heading {
    text-align: center;
}

.display-5 {
    text-align: center;
}

.pricing-btn {
    width: 150px;
    margin: auto;
}


/* ######################                  Categery                ############################ */

.main-heading-5 {
    color: var(--dark);
    text-align: center !important;
    margin: auto;
    max-width: 70% !important;
}

.section-5 {
    padding: 20px 30px;
    padding-left: 30px;
    margin-top: 50px !important;
    padding-right: 2px !important;
}

.content-5 {
    /* background-color: red; */
    width: inherit !important;
    margin: auto !important;
}

.container-5 {
    width: 100%;
    margin: auto;
    /* border: 10px double black; */
}

.content-5 {
    display: grid;
    /* background-color: #082567; */
    width: 1280px;
    grid-template-columns: auto auto auto auto;
    padding: 0 !important;
}

.img1 {
    /* border: 2px groove var(--dark); */
    width: 90%;
    height: 15%;
    text-align: center;
}

.img1 img {
    width: 100%;
    height: 150px !important;
    text-align: center;
}

.name {
    display: none;
}

/*  */


.img1 {
    position: relative;
}

img {
    display: block;
}

.name {
    position: absolute;
    bottom: 0;
    display: inline-block;
    top: 0;
    left: 100%;
    right: 0;
    background-color: var(--secondary);
    opacity: 0.5 !important;
    overflow: hidden !important;
    width: 0;
    /* height: 100% !important; */
    height: 150px;
    transition: 0.7s ease;
}

.img1:hover img {
    opacity: 0.3;
}

.img1:hover .name {
    /* bottom: 0; */
    /* top: 0; */
    left: 0;
    /* opacity: 1; */
    height: 150px;
    width: 100%;
}

.text {
    white-space: nowrap;
    color: var(--light);
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* ------ quote  ------- */
.quote-container {
    padding: 20px 30px;
}

.mb-4 {
    color: var(--dark);
}

.me-3 {
    color: var(--secondary);
}

.white {
    color: var(--light);
}

.form-2 {
    background-color: var(--secondary);
    padding: 25px 25px;
    margin-bottom: 20%;
}




/* **************              portfolio             ***************** */

/* 
.portfolio-row {
    display: flex !important;
    max-width: 100% !important;
    margin: auto !important;
}

.portfolio-container {
    padding: 20px 30px;
}

.port {
    color: var(--light);
    height: inherit;
    margin-top: 8px;
}

.port h2 {
    font-size: 50px;
    align-self: center !important;
}

.port h2 span {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.main-site {
    background-color: var(--primary);
    height: inherit !important;
    align-items: center;
    border: 4px solid var(--light);
}

.sites {
    height: 600px;
    border: 4px solid var(--light);
    padding: 0;
    color: var(--light);
    overflow: hidden;
    position: relative;
    margin: 0;
    background-color: var(--primary);
    border-right: 0px;
}

.web-category {
    height: 100%;
    padding-bottom: 0 !important;
}

.web-category p {
    height: 20%;
    padding: 2%;
}

.sites img {
    width: 100%;
    height: 66%;
    display: block;
}

.sites .web-name {
    width: 100%;
    height: 66%;
    position: absolute;
    top: 0;
    left: 0;
}

.sites .web-name::before,
.sites .web-name::after {
    content: "";
    width: 95%;
    height: 47%;
    background: var(--primary);
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.sites .web-name::before {
    top: -20%;
}

.sites .web-name::after {
    bottom: -20%;
}

.sites:hover .web-name::before {
    top: 3%;
    opacity: 0.7;
}

.sites:hover .web-name::after {
    bottom: 3%;
    opacity: 0.7;
}

.sites .content {
    width: 95%;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    text-align: center !important;
    z-index: 1;
    transform: rotate(90deg);
    opacity: 0;
    color: var(--light);
    padding-left: 0 !important;
    padding-top: 0;
    transition: all 0.5s ease-in-out;
}

.sites:hover .content {
    opacity: 1;
    transform: rotate(0deg);
}



.sites .web-category h3 {
    color: var(--light);
}

.portfolio-container {
    padding: 2%;
}

.portfolio-btn {
    margin-left: 35%;
    margin-bottom: 0 !important;
    background-color: var(--light);
    color: var(--primary);
    font-weight: bold;
}
 */


/*** Team ***/
/* .team-item {
    transition: .5s;
    background-color: var(--lightprimary);
    color: var(--dark);
}

.team-container {
    padding: 20px 30px;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

.team-name {
    color: var(--primary);
} */



/* ----footer----- */


.footer-sub-bg {
    background-color: var(--secondary) !important;
    /* padding-top: 25% !important; */
}

.footer-head,
.footer-sub-head {
    color: var(--light);
}



.social-btn,
.footer-copy,
.bi-2 {
    color: var(--light);
}

.social-btn:hover {
    color: var(--primary) !important;
}



/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

@media(max-width:991.89px) {
    .form-2 {
        margin-top: 10px;
        margin: 0 10% 0 10%
    }
}

@media (max-height:950px) {



    .forms-2 {
        max-height: 65vh !important;
        /* background-color: red; */
    }

    .form form label {
        font-size: 20px !important;
    }

    input[type=text] {
        height: 8% !important;
    }

    input[type=submit] {
        height: 45px !important;
        margin-top: 0px !important;
        text-align: center;
        padding-top: 2% !important;
    }
}