
:root {
    --white-color: #fff;
    --graydark-color: #282828;
    --black-color: #282828;
    --yellow-color: #fdce5f;
    --yellowlight-color: #fffa00;
    --blue-color: #47a0d0;
    --lightblue-color: #fafdfe;
    --c8cded-color: #c8cded;
    --a6cfd2-color: #a6cfd2;
    --e7daaf-color: #e7daaf;
    --d2cccc-color: #d2cccc;
}

select {
    position: relative;
}


::selection {
    background: #095fb8;
    color: #fff;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraLight.eot');
    src: url('../fonts/Dosis-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-ExtraLight.woff') format('woff'), url('../fonts/Dosis-ExtraLight.ttf') format('truetype'), url('../fonts/Dosis-ExtraLight.svg#Dosis-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.eot');
    src: url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Bold.woff') format('woff'), url('../fonts/Dosis-Bold.ttf') format('truetype'), url('../fonts/Dosis-Bold.svg#Dosis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Book.eot');
    src: url('../fonts/Dosis-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Book.woff') format('woff'), url('../fonts/Dosis-Book.ttf') format('truetype'), url('../fonts/Dosis-Book.svg#Dosis-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraBold.eot');
    src: url('../fonts/Dosis-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-ExtraBold.woff') format('woff'), url('../fonts/Dosis-ExtraBold.ttf') format('truetype'), url('../fonts/Dosis-ExtraBold.svg#Dosis-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Light.eot');
    src: url('../fonts/Dosis-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Light.woff') format('woff'), url('../fonts/Dosis-Light.ttf') format('truetype'), url('../fonts/Dosis-Light.svg#Dosis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.eot');
    src: url('../fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Medium.woff') format('woff'), url('../fonts/Dosis-Medium.ttf') format('truetype'), url('../fonts/Dosis-Medium.svg#Dosis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-SemiBold.eot');
    src: url('../fonts/Dosis-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-SemiBold.woff') format('woff'), url('../fonts/Dosis-SemiBold.ttf') format('truetype'), url('../fonts/Dosis-SemiBold.svg#Dosis-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,55%,75%,87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,55%,75%,87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

.bounce-top {
    -webkit-animation: bounce-top 5s steps(2, start) NaNs infinite both;
    animation: bounce-top 5s steps(2, start) NaNs infinite both;
}

/*-----------------------*/



::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: #fff0;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd0;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #00000029;
}


body {
    background: var(--white-color);
    font-family: 'Dosis';
}

.container {
    /* max-width:1200px; */
}



a, a:hover, a:focus, a.active, a.active:hover {
    text-decoration: none;
    outline: none;
}


#logosmobile {
    display: none;
}

.mobile-navbar {
    width: 100%;
    padding: 0 10px;
}
/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.headerNav {
    z-index: 2000;
    transition: all 0.9s;
    background: var(--red-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    /* display: flex; */
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 213;
    /*padding: 14px 0;*/
}

.container {
    max-width: 1400px;
}

.sticky {
    position: fixed;
    top: 0;
    /*
    width: 100% !important;
    background: var(--red-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: var(--white-color);
    z-index: 22;
    box-shadow: 0 0 30px 0 #33333354;
}

    .sticky .navbar-toggler {
        background: var(--black-color);
    }
/*-------------------------------------------------------------- # 
Navigation Menu 
--------------------------------------------------------------*/
.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

.main-nav {
}

    .main-nav a {
        color: var(--yellowlight-color) !important;
        !i;
        !;
        font-size: 15px;
        padding: 4px 5px;
        display: inline-block;
        position: relative;
        font-weight: 500;
    }

    .main-nav li:not(:last-child) a {
        /* border-right: 1px solid #6e6ab1; */
    }


    .main-nav a:hover, .main-nav a.active, .main-nav ul a.active, .main-nav li:hover > a {
        color: var(--yellow-color);
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 0 8px;
        background: var(--black-color);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        margin-top: 10px;
    }

        .main-nav .drop-down ul:before {
            position: absolute;
            display: inline-block;
            top: -22px;
            left: 27px;
            content: "\f0d8";
            font-family: fontawesome;
            text-align: center;
            color: var(--black-color);
            font-size: 25px;
        }

        .main-nav .drop-down ul .drop-down ul:before {
            position: absolute;
            display: inline-block;
            top: -10px;
            left: -4px;
            content: "\f0d8";
            font-family: fontawesome;
            text-align: center;
            color: var(--bs-black);
            font-size: 25px;
            transform: rotate(90deg)
        }

    .main-nav .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .main-nav .drop-down ul a {
        padding: 6px 9px;
        color: var(--black-color);
        display: block;
        font-size: 16px;
        text-align: left;
    }

        .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
            color: var(--black-color);
            background: var(--bs-black);
        }

    .main-nav .drop-down > a:after {
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107" !important;
        vertical-align: 0;
        padding-left: 6px;
    }

    .main-nav .drop-down:hover .main-nav .drop-down > a:before {
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f106" !important;
        vertical-align: 0;
    }

    .main-nav .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .main-nav .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .main-nav .drop-down .drop-down > a {
        padding-right: 35px;
    }




        .main-nav .drop-down .drop-down > a:after {
            content: "\f105";
            position: absolute;
            right: 15px;
        }



/* Mobile Navigation */
.mobile-nav {
    padding: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 4444;
    overflow-y: auto;
    left: -290px;
    width: 290px;
    padding-top: 0;
    background: var(--white-color);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: var(--black-color);
        padding: 10px 20px;
        font-weight: 500;
        border-bottom: 1px solid var(--bs-gray-100);
        border-color: #ddd;
    }

        .mobile-nav a:focus, .mobile-nav a.active, .mobile-nav .drop-down.active {
            background-color: var(--blue-color);
            color: var(--white-color);
            text-decoration: none;
        }

            .mobile-nav .drop-down.active a {
                color: var(--white-color) !important;
            }

            .mobile-nav .drop-down.active ul li a {
                color: var(--black-color) !important;
            }

    .mobile-nav .drop-down ul li a:hover {
        background-color: var(--light-gray-color);
        color: var(--darkGreen-color);
    }

    .mobile-nav .drop-down > a:after {
        right: 15px;
        top: 13px;
        position: absolute;
        content: "\f067";
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        vertical-align: 0;
    }

    .mobile-nav .drop-down.active > a:after {
        content: "\f068" !important;
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
        color: var(--black-color) !important;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        background: var(--bs-secondary-bg);
    }

        .mobile-nav .drop-down ul li {
            /* background-color: var(--white-color); */
        }

    .mobile-nav .drop-down li a {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 3337;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
        margin: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: var(--white-color);
    }



.colr1 {
    background: #47a0d0;
}

.colr2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+48,2c2c2c+48,2c2c2c+48,131313+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbdb+0,2c2c2c+48,2c2c2c+48,ffffff+48,ffffff+48,131313+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+48,2c2c2c+48,3f3f3f+49,131313+100 */
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #dbdbdb 0%, #ffffff 48%, #2c2c2c 48%, #3f3f3f 49%, #131313 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #dbdbdb 0%, #ffffff 48%, #2c2c2c 48%, #3f3f3f 49%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #dbdbdb 0%, #ffffff 48%, #2c2c2c 48%, #3f3f3f 49%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#131313', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.colr3 {
    background: #47a0d0;
}

.headerHeroSection {
}

.headerSection { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ce3ff+0,ffffff+100 */
    background: var(--black-color); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.asseblitybar {
    text-align: right;
    position: relative;
    width: 100%;
    padding: 8px 0 0 0;
}

.headerToprght {
    /* display: inline-block; */
    /* background: #ddd; */
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    bottom: -42px;
}

.colorTheme {
    padding: 0 0px 0 6px;
}

    .colorTheme a {
        width: 24px;
        height: 15px;
        display: inline-block;
        border: 1px solid var(--black-color);
        border-radius: 20px;
    }

.asbltydiv {
    display: inline-block;
    float: right;
}

.fontplus {
}

    .fontplus a {
        color: var(--yellowlight-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 0 2px;
    }

.skipdiv {
}

    .skipdiv a {
        color: var(--yellowlight-color);
        font-size: 14px;
        font-weight: 500;
        padding: 0 2px;
    }

.cmImges {
    text-align: right;
}

    .cmImges img {
        display: inline-block;
        max-width: 100px;
        padding-left: 15px;
        padding-top: 4px;
        background: var(--white-color);
        padding-right: 10px;
        border-radius: 5px;
        margin-top: 20px;
    }

#logos {
}

    #logos a {
        padding: 0;
    }

    #logos img {
        max-width: 341px;
        margin-top: 13px;
    }

.menuitemul {
    background: var(--bs-black);
    border-radius: 20px 20px 0px 0;
    margin-top: 56px;
    padding: 0 20px;
}

.heroSliderSection {
    background: var(--bs-black);
    padding: 20px;
    height: 500px;
    overflow: hidden;
    border-radius: 0 13px 0 0px;
    border-bottom: 1px solid var(--yellowlight-color);
    border-right: 1px solid var(--yellowlight-color);
    );
    border-left: 1px solid var(--yellowlight-color);
}

    .heroSliderSection .carousel {
        border-radius: 10px;
        overflow: hidden;
        height: 460px;
        box-shadow: 0 0 20px 0 #33333330;
    }

    .heroSliderSection .carousel-item {
        height: 500px; /* overflow: hidden; */ /* border-radius: 10px; */
    }

        .heroSliderSection .carousel-item img {
            height: 500px;
        }

    .heroSliderSection .carousel-indicators {
        max-width: 410px;
        margin: auto;
        background: var(--white-color);
        border-radius: 20px 20px 0 0;
        height: 38px;
        padding: 10px 0 0 0;
    }

        .heroSliderSection .carousel-indicators button {
            height: 15px;
            width: 15px;
            border: 1px solid var(--bs-black);
            border-radius: 50px;
        }

            .heroSliderSection .carousel-indicators button.active {
                background: var(--bs-black);
            }
/*END header*/
/*-------------------------------------------------------------- # 
**/

.webBoxCont {
    padding: 0 0 40px 0;
}

    .webBoxCont h2 img {
        margin: 0 0 5px 0;
    }

    .webBoxCont h2 {
        font-size: 1.7rem;
        color: var(--yellowlight-color);
        padding: 0 0 10px 0;
        text-transform: uppercase;
    }

        .webBoxCont h2 span {
            display: block;
            font-size: 42px;
            color: var(--yellowlight-color);
            font-weight: 500;
            text-transform: capitalize;
        }

    .webBoxCont p {
        font-size: 1.4rem;
        text-align: justify;
        line-height: 2rem;
        color: var(--yellowlight-color);
    }

.welcomform {
    padding: 0 0 50px 0;
}

    .welcomform .nav {
    }

        .welcomform .nav li {
            width: 33.33%;
        }

            .welcomform .nav li button {
                color: var(--yellowlight-color);
                font-weight: 500;
                font-size: 1.2rem;
                width: 100%;
            }

                .welcomform .nav li button.active {
                    color: var(--black-color);
                    background: url(../images/tabbg.png);
                    background-repeat: no-repeat;
                    border-radius: 0;
                }

    .welcomform .tab-content {
        background: var(--yellow-color);
        padding: 20px;
        border-radius: 0px 10px 10px 10px;
    }

        .welcomform .tab-content .formgroup ul {
            margin: 0;
            /*   background: var(--d2cccc-color);*/
            padding: 0px 0px 40px 0px;
            border-radius: 0px 10px 10px 10px;
            position: relative;
            height: 312px;
            overflow: auto;
        }

            .welcomform .tab-content .formgroup ul li {
                list-style: none;
                /*background: var(--d2cccc-color);*/
                /* padding: 15px; */
                border-bottom: 1px dashed;
                padding: 4px 0 7px 0;
            }

                .welcomform .tab-content .formgroup ul li a {
                    color: var(--black-color);
                }

        .welcomform .tab-content .formgroup {
        }

            .welcomform .tab-content .formgroup .inputform {
                padding: 0 0 12px 0;
            }

                .welcomform .tab-content .formgroup .inputform label {
                }

                .welcomform .tab-content .formgroup .inputform input {
                    height: 48px;
                    background: none;
                    border: 1px solid;
                }

                .welcomform .tab-content .formgroup .inputform select {
                    height: 48px;
                    border: 1px solid;
                    background-color: initial;
                }

                .welcomform .tab-content .formgroup .inputform button {
                    height: 52px;
                    font-size: 18px;
                    font-weight: 500;
                    margin: 0 10px 0 0;
                    padding: 0 24px;
                }

                .welcomform .tab-content .formgroup .inputform .search {
                    border: 1px solid;
                    line-height: 21px;
                    padding: 0 34px;
                }

                .welcomform .tab-content .formgroup .inputform .adsearch {
                    border: none;
                    line-height: 21px;
                    background: var(--black-color);
                    color: var(--yellowlight-color);
                }

.welcolsection {
    padding-bottom: 30px;
    padding-top: 30px;
    background: var(--bs-black);
}

.bottomline {
    border-bottom: 2px dashed var(--yellowlight-color);
}

.bottomline1 {
    margin: -11px;
    padding: 0;
    text-align: center;
}

    .bottomline1 li {
        width: 20px;
        height: 10px;
        background: var(--a6cfd2-color);
        display: inline-block;
        border-radius: 50px;
    }

.servicebox1 {
}

    .servicebox1 h2 {
        background: url(../images/whatnewheadbgHigh.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 6px 0 0 18px;
        background-size: 84% 100%;
        color: var(--yellowlight-color);
    }

    .servicebox1 ul {
        background: var(--black-color);
        padding: 15px 15px 40px 15px;
        margin: 0;
        border-radius: 0px 10px 10px 10px;
        position: relative;
        box-shadow: 0 0px 20px 0 #fffa0080;
    }

        .servicebox1 ul li {
            list-style: none;
            border-bottom: 1px dashed var(--yellowlight-color);
            padding: 4px 0 7px 0;
        }

            .servicebox1 ul li a {
                color: var(--yellowlight-color);
            }

.servicebox2 {
}

    .servicebox2 h2 {
        background: url(../images/whatnewheadbgHigh.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 6px 0 0 18px;
        background-size: 84% 100%;
        color: var(--yellowlight-color);
    }

    .servicebox2 ul {
        padding: 15px 15px 40px 15px;
        margin: 0;
        background: var(--black-color);
        color: var(--bs-black);
        border-radius: 0px 10px 10px 10px;
        position: relative;
        box-shadow: 0 0px 20px 0 #fffa0080;
    }

        .servicebox2 ul li {
            list-style: none;
            /* border-bottom: 1px dashed; */
            border-bottom: 1px dashed var(--yellowlight-color);
            padding: 4px 0 7px 0;
        }

            .servicebox2 ul li a {
                color: var(--yellowlight-color);
            }

.servicebox3 {
}

    .servicebox3 h2 {
        background: url(../images/whatnewheadbgHigh.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 6px 0 0 18px;
        background-size: 84% 100%;
        color: var(--yellowlight-color);
    }

    .servicebox3 ul {
        background: var(--black-color);
        padding: 15px 15px 40px 15px;
        list-style: none;
        border-radius: 0px 10px 10px 10px;
        position: relative;
        box-shadow: 0 0px 20px 0 #fffa0080;
    }

        .servicebox3 ul li {
            border-bottom: 1px dashed var(--yellowlight-color);
            padding: 4px 0 7px 0;
        }

            .servicebox3 ul li a {
                color: var(--yellowlight-color);
            }

.servicebox4 {
}

    .servicebox4 h2 {
        background: url(../images/whatnewheadbgHigh.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 6px 0 0 18px;
        background-size: 84% 100%;
        color: var(--yellowlight-color);
    }

    .servicebox4 ul {
        margin: 0;
        background: var(--black-color);
        padding: 15px 15px 40px 15px;
        border-radius: 0px 10px 10px 10px;
        position: relative;
        box-shadow: 0 0px 20px 0 #fffa0080;
    }

        .servicebox4 ul li {
            list-style: none;
            /* background: var(--d2cccc-color); */
            /* padding: 15px; */
            border-bottom: 1px dashed var(--yellowlight-color);
            padding: 4px 0 7px 0;
        }

            .servicebox4 ul li a {
                color: var(--yellowlight-color);
            }

.ourservises {
    padding: 40px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,ffffff+10,f1f8fb+100 */
    background: var(--bs-black); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .ourservises ul {
        height: 420px;
        overflow: auto;
    }

.viewall {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .viewall a {
        color: var(--yellowlight-color);
        background: var(--black-color);
        border-radius: 18px 0 10px 0;
        font-size: 16px;
        font-weight: 500;
        padding: 3px 13px;
        border: 1px solid var(--yellowlight-color);
    }

.contactbanner {
    background: url(../images/blurrimg.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    padding: 30px 0;
}

    .contactbanner h2 {
        color: var(--yellowlight-color);
        text-align: center;
        font-size: 50px;
        padding: 0;
        margin: 0;
        line-height: 53px;
    }

        .contactbanner h2 span {
            font-size: 26px;
            font-weight: 300;
            display: block;
        }

    .contactbanner h3 {
        font-size: 68px;
        color: var(--yellowlight-color);
        padding: 0;
        margin: 0;
        font-weight: 200;
    }

.etraservices {
    background: var(--bs-black);
    padding: 50px 0;
}

.etraservicesbox {
    background: var(--bs-black);
    border-left: 6px solid var(--yellowlight-color);
    box-shadow: 0 0px 20px 0 #fffa0080;
}

    .etraservicesbox h2 {
        background: var(--black-color);
        color: var(--yellowlight-color);
        padding: 4px 15px;
        font-size: 30px;
        margin: 0;
        /* padding: 0; */
    }

    .etraservicesbox ul {
        padding: 10px 10px 10px 10px;
        margin: 0;
        list-style: none;
        min-height: 290px;
        height: 290px;
        overflow: auto;
    }

        .etraservicesbox ul li {
            border-bottom: 1px dashed var(--bs-border-color-translucent);
            margin: 0px 0 6px 0;
            padding: 0 0 5px 0;
            /* font-size: 24px; */
        }

            .etraservicesbox ul li a {
                color: var(--yellowlight-color);
                font-size: 21px;
            }

/* Define the keyframes for the sliding animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/* Apply the sliding animation to the .slide-track */
.slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

/* Pause the animation on hover */
.clintslider:hover .slide-track {
    animation-play-state: paused;
}


.clintslider {
    /* background: var(--bs-border-color); */
    border-bottom: 1px solid var(--bs-black);
    border-top: 1px solid var(--bs-black);
}

.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        width: 180px;
    }

        .slider .slide img {
            width: 100%;
            height: 100%;
        }

.extraMenu {
    background: var(--black-color);
    text-align: center;
    padding: 8px 0;
    color: var(--yellowlight-color);
}

    .extraMenu a {
        color: var(--yellowlight-color);
        padding: 0 9px;
        border-right: 1px solid var(--yellowlight-color);
        line-height: 1;
        display: inline-block;
        font-weight: 500;
    }

        .extraMenu a:last-child {
            border: none;
        }

        .extraMenu a:hover {
            color: var(--blue-color);
        }


.footerBoxs {
    background: var(--bs-black);
    background-attachment: fixed;
    padding: 50px 0 0;
    background-size: cover;
    position: relative;
}

.footerBox {
    color: var(--yellowlight-color);
}

    .footerBox h2 {
        position: relative;
        padding: 0 0 13px 0;
        margin: 0 0 24px 0;
        font-size: 24px;
        font-weight: 500;
    }

        .footerBox h2::after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 1px;
            background: var(--yellowlight-color);
            position: absolute;
            bottom: 0;
            left: 0px;
        }

        .footerBox h2::before {
            position: absolute;
            content: "";
            display: inline-block;
            width: 100px;
            height: 1px;
            background: var(--yellowlight-color);
            bottom: -6px;
        }

    .footerBox h3 {
        font-size: 24px;
        font-weight: 600;
    }

        .footerBox h3 span {
            display: block;
            font-weight: 300;
        }

    .footerBox p {
        margin: 0;
        padding: 5px 0 0 27px;
        position: relative;
    }

        .footerBox p span {
            position: absolute;
            left: 0;
        }

    .footerBox h5 {
        font-size: 18px;
        font-weight: 300;
    }

        .footerBox h5 strong {
            display: block;
            padding: 0px 0 7px 0;
            font-weight: 600;
        }

    .footerBox ul {
        padding: 0;
        margin: 0;
    }

        .footerBox ul li {
            list-style: none;
            position: relative;
            padding: 0 0 8px 20px;
        }

            .footerBox ul li:after {
                width: 10px;
                height: 10px;
                background: var(--yellowlight-color);
                content: "";
                display: inline-block;
                left: 0;
                position: absolute;
                top: 7px;
            }

            .footerBox ul li a {
                color: var(--yellowlight-color);
            }

.socailmedia {
    padding: 10px 0 10px 0;
}

    .socailmedia a {
        width: 30px;
        height: 30px;
        display: inline-block;
        color: var(--white-color);
        border-radius: 50px;
        text-align: center;
        line-height: 30px;
        margin: 0 5px 0 0;
    }

        .socailmedia a i {
        }

.copyright {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

    .copyright p {
        color: var(--yellowlight-color);
    }

.footerarrwo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    margin: auto;
}



/*inner page section*/

.sectionHead {
    font-size: 38px;
    color: var(--black-color);
    margin: 0;
    padding: 0 0 12px 0;
}

.heroInnerSection {
    background: var(--bs-black);
    padding: 20px;
    overflow: hidden;
    border-radius: 0 13px 0 0px;
}

.innerpagebanner h1 {
    color: var(--yellowlight-color);
    font-weight: 600;
    font-size: 34px;
}

.innerpagebanner {
    border-bottom: 2px solid var(--yellowlight-color);
    margin: 0 0 20px 0;
}


.innerbredcomb {
    margin: 0px;
    padding: 13px 0 0 0;
    text-align: right;
}

    .innerbredcomb a {
        display: inline-block;
        color: var(--yellowlight-color);
        font-size: 14px;
        border-radius: 5px;
        padding: 2px 10px 2px 0;
    }

    .innerbredcomb li {
        display: inline-block;
        color: var(--yellowlight-color);
        font-size: 14px;
        font-weight: 600;
    }

.innerpagebanner h1 {
    color: var(--yellowlight-color);
}


.innerconet h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--yellowlight-color);
}

.innerconet h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--yellowlight-color);
}

.innerconet h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--yellowlight-color);
}

.innerconet h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--yellowlight-color);
}

.innerconet h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--yellowlight-color);
}

.innerconet p {
    font-size: 18px;
    font-weight: 400;
    color: var(--yellowlight-color);
}

.innerconet ul {
    padding: 0 0 0 20px;
    margin: 0;
    color: var(--yellowlight-color);
}

.innerconet ol {
    padding: 0 0 0 20px;
    margin: 0;
    color: var(--yellowlight-color);
}


.dataTables_filter {
    float: right;
    padding-top: 0;
    margin-top: 0 !important
}

    .dataTables_filter label {
        width: 100%;
        text-align: left
    }

.dataTables_length label {
    float: left;
    text-align: left
}

    .dataTables_length label select {
        float: left;
        margin-right: 0;
        width: 100%;
        height: 30px
    }

.dataTables_filter label input {
    height: 30px;
    width: 100%;
    margin: 0 !important
}

.pagination {
    float: right;
    padding-top: 20px
}

    .pagination .previous .page-link {
        width: 22px;
        overflow: hidden;
        text-indent: 16px
    }

        .pagination .previous .page-link:before {
            content: "\f100";
            font-family: FontAwesome;
            display: inline-block;
            position: absolute;
            right: 7px
        }

    .pagination .next .page-link {
        width: 22px;
        overflow: hidden;
        text-indent: 16px
    }

        .pagination .next .page-link:before {
            content: "\f101";
            font-family: FontAwesome;
            display: inline-block;
            position: absolute;
            left: -8px
        }

    .pagination .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #0d5b65;
        border-color: #0d5b65
    }

    .pagination .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #0d5b65;
        background-color: #fff;
        border: 1px solid #dee2e6;
        height: 34px
    }

.ourservises h2 {
    font-size: 25px;
}


.element {
    display: -webkit-box; /* Use a flex container with webkit for clamping */
    -webkit-line-clamp: 3; /* Number of lines to display */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add '...' to indicate overflow */
    width: 200px;
    display: block;
}

.clintslider .slide {
    margin: 20px auto;
    text-align: center;
}

    .clintslider .slide img {
        max-width: 200px;
        max-height: 70px;
        margin: auto;
    }

.contactbanner hr {
    border-color: #fff;
}

.counter-inner .counter-box {
    cursor: pointer;
    /* border: 0; */
    justify-content: center;
    padding: 20px 0;
    /* border-bottom: 1px solid #e4e4e4; */
    text-align: center;
    background: #4da0ce;
    margin: 10px 0 10px 0;
}

    .counter-inner .counter-box .counter {
        font-size: 42px;
        letter-spacing: 0px;
        color: #fff;
        min-width: 83px;
        padding-right: 0;
        /* float: left; */
        line-height: 1;
    }

    .counter-inner .counter-box .countneme {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #fff;
        /* float: left; */
        line-height: 29px;
        padding: 18px 0 0px 0;
        display: block;
        position: relative;
        top: -8px;
        text-align: center;
    }

    .counter-inner .counter-box sup {
        font-size: 20px;
        left: 8px;
        top: -22px;
        color: #fff;
        /* float: left; */
        line-height: 1;
    }