
:root {
    --pinkColor: #0d83c7;
    --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;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    --color_white: #fff;
--color_prime: #5ad67d;
--color_grey: #e2e2e2;
--color_grey_dark: #a2a2a2;
}



select {
    position: relative;
}

    select:after {
        position: absolute;
        content: "";
        right: 7px;
        display: inline-block;
        background: url(../images/thin-down.svg);
        background-repeat: no-repeat;
        background-size: 20px;
    }

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


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

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

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

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

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

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

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

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

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




@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


body {
    font-family: 'Raleway';
    /* background: #fff; */
    font-weight: 400;
    /* background: url(/images/bg.jpg) !important; */
}

.mainContentOuter {
    /* background: url(../images/body-bg.png),url(../images/body-bg-1.png); */
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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


/*backgorund*/
.grayBg {
    background: #f5f5f7;
}

p {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 24px;
}

/*color*/
.color-73a5c6 {
    background: #73a5c6;
}

.color-528aae {
    background: #528aae;
}

.color-2e5984 {
    background: #2e5984;
}

.color-1e3f66 {
    background: #1e3f66;
}

.color-072f5e {
    background: #072f5e;
}

.color-0a2443 {
    background: #0a2443;
}


.colr1 {
    background: #3393ff;
}

.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: #1a3385;
}


/*padding*/
.section-paddingCm {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    float: left;
}

.section-paddingXs {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    float: left;
}

.section-paddingSm {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    float: left;
}

.section-paddingMd {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    float: left;
}

.section-paddingLg {
    padding-bottom: 70px;
    padding-top: 70px;
    width: 100%;
    float: left;
}

/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.headerNav {
    position: relative;
    z-index: 2000;
    transition: all 0.9s;
    background-color: #83a300;
    /* background: rgb(34,193,195);
background: linear-gradient(264deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); */

/* background: rgb(34,193,195);
background: linear-gradient(356deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); */
    
      
   
    /* background: #1254a4 url(../images/menu-bg.png); */
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
    /* border-bottom: 2px solid #ca7302; */
    /* margin: 0px auto 20px; */
   
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease 0s;
   

    

}
/*.navbarscroll{position: absolute;}*/
/*.fixedHeader {
    position: fixed;
    top: 0px;
}*/

.logo {
    max-height: 40px;
}

.logodiv img {
    /* width: 270px; */
}

.cart-shortlist {
    top: -8px;
    left: 4px;
    height: 19px;
    width: 19px;
    background: var(--pinkColor);
    color: #fff;
    line-height: 19px;
    font-size: 13px;
    border-radius: 50%;
}

.searchFrm {
    position: relative;
    /* background: #3f98fe; */
    max-width: 300px;
    /* border: 1px solid #ddd; */
    border-radius: 50px;
    float: right;
    margin-top: 0;
}

    .searchFrm select {
        background: #b22d30;
        color: #fff;
        outline: none;
        border: none;
    }

    .searchFrm input {
        box-shadow: none;
        font-size: 13px;
        font-weight: 400;
        border: none;
        outline: none;
        border-radius: 53px;
        height: 27px;
        width: 200px;
        padding: 0 14px;
        background: #3f98fe;
        color: #fff;
    }

        .searchFrm input::placeholder {
            color: #fff;
        }

    .searchFrm button {
        outline: none !important;
        box-shadow: none !important;
        position: absolute;
        right: 9px;
        top: 3px;
        font-size: 14px;
    }

/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}*/

.otherlink {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    /* background-color: #83a300 !important; */
    /* background: rgb(34,193,195); */
    background: #83a300;

}
/*-------------------------------------------------------------- # 
Navigation Menu 
--------------------------------------------------------------*/
.header-logosec {
    /* background: url("../images/header-topbg.png"); */
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
}

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

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

.main-nav {
    /* border: 1px solid green; */
}

    .main-nav a {
        /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding: 8px 20px 4px 20px;
        display: inline-block;
    }

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

.logodiv {
    padding: 0;
}

.logo-right {
    text-align: right;
}

.logodiv a {
    padding: 0;
}

.main-nav a:hover, .main-nav a.active, .main-nav ul a.active, .main-nav li:hover > a {
    color: #fff;
    background: #b09c0b;
}

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

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

.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: 10px 20px 10px 20px;
    
    font-size: 16px;
    color: #ffffff;
    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-color: #738f04;
        color: #fff;
    }

.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: 18px;
    background: #fff;
    transition: 0.4s;
}

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

    .mobile-nav a {
        display: block;
        position: relative;
        color: #333;
        padding: 10px 20px;
        font-weight: 500;
        border-bottom: 1px solid;
        border-color: #f1f1f1
    }

        .mobile-nav a:focus, .mobile-nav a.active, .mobile-nav .drop-down.active {
            background-color: #bb4548;
            color: #fff;
            text-decoration: none;
        }

            .mobile-nav .drop-down.active a {
                color: #fff
            }

            .mobile-nav .drop-down.active ul li a {
                color: #000
            }

    .mobile-nav .drop-down ul li a:hover {
        background-color: var(--pinkColor);
        color: #fff;
    }

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

        .mobile-nav .drop-down ul li {
            background-color: #fff4fa
        }

    .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: #fff;
    }


.cm-img-home {
}

    .cm-img-home img {
        width: 80px;
    }

.ministerImg {
    text-align: right;
}

    .ministerImg img {
        width: 100px !important;
        height: 100px;
        min-width: none;
        float: right;
        
        /* vertical-align: middle; */
        /* line-height: 60px; */
        margin-right: 10px;
        /* text-align: center; */
        /* margin-top: 10px; */
        /* padding-top: -10px; */
    }

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 200px;
}

.item img {
    width: 100px;
    height: 100px;
    /* background-color: grey; */
}

.caption {
    display: block;
    color: #000;
    /* font-size: 38px; */
    /* font-weight: 900; */
    text-align: center;
}

    .caption h3 {
        font-weight: bolder;
        line-height: 25px !important;
    }

/*END*/
/*-------------------------------------------------------------- # 
**/
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1254a4;
}*/

.headerTop {
    padding: 2px 0;
    background: #ecf0f1;
    /* float: right; */
    /* width: 100%; */
    border-bottom: 1px solid #999;
    background-size: 59% 100%;
}

.headerOuter {
}

.headerTop .logodiv {
}

.headerToprght ul {
    display: inline-block;
    margin: 0;
    padding: 2px 2px 0 0;
    /* float: right; */
}

    .headerToprght ul li {
        display: inline-block;
        color: #fff;
        padding: 0 6px;
        float: right;
    }

.headerToprght {
    text-align: right;
    padding: 0;
    /* float: right; */
    /* width: 100%; */
}

.skipdiv {
    /* float: left !important; */
    margin-top: 0px !important;
}

    .skipdiv a {
        color: #000;
        font-size: 14px;
        float: left;
        font-weight: 600;
        line-height: 19px;
        padding: 1px 2px;
    }

.fontplus a {
    float: left;
    color: #000;
    padding: 1px 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    /* background: #fff; */
    margin-left: 3px;
}

.colorTheme a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 1px;
    padding: 0;
    float: left;
    border: 1px solid #fff;
}

.colorTheme select {
    float: right;
    border: none;
    font-size: 13px;
    color: #fff;
    background: #1a3385;
    padding: 1px 0px 1px 4px;
    outline: none;
}

.headerrightbtm ul {
    padding: 0;
    margin: 0;
    float: right;
}

.headerrightbtm a {
    color: #fff;
    padding: 0;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
}

.headerrightbtm {
    text-align: right;
    color: #000;
    width: 100%;
    float: right;
}

    .headerrightbtm p {
        float: left;
        font-size: 26px;
        font-weight: 700;
        padding: 2px 10px 0 0;
        color: #f00;
        margin: 0;
    }

    .headerrightbtm button {
        background: #fff;
        border: none;
        border-radius: 60px;
        padding: 2px 15px;
        font-size: 14px;
        outline: none;
        box-shadow: none;
        float: right;
        margin: 0 0px;
    }

    .headerrightbtm select {
        border-radius: 60px;
        border: none;
        padding: 0 7px;
        font-size: 14px;
        outline: none;
        box-shadow: none;
        float: right;
        margin: 0 8px;
    }

.headerButton {
    float: right;
    color: #fff;
    padding: 17px 0 0 0;
}

    .headerButton ul {
        float: right;
        width: 100%;
        text-align: right;
        margin: 0;
        padding: 0;
    }

        .headerButton ul li {
            /* float: left; */
            list-style: none;
            padding: 0 0 0 15px;
            display: inline-block;
        }

            .headerButton ul li a {
                display: inline-block;
                color: #fff;
            }

            .headerButton ul li:first-child a {
                padding: 0 10px 0 0;
            }

    .headerButton p {
        float: right;
        color: #fff;
        margin: 0;
    }

        .headerButton p a {
            color: #fff;
            font-size: 20px;
        }


.otherlink {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    /* background: #2CC1BC; */
    background: #83a300;

    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.sectionheading {
    color: #fff;
}

    .sectionheading h2 {
        font-size: 28px;
        font-weight: 600;
        color: #032146;
        padding-bottom: 4px;
    }

.headling {
    position: relative;
    width: 9px;
    height: 9px;
    background: #b22d30;
    /* margin: auto; */
    /* border-radius: 80px; */
}



    .headling:before {
        content: "";
        width: 70px;
        background: #b22d30;
        height: 3px;
        display: inline-block;
        position: absolute;
        right: -75px;
        top: 3px;
    }

.sectionheading h2 span {
    display: block;
    font-size: 34px;
    font-weight: 700;
    color: #b22d30;
}


.otherlink a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 0 4px;
}

.footerbox {
    color: #fff;
    padding: 15px;
    /* min-height: 300px; */
    height: 100%;
    background: #8f646442;
    /* background: #0b679942; */
}

    .footerbox h2 {
        font-size: 18px;
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 20px 0;
    }

        .footerbox h2:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #ddd;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .footerbox h2:after {
            content: "";
            display: inline-block;
            width: 70px;
            height: 2px;
            background: #ddd;
            position: absolute;
            left: 0;
            bottom: 2px;
        }

    .footerbox h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .footerbox p {
        color: #fff;
        margin: 0 0 5px 0;
        padding: 0 0 8px 0px;
        font-size: 15px;
        line-height: 22px;
        position: relative;
    }

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

        .footerbox ul li {
            list-style: none;
            border-bottom: 1px dotted #fff;
            padding: 5px 0 6px 0;
            font-size: 14px;
            /* width: 46%; */
            /* display: inline-block; */
            margin-right: 15px;
        }

            .footerbox ul li a {
                color: #fff;
                transition: transform .1s;
                display: block;
            }

                .footerbox ul li a:hover {
                    transform: scale(1.05);
                }



    .footerbox.box4 {
        /* background: #20742c; */
    }

    .footerbox .vistorbox {
        background: #8d969b1a;
        text-align: center;
        margin: 15px 0 15px 0;
        padding: 8px 0;
        font-family: arial;
    }

        .footerbox .vistorbox p {
            color: #fff;
            margin: 0;
            padding: 0;
            float: left;
        }

        .footerbox .vistorbox span {
            font-weight: 500;
        }

        .vistorbox img{
width: 260px !important;
        }

.footersection2 {
    background: #000000;

    border-top: 1px solid #536268;
    color: #fff;
    padding: 10px 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: left;
    width: 100%;
}

    .footersection2 p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
    }

        .footersection2 p a {
            color: #269ad8;
        }

.copyright {
}

.devlop {
    text-align: right;
}

.footersection1 {
    /* background: #88290c url(../images/field.jpg); */
   /* background: rgb(140,255,206);
background: radial-gradient(circle, rgba(140,255,206,1) 0%, rgba(118,211,236,1) 100%); */
background: linear-gradient(to right, #fa709a 0%, #fee140 100%);
/* background: linear-gradient(356deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); */
/* background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" */
    background-size: cover;
    float: left;
    width: 100%;
}


.brands_slider_container .owl-carousel .owl-item img {
    height: 100%;
}

.brands {
    /* background: #f1f1f1; */
    /* background: url(../images/w2.jpg); */
    /* background-image: url("/images/w2.jpg"); */
    /* object-fit:cover; */
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* border: 2px solid black; */
    padding: 21px 0;
}

.brands2 {
    /* background-color:#73a5c6; */
    /* background-image: url("/images/t.jpg"); */
    /* background: url(../images/t.jpg); */
    /* background: #A7CFDF;
    background: radial-gradient(circle farthest-corner at center center, #A7CFDF 0%, #23538A 100%); */
    
}

.brands_slider_container {
    position: relative;
}

.brands_nav {
    position: absolute;
    top: 33px;
    background: #0e212f;
    padding: 0;
    font-size: 15px;
    box-shadow: 0 0 35px 0 #dcdcdc;
    width: 21px;
    height: 21px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    color: #fff;
}

.brands_prev {
    left: 0;
}

.brands_next {
    right: 0;
}


.sliderOuter {
    background-color: #90eeb728;

     /* background: url(/images/bg.jpg) !important; */
     
     /* background: fixed; */
     background-size:cover;
     /* background-blend-mode: lighten; */
    
     /* opacity: .2; */
    box-shadow: 0 6px 10px 0px #00000038;
}

.homePageSlider {
    overflow: hidden;
    height: 100%;
}

    .homePageSlider .carousel-item {
        height: 71vh;
        
    }

        .homePageSlider .carousel-item img {
            height: 100%;
            /* min-height: 100vh; */
        }

.homepageNews {
    background: #000;
    height: 350px;
    border: 1px solid #fff;
}

    .homepageNews video {
        height: 350px;
    }

#carouselExampleIndicators1 {
    min-height: 270px;
    border: 1px solid;
}


    #carouselExampleIndicators1 .carousel-item {
        min-height: 270px;
    }


        #carouselExampleIndicators1 .carousel-item img {
            min-height: 270px;
        }

ion-icon {
    font-size: 38px;
    color: #000;
}

.arrows {
    width: 48px;
}

    .arrows i {
        font-size: 34px;
        /* background: #000; */
        padding: 23px;
    }

.sliderWide {
    background: #fff;
    padding-bottom: 0px;
  
}

.footerIcon {
    position: absolute;
    left: 0;
    top: 3px;
}


.brands_item {
    border: 1px solid #ddd;
    margin: 10px 0;
    
}

.brands_item img{
    height: 80px;
    width: 220;
    align-items: center;
    justify-content: center;
    
}


.schemesOut {
    margin-top: -43px;
}

.dst-SchemesBox {
    color: #fff;
    padding: 15px;
    text-align: center;
}

    .dst-SchemesBox img {
        padding-top: 6px;
    }

    .dst-SchemesBox p {
        color: #fff;
        min-height: 49px;
        padding: 9px 0 0 0;
        line-height: 20px;
        font-size: 17px;
    }

.success {
    border: 1px solid rgb(236, 233, 233);
}

.welcomesection {
    /* border: 2px solid red; */
}

.cm-photos {
    /* background: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    box-shadow: 0 0 1px 0 #8b8b8b;
    overflow: hidden; */
}

    .cm-photos h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1;
        padding: 8px 0 6px 0;
        text-align: center;
    }

    .cm-photos span {
        font-size: 13px;
        line-height: 16px;
        display: block;
        padding: 5px 0 6px 0;
        color: #000000;
        font-weight: 400;
    }

    .cm-photos strong {
        font-size: 12px;
        font-weight: 300;
        color: #000;
        display: block;
        font-style: italic;
    }

/*.cm-photos img {
        max-width: 167px;
    }*/

.tabscroll {
    /* overflow: scroll; */
    /* border: 2px solid black; */
    /* height: 40em; */
    /* overflow: hidden;  */
}

.welcomePart h2 span {
    color: #218c74;
    display: block;
    font-weight: 600;
}

.headhint {
    background: #079992;
    width: 45px;
    height: 5px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 19px;
}

    .headhint:after {
        background: #079992;
        content: "";
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 2px;
        left: 50px;
        bottom: 1px;
    }


.welcomePart p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    padding-bottom: 15px;
}

.sidebar-rgt h2 {
    text-align: left;
    margin: 0;
    padding: 8px 12px;
    background: #b22d30;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

    .sidebar-rgt h2 span {
        text-align: end;
        float: right;
    }

.sidebar-rgt {
    background: #fbf8f8;
    height: 500px;
    display: block;
}

    /* .sidebar-rgt .accordion-collapse {
        border: 0;
        text-align: left;
        background: #efefef;
    } */

    .sidebar-rgt .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    /* .sidebar-rgt .accordion-button:not(.collapsed) {
        background: #1254a4c7 !important;
        color: #fff;
        box-shadow: none;
        border-bottom: none;
        padding: 0px 11px 0 10px;
    } */

    .sidebar-rgt .accordion-button::after {
        width: auto;
        height: 48px;
        text-align: center;
        /* content: "+"; */
        font-size: 25px;
        background-image: none;
        font-weight: 100;
        color: #fff;
        transform: translateY(-0px);
    }

    /* .sidebar-rgt .accordion-button:not(.collapsed)::after {
        width: auto;
        height: 38px;
        background-image: none;
        content: "-";
        font-size: 26px;
        transform: translate(-5px, -4px);
        transform: rotate(0deg);
        line-height: 34px;
    } */

    .sidebar-rgt .accordion-button {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0 10px;
        text-align: center;
        background: #1254a4;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        border-radius: 0 !important;
    }

    .sidebar-rgt .accordion-item {
        /* margin-bottom: 2px; */
        border-bottom: 0;
    }


    .sidebar-rgt ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-rgt ul li {
            list-style: none;
            padding: 5px 0px 6px 0px;
            border-bottom: 1px dashed #afafaf;
            position: relative;
        }

            .sidebar-rgt ul li a {
                color: #000;
                font-size: 16px;
                line-height: 27px;
                display: inline-block;
                transition: transform .1s;
                width: 100%;
                text-indent: 0;
            }

.news {
    height: 100%;
}

.sidebar-rgt ul li span {
    color: #1254a4;
    font-size: 11px;
    font-style: italic;
    display: block;
}


.letestnews {
    box-shadow: 0 0px 13px 0 #9a9a9acf;
    border-radius: 0;
    color: #fff;
    padding: 18px 8px;
    margin-bottom: 30px;
    background: #fff;
}

    .letestnews h3 {
        margin: 0 0 11px 0;
        padding: 0px 0 6px 0;
        color: #74c422;
        font-size: 24px;
        border-bottom: 3px solid;
    }

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

        .letestnews ul li {
            color: #565656;
            list-style: none;
            font-size: 16px;
            font-weight: 400;
            border-bottom: 1px dashed #ddd;
            padding: 4px 0;
        }

            .letestnews ul li a {
                color: #565656;
                font-size: 16px;
                font-weight: 400;
            }

            .letestnews ul li span {
                color: #74c422;
                display: block;
                font-size: 12px;
                font-weight: 400;
                font-style: normal;
            }

    .letestnews a {
        color: #74c422;
        width: 100%;
        text-align: right;
        display: inline-block;
        font-weight: 500;
        padding: 10px 0 0 0;
    }


.letestender {
    box-shadow: 0 0px 13px 0 #9a9a9acf;
    border-radius: 0;
    color: #fff;
    padding: 18px 8px;
    margin-bottom: 30px;
    background: #fff;
}

    .letestender h3 {
        margin: 0 0 11px 0;
        padding: 0px 0 6px 0;
        color: #0cbca5;
        font-size: 24px;
        border-bottom: 3px solid;
    }

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

        .letestender ul li {
            color: #565656;
            list-style: none;
            font-size: 16px;
            font-weight: 300;
            border-bottom: 1px dashed #ddd;
            padding: 4px 0;
        }

            .letestender ul li a {
                color: #565656;
                font-size: 16px;
                font-weight: 400;
            }

            .letestender ul li span {
                color: #0cbca5;
                display: block;
                font-size: 12px;
                font-weight: 400;
                font-style: normal;
            }

    .letestender a {
        color: #0cbca5;
        width: 100%;
        text-align: right;
        display: inline-block;
        font-weight: 500;
        padding: 10px 0 0 0;
    }



.letesevents {
    box-shadow: 0 0px 13px 0 #9a9a9acf;
    border-radius: 0;
    color: #fff;
    padding: 18px 8px;
    margin-bottom: 30px;
    background: #fff;
}

    .letesevents h3 {
        margin: 0 0 11px 0;
        padding: 0px 0 6px 0;
        color: #002fac;
        font-size: 24px;
        border-bottom: 3px solid;
    }

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

        .letesevents ul li {
            color: #565656;
            list-style: none;
            font-size: 16px;
            font-weight: 400;
            border-bottom: 1px dashed #ddd;
            padding: 8px 0;
            float: left;
            width: 100%;
            margin: 4px 0 4px 0;
        }

            .letesevents ul li a {
                color: #565656;
                font-size: 16px;
                font-weight: 400;
            }

            .letesevents ul li span {
                color: #a8a8a8;
                display: block;
                font-size: 12px;
                font-weight: 300;
                font-style: italic;
            }

    .letesevents a {
        color: #7a7afc;
        width: 100%;
        text-align: right;
        display: inline-block;
        font-weight: 500;
        padding: 10px 0 0 0;
    }

.eventdate {
    color: #fff;
    width: 23%;
    float: left;
    text-align: center;
    padding: 0px 0 0 0;
    line-height: 1;
    font-weight: 300;
}

    .eventdate span {
        background: #095fb8;
        font-style: normal !important;
        font-size: 21px !important;
        color: #fff !important;
        padding: 8px 0;
        border-bottom: 1px solid;
        font-weight: 500 !important;
    }

    .eventdate strong {
        display: block;
        font-size: 28px;
        background: #002fac;
        color: #fff;
        line-height: 1;
        padding: 5px 0;
        font-weight: 800;
    }

.eventdatail {
    float: left;
    width: 75%;
}

    .eventdatail p {
        margin: 0;
        padding: 12px 0 0 7px;
        line-height: 20px;
    }

    .eventdatail span {
        padding: 0 0 0 7px;
    }


.marqueediv {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    /* height: 100%; */
    height: 465px;
    padding: 9px;
    margin-top: 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.marqeeSlide {
    /* top: 1em; */
    position: relative;
    box-sizing: border-box;
    animation: marqeeSlide 30s linear infinite;
    list-style-type: none;
    /* height: 100%; */
}

    .marqeeSlide:hover {
        animation-play-state: paused;
    }

@keyframes marqeeSlide {
    0% {
        top: 20em
    }

    100% {
        top: -70em
    }
}

marquee {
    background-color: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    /* background: rgb(144,249,250);
    background: linear-gradient(356deg, rgba(144,249,250,0.7147233893557423) 0%, rgba(244,204,118,1) 100%); */
    /* background-size: 10px; */
    /* transform: scale(1, 1); */
    /* background-repeat: no-repeat ; */
    /* transform: scaleX(-1); */
    transform:;
    width: 100%;   
    font-size: 18px;
    /* height: 60px; */
    color: white;
    vertical-align: middle;
    line-height: 50px;
    font-weight: 300;
}

marquee li{
    border-radius: 10px;
    padding: 10px;
}

.rbutton {
    background-color: #6e72b1;
}

.stepbg {
    background: rgb(153,167,235);
    background: linear-gradient(90deg, rgba(153,167,235,1) 0%, rgba(188,221,236,1) 49%, rgba(123,222,202,1) 100%);
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid black;
}

    .stepbg img {
        margin-top: -22px;
    }


.marqeeSlide a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.marqeeSlide p span {
    color: #1254a4;
    display: block;
}

.marqeeSlide p {
    padding-left: 0;
    border-bottom: 1px dashed;
    margin-bottom: 9px;
    padding-bottom: 10px;
    line-height: 20px;
}

.custome {
    /* border: 2px solid red; */
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    border: 1px solid rgb(68, 68, 68);
    inset: 10px;
    outline: 1px dashed;
    border-radius: 8px;
    /* outline-style: groove; */
    outline-offset: -12px;
    /* background: #f2f2f2; */
    /* box-shadow: 2px 2px 2px #bebebe; */
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);


}

.selectt {
}

.brd1 {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 100px;
}

.brd {
    float: left;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin: 10px;
    width: 250px;
    height: 150px;
    border: 1px solid rgb(255, 251, 251);
    border-radius: 8px;
    /* border-style:double; */
}

.brd2 {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* margin: 10px; */
    width: 100%;
    background-color: #03784f;
    font-weight: 400;
    font-size: 18px;
    color: white;
    height: 130px;
    /* border: 1px dashed black; */
    border-radius: 8px;
    outline: 1px dashed #fff;
    outline-offset: -10px;
}

.brd3 {
    background-color: #ee5253;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* margin: 10px; */
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: white;
    height: 130px;
    /* border: 1px dashed black; */
    border-radius: 8px;
    outline: 1px dashed #fff;
    outline-offset: -10px;
}

.brd4 {
    background-color: #ff9f43;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* margin: 10px; */
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: white;
    height: 130px;
    /* border: 1px dashed black; */
    border-radius: 8px;
    outline: 1px dashed #fff;
    outline-offset: -10px;
}

.brd5 {
    background-color: #0abde3;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* margin: 10px; */
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: white;
    height: 130px;
    /* border: 1px dashed black; */
    border-radius: 8px;
    outline: 1px dashed #fff;
    outline-offset: -10px;
}

.brdspan {
    text-align: center;
}



.table1 {
    border: 1px solid rgba(219, 204, 204, 0.5);
    /* overflow: scroll !important;
    height: 150px !important; */
}

tbody {
    /* height: 60px !important; */
    /* overflow: scroll !important; */
}

.cardborder {
    border: none !important;
    justify-content: space-around;
    /* border: 1px solid black; */
    box-shadow: none;
    background-color: #fff;
}

.oppo {
    font-size: 24px !important;
    padding: 15px !important;
    font-weight: 600 !important;
    color: #218c74 !important;
    display: block !important;
}

.minsiterDiv {
    
    /* width: 190px;
  height: 254px; */
  /* background: rgb(255, 255, 255); */
  /* background:#ffffff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -13px 15px 0px inset,
   rgba(0, 0, 0, 0.1) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
     rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
      rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
      margin: 20px;
      border-radius: 10px;
      background: #f2f2f2;
      box-shadow: 2px 2px 2px #bebebe;
      /* box-shadow: 5px 5px 10px #bebebe,
                 -5px -5px 10px #ffffff; */
    /* border-radius: 50px;
    background: red; */
    text-align: center;
}
.minsiterDiv img{
    
   
    /* width: 240px;
    height: 240px; */
}

.signup-step-container nav {
    /* width: 80%; */
    /* float: right; */
}

    .signup-step-container nav ul {
        max-width: 100%;
        padding: 0;
        margin: auto;
    }

        .signup-step-container nav ul li {
            float: left;
            width: 16%;
            line-height: 60px;
            text-align: center;
            list-style: none;
            color: #000;
            padding: 5px 5px 0 60px;
            margin: auto;
            /* border-bottom: 1px solid #ddd; */
        }

            .signup-step-container nav ul li a {
                color: #fff;
                display: block;
                border-radius: 10px 10px 0 0;
                background: #e57728;
                margin: 0 2px;
                font-size: 20px;
                padding: 0;
                line-height: 56px;
                /* border-bottom: 1px solid #ddd; */
            }

                .signup-step-container nav ul li a.activ {
                    background: #d72325;
                }

.signup-step-container section > p {
    text-align: center;
    margin: 30px auto;
    padding: 0 10%;
}

.signup-step-container section > div {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #dddddd4d;
    padding: 30px;
    box-shadow: 6px 5px 0px 0 #18345626;
    /* border: 1px solid #dddddd8f; */
    border-top: none;
}

    .signup-step-container section > div.activ {
        display: block;
    }

    .signup-step-container section > div h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .signup-step-container section > div ul {
        margin: 0;
        padding: 0 0 0 19px;
    }

        .signup-step-container section > div ul li {
            list-style: circle;
        }

.sectiohead {
    font-size: 24px;
    font-weight: 600;
    padding
}

@media screen and (max-width: 768px) {
    .dropdown-menu{
        width:-webkit-fill-available !important;
    }

}

.brands_nav ion-icon {
    color: white;
    font-size: 18px;
}


.counterdiv strong {
    display: block;
    padding: 0;
    margin: 0;
}

.counterdiv {
    display: grid;
    justify-content: center;
    align-items: center;
    /* height: 74px; */
}


 /* .content img{
  
    display:block;
    margin: auto;
    
    padding: 0 60px 0 60px;
   
 
 
} */



#one img{
    display:block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
    height: 30vh;
    width: 60vw;
    height: 50vh;
    width: 50% !important;
   
   

}
#two img{
    display:block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
    height: 50vh;
    width: 50% !important;
   

}
#three img{
    display:block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
    height: 50vh;
    width: 50% !important;
   

}
#four img{
    display:block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
    height: 60vh;
    /* width: 50% !important; */
   

}
#six img{
    display:block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
    /* height: 50vh;
    width: 50% !important;
    */

}
#five img{
  
    display:inline-block;
    margin: auto;
    /* float: left; */
    padding: 0 60px 0 60px;
   
 
}

.content span{
    text-align: center !important;
    margin: auto;
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #BB0051;
}

