@font-face {
    font-family: mySecondFont;
    src: url(../webfonts/Lato-Regular.ttf);
}

.ch-masonry {
    column-count: 3;
    column-gap: 15px;
    margin: 30px 18px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .ch-masonry {
        column-count: 2;
    }
}

@media only screen and (max-width: 371px) {
    .ch-masonry {
        column-count: 1;
    }
}

.ch-masonry__item {
    display: inline-block;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 2px #ccc;
    position: relative;
}

    .ch-masonry__item img {
        width: 100%;
        max-width: 100%;
    }

    .ch-masonry__item .date {
        position: absolute;
        top: 25px;
        color: #fff;
        background: rgba(41,86,143,.7);
        padding: 7px 15px;
    }

    .ch-masonry__item h3 {
        font-size: 18px;
        padding: 10px 0;
    }

    .ch-masonry__item .news_description {
        font-size: 14px;
        line-height: 1.7;
    }

    .ch-masonry__item .news_link {
        font-size: 14px;
        color: #fff;
        background: #07438c;
        padding: 7px 15px;
        display: inline-block;
        margin-top: 10px;
    }

        .ch-masonry__item .news_link:hover {
            background: #d17632;
        }

.line2 {
    margin: 20px 0 0;
    border-bottom: 1px solid #E0E6F7;
}

.box-filters-news .text-showing {
    font-size: 14px;
    color: #A0ABB8;
}

.box-filters-news strong {
    font-weight: bold;
    color: #07438c;
}

.box-border {
    text-align: left;
}

    .box-border label {
        color: #A0ABB8;
        font-weight: 500;
        font-size: 12px;
    }

    .box-border select {
        color: #A0ABB8;
        border: 1px solid #E0E6F7;
        border-radius: 4px;
        font-size: 14px;
        width: 140px;
        padding-right: 3px;
        outline: none;
    }

.list-inline li {
    display: inline-block;
    font-size: 12px;
    color: #A0ABB8;
    padding: 15px 0 0 7px;
}

.single_news_description .col-md-9 {
    padding: 15px;
    border: 1px solid #ddd;
}

.single_news_description .list-inline {
    margin-bottom: 20px;
}

.news_description_text p {
    line-height: 2;
    font-size: 15px;
    padding-top: 15px;
}

.bts h3 {
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
}

.bts-a:hover {
    color: #79b42b;
    text-decoration: none;
    background: white;
}

.bts span {
    text-align: center;
    font-size: .9em;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.social {
    transition: background 200ms ease-in-out 0s;
    -webkit-transition: background 200ms ease-in-out 0s;
    -moz-transition: background 200ms ease-in-out 0s;
    -o-transition: background 200ms ease-in-out 0s;
    -ms-transition: background 200ms ease-in-out 0s;
    margin-top: 12px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 7px 15px;
}

.fblogin {
    background-color: #3b5898;
}

    .fblogin:hover {
        background-color: #5177c2;
    }

    .fblogin:active {
        position: relative;
        top: 1px;
    }

.gplogin {
    background-color: #dd4c39;
}

    .gplogin:hover {
        background-color: #f06e60;
    }

    .gplogin:active {
        position: relative;
        top: 1px;
    }

.twlogin {
    background-color: #00abee;
}

    .twlogin:hover {
        background-color: #4cbde6;
    }

    .twlogin:active {
        position: relative;
        top: 1px;
    }

.lastest_news {
    margin-top: 30px;
    padding: 0 15px;
    border: 1px solid #ddd;
}

    .lastest_news h4 {
        padding: 15px 0;
    }

    .lastest_news li {
        margin-bottom: 15px;
    }

    .lastest_news img {
        width: 65px;
    }

    .lastest_news a {
        font-size: 14px;
    }


















.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

    .service-block-two .inner-box {
        position: relative;
        padding: 0px 20px 30px;
    }

        .service-block-two .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 30px;
            right: 0px;
            bottom: 0px;
            border-radius: 10px;
            background-color: #ffffff;
            box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
        }

        .service-block-two .inner-box .image {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
        }

            .service-block-two .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .service-block-two .inner-box .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background-color: rgba(41,86,143,.7);
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease,-webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
        }

            .service-block-two .inner-box .overlay-box .overlay-inner {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                vertical-align: middle;
                padding: 10px 30px;
            }

                .service-block-two .inner-box .overlay-box .overlay-inner .content {
                    position: relative;
                    display: table-cell;
                    vertical-align: middle;
                }

            .service-block-two .inner-box .overlay-box .text {
                position: relative;
                color: #ffffff;
                font-size: 16px;
                line-height: 1.7em;
                margin-bottom: 25px;
            }

            .service-block-two .inner-box .overlay-box .read-more {
                position: relative;
                color: #ffffff;
                font-size: 11px;
                line-height: 24px;
                padding: 11px 15px;
                border: 1px solid #ffffff;
                border-radius: 15px 0px 0px 0px;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .service-block-two .inner-box .overlay-box .read-more:hover {
                    color: #fff;
                    background: #07438c;
                }

        .service-block-two .inner-box .lower-box {
            position: relative;
            margin-top: -25px;
            padding-top: 15px;
            padding-left: 30px;
        }

            .service-block-two .inner-box .lower-box .box-inner {
                position: relative;
                padding: 30px 10px 0px 80px;
            }

            .service-block-two .inner-box .lower-box .icon {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 60px;
                height: 60px;
                color: #ffffff;
                font-size: 34px;
                line-height: 60px;
                border-radius: 4px;
                text-align: center;
                display: inline-block;
                background-color: #07438c;
            }

                .service-block-two .inner-box .lower-box .icon svg {
                    font-size: 22px;
                    vertical-align: 0;
                }

            .service-block-two .inner-box .lower-box h6 a {
                position: relative;
                color: #222222;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .service-block-two .inner-box:hover .overlay-box {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
            transform-origin: right center;
        }

/* .container{ border: 2px solid green }
.grid-item{ border: 2px solid red; padding: 20px;}
.grid{ border: 1px solid blue} */
.filters ul {
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
    margin: 30px 15px
}

    .filters ul li {
        display: inlnie-block;
        text-align: center;
        margin-right: 12px;
        padding: 10px 15px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        margin-bottom: -2px;
        color: #777;
        transition: 0.3s;
        text-transform: uppercase;
    }

        .filters ul li:hover {
            opacity: .7;
            color: #fff;
            background: #07438c;
            border-bottom: 2px solid #d17632;
            border-radius: 0.25rem !important;
        }

        .filters ul li.is-checked {
            border-bottom: 2px solid #d17632;
            background: #07438c;
            color: #fff;
            border-radius: 0.25rem !important;
        }

        .filters ul li:last-child {
            margin-right: 0;
        }


.grid .grid-item h1 {
    background: #EEEEEE;
    height: 150px;
    line-height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.video_frame {
    position: relative;
    padding-bottom: 20%; /* 16:9 */
    height: 0;
}

.videos_all_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.ptb_30 {
    padding-top: 30px;
}

.ptt_100 {
    padding-bottom: 100px;
}

.filters_customers ul {
    display: block;
}

    .filters_customers ul li {
        display: inline-block;
        margin-left: 0px;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 10px 14px;
    }

.customers_logos_wrap {
    position: relative;
    border: 1px solid #ddd;
    padding: 1rem;
    margin-bottom: 50px;
}

    .customers_logos_wrap h3 {
        position: absolute;
        top: 0;
        font-size: 18px;
        line-height: 1;
        margin: -9px 0 0 -0.5rem; /* half of font-size up top */
        background: #fff;
        padding: 0 0.5rem;
    }

.div_borders {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
}

    .div_borders h4 {
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        padding-top: 6px;
    }

.register_area {
    padding-top: 50px;
    background: rgba(0, 0, 0, 0) url(../img/bg/accounts.jpg) no-repeat scroll center center/cover !important;
}

.homepage-5 .register_area .shape-bottom svg {
    overflow: auto;
    width: 100%;
    line-height: 0;
    direction: ltr;
    -webkit-transform: none;
    transform: none;
}

.contact-box .contact-top .contact-title {
    font-size: 20px;
}

.login_register_top {
    text-align: left;
}

    .login_register_top a {
        display: block !important;
        width: auto !important;
        height: auto !important;
        text-align: center;
        line-height: 1.9;
        border-radius: 0 !important;
        border: none !important;
    }

        .login_register_top a span {
            font-size: 14px;
        }

.vl {
    border-left: 2px solid #fff;
    height: 20px;
    position: relative;
    top: 6px;
    margin: 0 10px;
}

.forget_area {
    background: rgba(0, 0, 0, 0) url(../img/bg/stacked-books.jpg) no-repeat scroll center center/cover !important;
    margin-top: 0 !important;
}

    .forget_area .subscribe-content {
        text-align: center;
        margin-top: -150px;
        width: 45%;
        margin: 0 auto;
    }

        .forget_area .subscribe-content h1 {
            font-size: 32px;
            text-align: center;
        }

.register_area .form-check-input {
    margin-top: 11px;
    background: none;
    box-shadow: none !important;
}

.register_area .d-inline-block {
    padding-right: 25px;
}

.login_register_top .nav-item a {
    color: #fff !important;
    line-height: 0;
}

.login_register_top .nav-item .btn {
    background: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 0.25rem !important;
    color: #07438c;
}

    .login_register_top .nav-item .btn:hover {
        color: #fff !important;
        background: #07438c;
    }

.contact-bottom .remeber_title {
    padding-right: 22px;
    margin-bottom: 0;
}

.contact-bottom #forgot-password {
    color: #07438c;
}

.confirmation_title {
    color: #000;
    text-align: center;
}

.confirmation_text {
    color: #000;
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
}

.confirmation_icon {
    color: #28a745;
    text-align: center;
    font-size: 75px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 200px;
}

.radio-toolbar {
    display: inline-block;
}

    .radio-toolbar input[type="radio"] {
        display: none;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #ddd;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 8px;
        margin-left: 5px;
        font-size: 13px;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #5F021F;
        color: #fff
    }

    .radio-toolbar input[type="radio"] + label:hover {
        transition: transform .2s;
        transform: scale(1.1);
        background: #07438c;
        color: #fff;
    }

.subscribe-price-header.p-5 {
    padding: 1rem 2rem !important;
    text-align: right;
    border: 1px solid #5F021F;
}

    .subscribe-price-header.p-5.subscribe-final-price {
        padding: 1rem 1rem !important;
    }

.subscribe_title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.plan-title svg {
    color: #07438c;
}

.calender_icon {
    width: 30px;
    height: 30px;
}

.legal_systems_wrap h4 {
    text-align: right !important;
}

.line3 {
    width: 50px;
    margin: 20px 0 0;
    border-bottom: 1px solid #E0E6F7;
}

.sort_btns_wrap {
    margin-bottom: 15px;
}

.btn_style_subscribe {
    font-size: 13px;
    border: none;
    padding: 7px 20px;
    color: #fff;
    background: #07438c;
    border-radius: 8px;
}

.subscribe_plan_description label, .subscribe_plan_description .card-body label {
    font-size: 13px;
}

.subscribe_plan_description .btn {
    font-size: 14px;
    font-weight: bold;
    background: none;
    color: #5F021F;
    padding: 0 !important;
    top: 3px;
    margin-right: 7px;
    box-shadow: none;
    right: -6px;
}

.subscribe_plan_description .card-body {
    padding: 0;
}

.line4 {
    width: 90%;
    margin: 5px 0 8px;
    border-top: 1px solid #dee2e6;
}

.l_space {
    margin-left: 7px;
}

.single-price-plan .plan-title > h4 {
    font-size: 16px;
}

.total-price {
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    padding: 10px 0;
    margin: 10px 0;
}

    .total-price p {
        font-size: 14px;
    }

        .total-price p span {
            float: left;
            margin-right: 5px;
            color: #000;
        }

.total-price-desc p {
    font-size: 12px;
    line-height: 1.7;
    padding-bottom: 10px;
}

    .total-price-desc p a, .subscribe-final-price .subscribe_plan_description label a {
        font-weight: bold;
        color: #07438c;
    }

.price_fixed {
    position: fixed;
    top: 130px;
    left: 45px;
}

.color_price {
    color: #5F021F;
}

.price-plan-button a {
    width: 90px;
    font-size: 12px;
    padding: 14px;
    background: #5F021F;
}

    .price-plan-button a.second {
        color: #5F021F;
        background: #fff;
        border: 1px solid #5F021F;
    }

.subscribe-final-price .subscribe_plan_description {
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    padding: 10px 0;
    margin: 10px 0;
}

    .subscribe-final-price .subscribe_plan_description label {
        font-size: 12px;
    }

.price-plan-wrapper {
}

.title_with_child, .title_with_child:hover {
    padding-right: 0 !important;
}

    .title_with_child .dropdown-header {
        font-size: 13px;
        padding: 0.5rem 0;
    }

.title_no_child {
    background: none;
    color: #5F021F;
    border: 2px dotted #000;
    border-bottom: none;
    border-right: none;
    border-left: 0;
    border-radius: 0;
}

.title_no_child_First {
    background: none;
    color: #5F021F;
    border: none;
}


.title_no_child a {
    background: none;
    color: #5F021F;
}

.contact-box.p-sm-5 {
    width: 40% !important;
    padding: 1.5rem 15px 10px !important;
    margin-top: 186px !important;
    padding-top: 15px !important;
}

.profile_info_list {
    padding-top: 10px;
}

    .profile_info_list li {
        display: inline-block;
        border: 1px solid #d17632;
        border-radius: 4px;
        margin-top: 10px;
    }

    .profile_info_list h5 {
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
    }

.change_password_wrap .form-label {
    line-height: 2;
    width: 100%;
}

.userr_profile_wrap img {
    width: 200px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #E5E4E2;
    padding: 15px;
}

.userr_profile_wrap button {
    background: #E5E4E2 !important;
    color: #000;
    border: none;
    padding: 10px 25px;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
}

.action_profile_dash {
    text-align: right;
}

    .action_profile_dash button {
        font-size: 14px;
        height: auto;
        padding: 12px 30px;
    }

        .action_profile_dash button:hover {
            border: none !important;
        }

.border-bottom {
    margin-top: 5px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6 !important;
}

.terms_wrap .card-body {
    text-align: justify;
}

.terms_link a {
    font-weight: bold;
    color: #07438c;
}

.btn:disabled {
    cursor: not-allowed;
}

.featured-icon img {
    width: 190px;
}

.product_wrap .container-fluid {
    border: 1px solid #ddd;
}

.product_wrap h2 {
    color: #fff;
    padding: 10px;
    border: 1px solid #07438c;
}

.link_wrap {
    text-align: left;
    padding: 28px 0 0 0;
}

.link_wrap a {
    background: #20a73a;
    padding: 10px;
    color: #fff;
}

.date {
    color: #7e8085;
    font-size: 18px;
}
/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggle {
        margin-left: 0;
        margin-top: 30px;
    }

    .oopen_sidee {
        display: none;
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    .seeacrh_wrap input {
        width: 60%;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar {
        padding: 0;
    }

        .navbar.navbar-sticky-moved-up {
            position: relative;
        }

    .navbar-collapse .navbar-nav {
        margin-bottom: 20px;
    }

    .mega-dropdown-menu > li > ul {
        padding-right: 0;
    }

    .dropdown .dropdown-menu > li {
        padding: 0;
    }

    .dropdown .dropdown-menu:before {
        display: none;
    }

    .navbar-brand img {
        width: 80px;
    }

    .side_Switch {
        width: 265px;
    }

    .directions_version li a {
        width: 120px;
        font-size: 13px;
    }

    .seeacrh_wrap button {
        width: 100%;
        margin-top: 20px;
    }

    .welcome-intro h1 {
        font-size: 19px;
    }

    .welcome-intro p {
        font-size: 16px;
        line-height: 2;
    }

    .seeacrh_wrap button.btn {
        line-height: 2;
    }

    .homepage-5 .contact-top h5 {
        font-size: 16px !important;
    }

    .forget_pass {
        float: right;
    }

    .discover-text h2, .screenshots-area h2 {
        font-size: 24px;
    }

    .download-text h2::after {
        top: 90px;
    }

    .subscribe-area {
        padding-bottom: 0;
    }

    .brown-color .result_block .results_titles, .blue-color .login_register_top {
        background: transparent;
    }

    .login_register_top .nav-item a {
        font-size: 10px;
        padding: 0;
    }

    .login_register_top .nav-item .btn {
        font-size: 8px;
        padding: 8px 5px;
    }

    .top_bar ul li a {
        width: 21px;
        height: 25px;
    }

    .svg-inline--fa {
        height: 1.5em;
    }

    .login_register_top .nav-item label {
        font-size: 10px;
    }

    .feedback_ratings {
        font-size: 12px;
        line-height: 2;
    }

    .profile_info_list li a, .sign_out_profile_head a {
        font-size: 10px;
    }

    .store-buttons.store-black img {
        max-width: 130px;
    }

    .counter-section {
        padding: 0 30px;
    }
}

@media only screen and ( min-width: 768px) and ( max-width: 991px ) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggle {
        margin-left: 0;
        margin-top: 30px;
    }

    .oopen_sidee {
        display: none;
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar {
        padding: 0;
    }

        .navbar.navbar-sticky-moved-up {
            position: relative;
        }

    .navbar-collapse .navbar-nav {
        margin-bottom: 20px;
    }

    .mega-dropdown-menu > li > ul {
        padding-right: 0;
    }

    .dropdown .dropdown-menu > li {
        padding: 0;
    }

    .dropdown .dropdown-menu:before {
        display: none;
    }

    .mega-dropdown-menu > li > ul > li > a, .sub_menu_under li a, .mega_sub_menu .nav-link {
        font-size: 11px;
    }

    .dropdown-header {
        font-size: 12px;
    }
}

.padding_150 {
    padding: 0 150px;
}

.banner_wrap .container-fluid {
    background: #fff;
    -webkit-box-shadow: 1px 1px 23px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 23px 1px rgb(0 0 0 / 30%);
    top: -50px;
    position: relative;
    z-index: 1;
}

.featured-desc {
    padding-right: 10px;
}

.banner_wrap .container-fluid {
    padding: 0 15px;
}

.banner_wrap .btn-link {
    text-decoration: none;
}

.about_us_area {
    margin: 30px 0;
}

.discover-thumb img {
    width: 100%;
}

.btn {
    background: #07438c;
}

.blog-area .dark-bg {
    padding: 2rem 5rem 5rem;
    background-color: #0a1426;
    background-image: url('../../inner_layout/images/pattern/02.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .blog-area .dark-bg .title {
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 2;
    }

.services_row {
    padding: 0 20px;
    position: relative;
    top: -50px;
}

    .services_row .blog-thumb {
        padding: 15px 15px 0;
    }

    .services_row .blog-content p {
        display: block;
    }

.Statistics_wrap {
    margin-bottom: 100px;
}

    .Statistics_wrap .text-capitalize {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }

.single-team .team-thumb .team-overlay::after {
    background-color: #07438c;
    opacity: 0.7;
}

.team-overlay h4 {
    font-size: 28px;
}

.team-overlay h6 {
    font-size: 20px;
}

.news_area .blog-thumb {
    height: 300px;
}

.blog-area .single-blog .blog-thumb img {
    object-fit: contain;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%;
}

.screenshots-area .section-heading > h2 {
    padding-top: 50px;
}

.section-heading > h2::after {
    display: none;
}

.title_border {
    text-align: center;
    margin-top: 10px;
}

    .title_border img {
        width: 24px;
    }

    .title_border:after, .title_border:before {
        content: "";
        border: 1px solid #fff;
        rotate: 180deg;
        display: inline-block;
        width: 50px;
        top: -3px;
        position: relative;
    }

.slick-prev {
    position: absolute;
    left: -45px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 0 10px;
}

.slick-next {
    position: absolute;
    right: -45px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 0 10px;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next:hover, .slick-next:active, .slick-next:focus {
    outline: none;
}

.discover-area ul li {
    list-style: none;
}

.separator_banner .col-xs-8 {
    padding-right: 0;
}

.separator_banner .col-xs-4 {
    padding-left: 0;
}

.side_bg {
    height: 202px;
    background: url(../img/side_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 1rem 1rem 0;
}

.side_text {
    height: 202px;
    background: #07438c;
    color: #fff;
    border-radius: 1rem 0 0 1rem;
    position: relative;
}

.side_text h3 {
    color: #fff;
    text-align: center;
    position: relative;
}

.breadcrumb_wrap .side_text h3 {
    text-align: center;
}

.home_banner .side_text h3 {
    top: 40%;
}

.dropdown .dropdown-menu.single-dropdown-menu {
    padding: 10px;
    right: auto;
    left: auto;
}

.dropdown .dropdown-menu.single-dropdown-menu > li {
    padding: 10px;
}

.single-dropdown-menu > li:hover {
    padding-right: 15px;
    border-radius: 0.25rem;
}

.single-dropdown-menu > li:hover a {
    color: #fff;
}

.single-dropdown-menu > li a {
    font-size: 13px;
}

.banner_logo, .square_logo {
    width: 180px;
    height: 180px;
    padding: 0 15px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    overflow: hidden;
}

.square_logo {
    border-radius: unset;
}

.banner_logo img , .square_logo img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    display: block;
    height: 100%;
    width: 100%;
}

.banner_title {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 200px;
}

.images-thumb {
    position: relative;
}

.img-border {
    width: 100%;
    border: 10px solid #ebebeb;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
}

.first_img {
    position: relative;
    z-index: 1;
    margin-left: 6rem !important;
    margin-right: auto !important;
}

.second_img {
    position: absolute;
    z-index: 2;
    margin-right: 6rem !important;
    margin-left: 0 !important;
    margin-bottom: -15rem !important;
    bottom: 0 !important;
}

.discover-text p {
    text-align: justify;
}

.manager_details {
    padding-top: 30px;
}

.manager_img {
    width: 300px !important;
    display: block;
    margin: auto;
}

.manager_details a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #07438c;
}

.manager_details a:hover {
    color: #24a83b;
}


.manager_details p {
    font-size: 16px;
    display: block;
    text-align: center;
}

.discover-text ul li span.links_arrow {
    font-size: 26px;
}

.links-area .discover-text ul li, .links-area .discover-text .col-md-4 .d-block {
    color: #fff;
    background: #07438c;
    padding: 15px;
    border-radius: 1rem;
}

.links-area .discover-text ul li a {
    color: #fff;
    display: block;
}

.review-area h2.text-capitalize {
    font-size: 24px;
    text-align: center;
    margin: 15px 0 30px;
}

.single-review .reviewer.bg-gray {
    background-color: #f6f9fe;
}

.single-review .card-top {
    height: 235px;
}

.reviewer-name {
    font-size: 18px;
    font-weight: bold;
    color: #07438c;
}

.empty-star {
    color: #d3d3d3;
}

.review-area .more_btn a {
    display: inline-block;
}

.reviewer-meta p a {
    color: #ffa200;
}

.review-text {
    height: 100px;
    overflow: hidden;
    text-align: justify;
}

.language_btn a {
    width: auto !important;
    height: auto !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
}

.homepage-5 .welcome-area.d-flex {
    display: block !important;
}

.text_with_gallery {
    padding-bottom: 20px;
    margin-top: 115px;
}

.text_with_gallery h3 {
    color: #efa438;
    text-align: center;
    margin: 20px 0;
}

.text_with_gallery .screenshots-area {
    background: none;
    padding: 0 50px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.text_with_gallery .screenshots-area::after {
    display: none;
}

.text_with_gallery .screenshots-area .container-fluid {
    overflow: visible;
    border: none;
}

.text_with_gallery .single-screenshot img {
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    padding: 15px;
}

.lightbox .controls {
    margin-top: 20px;
    display: block;
}

.lightbox .arrow {
    font-size: 30px;
    color: white;
    cursor: pointer;
    user-select: none;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 12px;
}

.lightbox .arrow:hover {
    opacity: .7;
}

.en_title {
    font-family: mySecondFont !important;
}

.rounded_border {
    border-radius: 1rem;
}

.qualification-year {
    cursor: pointer;
}

.qualification-year .accordion_wrap .btn:hover ,.qualification-year .accordion_wrap .btn:active ,.qualification-year .accordion_wrap .btn:focus ,.accordion_wrap .btn{
    background: transparent !important;
    border: none;
    color: #07438c;
    box-shadow: unset;
}

.qualification-actions svg {
    font-size: 18px !important;
    color: #07438c;
}

















