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

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

.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 {
    z-index: 2000;
    transition: all 0.9s;
    background: #1254a4 url(../images/menu-bg.png);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    display: flex;
    align-items: center;
}
/*.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: 269px;
    /* 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: 180px;
        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;
}
/*-------------------------------------------------------------- # 
Navigation Menu 
--------------------------------------------------------------*/
.header-logosec {
    background: url("../images/header-topbg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.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: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 11px 5px 10px 5px;
        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: #1a338575;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #1254a4;
    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: #1254a4;
        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;
    font-size: 14px;
    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: #153457;
        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: 125px;
        margin-left: 12px;
    }

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

.headerTop {
    padding: 2px 0;
    background: #1a3385;
    /* float: left; */
    /* 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: left;
    }

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

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

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

.fontplus a {
    float: left;
    color: #fff;
    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: #1254a4;
    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: 20px;
    /* min-height: 300px; */
    height: 100%;
    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 0px 23px;
        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: #b0c7d31a;
        text-align: center;
        margin: 15px 0 15px 0;
        padding: 8px 0;
        font-family: arial;
    }

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

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

.footersection2 {
    background: #121b29;
    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: #17395d url(../images/footerBg.png);
    background-position: center center;
    background-size: cover;
    float: left;
    width: 100%;
}


.brands_slider_container .owl-carousel .owl-item img {
    height: 60px;
}

.brands {
    background: #f1f1f1;
    padding: 21px 0;
}

.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: url(../images/sliderBg.png);
    box-shadow: 0 6px 10px 0px #00000038;
}

.homePageSlider {
    overflow: hidden;
    height: 350px;
}

    .homePageSlider .carousel-item {
        height: 375px;
    }

        .homePageSlider .carousel-item img {
            height: 375px;
        }

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

.arrows {
    width: 48px;
}

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

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

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


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


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


.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: 16px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1;
        padding: 8px 0 6px 0;
    }

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

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

    .cm-photos img {
        width: 90px;
    }


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

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

    .headhint:after {
        background: #095fb8;
        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;
}

    .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: 38px;
        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;
        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;
            }

            .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;
    height: 270px;
    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
    }
}




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