:root {
    --pinkColor: #06e2f0;
    --blue: #06568f;
    --green: #6bab43;
    --navy-blue: #041d32;
    --gray: #777777;
    --grayDark: #b5b5b5;
    --text-dark: #333;
    --blackColor: #000;
    --redColor: #e4514d;
    --redlight: #d41611;
    --redDark: #cc221e;
    --yellow: #ffcc00;
    --orange: #fc5945;
    --gray-light: #fffbfa;
    --white-color: #fff;
    --red-color: #fc3235d4;
    --darkBlue-color: #2d9395;
    --black-color: #000000;
    --darkGreen-color: #062325;
    --blue-color: #0799cf;
    --lightgray-color: #f7f9fa;
    --gray-color: #565656;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Open Sans';
    background: #000 url(../images/pattern-2.png);
    background-repeat: repeat;
    font-weight: 300;
    color: yellow;
}


a, a:hover, a:focus, a.active, a.active:hover {
    text-decoration: none;
    outline: none;
}

p {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}


/*color*/
.white-background {
    background: #fff;
}

.gray-background {
    background: #f8f8f8;
}
/*backgorund*/
p {
    font-weight: 300;
    font-size: 16px;
    color: yellow;
    line-height: 26px;
}

.colr1 {
    background: #32afdc;
}

.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: #FF5722;
}
/*color*/
.color-cd5f00 {
    background: #cd5f00;
}

.color-6e59a4 {
    background: #6e59a4;
}

.color-d95f78 {
    background: #d95f78;
}

.color-f29901 {
    background: #f29901;
}

.color-03a569 {
    background: #03a569;
}

.color-0168b7 {
    background: #0168b7;
}

.color-005177 {
    background: #005177;
}

.color-0081ba {
    background: #0081ba;
}
/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.headerNav {
    z-index: 2000;
    transition: all 0.9s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#292929+0,454242+50,292929+100 */
    background: #3b3939;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
    display: flex;
    align-items: center;
    padding: 0;
}
/*.navbarscroll{position: absolute;}*/
.fixedHeader {
    position: fixed;
    top: 0px;
}

.logo {
    max-height: 40px;
}

::selection {
    background: #ffc000;
    color: var(--white-color);
}

.cart-shortlist {
    top: -8px;
    left: 4px;
    height: 19px;
    width: 19px;
    background: var(--pinkColor);
    color: #fff;
    line-height: 19px;
    font-size: 13px;
    border-radius: 50%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.otherlink {
    /* color: #fff; */
    /* font-size: 16px; */
    /* font-weight: 300; */
}
/*-------------------------------------------------------------- # 
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: yellow;
        font-size: 17px;
        padding: 11px 10px 11px 10px;
        display: inline-block;
        /* font-family: 'Kruti Dev 040'; */
        line-height: 1;
        font-weight: 400;
    }

    .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);
        /* background: #ffffff2b; */
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 6px;
        background: #000000b3;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        margin-top: 0px;
    }

    .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: 8px 8px 7px;
        font-size: 15px;
        color: yellow;
        display: block !important;
        line-height: 1;
        display: block;
    }

        .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
            background: #000;
            color: var(--yellow);
        }

    .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 ul:before {
        position: absolute;
        display: inline-block;
        top: -22px;
        left: 27px;
        content: "\f0d8";
        font-family: fontawesome;
        text-align: center;
        color: #0000002e;
        font-size: 25px;
    }

    .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;
        }

.searchFrm {
}

    .searchFrm button {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00f00+0,ff352c+55,ff352c+55,ffc000+55 */
        background: linear-gradient(135deg, rgb(240,15,0) 0%,rgb(255,53,44) 55%,rgb(255,53,44) 55%,rgb(255,192,0) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
        padding: 4px 4px 4px 11px;
        border: none;
        border-radius: 25px;
        transition-duration: .5s;
        transition: .5s;
        font-size: 15px;
    }

        .searchFrm button i {
            padding: 0 6px 0 10px;
        }

        .searchFrm button:hover i {
            padding-left: 15px;
            transition-duration: .5s;
            transition: .5s;
            /* display: inline-block; */
            /* opacity: 1; */
        }

        .searchFrm button:hover {
            color: #fff;
            transition-duration: .5s;
            transition: .5s;
        }
/* 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: #000;
    transition: 0.4s;
    color: yellow;
    border-right: 1px solid;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: yellow;
        padding: 10px 20px;
        font-weight: 500;
        border-bottom: 1px solid;
        border-color: yellow;
    }

        .mobile-nav a:focus, .mobile-nav a.active, .mobile-nav .drop-down.active {
            background-color: yellow;
            color: black;
            text-decoration: none;
        }

            .mobile-nav .drop-down.active a {
                color: black;
            }

            .mobile-nav .drop-down.active ul li a {
                color: yellow;
            }

    .mobile-nav .drop-down ul li a:hover {
        background-color: #ffff002b;
        color: yellow;
    }

    .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;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        overflow: hidden;
        position: relative;
        border: none;
        border-radius: 0;
    }

        .mobile-nav .drop-down ul li {
            background-color: #111;
        }

    .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;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
/*END*/
/*-------------------------------------------------------------- # 
**/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.headerTop {
    /* background: #000; */
    padding: 6px 0;
}

    .headerTop .logodiv {
    }

    .headerTop ul {
        display: inline-block;
        margin: 0;
        padding: 0px 0 0 0;
        float: right;
    }

        .headerTop ul li {
            display: inline-block;
            color: #fff;
            padding: 0 6px;
            float: left;
        }

.headerToprght {
    text-align: right;
    padding: 4px 0 4px 0;
    float: right;
    width: 100%;
}

.skipdiv a {
    color: #000;
    font-size: 18px;
    float: left;
    font-weight: 300;
    line-height: 1;
}

.fontplus a {
    float: left;
    color: #000;
    padding: 0px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    box-shadow: 0 2px 3px 0 #3333332b;
    display: inline-block;
    height: 20px;
    margin: 0 2px 0 2px;
    text-align: center;
    /* width: 20px; */
    background: #ffffff;
}

.colorTheme a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0px 0 5px;
    padding: 0;
    float: right;
    /* border: 1px solid #000; */
}



.headerrightbtm {
    text-align: right;
    color: #000;
    width: 100%;
    float: right;
}



    .headerrightbtm img {
        max-width: 123px;
    }

.headerTopbar {
    background: #0c2661;
    color: #fff;
}

.header-lefTop {
    color: #fff;
}

    .header-lefTop i {
    }

    .header-lefTop p {
        padding: 0px 6px 0px 0;
        margin: 0;
        font-size: 14px;
        color: yellow;
        display: inline-block;
        line-height: 1;
    }

.header-righttop {
    text-align: right;
    width: 100%;
    float: right;
}

    .header-righttop p {
        color: #fff;
        float: right;
        padding: 0 15px 0 0px;
        margin: 0;
        font-size: 14px;
    }

    .header-righttop i {
        display: inline-block;
        float: left;
        padding: 6px 7px 0 0;
    }


.headerToprght ul {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0 0px 0 0px;
}

.header-lefTop p a {
    color: yellow;
    font-weight: 400;
}


.sectionHeading h2 {
    position: relative;
    padding-bottom: 16px;
    padding-top: 0;
    font-size: 40px;
    margin-bottom: 18px;
    color: yellow;
    font-weight: 600;
}

    .sectionHeading h2:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 6px;
        height: 6px;
        content: "";
        background: #fbc03d;
    }

    .sectionHeading h2:before {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        content: "";
        background: #898989;
    }

.otherlink {
    color: yellow;
    font-size: 16px;
    font-weight: 300;
    /* font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; */
    /* background: var(--bs-black); */
    );
    padding: 5px 0 5px 0;
}

    .otherlink a {
        color: yellow;
        font-size: 14px;
        font-weight: 400;
    }




.headerTops {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc000+0,f4d77e+100 */
    background: var(--black-color); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 2px 0px 1px 0px #999;
}

.selctlung {
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
    padding: 1px 6px;
    outline: none;
    border: none;
}

    .selctlung a {
        color: var(--yellow);
        font-weight: 600;
    }


.sectionheading {
    color: #fff;
}

    .sectionheading h2 {
        font-size: 53px;
        font-weight: 100;
        color: #000000;
        padding-bottom: 8px;
    }

.headling {
    position: relative;
    width: 7px;
    height: 7px;
    background: #ffc000;
    margin: auto;
    /* border-radius: 80px; */
}

    .headling:after {
        content: "";
        width: 36px;
        background: yellow;
        height: 3px;
        display: inline-block;
        position: absolute;
        left: -46px;
        top: 2px;
    }

    .headling:before {
        content: "";
        width: 36px;
        background: yellow;
        height: 3px;
        display: inline-block;
        position: absolute;
        right: -46px;
        top: 2px;
    }

.sectionheading h2 span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: yellow;
}

.bidesBox {
    padding: 34px 8px;
    text-align: center;
    margin: 20px 0 20px 0;
    position: relative;
    color: #fff;
    /* color: #fff;*/
    /*    background: #fff;
*/ border-radius: 0;
    transition-duration: .5s;
    transition: .5s;
    color: #000000;
    font-weight: 400;
    box-shadow: 0 9px 19px 0 #a7a7a736;
}

    .bidesBox h3 {
        font-size: 28px;
        text-align: center;
        /* line-height: 20px; */
        margin: 0;
        font-weight: 600;
        color: #000;
    }
    /*
    .bidesBox:before {
        content: "";
        width: 86%;
        display: block;
        height: 9px;
        background: #c2cada;
        position: absolute;
        bottom: -9px;
        margin: auto;
        left: 0;
        right: 0;
        transition-duration: .5s;
        transition: .5s;
    }

    .bidesBox:after {
        content: "";
        width: 70%;
        display: block;
        height: 9px;
        background: #e6e9ee;
        position: absolute;
        bottom: -18px;
        margin: auto;
        left: 0;
        right: 0;
        transition-duration: .5s;
        transition: .5s;
    }*/

    .bidesBox img {
        width: 50px;
        height: 50px;
        margin: 0 0 12px 0;
        filter: grayscale(1);
        transition-duration: .5s;
        transition: .5s;
        background: #ffffffa6;
        border-radius: 10px 0px 10px 0px;
        padding: 8px;
        border: 2px dotted #333;
    }

    .bidesBox:hover img {
        width: 60px;
        height: 60px;
        filter: grayscale(0);
        transition-duration: .5s;
        transition: .5s;
    }

    .bidesBox:hover {
        box-shadow: 0 15px 10px 0 #a7a7a736;
        transition-duration: .5s;
        transition: .5s;
        color: #fff;
        font-weight: 600;
        /*        background: #fff9f7;
*/
    }


.client-slider .slick-slide {
    box-shadow: 0 2px 16px 0px #33333326;
    margin: 12px 5px;
    height: 90px;
    text-align: center;
    padding: 5px;
}

    .client-slider .slick-slide img {
        width: 100%;
        height: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.client-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .client-slider .slick-list:focus {
        outline: none;
    }

    .client-slider .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.client-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .client-slider .slick-track:before,
    .client-slider .slick-track:after {
        display: table;
        content: '';
    }

    .client-slider .slick-track:after {
        clear: both;
    }

.client-slider .slick-loading .slick-track {
    visibility: hidden;
}

.client-slider .slick-slide {
    /*display: none;*/
    float: left;
    /* height: 100%;
    min-height: 1px;*/
}

.client-slider [dir='rtl'] .slick-slide {
    float: right;
}

.client-slider .slick-slide img {
    display: block;
}

.client-slider .slick-slide.slick-loading img {
    display: none;
}

.client-slider .slick-slide.dragging img {
    pointer-events: none;
}

.client-slider .slick-initialized .slick-slide {
    display: block;
}

.client-slider .slick-loading .slick-slide {
    visibility: hidden;
}

.client-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.client-slider .slick-arrow.slick-hidden {
    display: none;
}

.footerClientlogo {
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--black-color);
}

    .footerClientlogo .slick-arrow {
    }

    .footerClientlogo .slick-pre {
        position: relative;
    }

    .footerClientlogo .slick-next {
        position: relative;
    }

    .footerClientlogo .slick-pre::after {
        position: absolute;
    }

    .footerClientlogo .slick-next::after {
        position: absolute;
    }



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #0d93d61f;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ffc000e6;
}



.innerpagebanner {
    background: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 58px 0;
}

    .innerpagebanner h1 {
        color: yellow;
        font-weight: 700;
        font-size: 44px;
    }

.innerbredcomb {
    margin: 0px;
    padding: 10px 0 0 0 !important;
    text-transform: uppercase;
}

    .innerbredcomb a {
        display: inline-block;
        color: yellow;
        font-size: 18px;
        border-radius: 5px;
        padding: 2px 10px;
    }

    .innerbredcomb li {
        display: inline-block;
        color: rgb(253 192 43);
        font-size: 18px;
    }

.main-contant {
    background: var(--black-color);
}

.welcomepart {
    box-shadow: 0 3px 10px 0 #94949487;
    padding: 15px;
    margin: 14px 0;
}

    .welcomepart .carousel-item {
        height: 60vh;
    }

        .welcomepart .carousel-item img {
            height: 60vh;
        }

    .welcomepart .carousel-indicators {
    }

        .welcomepart .carousel-indicators button {
            width: 14px;
            border-radius: 50px;
            border: none;
            height: 14px;
            opacity: 1;
        }

            .welcomepart .carousel-indicators button.active {
                background: #fdc02a;
            }

    .welcomepart .carousel-control-next, .welcomepart .carousel-control-prev {
        width: inherit;
    }

    .welcomepart .carousel-control-next-icon, .welcomepart .carousel-control-prev-icon {
        background-color: #000;
        padding: 7px;
        background-size: 24px;
        width: 50px;
        height: 50px;
        border-radius: 70px;
    }

.sectionPremeri {
    background: url(../images/bgImg1.png),url(../images/bgImg2.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-size: 170px, 130px;
    /* box-shadow: 0 0 16px 6px #00000026; */
}

.welContSec {
    padding: 50px 0;
    background: url(../images/bgImg3.png);
    background-size: 620px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.contSec {
    /* box-shadow: 0 20px 70px 0 #00000036; */
    /* border-radius: 0px 10px 0px 10px; */
    /* padding: 20px; */
    /* position: relative; */
    /* z-index: 9999; */
}



    .contSec .sectionheading {
        font-size: 44px;
        margin: 0 0 22px 0;
        padding: 0 0 10px 0;
        border-bottom: 2px solid #333;
        color: #fc3235d4;
        position: relative;
    }

    .contSec p {
        font-size: 24px;
        line-height: 42px;
        margin: 0;
        padding: 0;
        color: yellow;
        font-weight: 400;
    }


.servicesHome {
    padding: 0;
}

    .servicesHome .sectionheading {
        font-size: 44px;
        margin: 0 0 22px 0;
        padding: 0 0 10px 0;
        color: #fc3235d4;
        position: relative;
        text-align: center;
    }


.viewmore {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f00f00+0,ff352c+55,ff352c+55,ffc000+55 */
    background: linear-gradient(135deg, rgb(240,15,0) 0%,rgb(255,53,44) 55%,rgb(255,53,44) 55%,rgb(255,192,0) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 4px 4px 4px 11px;
    border: none;
    border-radius: 25px;
    margin-top: 12px;
    /* font-size: 16px; */
    border: 1px solid #00000000;
    transition-duration: .5s;
    transition: .5s;
    border: 1px solid;
    display: inline-block;
    font-size: 15px;
}

    .viewmore i {
        padding: 0 6px 0 7px;
        transition-duration: .5s;
        transition: .5s;
        /* display: none; */
        /* opacity: 0; */
    }

    .viewmore:hover {
        border: 1px solid #fc3235d4;
        /*  color: #000;*/
        transition-duration: .5s;
        transition: .5s;
        color: #fff;
    }

        .viewmore:hover i {
            padding-left: 15px;
            transition-duration: .5s;
            transition: .5s;
            /* display: inline-block; */
            /* opacity: 1; */
        }

.newshead {
    background: var(--bs-body-color);
    position: relative;
    z-index: 2;
}

    .newshead h5 {
        padding: 10px 20px 10px 15px;
        margin: 0;
        position: relative;
        z-index: 333;
        color: yellow;
    }

        .newshead h5::after {
            display: inline-block;
            content: "\f0d7";
            font-family: fontawesome;
            position: absolute;
            right: 1px;
            bottom: -33px;
            transform: rotate(495deg);
            font-size: 44px;
            z-index: -1;
            color: yellow;
        }

        .newshead h5::before {
            display: inline-block;
            content: "\f0d7";
            font-family: fontawesome;
            position: absolute;
            left: 1px;
            bottom: -33px;
            transform: rotate(225deg);
            font-size: 44px;
            z-index: -1;
            color: yellow;
        }

    .newshead i {
        float: right;
    }

.homeacoodin {
    padding: 0 20px;
}

.newsfeed ul {
    padding: 0;
    margin: 0 0 8px 0;
    height: 410px;
    overflow: auto;
}

    .newsfeed ul li {
        list-style: none;
        border-bottom: 1px dashed #ddd;
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        font-weight: 400;
    }

        .newsfeed ul li span {
            color: yellow;
            display: block;
            font-size: 12px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            line-height: 1;
        }

        .newsfeed ul li a {
            color: yellow;
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
            padding: 0 0 7px 0;
        }

.newsfeed {
    background: var(--bs-black);
    box-shadow: 0 0 18px 4px #0000001c;
    border-radius: 5px;
    padding: 15px;
    margin: 0 20px;
}



.mapSection {
    border: 1px solid #ddd;
}



/*footer*/
.footerOuter {
}

.footerSection1 {
    padding: 15px 0 7px 0;
    /* background: #000; */
    background-size: cover;
}

.datupdate {
    color: yellow;
}

    .datupdate h4 {
        color: yellow;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding: 0 0 20px 0;
        margin: 0 0 14px 0;
        border-bottom: 1px solid;
    }

    .datupdate strong {
        display: block;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    .datupdate span {
        font-size: 20px;
        /* color: #fc3235d4; */
        padding: 0;
        margin: 0;
    }

.NodalofficerDetails {
    text-align: center;
    color: yellow;
}

    .NodalofficerDetails h4 {
        color: yellow;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding: 0 0 20px 0;
        margin: 0 0 14px 0;
        border-bottom: 1px solid;
    }

    .NodalofficerDetails h2 {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
    }

        .NodalofficerDetails h2 strong {
            font-weight: 900;
        }

    .NodalofficerDetails h3 {
        font-size: 20px;
        padding: 7px 0 5px 0;
        margin: 0;
    }

    .NodalofficerDetails p {
        margin: 0;
        padding: 4px 0 7px 0;
        font-size: 14px;
        color: yellow;
        line-height: 18px;
    }

    .NodalofficerDetails h6 {
        padding: 0 0 5px 0;
        margin: 0;
        font-size: 14px;
    }

.Socaillink {
}

    .Socaillink h4 {
        color: yellow;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding: 0 0 20px 0;
        margin: 0 0 14px 0;
        border-bottom: 1px solid;
    }

.socailIcon {
}

    .socailIcon ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .socailIcon ul li {
            padding: 0 0 4px 0;
        }

            .socailIcon ul li a {
                color: yellow;
                font-weight: 300;
                font-size: 18px;
            }

                .socailIcon ul li a i {
                }

.footersection2 {
    /* background: #313130; */
    padding: 5px 0;
}

.copyright {
    margin: 0;
    padding: 0;
    color: yellow;
    font-size: 14px;
}

    .copyright a {
        color: yellow;
        font-weight: 800;
    }


/*inner pages*/

.main-content-inner {
    background: var(--black-color);
    background-position: center bottom, top right;
    background-repeat: no-repeat;
    color: yellow;
}

.formarDiv {
    padding: 40px 0;
}

.formarcol h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.formarcol {
    background: var(--black-color);
    padding: 110px 20px 20px 20px;
    box-shadow: 0 0 10px 10px #9999992b;
    position: relative;
    margin-top: 110px;
    text-align: center;
    border-bottom: 17px solid yellow;
    margin-bottom: 50px;
}

    .formarcol h3 {
        color: yellow;
    }

    .formarcol h5 {
        font-size: 18px;
        font-weight: 400;
    }

        .formarcol h5 strong {
            font-weight: 900;
        }

.farmeruser {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 10px #9999992b;
    border: 2px solid yellow;
}

    .farmeruser img {
    }

.formarcol::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: yellow;
    position: absolute;
    right: 0;
    top: 0;
}

.formarcol::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: yellow;
    position: absolute;
    left: 0;
    top: 0;
}

.decisionssection {
    padding: 50px 0 50px 0;
}

.decisionsForm {
    border: 1px solid #fdc533;
    padding: 30px;
    background: #fff;
}

.formdiv {
    padding: 0 0 36px 0;
}

    .formdiv label {
        font-size: 18px;
        color: #737373;
        padding: 0 0 5px 0;
        margin: 0;
    }

    .formdiv input, .formdiv select {
        border: 1px solid #f8cb56;
        box-shadow: 0 8px 0px 0px #f8cb56;
        border-radius: 50px;
        height: 44px;
        margin-bottom: 9px;
    }

.formbtndiv {
}

    .formbtndiv .btnreset {
        background: #939393;
        color: #fff;
        padding: 7px 27px 7px 27px;
        border: none;
        border-radius: 50px;
        font-size: 24px;
        margin: 0 7px 0 0;
    }

    .formbtndiv .showBtn { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff352c+0,ff352c+66,ffc000+66,ffc000+66,ffc000+100 */
        background: linear-gradient(117deg, #ff352c 0%, #ff352c 61%, #ffc000 59%, #ffc000 57%, #ffc000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
        padding: 7px 27px 7px 27px;
        border: none;
        border-radius: 50px;
        font-size: 24px;
    }

        .formbtndiv .showBtn i {
            padding: 0 6px 0 16px;
        }

.notext {
}

    .notext p {
        color: #555;
    }

table {
    background: var(--black-color) !important;
    !i;
    !;
}

    table th {
        background: yellow !important;
        color: #000 !important;
    }

    table td {
        color: yellow !important;
        background: var(--black-color) !important;
        border-color: yellow;
    }

        table td a {
            color: yellow !important;
        }

        table td .btn {
            background: var(--black-color);
        }

.pagination {
    margin: auto !important;
    padding: 0 !important;
    display: inline-flex;
    border: none !important;
}

    .pagination li {
        border: none !important;
        padding: 0;
        margin: 0;
    }

        .pagination li.active span {
            background: linear-gradient(to bottom, #ffc000 0%, #f4d77e 100%) !important;
            border-radius: 50px;
            line-height: 1;
            color: #000;
        }

        /*.pagination li span {
            border: none !important;
            background: none !important;
            color: #333;*/
        /* line-height: 1; */
        /*width: 28px;
            text-align: center;
            height: 28px;
            margin: 0;
            padding: 0;
            line-height: 28px !important;
        }*/

        .pagination li a {
            border: none;
            color: #333;
            line-height: 1;
            background: none;
        }

.newsandtander {
    background: var(--bs-body-color);
    padding: 0;
}

.newsandtander {
}

    .newsandtander .tab-content {
        box-shadow: 0 0 40px 0 #33333336;
        padding: 12px;
        border-radius: 0 0 10px 10px;
    }

    .newsandtander .nav-tabs {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .newsandtander .nav-tabs li {
            width: 25%;
            text-align: center;
        }

            .newsandtander .nav-tabs li button {
                width: 100%;
                background: var(--blue-color);
                border-radius: 5px 5px 0px 0px;
                border-right: 0.5px solid var(--white-color);
                color: var(--white-color);
                font-weight: 600;
            }

                .newsandtander .nav-tabs li button.active {
                    background: var(--white-color);
                    border-left: 0;
                    border-right: 0;
                    border-top: 1px solid var(--blue-color);
                }

    .newsandtander .tab-pane {
        padding: 0;
    }

        .newsandtander .tab-pane h3 {
            font-size: 24px;
            color: var(--blue-color);
            border-bottom: 3px solid var(--blue-color);
            padding: 0 0 8px 0;
            margin: 0 0 15px 0;
        }

        .newsandtander .tab-pane ul {
            list-style: none;
            margin: 0;
            padding: 0;
            height: 310px;
            overflow: auto;
        }

            .newsandtander .tab-pane ul li {
                border-bottom: 1px dotted var(--gray-color);
                padding: 5px 0 7px 0;
            }

                .newsandtander .tab-pane ul li a {
                    display: block;
                    color: var(--gray-color);
                    font-weight: 400;
                }

                .newsandtander .tab-pane ul li span {
                    color: var(--blue-color);
                    font-size: 12px;
                    font-weight: 600;
                }

.viewall {
    text-align: right;
    padding: 10px 0 0px 0;
}

    .viewall a {
        color: yellow;
    }



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9b9090d4;
}


.ScrollInformation {
    height:300px;
    overflow: auto;
    padding-top: 10px;
}


.nodalInfo {
    color: yellow;
}

    .nodalInfo a {
        color: yellow;
    }

.treeviewside {
    background: var(--bs-dark);
    padding: 10px;
    box-shadow: 0 10px 37px 0 #00000033;
    color: yellow;
}

.treeviewdataside {
    background: var(--blackColor);
    box-shadow: 0 0 20px 0 #2222223d;
    padding: 20px;
    color: yellow;
}

    .treeviewdataside textarea {
        color: yellow;
    }

.TreeNodeClass {
}

.treeviewside table {
    background: none !important;
}

    .treeviewside table td {
        background: none !important;
    }


.cpMain_TreeView1_3 {
    color: yellow;
    font-size: 15pt;
    font-weight: 600;
}

.cpMain_TreeView1_1 {
    color: Black;
    font-size: 13pt;
    color: yellow;
}

.cpMain_TreeView1_1 {
    color: yellow !important;
}
/*accodian*/
.question {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 45px 6px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #6f64634d;
    margin: 0 0 2px 0;
    line-height: 18px;
}

    .question::after {
        content: "\f055";
        font-size: 17px;
        position: absolute;
        right: 8px;
        transition: 0.2s;
        /* background: #fff; */
        border-radius: 50px;
        width: 20px;
        height: 20px;
        margin: auto;
        text-align: center;
        line-height: 22px;
        font-family: fontawesome;
    }

    .question.active::after {
        /*transform: rotate(45deg);*/
        content: "\f056";
    }

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    background: #373737;
}

.answer {
    padding: 8px 10px 10px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
}

.question.active + .answercont {
}



.sitemap ul {
    margin: 0;
    padding-bottom: 4px;
    padding-left: 30px;
}

    .sitemap ul li {
        padding: 3px 0 6px 0
    }

        .sitemap ul li::marker {
            font-size: 30px;
            color: #fa2b31;
            line-height: 1
        }

        .sitemap ul li a {
            font-size: 18px;
            color: #333
        }





/*inner pages */
.innerpagebanner h1 {
    color: yellow;
    font-weight: 700;
}


.main-content-inner h2 {
    font-size: 26px;
    font-weight: 700;
}

.main-content-inner h3 {
    font-size: 22px;
    font-weight: 700;
}

.main-content-inner h4 {
    font-size: 20px;
    font-weight: 700;
}

.main-content-inner h5 {
    font-size: 18px;
    font-weight: 700;
}

.main-content-inner h6 {
    font-size: 16px;
    font-weight: 700;
}

.main-content-inner p {
    font-size: 14px;
    font-weight: 400;
}

.main-content-inner ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.main-content-inner ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.main-content-inner li {
    padding: 0 0 10px 0px;
    margin: 0;
    border: none !important;
}



.dataTables_filter {
    float: right;
    padding-top: 0;
    margin-top: 0 !important
}

    .dataTables_filter label {
        width: 100%;
        text-align: left;
        color: yellow;
    }

.dataTables_length label {
    float: left;
    text-align: left;
    color: yellow;
}

    .dataTables_length label select {
        float: left;
        margin-right: 8px;
        width: 100%;
        height: 30px
    }

.dataTables_filter label input {
    height: 30px;
    width: 100%;
    /* margin: 0 !important; */
}

.form-check-redio {
    padding: 0 7px;
}

    .form-check-redio [type=radio] {
        border-color: #000;
    }

    .form-check-redio label {
        font-weight: bold;
        padding: 0 0 0 5px;
    }



.latestnrwshead {
    background: #efefef;
    position: relative;
}

    .latestnrwshead .neshead {
        float: left;
        background: #fdc02b;
        color: var(--black-color);
        padding: 4px 19px;
        font-size: 22px;
        font-weight: 600;
        position: absolute;
        z-index: 1;
        /* background: linear-gradient(135deg, rgb(240, 15, 0) 0%, rgb(255, 53, 44) 55%, rgb(255, 53, 44) 55%, rgb(255, 192, 0) 55%); */
    }


.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 7px;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    min-width: 100%;
    animation: marquee-animation 20s linear infinite;
}

    .marquee-content span {
        font-size: 18px;
        float: left;
        font-weight: 400;
    }

        .marquee-content span i {
            font-size: 10px;
            color: var(--red-color);
            float: left;
            padding-top: 8px;
            padding-right: 7px;
        }

    .marquee-content:hover {
        animation-play-state: paused;
    }

@keyframes marquee-animation {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}


.headerTopleft {
    color: yellow;
}

    .headerTopleft a {
        color: yellow;
    }



.dtlsmodul {
}

    .dtlsmodul .btn-close {
        background-color: white;
        border-radius: 50px;
        position: absolute;
        right: -47px;
        opacity: 1;
        padding: 8px;
    }

    .dtlsmodul h4 {
        font-size: 22px;
        padding: 11px 0 0 0;
    }

    .dtlsmodul h5 {
        font-size: 14px;
    }

    .dtlsmodul h6 {
    }

        .dtlsmodul h6 a {
            color: var(--orange);
            border: 1px solid;
            padding: 5px 7px;
            border-radius: 5px;
            font-weight: 500;
        }

.popdtail {
    border-top: 1px solid var(--bs-border-color);
    margin-top: 14px;
    padding-top: 10px;
}

    .popdtail span {
    }

    .popdtail p {
        font-size: 14px;
    }

.dtlsmodul .modal-content {
    background: #000;
    border-color: yellow;
}

.photoGlry .image {
    display: none;
}

.glrybox .img-box {
    height: 170px;
    border: 1px solid yellow;
    margin: auto;
    text-align: center;
    /* align-items: center; */
    /* display: table; */
    box-shadow: 0 0 10px 0 yellow;
    padding: 10px;
}

    .glrybox .img-box img {
        height: 100%;
    }

.glrybox span {
    font-size: 16px;
    padding: 6px 0 0 0;
    display: block;
    font-weight: 500;
    color: yellow;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: var(--black-color);
            background-color: #eee;
            border-color: #ddd;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: yellow;
            text-decoration: none;
            background-color: #000;
            border: 1px solid yellow;
        }

.page-item table {
}

    .page-item table td {
        padding: 0;
    }

        .page-item table td a {
            width: 34px;
            height: 37px;
            text-align: center;
            line-height: 34px !important;
            display: inline-block;
            padding: 0 !important;
            background: yellow;
            color: #000 !important;
        }

.pagination .page-item {
    float: left;
}

    .pagination .page-item.active a {
        background: yellow !important;
        color: #000;
    }

    .pagination .page-item a {
        background: #000;
        color: yellow;
        border-color: yellow;
    }

.carousel-gallery {
}

    .carousel-gallery .swiper-slide h6 {
        padding: 10px 0 0 0;
        font-size: 15px;
        font-weight: 500;
    }


#modalImageContainer {
    height: 400px;
    text-align: center;
}

    #modalImageContainer img {
        height: 100%;
    }
