/* Owl carousel slider start here */


.default-theme {
    --bg-color: #112e51;
    --text-color: #ffffff;
}

.light-blue-theme {
    --bg-color: #3399ff;
    --text-color: #ffffff;
}

.oragne-theme {
    --bg-color: #ff9900;
    --text-color: #ffffff;
}

.green-theme {
    --bg-color: #004d1a;
    --text-color: #ffffff;
}

.purple-theme {
    --bg-color: #7738ba;
    --text-color: #ffffff;
}

.dark-theme {
    --bg-color: #000000;
    --text-color: #ffffff;
}


/*Scroll bar design Start*/
.xdsoft_calendar table thead tr th {
    background-color: #112e51 !important;
}
.bg_bda_theme {
    background: #112e51 !Important;
}
.btn-danger-sub {
    background: #cd2026;
    color: #fff;
    font-weight: 600;
}

.btn-danger-sub:hover {
    transform: scale(1.05);
    background: #112e51 !Important;
    color: #fff;
}
.text-lipink {
    color: #112e51 !important;
}

p {
    font-size: 17px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(222deg, #112e51, #dce4ef) !important;
    background-image: -o-linear-gradient(222deg, #112e51, #dce4ef) !important;
    background-image: linear-gradient(222deg, #112e51, #dce4ef) !important;
}

h2 {
    font-size: 33px;
}

.landing-dark-bg {
    /* background: linear-gradient(#db8080, #ffc107);*/
    background: var(--bg-color);
}

.btn-warning {
    background: linear-gradient(#db8080, #ffc107);
    font-weight: bold;
}

.footer-dark-bg {
    background: linear-gradient(179deg, #ff000052, #f7c52e, #ffc004);
    background: var(--footer-color);
}

    .footer-dark-bg .department_list {
        padding: 0;
    }

    .footer-dark-bg li {
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: baseline;
        gap: 5px;
        transition: 0.2s;
        margin-right: 15px;
    }

        .footer-dark-bg li i {
            color: #0071bc;
        }
/*
.scrollbar-width-thin {
    scrollbar-width: thin;
}

.scrollbar-width-none {
    scrollbar-width: none;
}
::-webkit-scrollbar-track {
    background: #e8e8e8 !important;
}

::selection {
    background: #ff8b00 !important;
    color: #fff;
}*/
/*Scroll bar design End*/
.app-sidebar-logo .app-sidebar-logo-brand {
    display: flex;
    align-items: center;
}

.brand_text {
    text-wrap: nowrap;
}

@media(min-width: 992px) {
    [data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover:not(.animating) .flex_add {
        display: flex;
        align-items: center;
        z-index: -10;
        position: relative;
    }
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px dashed #b1b1b1a8;
}

.border-bottom-dashed-1 {
    border-top: 1px dashed #dfd4d4;
}




.logo_img_login img {
    width: 330px !important
}

.login_bg {
    background: url('../media/login/thumb-1920-750750.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

    .login_bg:after {
        content: "";
        background: #ffffffc7;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .login_bg .container-fluid {
        position: relative;
        z-index: 1000;
    }


/* Landing Page */
/* .landing-dark-bg{
    background: url('../media/login/thumb-1920-750750.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
   
} */
.landing-header {
    position: relative;
    z-index: 2;
}

.menu-link {
    color: #fff !important;
}
/*.menu-sub.menu-sub-lg-down, */
.mega-dropdown {
    position: static;
}

.mega-dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid grey;
    border-radius: 0;
}

    .mega-dropdown-menu ul .title a {
        color: #fff;
    }




/* ======================================== LANDING PAGE STYLE DEISGN HERE ===================================== */
.aboutus_header {
    background: rgb(246 192 0 / 5%);
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

.aboutus_content {
    padding: 40px 0;
}

.whatsapp {
    position: fixed;
    right: 9px;
    z-index: 1000;
    bottom: 14%;
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

    .whatsapp i {
        font-size: 42px;
        color: green;
    }

.dropdown-menu {
    padding: 10px;
}

.navigation-menu .nav-link {
    /*color: rgb(255, 255, 255);
    color: rgb(12 12 12);
    font-size: 15px;
    padding: 7px 0px !important;
    font-weight: 600;
    margin-right: 21px;*/
    transition: all 0.4s ease-in-out;
    padding: 14px 14px 14px 14px !important;
    color: #fff !Important;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 21px;
}

    .navigation-menu .nav-link:hover {
        color: #fbff00
    }

.navigation-menu .dropdown-menu li a {
    /*color: rgb(255 254 254);*/
    color: rgb(12 12 12);
    font-size: 15px;
    padding: 3px;
    /* display: block;*/
    display: flex;
    transition: all 0.2s ease-in-out;
    gap: 3px;
    font-weight: 500;
}

.navigation-menu li a:hover {
    /*color: yellow !important;*/
    color: #ffffff !important;
    background: #cd2026;
    transition: all 0.2s ease-in-out;
}

.navigation-menu .nav-link.active {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /*background: linear-gradient(#db8080, #ffc107);*/
    /*background: #fff;*/
    background: rgba(0,0,0,0.4);
    color: #000 !important;
    /* background: linear-gradient(#db8080, #ffc107); */
    background: #fff !important;
    border-radius: 0 !important;
}

.dropdown-menu {
    /*background: linear-gradient(#db8080, #ffc107);*/
    background: #fff;
    color: rgb(82 82 82);
}


.title a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-wrap: nowrap !important;
}

    .title a:hover {
        color: #fbff00
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*color: yellow;
    color: rgb(12 12 12);
    border-bottom: 2px solid red;
    padding-bottom: 0 !important;*/
    background-color: #981b1e;
}

.navigation-menu .dropdown-menu li {
    list-style: none;
}

    .navigation-menu .dropdown-menu li a:hover {
        background: #fff;
    }

.navigation-menu li a i {
    padding: 3px;
    /*color: rgb(255 254 254);*/
    color: #112e51 !important;
}

    .navigation-menu li a i:hover {
        color: #fff;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu ul {
    /*background: #3b4768;
    padding: 10px;
    border-radius: 9px;
    min-height: 160px;
    border: 1px solid #ffffff6b;*/
    box-shadow: 0 5px 14px #0000001f;
    border-radius: 4px;
    padding: 0px 0 !important;
}

.border-top-1 {
    border-top: 1px solid #dfdfdf;
}


[data-kt-sticky-landing-header=on] .landing-header {
    /*background: linear-gradient(#db8080, #ffc107);*/
    background: var(--bg-color);
}

[data-kt-sticky-landing-header=on] .landing-header {
    height: auto !important;
}

    [data-kt-sticky-landing-header=on] .landing-header .logo-default {
        display: block;
        height: 48px !important;
        width: 166px;
    }

[data-kt-sticky-landing-header=on] .landing-header {
    top: inherit;
}
/*[data-kt-sticky-landing-header=on] .landing-header{
           position:relative;
           top:0;
           z-index:1000;
        }*/

@media(max-width:992px) {
    .nav-item {
        padding: 6px;
        border-bottom: 0.4px solid #c1bbbb;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu ul {
        margin-bottom: 10px;
    }

    .navbar-brand-media {
        font-family: arial, sans-serif !important;
        font-size: 12px;
        font-weight: bold;
    }

    .owl-carousel .owl-item img {
        height: 250px;
    }


    .landing-header {
        display: inherit;
        align-items: inherit;
        height: 100%;
    }

    /*.slider {
        height: 420px !important;
    }*/

    .navbar-toggler-icon i {
        font-size: 20px;
        color: #ffff;
    }

    .navbar-toggler {
        background: #f87f75;
        padding: 10px;
    }

    .about_us_h {
        text-align: center;
    }

    .side-info {
        width: 100% !important;
        margin-bottom: 30px;
    }

        .side-info hr {
            margin: 0 auto !important;
            margin-bottom: 21px !important
        }

    .mobile_design {
        color: #cb205f !important;
        background: #fffffff0;
        padding: 2px;
        border-radius: 10px;
        padding: 9px;
    }

    .contact_us_h {
        text-align: center;
    }

        .contact_us_h .text-gray-600 {
            color: #fff !important;
        }

    .contact-form {
        flex-direction: column-reverse;
        width: 100%;
    }

        .contact-form > *, .contact-form {
            width: 100% !important;
        }

            .contact-form .second-container {
                padding: 2px;
            }

    .tns-item .d-flex {
        display: flex !important;
        justify-content: center;
    }

    .auto-container {
        position: relative !important;
        z-index: 1000;
    }

        .auto-container:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #0c0c0e87;
            position: absolute;
            z-index: -2;
        }
    .navigation-menu .nav-link {
        padding: 14px 14px 14px 7px !important;
    }
}

.landing-header .logo-default {
    height: 43px !important
}

.menu-state-title-primary .menu-item .menu-link.active, .menu-state-title-primary .menu-item .menu-link.active i {
    transition: color .2s ease;
    color: #ffc700 !important;
}

.bg_home_banner {
    background: linear-gradient(45deg, #e3e3e3, transparent);
}

/*.about_us_h .container {
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 1px;
}*/

.about_us_h .bda-award {
    margin-top: -200px;
    width: 124px
}


.dataTables_wrapper thead tr th {
    color: #fff !important;
    background: #000;
}

.dataTables_wrapper {
    background: #ffffffd4;
    border-radius: 0.475rem !important;
}

    .dataTables_wrapper tr td, .table.gy-5 th {
        padding-top: 4px !important;
        padding-bottom: 5px !important;
        font-size: 16px !important;
        border: 1px dashed #bfbfbf;
    }

.h-lg-250px {
    height: 78px !important;
}

.ml-10 {
    margin-left: 10px;
}


.marquee {
    top: 6em;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    animation: marquee 8s linear 0s infinite;
}

    .marquee:hover {
        animation-play-state: paused;
        position: inherit;
    }

@keyframes marquee {
    0% {
        top: 60px;
    }

    100% {
        top: -100px;
    }
}

.news_table thead tr th {
    background: orange !important;
}


.contact-form {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 15px 20px;
}

    .contact-form .first-container .info-container div {
        margin: 5px 0;
    }

        .contact-form .first-container .info-container div h3 {
            color: #112e51;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            padding-bottom: 0px;
        }

        .contact-form .first-container .info-container div:first-of-type p {
            /*max-width: 260px;*/
            color: #999;
        }

        .contact-form .first-container .info-container div p {
            font-size: 16px;
            line-height: 1.6;
            color: #112e51 !important;
            margin-bottom: 5px;
        }

    .contact-form .first-container .info-container h3 i {
        font-size: 1.3rem;
        color: #008793;
    }

    .contact-form .second-container {
        padding: 0 30px;
    }

    .contact-form > * {
        width: 50%;
    }

    .contact-form .second-container h3 {
        font-size: 22px;
        /* font-weight: 400;*/
        color: #333;
        line-height: 1.2;
    }

    .contact-form .second-container .form {
        display: flex;
        flex-direction: column;
    }

        .contact-form .second-container .form .form-group input {
            width: 100%;
            font-size: 15px;
            margin-top: 5px;
            border-radius: 5px;
        }

        .contact-form .second-container .form .form-group label {
            display: flex;
            align-items: center;
            width: 100%;
            border: 1px solid #e6e6e6;
            font-size: 16px;
            color: #333;
            text-transform: uppercase;
            margin-top: -1px;
        }

        .contact-form .second-container .form .form-group * {
            min-height: 35px;
            padding: 0 15px;
        }

        /*.contact-form .second-container .form .form-group:first-of-type input {
            width: 50.1%;
            margin-right: -5px;
            font-size: 15px;
            min-height: 35px;
            padding: 0 15px;
        }*/

        .contact-form .second-container .form .form-group textarea {
            width: 100%;
            min-height: 75px;
            resize: none;
            padding: 10px 15px;
            margin-top: 5px;
            border-radius: 5px;
        }

        .contact-form .second-container .form button {
            width: 160px;
            height: 37px;
            background: #f67e78;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border: 0;
            position: relative;
            left: calc(50% - 100px);
            cursor: pointer;
            border-radius: 5px;
        }


.bgi-size-contain img {
    width: 157px;
    height: 53px !important;
    border: none !important;
    margin: 0;
}

[data-kt-scrolltop=on] .scrolltop {
    opacity: var(--bs-scrolltop-opacity-on);
    animation: animation-scrolltop .4s ease-out 1;
    display: grid;
}

.project_img {
    position: relative;
    width: 326px;
    margin: 0 auto;
    top: 44px;
    z-index: 1;
}

    .project_img img {
        width: 100%;
    }

.border-top-bottom {
    border-bottom: 1px dashed #917b52;
    border-top: 1px dashed #917b52;
    padding-top: 25px;
}

/* New Slide */
.landing-dark-border {
    border: 1px dashed #474c54;
}

.footer-area a:hover {
    color: #fff;
    opacity: 7 !important;
}

.list-unstyled.sociallist a:hover {
    margin: 0;
}

.footer-dark-bg {
    padding-top: 35px;
}

    .footer-dark-bg h4 {
        color: #fff !important;
        border-bottom: 1px dashed #fff;
        font-weight: bold !important;
        padding-bottom: 10px;
    }

.menu .menu-item, .flex-stack .order-md-1 span {
    color: #db1515 !important;
    font-weight: 600;
}

.scrolltop {
    opacity: 7 !important;
    background: #112e51;
}

    .scrolltop i {
        opacity: 7;
        color: #fff;
        font-size: 24px;
    }


.news-bg-area {
    background: url("../media/home/new-bg.png");
    background-attachment: fixed;
    background-size: cover;
}

.news-area {
    /*background: linear-gradient(#db8080, #ffc107);*/
    border-radius: 15px;
    margin: 0px auto;
    text-align: left;
}

    .news-area .news-list li {
        border-bottom: 1px solid #cd2026;
        padding: 10px;
        list-style-type: none;
        display: flex;
    }

        .news-area .news-list li:before {
            font-family: 'FontAwesome';
            content: "\f0a4";
            margin: 0 5px 0 -15px;
            color: #cd2026;
            font-size: 18px;
        }

        .news-area .news-list li div h1 {
            color: orange;
            font-weight: bold;
        }

        .news-area .news-list li div p {
            color: #fff;
            font-size: 16px;
        }

.noti_wrap {
    display: flex;
    position: relative;
    align-items: center;
    /*background: linear-gradient(to bottom, #ffca94 0, #ff962c 44%, #eb7600 100%);
    background: linear-gradient(#cd2026, #e59393);*/
    background: var(--bg-color);
    width: 100%;
    font-weight: 600;
    box-shadow: rgb(0 0 0 / 45%) 0 25px 20px -20px;
    border-radius: 5px;
}

    .noti_wrap img {
        max-width: 100%;
        height: auto;
    }

.bell_noti_wrap h5.text-white {
    color: var(--bg-color) !important;
}

.bell_icon {
    position: absolute;
    top: -8px;
    background: #fff;
    border: 1px solid #112e51;
    width: 60px;
    margin-left: 30px;
    border-radius: 40px;
    padding: 10px;
}

.noti_title {
    padding: 10px 0 10px 100px;
    margin: 0;
    color: #fff;
}

.bell_noti_wrap {
    height: 280px;
}

.all_noti_wrap, .bell_noti_wrap, .latest_noti_wrap {
    position: relative;
    border: 1px dashed #112e51;
    border-radius: 5px;
    margin-top: 15px;
    padding: 20px 15px 15px;
    background: #fff;
}

.notice-card-panel-body {
    max-height: 217px;
    overflow-y: auto;
    padding: 0;
}

.all_noti_wrap:before, .bell_noti_wrap:before, .latest_noti_wrap:before {
    position: absolute;
    content: "";
    bottom: 100%;
    right: 20px;
    width: 2px;
    height: 16px;
    background-color: #112e51;
}

.all_noti_wrap:after, .bell_noti_wrap:after, .latest_noti_wrap:after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 20px;
    width: 2px;
    height: 16px;
    background-color: #112e51;
}
/* Fixed sidetoggle style=====================================*/

.fixed {
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 999;
}

    .fixed .btn1 {
        display: inline-block;
        background: #28965b;
        border: 0;
        line-height: 3.5em;
        margin-bottom: 0.3em;
        outline: none;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        position: relative;
        left: 154px;
        width: 200px;
        display: flex;
    }

        .fixed .btn1 .arrow {
            display: inline-block;
            line-height: 3.5em;
            text-align: center;
            background: #112e51;
            color: white;
            font-size: 1em;
            width: 3.5em;
            float: right;
            transition: 500ms;
            margin-right: 10px;
        }

            .fixed .btn1 .arrow i {
                color: #fff;
            }

        .fixed .btn1:hover {
            background: white;
            transition: 500ms;
            margin-left: 0px;
        }

            .fixed .btn1:hover .arrow {
                background-color: #112e51;
                transition: 500ms;
            }

        .fixed .btn1:active {
            background: #112e51;
        }

        .fixed .btn1:hover {
            left: 0px !important;
        }

    .fixed .btn-info .arrow {
        background-color: #112e51;
    }

    .fixed .btn-info:hover .arrow {
        background-color: #112e51;
    }

    .fixed .btn-learn .arrow {
        background-color: #112e51;
    }

    .fixed .btn-learn:hover .arrow {
        background-color: #0f1925;
    }

    .fixed button::-moz-focus-inner {
        border: none;
    }






.latest-news {
    background: #ededed !important;
}

/*About Us page Design Styling */


.about_page_home {
    margin-bottom: 15px;
}

    .about_page_home .bg-red-100 {
        background-color: #fde2e2;
    }

    .about_page_home .bg-blue-100 {
        background-color: #dceafd;
    }

    .about_page_home .bg-yellow-100 {
        background-color: #fdf9c5;
    }

    .about_page_home .rounded-3xl {
        border-radius: 1.5rem;
    }

    .about_page_home .object-cover {
        object-fit: cover;
    }

    .about_page_home .w-full {
        width: 100%;
    }

    .about_page_home .h-full {
        height: 100%;
    }

    .about_page_home .capitalize {
        text-transform: capitalize;
    }

    .about_page_home .font-semibold {
        font-weight: 600;
    }

    .about_page_home .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .about_page_home .font-light {
        font-weight: 300;
    }

    .about_page_home .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .about_page_home .inline-block {
        display: inline-block;
    }

    .about_page_home .mt-1\.5 {
        margin-top: 0.375rem;
    }

    .about_page_home .text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgb(49 46 129 / var(--tw-text-opacity));
    }

    .about_page_home .h-1 {
        height: 0.25rem;
    }

    .about_page_home .w-12 {
        width: 3rem;
    }

    .about_page_home .p-8 {
        padding: 3.5rem;
    }

.about_us_client {
    background: #f6fdf6;
    padding-top: 35px
}

.height_200 {
    height: 200px !important
}


/* Panel Design*/

.panel {
    margin-top: 20px;
    border: 1px solid #c5c3c3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 7px 0px #888888;
}

.panel-heading {
    /*background: #3a5676;
    background: linear-gradient(#db8080, #ffc107);*/
    background: var(--bg-color);
    color: #fff;
    padding: 10px;
}

.panel-body {
    padding: 16px;
}

.panel-footer {
    border-top: 1px solid #cbc4c4;
    padding: 9px;
}

.text-right {
    text-align: right;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.bg-default {
    /*background: #ffd7d4b0;*/
    padding: 20px 0;
}

table tr th {
    /*background: #3a5676;*/
    /*background: linear-gradient(#db8080, #ffc107);*/
    background: #112e51 !Important;
    color: #fff !important;
    position: sticky;
    top: 0;
    font-weight: 700 !important;
}

.form-group {
    margin-bottom: 10px;
}
/*table, th, td {
    border: 2px solid #c5c3c3 !important;
    padding: 10px;
}*/

.footer_bda_div {
    width: 100%;
    gap: 15px;
    padding-right: 25px;
}

    .footer_bda_div h2 {
        color: #f87f75;
        margin: 0;
    }

    .footer_bda_div h5 {
        width: 50%;
        color: #fff;
        font-size: 12px;
    }

    .footer_bda_div .footer_logo {
        max-width: 46%;
        height: 100%;
    }

.footer-logo .title-eng {
    color: #e31c3d;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2em;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.footer-logo .title-hindi {
    color: #e31c3d;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.footer-logo .content {
    text-align: left;
}

/* ==================== slider css starts ==================== */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
        gap: 20px;
    }

    .slider .slide {
        height: 100px;
        width: 270px;
    }

        .slider .slide img {
            width: 157px;
        }
/*==============slider css ends=================*/

.separator {
    position: relative;
    display: inline-block;
}

    .separator:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 100%;
        margin-left: 25px;
        width: 55px;
        border-bottom: 2px solid var(--bg-color);
    }

    .separator:after {
        content: '';
        position: absolute;
        top: -7px;
        right: 100%;
        margin-right: 15px;
        width: 55px;
        border-bottom: 2px solid var(--bg-color);
    }

    .separator .cir {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 12px;
        height: 12px;
        border: 2px solid var(--bg-color);
        border-radius: 50%;
    }

.sec-title .separator .c-1 {
    left: 0;
}

.separator .c-2 {
    left: 7px;
}

.separator .c-3 {
    left: -7px;
    right: 0;
}

.separator:before,
.separator:after {
    border-color: var(--bg-color);
}

.separator .cir {
    border-color: var(--bg-color);
}

.separator .c-1 {
    background: var(--bg-color);
}

.footer--bgimage .slide {
    width: 200px;
}

.highlight {
    background: white;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    border-left: 5px solid var(--bg-color);
}


/* Public Information style */

.left-news {
    padding: 14px 0px;
    position: relative;
}

.bg-green {
    background: #15489f;
    border-radius: 28px;
}

.left-news .header {
    position: relative;
    padding: 0 30px;
}

    .left-news .header h1 {
        color: #fff;
        font-weight: 600;
        font-size: 175%;
        margin-bottom: 10px;
        text-align: left;
    }

#news-ticker {
    display: block;
    width: 100% !important;
}

    #news-ticker > div {
        width: 100% !important;
    }

.left-news .news {
    border-bottom: 1px solid #fffefe75;
    padding: 10px 0 14px 0;
    width: 100% !important;
    text-align: left;
}

    .left-news .news:hover {
        background-color: #00000021;
    }

    .left-news .news:last-child {
        border-bottom: 0px;
    }

    .left-news .news .head {
        padding-left: 30px;
        padding-right: 30px;
    }

        .left-news .news .head .fa {
            color: #fff;
            font-size: 20px !important;
            line-height: 21px;
            height: auto;
            width: auto;
        }

        .left-news .news .head span {
            color: #fff;
        }

    .left-news .news p {
        margin: 0 30px;
    }

        .left-news .news p a {
            color: #fff;
            font-size: 14px;
            margin: 10px 0 0 0;
            display: block;
            background: #15489f;
            /*  padding-left: 30px;
    padding-right: 30px;*/
        }

.left-news .footer {
    padding-left: 30px;
    padding-right: 30px;
}

    .left-news .footer a {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

.news-sec {
    position: relative;
}

.news-back {
    background: url(../img/news-back.png) no-repeat;
    width: 100%;
    background-size: contain;
    height: 385px;
    position: absolute;
    left: -112px;
    bottom: -88px;
}

.news-back-border {
    position: absolute;
    top: -51px;
    left: -34px;
    width: 78%;
    height: 576px;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
}

.btn-size {
    background: transparent !important;
    color: #112e51 !important;
    border: 2px solid #112e51 !important;
    border-radius: 0 !important;
    padding: 3px 8px !important;
}

    .btn-size:hover {
        transform: scale(1.05);
        background: #cd2026 !Important;
        border: 2px solid #cd2026 !important;
        color: #fff !important;
    }

.btn-success-sub {
    background: #112e51;
    color: #fff;
    font-weight: 600;
}

    .btn-success-sub i {
        color: #fff;
    }

    .btn-success-sub:hover {
        transform: scale(1.05);
        background: #cd2026 !Important;
        color: #fff;
    }
