/*<!--General -->*/
a,
a:hover {
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #2d2d43;
    letter-spacing: -1px;
    font-family: 'Spartan', sans-serif;
}
/*<!--General -->*/

/*<!---------------------------------NavBar ---------------------->*/
.noscroll {
    overflow: hidden;
    height: 100vh;
}
.noscroll {
    min-height: 100vh;
    overflow: hidden;
}
.top-header {
    position: relative;
    height: 90px;
    /* NAVIGATION */
    /* stroke */
}

@media only screen and (max-width: 991px) {
    .top-header {
        position: relative;
        height: 73px;
    }
}
header {
    padding: 0px;
    transition: all 0.4s ease 0s;
    background: var(--primary-color);
    height: 90px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #74d20df2;
    box-shadow: 1px 4px 10px 3px rgba(8, 8, 8, 0.12);
}

    header .navbar-nav li.active {
        background: #86d20df2;
    }
.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0a0a0a;
    letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
    .popup {
        display: none;
    }
    .navbar-toggler {
        border: 0 none;
        font-size: 24px;
    }
    .navbar-nav {
        -webkit-animation-name: none;
        animation-name: none;
        float: left;
        text-align: center;
        width: 100%;
    }
    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        color: #105404fa;
        line-height: 34px;
    }
    .navbar-toggler {
        padding: 0rem 0rem !important;
    }
    header {
        height: auto;
        padding: 15px 0;
    }

}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-brand {
        font-size: 25px;
    }
}

button.navbar-toggler .icon-close {
    display: block;
}

button.navbar-toggler .icon-expand {
    display: none;
}

button.navbar-toggler.collapsed .icon-close {
    display: none;
}

button.navbar-toggler.collapsed .icon-expand {
    display: block;
}
nav ul li {
    display: inline-block;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #0a0a0a;
    transition: all 0.5s ease;
    padding: 14px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #0a0a0a;
    }

@media only screen and (max-width: 1440px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 10px;
    }

    .navbar-expand-lg .nav_btn > li {
        padding: 0;
    }

    header .navbar-nav a {
        font-size: 16px;
    }
}

a.domain {
    background: #0a0a0a url(../images/menu.png) no-repeat center;
    background-size: 25px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
}

/*<!---------------------------------/NavBar ---------------------->*/
/*<!---------------------------------Side Modal ---------------------->*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 450px;
    width: 450px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 0px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -450px;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -450px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    padding: 50px;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 9;
}

    .modal button.close span {
        font-size: 25px;
        color: #333;
        margin-top: 20px;
        margin-right: 15px;
        width: 50px;
        height: 50px;
        line-height: 47px;
        border-radius: 30px;
        transition: all .4s ease;
        opacity: 1;
        display: block;
    }
h2.logo {
    color: #105404fa;
}
.bg-golden {
    /*background-color: #00f;*/
    background: url(../images/tricolor.jpg) center 50%;
}
.bg-marquee {
    /*background-color: #00f;*/
    background: url(../images/tricolor1.jpg) center 50%;
}
.btn-golden {
    color: #fff;
    background-color: #105404fa;
    border-color: #105404fa;
}
.text-danger {
    color: #105404fa !important;
}


.modal-content p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    color: #888;
}
.radius-image {
    border-radius: 8px;
}
h5.widget-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
ul.icon-rounded li {
    display: inline-block;
}
ul {
    margin: 0;
    padding: 0
}
.address p span.fa {
    color: #2d2d43;
    width: 30px;
    font-size: 18px;
}
.address p a {
    color: #888;
    font-weight: 600;
    font-size: 16px;
}
    .address p a:hover, ul.icon-rounded li a.social-link:hover {
        color: #2d2d43;
    }
ul.icon-rounded li a.social-link {
    color: #888;
    width: 30px;
    display: inline-block;
    font-size: 20px;
}

/*<!---------------------------------/Side Modal ---------------------->*/


/*<!-- Banner -->*/



.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    /*height:600px;*/
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

ul.callbacks_tabs.callbacks1_tabs {
    display: none;
}

.callbacks_nav {
    left: 20px;
}

    .callbacks_nav.next {
        right: 20px;
    }
@media screen and (max-width: 667px) {.callbacks_nav {
    height: 61px;
    width: 32px;
    background-size: 58px;
}}
@media screen and (max-width:480px) {
    .callbacks_nav {
        top: 60%;
    }
}
@media screen and (max-width:414px) {
    .rslides img {
        height: 225px;
    }
}

    @media screen and (max-width:320px) {
        .rslides img {
            height: 200px;
        }

        .callbacks_nav {
            height: 45px;
            width: 25px;
            background-size: 46px;
            top: 67%;
        }
    }

    .scb-main-slider .banner-content {
        position: relative;
    }

    ul.callbacks_tabs.callbacks1_tabs {
        display: none;
    }

    .scb-main-slider .banner-view {
        background: url(../images/Banner/banner1.jpg) no-repeat center;
        background-size: cover;
        min-height: 600px;
        position: relative;
        z-index: 0;
        display: grid;
        align-items: center;
    }

    .scb-main-slider li {
        list-style-type: none;
    }

    .scb-main-slider .banner-info-bg {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

        .scb-main-slider .banner-info-bg h6 {
            font-size: 18px;
            margin-bottom: 14px;
            color: #fff;
            text-transform: capitalize;
            font-weight: 500;
            opacity: 0.9;
        }

        .scb-main-slider .banner-info-bg h5 {
            font-size: 60px;
            line-height: 70px;
            font-weight: 700;
            color: #fff;
            text-transform: capitalize;
        }

    .scb-main-slider a.btn {
        padding: 0px 40px;
        color: #fff;
        height: 60px;
        display: inline-block;
        font-size: 16px;
        line-height: 58px;
        text-transform: capitalize;
        font-weight: 700;
        transition: 0.3s ease-in;
        border-radius: 6px;
        background-color: #fe346e;
        border: 2px solid #fe346e;
    }

    .scb-main-slider .banner-top1 {
        background: url(../images/Banner/banner2.jpg) no-repeat center;
        background-size: cover;
    }

    .scb-main-slider .banner-top2 {
        background: url(../images/Banner/banner3.jpg) no-repeat center;
        background-size: cover;
    }

    .scb-main-slider .banner-top3 {
        background: url(../images/Banner/banner4.jpg) no-repeat center;
        background-size: cover;
    }

    .scb-main-slider .banner-top5 {
        background: url(../images/Banner/banner5.jpg) no-repeat center;
        background-size: cover;
    }

    #home .owl-dots {
        position: relative;
        z-index: 99;
        margin-top: -26px;
    }

    #home .owl-nav {
        position: absolute;
        top: 10px;
        left: 25%;
        right: 25%;
        display: none;
    }

    @media (max-width: 768px) {
        .scb-main-slider .banner-info-bg h5 {
            font-size: 32px;
            line-height: 40px;
        }
    }

    @media (max-width: 440px) {
        .scb-main-slider .banner-info-bg h5 {
            font-size: 28px;
            line-height: 35px;
        }
    }

    /*#home .owl-stage-outer {
    height: 82vh;
}*/
    /*<!-- Banner -->*/
    /*<!--Flas News -->*/
marquee p {
    font-size: 12pt;
    color: #0c0c0c;
    font-style:italic;
    font-weight:700;
}
    /*<!--/Flas News -->*/

    /*<!-- Home About US -->*/
    /*-- container --*/

   .our-about-text p1 {
            margin: 0;
            padding: 0;
            font-size: 16px;
            line-height: 28px;
            color: #888;
            text-align:justify;
       }

    @media (min-width: 576px) {
        .container {
            max-width: 100%;
            padding-right: 30px;
            padding-left: 30px;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 100%;
            padding-right: 25px;
            padding-left: 25px;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 100%;
            padding-right: 25px;
            padding-left: 25px;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 100%;
            padding-right: 25px;
            padding-left: 25px;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1200px;
        }
    }

    /*-- //container --*/
    .scb-about h3 {
        font-size: 50px;
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .scb-about h5 {
        font-size: 24px;
        line-height: 30px;
        color: #999;
    }

    @media (max-width: 1280px) {
        .scb-about h3 {
            font-size: 40px;
        }
    }

    @media (max-width: 800px) {
        .scb-about h3 {
            font-size: 30px;
            line-height: 1;
        }
    }

    @media (max-width: 480px) {
        .scb-about h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 415px) {
        .scb-about h3 {
            font-size: 26px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 375px) {
        .scb-about h3 {
            font-size: 24px;
        }
    }

    @media (min-width: 768px) {
        .scb-about .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

.btn-style {
    padding: 12px 30px 10px;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    border-color: #105404fa;
}

    @media (max-width: 575px) {
        .scb-about .mt-5 {
            margin-right: 1rem !important;
            margin-left: 1rem !important;
        }
    }

    /*<!--/ Home About US -->*/

    /*<!-- News And Events -->*/
    .scb-news-8 {
        background-color: #f8f9fa;
    }

    .news-text {
        padding: 0;
        margin: 0;
    }

    @media (max-width: 991px) {
        .news-text {
            padding-left: 0;
        }
    }

    @media (max-width: 991px) {
        .news-text {
            padding: 0;
        }
    }

    h3.title-big {
        font-size: 35px;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .sub-news {
        margin-bottom: 0.6em;
    }

    .sub-img {
        float: left;
    }

    @media (max-width: 768px) {
        .sub-img {
            width: 20%;
            padding-left: 0;
        }
    }
    /*@media (max-width: 991px) {
    .sub-img {
        width: 20%;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .sub-img {
        width: 20%;
    }
}*/
    .sub-text {
        float: right;
    }

.news-title {
    padding: 0.5em;
    background-color: #105404fa;
    /*font-size: 1.2em;*/
    color: #fff;
    line-height: 1.2em;
    text-decoration: none;
    display: block;
}


    @media (max-width: 640px) {
        .sub-text {
            padding: 0;
        }
    }

    @media (max-width: 768px) {
        .sub-text {
            width: 80%;
        }
    }

    @media (max-width: 991px) {
        .sub-text {
        }
    }

    @media (max-width: 991px) {
        .sub-text {
            width: 80%;
        }
    }

    @media (max-width: 1024px) {
        .news-title {
            font-size: 1em;
        }
    }

    @media (max-width: 1024px) {
        .sub-text p {
            font-size: 0.85em;
        }
    }

    @media (min-width: 768px) {
        .col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }

    .sub-img {
        float: left;
    }

        .sub-img img {
            width: 100%;
        }

    @media (max-width: 991px) {
        .sub-img {
            width: 20%;
            padding-left: 0;
        }
    }

    .news iframe {
        width: 100%;
        /*height: 100%;*/
    }

    @media (max-width:767px) {
        .middile-inner-con {
            margin-top: -50px;
        }
    }
    /*<!-- /News And Events -->*/


    /*<!-- Services -->*/
.sub-page-content{
    max-width:100%;
}
.service-left-info h4 {
    font-size: 1em;
    color: #4b4c4c;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .service-icon-content {
        text-align: center;
    }

    .service-icon {
        background: #212529;
        width: 70px;
        height: 70px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
    }

        .service-icon span {
            font-size: 1.5em;
            line-height: 3em;
            color: #ffc80a;
        }

    @media screen and (max-width: 991px) {
        .service-content img {
            width: 50%;
            margin: 2em 0;
        }
    }

    .mid-sec img {
        background: #fff;
        padding: 5px;
    }

    @media screen and (max-width: 767px) {
        .service-left-info, .service-left-info, .service-content {
            text-align: center !important;
            margin-top: 2em;
        }
    }

    @media screen and (max-width: 767px) {
        .service-icon {
            text-align: center;
            margin: 0 auto;
        }
    }
    /*<!-- /Services -->*/
    /*<!-- Loans -->*/
    .title-icon {
        border-bottom: 2px solid #000;
        max-width: 200px;
        margin: 1em auto 1.5em;
        position: relative;
    }

    p.sub-tittle {
        max-width: 700px;
        margin: 0 auto;
    }

    .feedback-info {
        position: relative;
        margin-top: 4em;
    }

    .feedback-top {
        padding: 4em 2em 2em;
    }

        .feedback-top h4 {
            letter-spacing: 1px;
        }

    .feedback-img {
        position: absolute;
        top: -27%;
        left: 38%;
    }
    /*<!-- /Loans -->*/


    /*<!----------------------------------------- Deposits ----------------------------------------------------------------->*/


    .deposits {
        background: url(../images/Deposits/banner1.jpg)no-repeat center;
        background-attachment: fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }

    .test_agile_info {
        background: rgba(0, 0, 0, 0.63);
    }

    .appointment h3.heading, .deposits h3.heading {
        color: #fff;
    }

    h3.heading {
        letter-spacing: 5px;
        line-height: 1.4em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
        font-size: 45px;
        font-weight: 700;
        position: relative;
    }

    .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
    }

    .nbs-flexisel-inner {
        overflow: hidden;
        margin: 0px auto;
    }

    #flexiselDemo1 {
        display: none;
    }

    .nbs-flexisel-ul {
        position: relative;
        width: 9999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .nbs-flexisel-nav-left {
        left: 37.5%;
        background: url(../images/Deposits/left.png) no-repeat no-repeat 3px 6px transparent;
    }

    .nbs-flexisel-nav-right {
        right: 38%;
        background: url(../images/Deposits/right.png) no-repeat no-repeat 3px 6px transparent;
    }

    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        width: 36px;
        height: 48px;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        top: 72% !important;
    }

    .nbs-flexisel-item {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        line-height: 0px;
    }

    .wthree_deposits_grid {
        width: 90%;
    }

    .wthree_deposits_grid {
        position: relative;
        margin: 2em auto 0;
        padding: 2em 5em 2em;
        text-align: center;
        border: 3px solid #ccc;
    }

        .wthree_deposits_grid p {
            color: #fff;
            line-height: 2.3em;
            margin: 1em 0;
            font-size: 1em;
            letter-spacing: 1px;
            font-weight: 300;
        }

        .wthree_deposits_grid h5 {
            color: #fff;
            margin: 1em 0 1em;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }

    .wthree_deposits_grid_pos img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: 0em auto 0;
        width: 12%;
        border: 2px dashed #fff;
        padding: 5px;
    }

    @media (max-width: 991px) {
        .wthree_deposits_grid {
            margin: 1em auto 0;
            padding: 2em 2em 2em;
        }
    }

    @media (max-width: 991px) {
        .wthree_deposits_grid1, .wthree_deposits_grid {
            width: 100%;
        }
    }

    @media (max-width: 991px) {
        .wthree_deposits_grid p {
            margin: 0em 0;
            font-size: .9em;
        }
    }


    @media (max-width: 736px) {
        .wthree_deposits_grid_pos img {
            width: 18%;
        }
    }

    @media (max-width: 480px) {
        .wthree_deposits_grid_pos img {
            width: 25%;
        }
    }

    @media (max-width: 384px) {
        .wthree_deposits_grid_pos img {
            width: 30%;
        }
    }

    @media (max-width: 414px) {
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            top: 79% !important;
        }
    }

    @media (max-width: 736px) {
        .nbs-flexisel-nav-left {
            left: 29.5%;
        }
    }

    @media (max-width: 736px) {
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            top: 75% !important;
        }
    }

    @media (max-width: 736px) {
        .nbs-flexisel-nav-right {
            right: 30%;
        }
    }

    /*<!----------------------------------------- Deposits ----------------------------------------------------------------->*/



    /*<!-- Footer -->*/


    .footers-20 {
        /*-- responsive design --*/
        /*-- //responsive design --*/
    }

        .footers-20 .d-grid {
            display: grid;
        }

        .footers-20 .grid-col-2 {
            grid-template-columns: 1fr 1fr;
        }

        .footers-20 .grid-col-3 {
            grid-template-columns: 1fr auto;
        }

        .footers-20 .grid-col-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }

        .footers-20 .grid-auto-columns {
            grid-auto-flow: column;
        }

        .footers-20 .text-left {
            text-align: left;
        }

        .footers-20 .text-center {
            text-align: center;
        }

        .footers-20 .text-right {
            text-align: right;
        }

        .footers-20 .footers20 {
            background: #131419;
            padding: 60px 0;
            position: relative;
        }

        .footers-20 .column {
            padding: 0 30px;
            border-right: 1px solid #2e2e2e;
        }

            .footers-20 .column:first-child {
                padding-left: 0;
            }

            .footers-20 .column:last-child {
                border-right: 1px solid transparent;
                padding-right: 0;
            }

        .footers-20 .grids-content h4 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            color: #eee;
            margin-bottom: 20px;
        }

        .footers-20 .grids-content p,
        .footers-20 .grids-content a p {
            color: #999;
            transition: 0.3s ease;
        }

            .footers-20 .grids-content a p:hover {
                color: #ffe119;
            }

            .footers-20 .grids-content p.contact-phone {
                font-size: 20px;
                font-weight: 600;
                color: #eee;
            }

        .footers-20 ul.links li a {
            font-size: 17px;
            line-height: 25px;
            text-align: center;
            color: #8289ab;
        }

        .footers-20 ul.links li,
        .footers-20 ul.social li {
            display: inline-block;
            margin-right: 15px;
        }

        .footers-20 .bottom-border {
            border-top: 1px solid #2e2e2e;
            margin-top: 60px;
            padding-top: 40px;
        }

        .footers-20 .columns p,
        .footers-20 .columns p a,
        .footers-20 .columns ul li a {
            font-size: 16px;
            line-height: 25px;
            color: #bbb;
        }

            .footers-20 ul.social li a:hover,
            .footers-20 .columns p a:hover {
                color: #fff;
            }

        .footers-20 a:hover {
            color: #ffc107;
        }

    @media (max-width: 1280px) {
        .footers-20 ul.links li,
        .footers-20 ul.social li {
            margin-right: 10px;
        }
    }

    @media (max-width: 1080px) {
        .footers-20 .column {
            padding: 0 20px;
        }
    }

    @media (max-width: 1024px) {
        .footers-20 .columns p,
        .footers-20 .columns ul li a,
        .footers-20 .columns li select {
            font-size: 14px;
        }

        .footers-20 .bottom-border {
            margin-top: 60px;
        }
    }

    @media (max-width: 800px) {
        .footers-20 .column:first-child {
            padding-left: 20px;
        }

        .footers-20 .grids-content {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 0px;
        }

        .footers-20 .links-grid {
            text-align: center;
            margin: 20px 0;
        }

        .footers-20 .column {
            border: none;
        }

        .footers-20 .column {
            padding: 20px;
        }

            .footers-20 .column:last-child {
                padding-bottom: 0;
            }

        .footers-20 .bottom-border {
            margin-top: 30px;
        }
    }

    @media (max-width: 640px) {
        .footers-20 .column {
            padding: 20px 0;
        }

            .footers-20 .column:first-child {
                padding-left: 0px;
            }

        .footers-20 .grid-col-3 {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .footers-20 .text-right {
            text-align: center !important;
            margin-top: 10px;
        }
    }

    @media (max-width: 568px) {
        .footers-20 .footers20 {
            padding: 40px 0;
        }

        .footers-20 .column:nth-child(1),
        .footers-20 .column:nth-child(2) {
            border-bottom: 1px solid transparent;
        }

        .footers-20 .grids-content p.contact-phone {
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .footers-20 .columns p,
        .footers-20 .columns ul li a,
        .footers-20 .columns li select {
            font-size: 16px;
        }

        .footers-20 .grids-content {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 415px) {
        .footers-20 .bottom-border {
            margin-top: 30px;
        }
    }

    @media (max-width: 384px) {
        .footers-20 .bottom-border {
            margin-top: 15px;
            padding-top: 30px;
        }

        .footers-20 .links-grid {
            margin: 15px 0;
        }

        .footers-20 .columns p,
        .footers-20 .columns ul li a,
        .footers-20 .columns li select,
        .footers-20 .grids-content p,
        .footers-20 .grids-content a p {
            font-size: 15px;
        }

        .footers-20 .grids-content h4 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 15px;
        }
    }

#movetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    background: #105404fa;
    padding: 0;
    line-height: 36px;
    border-radius: 4px;
    transition: 0.3s ease-out;
}

        #movetop:hover {
            transform: translate3d(0, -5px, 0);
            -webkit-transform: translate3d(0, -5px, 0);
            transition: 0.3s ease-out;
        }

    button,
    input,
    select, label, li {
        -webkit-appearance: none;
        outline: none;
        font-family: 'Spartan', sans-serif;
    }
    /*<!-- Footer -->*/
    /*<!----------------------------------------------------------------- About ---------------------------------------------------------------------------------------->*/
    .banner_scbspvt-2 {
        background: url(../images/Banner/about.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    .banner-inner {
        padding: 4vw 0;
    }

    a.logo-2 {
        font-size: 60px;
        line-height: 70px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.27);
    }

    .stats {
        background: url(../images/aboutbank.jpg) no-repeat 0px 0px;
        background-size: cover;
        position: relative;
    }

        .stats h3.about-heading {
            color: #f8f9fa;
        }

        .stats p {
            color: #ccc;
        }

    .stats-right h4 {
        font-size: 2.4em;
        font-weight: 700;
        margin: 15px 0;
        color: #fff;
    }

    .stats-right span.fa {
        color: #212529;
        font-size: 20px;
        background: rgb(248, 249, 250);
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 65px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    @media (min-width: 768px) {
        .stat-grids .col-lg-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .stats h3.about-heading {
            font-size: 1.75rem;
            margin: 0;
            letter-spacing: 1px;
            font-weight: 400;
            font-family: 'Oswald', sans-serif;
        }
    }

    @media (min-width: 992px) {
        .stat-grids .col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .aboutcontainer {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {
        .aboutcontainer {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .aboutcontainer {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .aboutcontainer {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .aboutcontainer {
            max-width: 1140px;
        }
    }

    @media (max-width: 575px) {
        .grid1 .mt-5 {
            margin-right: 0rem !important;
            margin-left: 0rem !important;
        }
    }

    .msg {
        background-color: #01060a96;
        background-size: cover;
        position: relative;
    }

    .msg-cgrid {
        background: #fff;
        padding: 2em 1em;
    }

    .border-right-grid {
        border-right: 8px solid #000000;
    }

    .border-left-grid {
        border-left: 8px solid #000000;
    }

    h3.tittle.two {
        color: #fff;
    }

    .msg-icon img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 5px solid #f6f6f6;
        background: #eee;
    }

    .msg-cgrid p {
        line-height: 1.8em;
    }

        .msg-cgrid p span.fa {
            color: #105404fa;
        }

    h6.b-scbtxt {
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

        h6.b-scbtxt span {
            font-weight: normal;
            color: #105404fa;
            text-transform: capitalize;
            font-size: 16px;
        }

    @media screen and (max-width: 568px) {
        .border-right-grid {
            border-left: 1rem solid #000000;
        }
    }

    @media screen and (max-width: 568px) {
        .border-left-grid {
            border-right: 8px solid #000000;
        }
    }

    @media (max-width: 992px) {


        #message .col-lg-6 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 1rem !important;
        }
    }

    #missionvision-tabs {
        background-color: #e4d4d41f;
    }

    .tab-main {
        border: none;
        background: transparent;
        box-shadow: none;
    }

        .tab-main input {
            display: none;
        }

        .tab-main label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 18px 60px;
            font-weight: 600;
            text-align: center;
            color: #1e272e;
            border: 1px solid transparent;
            background: #f7f7f7;
        }

        .tab-main section {
            display: none;
            padding: 4em;
            border: 1px solid #abc;
        }

        .tab-main label:hover {
            color: #789;
            cursor: pointer;
        }

        .tab-main input:checked + label {
            color: #fff;
            border: 1px solid transparent;
            background: #105404fa;
        }

        .tab-main #tab1:checked ~ #content1, .tab-main #tab2:checked ~ #content2, .tab-main #tab3:checked ~ #content3, .tab-main #tab4:checked ~ #content4 {
            display: block;
        }

    @media screen and (max-width: 500px) {
        .tab-main label {
            padding: 15px;
        }
    }
    /*<!----------------------------------------------------------------- /About ---------------------------------------------------------------------------------------->*/

    /*<!----------------------------------------------------------------- Contact.html ---------------------------------------------------------------------------------------->*/
    .banner_contactpage {
        background: url(../images/Banner/contact.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    .contant11-top-bg {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .contact {
        grid-template-columns: 1fr;
    }

    .d-grid {
        display: grid;
    }

    .contact-info-left {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
    }

    .contact-info {
        padding: 2rem;
        background: #f8f9fa;
        border-radius: 8px;
    }

.contact span.fa {
    font-size: 30px;
    color: #105404fa;
    margin-bottom: 10px;
}

    .contact-info h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 15px 0;
    }

    .contact a {
        display: block;
        color: #636363;
    }

    .align-form-map {
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px;
    }

    form.signin-form {
        text-align: left;
    }

    .form-input {
        margin-bottom: 15px;
    }

    .form-inner-cont label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        color: #2d2d43;
        display: block;
        font-weight: 600;
    }

    .form-inner-cont input, .form-inner-cont textarea {
        outline: none;
        width: 100%;
        font-size: 16px;
        padding: 0px 15px;
        margin-bottom: 25px;
        color: #888;
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        background: #ffffff;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid rgba(31, 94, 180, 0.22);
        border-radius: 4px;
    }

    iframe {
        width: 100%;
        height: 100%;
        /*border: 8px solid #f5f5f5;*/
        border-radius: 4px;
    }

    @media (max-width: 1024px) {
        .contact-info-left {
            grid-gap: 40px;
        }
    }

    @media (max-width: 991px) {
        .contact-info-left {
            grid-template-columns: 1fr;
            grid-gap: 30px;
        }
    }

    @media (max-width: 800px) {
        .contact {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 900px) {
        .contact p {
            font-size: 17px;
        }
    }

    @media (max-width: 991px) {
        .align-form-map {
            grid-gap: 60px;
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 1024px) {
        .align-form-map {
            grid-gap: 60px;
        }
    }

    @media (max-width: 767px) {
        .map {
            float: none;
            width: 100%;
            text-align: left;
        }
    }

    @media (max-width: 991px) {
        iframe {
            height: 350px;
        }
    }

    @media (max-width: 768px) {
        h3.title-big {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }
    }
    /*<!----------------------------------------------------------------- /Contact.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- Gallery.html ---------------------------------------------------------------------------------------->*/
    .banner_gallerypage {
        background: url(../images/Banner/gallery.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    .gallery {
        padding: 3em 0;
    }

    .gallery-bottom {
        margin-top: 2em;
    }

    .gallery-1:nth-child(1) {
        margin-top: 0;
    }

    .gallery-1 {
        margin-top: 25px;
    }

    .gallery-grid {
        position: relative;
    }

        .gallery-grid img {
            width: 100%;
        }

    @media (min-width: 992px) {
        .gallery-1 .col-md-3 {
            width: 25%;
        }
    }

    @media (min-width: 992px) {
        .gallery-1 .col-md-3 {
            float: left;
        }
    }

    @media (max-width: 991px) {
        .gallery-grid {
            width: 25%;
            float: left;
        }
    }

    @media (max-width: 768px) {
        .gallery-grid {
            width: 25%;
            float: left;
        }
    }

    @media (max-width: 480px) {
        .gallery-grid {
            width: 50%;
            margin-bottom: 1.5em;
        }
    }



    /*<!----------------------------------------------------------------- /Gallery.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- members.html ---------------------------------------------------------------------------------------->*/
    .new-scb-agile {
        padding: 50px 0px;
    }

    .new-grid-agile {
        margin-top: 30px;
    }

    .view {
        overflow: hidden;
        position: relative;
        margin-top: 2em;
    }

        .view .mask, .view .content {
            width: 90%;
            position: absolute;
            overflow: hidden;
            padding: 6.5em 0;
        }

        .view img {
            display: block;
            position: relative;
        }

        .view h4 {
            text-transform: capitalize;
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 1em;
            letter-spacing: 2px;
        }

        .view p {
            font-size: 1em;
            position: relative;
            color: #fff !important;
            padding: 0.5em 0;
            text-align: center;
            margin: 0;
        }

    .view-eighth .mask {
        background-color: rgba(0, 0, 0, 0.67);
        top: -200px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0.5s;
        -moz-transition: all 0.3s ease-out 0.5s;
        transition: all 0.3s ease-out 0.5s;
    }

  

    .view-eighth:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation: bounceY 0.9s linear;
        -moz-animation: bounceY 0.9s linear;
        -ms-animation: bounceY 0.9s linear;
        animation: bounceY 0.9s linear;
        height: 100%;
    }

    



    @media (min-width: 992px) {
        #members-sec .col-md-3 {
            float: left;
        }
    }

    @media (min-width: 992px) {
        #members-sec .col-md-3 {
            width: 25%;
        }
    }

    #members-sec img {
        width: 100%;
    }

    @media screen and (max-width: 1080px) {
        .view .mask, .view .content {
            width: 87%;
            padding: 5.5em 0;
        }
    }

    @media screen and (max-width: 991px) {
        .new-grid-scb, .new-grid-agile {
            width: 25%;
            float: left;
        }

        .view .mask, .view .content {
            width: 83%;
            padding: 50px 0;
        }

        .view h4 {
            font-size: 1.5em;
        }

        .view p {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 736px) {
        .view .mask, .view .content {
            padding: 45px 0;
        }
    }

    @media screen and (max-width: 667px) {
        .new-grid-scb, .new-grid-agile {
            padding: 0px 10px;
        }

        .view .mask, .view .content {
            padding: 37px 0;
            width: 87%;
        }
    }

    @media screen and (max-width: 600px) {
        .new-grid-scb, .new-grid-agile {
            padding: 0px 5px;
        }
    }

    @media screen and (max-width: 600px) {
        .view {
            margin-top: 1em;
        }

            .view .mask, .view .content {
                padding: 37px 0;
                width: 93%;
            }
    }

    @media screen and (max-width: 568px) {
        .new-scb-agile {
            padding: 30px 0px;
        }

        .new-grid-scb, .new-grid-agile {
            padding: 0px 7px;
            width: 50%;
            float: left;
        }

        .view .mask, .view .content {
            padding: 83px 0;
            width: 94.5%;
        }

        .view h4 {
            font-size: 1.8em;
        }

        .view p {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 414px) {
        .view h4 {
            font-size: 1.2em;
        }
    }


    /*<!----------------------------------------------------------------- /members.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- deposis.html ---------------------------------------------------------------------------------------->*/
    .review {
        padding: 3em 0;
    }

    .review-sec {
        margin-top: 3em;
    }

    .review-grids {
        margin-top: 2em;
    }

    .revw {
        padding: 0;
    }

    .rft-pic {
        padding: 0;
    }

    .rft-pic-info h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1;
    }

        .rft-pic-info h4 a {
            color: #2d2d43;
            font-size: 1em;
            font-weight: 600;
            font-family: 'Titillium Web', sans-serif;
        }

            .rft-pic-info h4 a:hover {
                color: #105404fa;
                
            }

    .rft-pic-info p {
        color: #999;
        font-size: 0.9em;
        line-height: 1.8em;
        margin-top: 8px;
    }

    .review .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        border: 0;
    }

    @media (min-width: 992px) {
        .review .col-md-6 {
            width: 50%;
            float: left;
        }

        .review .col-md-5 {
            float: left;
            width: 41.66666667%;
        }

        .review .col-md-7 {
            width: 58.33333333%;
            float: left;
        }
    }

    @media (max-width: 991px) {
        .review-grids {
            margin-top: 0;
        }

        .rft-grid {
            margin-bottom: 2em;
        }

        .rft-pic {
            float: left;
            width: 40%;
        }

        .rft-pic-info {
            width: 60%;
            float: left;
        }
    }

    @media (min-width: 768px) {
        .review-sec .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    /*<!----------------------------------------------------------------- /deposis.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- loans.html ---------------------------------------------------------------------------------------->*/
    
    h3.global-title {
        font-size: 45px;
        line-height: 85px;
        margin-bottom: 40px;
        text-align: center;
        color: #fff;
        font-weight: 700;
    }

    .scb-loans .grids5-info img {
        width: 100%;
        display: block;
    }

    .scb-loans .loans-info {
        background: #fff;
        padding: 30px 20px;
        border: 1px solid #ddd;
        border-radius: 0 0 3px 3px;
        border-top: none;
    }

    .scb-loans .grids5-info h4 a {
        font-size: 22px;
        line-height: 27px;
        color: #393127;
        display: block;
        font-weight: 600;
    }

    .scb-loans .grids5-info p {
        font-size: 16px;
        line-height: 25px;
        color: #777777;
        margin-top: 15px;
    }

    .page-link {
        color: #dc3545;
    }

    .page-item.active .page-link {
        z-index: 3;
        background-color: #dc3545;
        border-color: #dc3545;
    }


    .rft-pic-info h3  {
        color: #2d2d43;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.1;
        font-family: 'Titillium Web', sans-serif;
    }

        .rft-pic-info h3:hover {
            color: #105404fa;
        }


    @media (max-width: 768px) {
        .scb-loans .grids5-info h4 a {
            font-size: 20px;
            line-height: 25px;
        }
    }

    @media (max-width: 568px) {
        .scb-loans .grids5-info p {
            margin-top: 12px;
        }
    }



    @media screen and (max-width: 767px) {
        h3.global-title {
            font-size: 40px;
            line-height: 68px;
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 600px) {
        h3.global-title {
            font-size: 35px;
            line-height: 70px;
            margin-bottom: 25px;
        }
    }

    @media screen and (max-width: 500px) {
        h3.global-title {
            margin-bottom: 20px;
            line-height: 64px;
        }
    }

    /*<!----------------------------------------------------------------- /loans.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- service.html ---------------------------------------------------------------------------------------->*/
    
    .services {
        position: relative;
        z-index: 2;
    }

.services-inner {
    border: 2px solid #105404fa;
    margin-left: 35px;
    transition: .3s;
    background: #fff;
}

    .our-services-img {
        float: left;
        margin-left: -36px;
        margin-right: 22px;
        margin-top: 28px;
    }

        .our-services-img img {
            width: 68px;
        }

    body img {
        max-width: 100%;
    }

    .our-services-text {
        overflow: hidden;
        padding: 28px 0 25px;
    }

        .our-services-text h4 {
            color: #222222;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 8px;
            padding-bottom: 10px;
            position: relative;
            text-transform: uppercase;
        }

    .services p {
        //font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #000000;
    }

    .our-services-text p {
        margin-bottom: 0;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

.our-services-text h4::before {
    background: #105404fa none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 40px;
}

    .our-services-wrapper:hover .services-inner {
        background: #fff none repeat scroll 0 0;
        border: 2px solid transparent;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    }

    /*<!----------------------------------------------------------------- /service.html ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- Details Page ---------------------------------------------------------------------------------------->*/
.blog {
    padding: 50px 0px;
}
.wthree_details_left_grid_slider .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    padding-bottom: 23px;
}

.blog .container h4 {
    font-size: 1.5em;
    color: #00f;
    font-weight: 700;
    text-align: left;
    padding-bottom: 23px;
}
.blog .container p {
    text-align: left;
    line-height: 27px;
    font-size: 14px;
}
.scb_categories {
    margin: 3em 0;
}
    .scb_categories h3 {
        font-size: 1.5em !important;
        color: #212121;
        font-weight: 700;
        margin-bottom: 1em;
        text-align: left;
    }
    .scb_categories ul li {
        padding-left: 2.5em;
        list-style-type: none;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        color: #999;
        font-size: 14px;
        line-height: 43px;
    }
        .scb_categories ul li a {
            color: #fff;
            text-decoration: none;
            line-height: 1.8em;
            font-size: 14px;
        }
.active-keylink {
    background: url(../images/arrow.jpg) left center no-repeat #00f !important;
}
.quick-links li:nth-child(even) {
    background: #565656;
}
.quick-links li:nth-child(odd) {
    background: #656565;
}
.quick-links li {
    list-style: none !important;
    padding: 4px 30px;
}


.gray-clr {
    background: #eae3cd;
}
@media screen and (min-width: 991px) {
    .wthree_details_left {
        float: left;
    }
    .wthree_details_right {
        float: left;
    }
}
@media screen and (min-width: 768px) {
    .wthree_details_left {
        float: left;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .wthree_details_right {
        float: left;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .wthree_details_left_grid_slider .img-responsive {
        
        height: 100%;
    }
}
    /*<!----------------------------------------------------------------- /Details Page ---------------------------------------------------------------------------------------->*/
    /*<!----------------------------------------------------------------- Downloads Page ---------------------------------------------------------------------------------------->*/

.events-section2-agileinfo {
    padding: 50px 0px;
}
.blog-text-w3ls h5 {
    color: #333;
    text-align: left;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.item_info {
    border: 1px solid #ddd;
    padding: 0.5em 2em;
    margin: 2.2em 0;
}
    .item_info ul li {
        display: inline-block;
        font-size: 14px;
        margin-right: 27px;
        vertical-align: middle;
        color: #777;
        list-style: none;
    }
.blog-text-w3ls p {
    color: #999;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}
a.blog-read {
    color: #105404fa;
    /*border: 2px solid #105404fa;
    font-size: 15px;
    margin-top: 30px;
    padding: 7px 15px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;*/
}

.item_info ul li i {
    color: #8a8a8a;
    margin-right: 15px;
}
.blog-w3ls {
    border: 2px solid #f8f9fa;
}
    
    /*<!----------------------------------------------------------------- /Downloads Page ---------------------------------------------------------------------------------------->*/

/*<!-----------------------------------------------------------------------Pogo Slider --------------------------------------------------------------------->*/
.pogoSlider {
    min-height: 35vw !important;
}

.pogoSlider-slide-element {
    /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    max-width: 820px;
    padding-top: 12em;
    padding-left: 4em;
}

    .pogoSlider-slide-element h3 {
        font-size: 52px;
        letter-spacing: 2px;
        font-weight: 800;
        line-height: 1.4;
    }

    .pogoSlider-slide-element p {
        color: #f3f3f3;
        font-size: 18px;
        letter-spacing: 3px;
    }

        .pogoSlider-slide-element p span {
            display: block;
        }

@media(max-width: 1366px) {
    .pogoSlider-slide-element h3 {
        font-size: 30px;
    }

    .pogoSlider-slide-element p {
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .pogoSlider-slide-element {
        padding-top: 11em;
    }
}

@media(max-width: 1080px) {
    .pogoSlider-slide-element h3 {
        font-size: 40px;
    }

    .pogoSlider-slide-element p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    a.button {
        padding: 11px 28px;
        font-size: 16px;
    }

    .pogoSlider-slide-element {
        padding-top: 9em;
    }    
}

@media(max-width: 1050px) {
    .pogoSlider-slide-element h3 {
        font-size: 36px;
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 991px) {
    
    .pogoSlider-slide-element {
        padding-top: 7.5em;
    }
}

@media(max-width: 900px) {
    .pogoSlider-slide-element h3 {
        font-size: 32px;
    }

    .pogoSlider-slide-element p {
        font-size: 14px;
    }

    .pogoSlider-slide-element {
        padding-top: 6em;
    }
}

@media(max-width: 800px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }
}

@media(max-width: 768px) {
}

@media(max-width: 736px) {
    .pogoSlider-slide-element h3 {
        font-size: 28px;
    }

    .pogoSlider-slide-element p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    a.button {
        padding: 10px 26px;
        font-size: 16px;
    }
    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 0em;
    }
}

@media(max-width: 667px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }
}

@media(max-width: 640px) {
    .pogoSlider {
        min-height: 60vw !important;
    }

    .pogoSlider-slide-element {
        padding-top: 5em;
    }
}

@media(max-width: 600px) {
    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 2em;
    }
}
@media(max-width: 414px) {
    .pogoSlider-slide-element h3 {
        font-size: 24px;
    }
    .pogoSlider-slide-element {
        padding-top: 3.5em;
    }
}

@media(max-width: 384px) {
    .pogoSlider-slide-element {
        padding-top: 2.5em;
    }
}


@media(max-width: 320px) {
    .pogoSlider-slide-element h3 {
        font-size: 20px;
    }
    .pogoSlider-slide-element p {
        font-size: 12px;
    }
    .pogoSlider {
        min-height: 88vw !important;
    }
}


/*<!-----------------------------------------------------------------------/Pogo Slider --------------------------------------------------------------------->*/
/*<!-----------------------------------------------------------------------Service New Change--------------------------------------------------------------------->*/

.slider {
    position: relative;
}
/*-- services bottom --*/
.services-bottom-w3-agileits {
    background: url(../images/Services/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    min-height: 400px;
    padding: 100px 0px;
}

.wthree_info {
    width: 100%;
    text-align: center;
}

.services-bottom-w3-agileits h3 {
    color: #fff;
    margin-bottom: 10px;
}

.wthree_info p {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

a.learn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 50px;
}

    a.learn:hover {
        color: #fff;
        border: 2px solid #1e7e34;
        background: #1e7e34;
    }

.title-serviceicon {
    border-bottom: 2px solid #fff;
    max-width: 200px;
    margin: 1em auto 1.5em;
    position: relative;
}

/*-- //services bottom --*/

/*<!-----------------------------------------------------------------------/Service New Change --------------------------------------------------------------------->*/

