* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham/GothamOffice-Regular.otf);
}

body {
    font-size: 12px;
    color: #827F77;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Gotham', 'Arial', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}

.minute-column .minutes::-webkit-scrollbar {
    width: 10px;
}

.minute-column .minutes::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.minute-column .minutes::-webkit-scrollbar-thumb {
    background: #afafaf;
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

a {
    color: #3d7edb;
}

    a:hover {
        color: #bb133e;
    }

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

/* .container-fluid{
  padding: 0px;
} */

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    /*overflow: hidden !important;*/
    width: 100%;
    min-width: 300px;
}

table th,
table td,
table .link-box a {
    font-size: 14px;
}

    table .link-box a span:before {
        top: -5px;
    }

a {
    font-family: 'Gotham', 'Arial', sans-serif;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

input,
button,
select,
textarea {
    font-family: 'Gotham', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
}

p {
    font-size: 12px;
    line-height: 20px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }

p {
    position: relative;
    font-family: 'Gotham', 'Arial', sans-serif;
    color: #827F77;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Gotham', 'Arial', sans-serif;
    font-weight: 600;
    color: #002664;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: #3d7edb;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

    .handle-preloader .animation-preloader .spinner {
        animation: spinner 1s infinite linear;
        border-radius: 50%;
        height: 150px;
        margin: 0 auto 45px auto;
        width: 150px;
    }

    .handle-preloader .animation-preloader .txt-loading {
        text-align: center;
        user-select: none;
    }

        .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
            animation: letters-loading 4s infinite;
            content: attr(data-text-preloader);
            left: 0;
            opacity: 0;
            top: 0;
            position: absolute;
        }

        .handle-preloader .animation-preloader .txt-loading .letters-loading {
            font-family: 'Gotham', 'Arial', sans-serif;
            font-weight: 500;
            letter-spacing: 15px;
            display: inline-block;
            position: relative;
            font-size: 70px;
            line-height: 70px;
            text-transform: uppercase;
        }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                animation-delay: 0.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                animation-delay: 0.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                animation-delay: 0.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                animation-delay: 0.8s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                animation-delay: 1s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                animation-delay: 1.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                animation-delay: 1.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
                animation-delay: 1.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
                animation-delay: 1.8s;
            }

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
        color: #ffffff;
    }

.handle-preloader .animation-preloader .spinner {
    border-top-color: rgba(255, 255, 255, 1) !important;
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 26px;
        letter-spacing: 10px;
    }
}

.monthly-day,
.monthly-day-blank {
    text-align: center;
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.special_fonts {
    font-family: 'DM Sans', sans-serif;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Gotham', 'Arial', sans-serif;
    text-align: center;
    padding: 10px 25px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

    .theme-btn.btn-one {
    }

        .theme-btn.btn-one:hover {
        }

        .theme-btn.btn-one:before {
            position: absolute;
            content: '';
            width: 0%;
            height: 100%;
            left: 0px;
            top: 0px;
            z-index: -1;
            transition: all 500ms ease;
        }

        .theme-btn.btn-one:hover:before {
            width: 100%;
        }

    .theme-btn.btn-two {
        background: #002664;
    }

        .theme-btn.btn-two span {
            position: relative;
            padding-left: 18px;
        }

            .theme-btn.btn-two span:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                left: 0px;
                top: -2px;
            }

        .theme-btn.btn-two:hover {
        }






.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: block;
}

    .pagination li {
        position: relative;
        display: inline-block;
        margin-right: 6px;
    }

        .pagination li:last-child {
            margin: 0px !important;
        }

        .pagination li a {
            position: relative;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            height: 30px;
            width: 30px;
            line-height: 26px;
            border: 1px solid #e4e9e6;
            font-family: 'Gotham', 'Arial', sans-serif;
            text-align: center;
            color: #002664;
            border-radius: 5px;
            z-index: 1;
            transition: all 500ms ease;
        }

            .pagination li a:hover,
            .pagination li a.current {
                color: #ffffff;
            }

        .pagination li:first-child a i {
            transform: rotate(180deg);
            top: -1px;
        }

        .pagination li a i {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #a8a4a5;
            font-weight: 400;
            transition: all 500ms ease;
            top: 4px;
        }

        .pagination li a:hover i,
        .pagination li a.current i {
            color: #ffffff;
        }

.sec-pad {
    padding: 88px 0px 100px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 56px;
    height: 56px;
    line-height: 66px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    z-index: 99;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s ease;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10) !important;
}

    .scroll-top.open {
        bottom: 30px;
    }



.sec-title {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 20px;
        margin: 0px;
    }

    .sec-title h5 {
        font-size: 14px;
    }

    .sec-title p {
        margin-top: 10px;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    .sec-title.light p {
        color: #aeb8c1;
    }

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #002664;
    background: rgba(0, 38, 100, 0.8);
    box-shadow: 32px 32px 100px rgba(51, 177, 223, 0.05);
    backdrop-filter: blur(21.7463px);
    -webkit-backdrop-filter: blur(21.7463px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .popup-inner {
        width: 100%;
        background: #ffffff;
        height: 100%;
    }

    .search-popup .upper-box {
        position: relative;
        padding: 70px 70px;
        z-index: 1;
    }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }

    .search-popup .close-search {
        position: relative;
        font-size: 22px;
        color: #141417;
        cursor: pointer;
        z-index: 5;
        top: 11px;
        transition: all 500ms ease;
    }

        .search-popup .close-search:hover {
            color: #bb133e;
        }

    .search-popup .search-form {
        position: relative;
        width: 100%;
        padding: 100px 0px 250px 0px;
    }

        .search-popup .search-form .form-group {
            position: relative;
            margin: 0px;
        }

        .search-popup .search-form fieldset input[type="search"] {
            position: relative;
            height: 90px;
            padding: 20px 0px;
            background: #ffffff;
            line-height: 30px;
            font-size: 20px;
            color: #808080;
            border: none;
            font-weight: 400;
            border-radius: 0px;
            padding-right: 50px;
            border-bottom: 1px solid #e5e5e5;
        }

        .search-popup .search-form fieldset button[type="submit"] {
            position: absolute;
            top: 35px;
            right: 0px;
            font-size: 22px;
            color: #141417;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .search-popup .search-form fieldset input[type="search"]:focus {
            border-color: #141417;
        }

    .search-popup .form-control:focus {
        box-shadow: none !important;
    }

/** header-top **/

.header-top {
    position: relative;
    padding: 0px 50px;
}

    .header-top .outer-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top .option-list li {
        position: relative;
        display: inline-block;
        float: left;
        color: #e9f5ff;
        margin-right: 30px;
    }

        .header-top .option-list li:last-child {
            margin: 0px !important;
        }

        .header-top .option-list li a,
        .header-top .option-list li input {
            position: relative;
            display: inline-block;
            color: #e9f5ff;
            font-family: 'Gotham', 'Arial', sans-serif;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .header-top .option-list li input {
            width: 75px;
        }

            .header-top .option-list li a:hover,
            .header-top .option-list li input:hover {
                text-decoration: underline;
            }

    .header-top .info-list {
        position: relative;
        display: flex;
        align-items: center;
        padding: 11px 50px;
        background: #3d7edb;
        border-radius: 30px;
    }

        .header-top .info-list > li {
            position: relative;
            display: inline-block;
            margin-right: 80px;
            padding-left: 25px;
            color: #ffffff;
        }

        .header-top .info-list li:last-child {
            margin: 0px !important;
        }

        .header-top .info-list li img {
            position: absolute;
            left: 0px;
            top: 5px;
        }

        .header-top .info-list li > a,
        .header-top .info-list li > .nice-select {
            color: #ffffff;
            font-family: 'Gotham', 'Arial', sans-serif;
        }

        .header-top .info-list li a:hover {
            text-decoration: underline;
        }

        .header-top .info-list li .nice-select .list li {
            color: #3d7edb !important;
        }

.nice-select:before {
    position: absolute;
    content: "\f101";
    font-family: 'flaticon';
    top: 1px;
    right: 4px;
    font-size: 9px;
    font-weight: 400;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #ffffff;
}

    .header-top .social-links li:last-child {
        margin: 0px !important;
    }

    .header-top .social-links li a {
        display: inline-block;
        color: #ffffff;
    }

        .header-top .social-links li a:hover {
        }


/** header-lower **/

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}

.main-header .menu-area {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-header .menu-right-content .search-box {
        position: relative;
        margin-right: 80px;
    }

        .main-header .menu-right-content .search-box:before {
            position: absolute;
            content: '';
            background: #efeaec;
            width: 1px;
            height: 45px;
            top: -8px;
            right: -40px;
        }

        .main-header .menu-right-content .search-box .search-box-outer {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

            .main-header .menu-right-content .search-box .search-box-outer i {
                color: #ffffff;
            }

    .main-header .menu-right-content .option-box {
        position: relative;
        display: inline-block;
        padding-left: 36px;
        margin-right: 40px;
    }

        .main-header .menu-right-content .option-box .icon-box {
            position: absolute;
            left: 0px;
            top: -1px;
        }

        .main-header .menu-right-content .option-box .nice-select {
            font-size: 18px;
            line-height: 28px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #002664;
            padding-right: 22px;
            font-weight: 500;
        }

            .main-header .menu-right-content .option-box .nice-select:before {
                font-size: 12px;
            }

    .main-header .menu-right-content .btn-box {
        margin-right: 40px;
    }

.header-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    text-align: center;
    border-radius: 5px;
}


.main-header .menu-right-content .language-box, .mobile-menu .language-box {
    position: relative;
    display: block;
    padding-left: 33px;
    padding-top: 28px;
    padding-bottom: 5px;
}

    .main-header .menu-right-content .language-box .flag {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

    .mobile-menu .language-box .flag {
        position: absolute;
        left: 20px;
        top: -26px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
    }

        .main-header .menu-right-content .language-box .flag img, .mobile-menu .language-box .flag img {
            width: 100%;
            border-radius: 50%;
            height: 34px;
            width: 34px;
        }

    .main-header .menu-right-content .language-box .nice-select, .mobile-menu .language-box .nice-select {
        background: #ffffff;
        font-size: 12px;
        color: #827f77;
        line-height: 20px;
        padding-left: 8px;
        padding-right: 16px;
    }

        .main-header .menu-right-content .language-box .nice-select:before, .mobile-menu .language-box .nice-select:before {
            font-size: 8px;
            color: #002664;
        }

        .main-header .menu-right-content .language-box .nice-select .list, .mobile-menu .language-box .nice-select .list {
            left: inherit;
            right: 0px;
        }



/** main-menu **/

.main-menu {
    margin-right: 45px;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: inherit;
            float: left;
            z-index: 2;
            margin: 0px 15px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px !important;
            }

            .main-menu .navigation > li:first-child {
                margin-left: 0px !important;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                text-align: center;
                font-size: 12px;
                line-height: 18px;
                padding: 33px 0px;
                font-weight: 500;
                padding-right: 21px;
                font-family: 'Gotham', 'Arial', sans-serif;
                opacity: 1;
                color: #ffffff;
                text-transform: capitalize;
                z-index: 1;
                text-transform: capitalize;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .main-menu .navigation > li > a:before {
                    position: absolute;
                    content: "\f114";
                    font-family: 'flaticon';
                    top: 5px;
                    right: -15px;
                    font-size: 12px;
                }

            .main-menu .navigation > li.current > a,
            .main-menu .navigation > li:hover > a {
            }

            .main-menu .navigation > li > ul,
            .main-menu .navigation > li > .megamenu {
                position: absolute;
                left: inherit;
                top: 100%;
                width: 250px;
                margin-top: 20px;
                z-index: 100;
                background: #ffffff;
                display: none;
                opacity: 0;
                border-radius: 5px;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
                visibility: hidden;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul:before,
                .main-menu .navigation > li > .megamenu:before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 10px;
                    left: 0px;
                    top: -10px;
                    background: transparent;
                }

            .main-menu .navigation > li > .megamenu {
                background: #212226;
            }

                .main-menu .navigation > li > .megamenu a {
                    display: inline-block !important;
                }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
                padding-right: 0px;
            }

                .main-menu .navigation > li > ul > li > a,
                .main-menu .navigation > li > .megamenu li > a {
                    position: relative;
                    display: block;
                    line-height: 18px;
                    font-weight: 600;
                    font-size: 12px;
                    font-family: 'Gotham', 'Arial', sans-serif;
                    color: #827F77;
                    text-align: left;
                    padding: 5px;
                    text-transform: uppercase;
                    transition: all 500ms ease;
                    border-bottom: 1px solid #ede7e9;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li:last-child a {
                    /* border-bottom: none; */
                }

            .main-menu .navigation > li > .megamenu li > a {
                padding-left: 0px;
                padding-right: 0px;
            }

            .main-menu .navigation > li > .megamenu h4 {
                display: block;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }

            .main-menu .navigation > li > ul > li > a:hover,
            .main-menu .navigation > li > .megamenu li > a:hover {
                color: #ffffff;
                padding-left: 30px;
                border-radius: 5px;
            }

            .main-menu .navigation > li > ul > li > a:before {
                position: absolute;
                content: "\f105";
                font-family: flaticon;
                font-size: 16px;
                color: #ffffff;
                top: 15px;
                left: 30px;
                opacity: 0;
                transition: all 500ms ease;
            }

            .main-menu .navigation > li > ul > li > a:hover:before {
                opacity: 0;
            }

            .main-menu .navigation > li > ul > li:last-child > a,
            .main-menu .navigation > li > .megamenu li:last-child > a {
                border-bottom: none;
            }

            .main-menu .navigation > li > ul > li.dropdown > a:after {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                right: 30px;
                top: 6px;
                font-size: 12px;
            }

            .main-menu .navigation > li > ul > li.dropdown.current > a:after,
            .main-menu .navigation > li > ul > li.dropdown > a:hover:after {
            }

            .main-menu .navigation > li > ul > li > ul {
                position: absolute;
                left: 100%;
                top: 0%;
                margin-top: 15px;
                margin-left: 10px;
                width: 250px;
                z-index: 100;
                display: none;
                border-radius: 5px;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
                background: #ffffff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul > li > ul:before {
                    position: absolute;
                    content: '';
                    left: -10px;
                    top: 0px;
                    width: 10px;
                    height: 100%;
                }

                .main-menu .navigation > li > ul > li > ul.from-right {
                    left: auto;
                    right: 0px;
                }

                .main-menu .navigation > li > ul > li > ul > li {
                    position: relative;
                    width: 100%;
                    padding-right: 0px;
                }

                    .main-menu .navigation > li > ul > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a {
                        position: relative;
                        display: block;
                        line-height: 18px;
                        font-weight: 600;
                        text-transform: uppercase;
                        font-size: 12px;
                        font-family: 'Gotham', 'Arial', sans-serif;
                        color: #827F77;
                        text-align: left;
                        padding: 5px;
                        border-bottom: 1px solid #ede7e9;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a:hover {
                        color: #ffffff;
                        border-radius: 5px;
                    }


                        .main-menu .navigation > li > ul > li > ul > li > a:hover:before {
                            opacity: 1;
                        }

                    .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                        font-family: 'Font Awesome 5 Pro';
                        content: "\f105";
                        position: absolute;
                        right: 20px;
                        top: 12px;
                        display: block;
                        line-height: 24px;
                        font-size: 16px;
                        font-weight: 900;
                        z-index: 5;
                    }

            .main-menu .navigation > li.dropdown:hover > ul,
            .main-menu .navigation > li.dropdown:hover > .megamenu {
                visibility: visible;
                opacity: 1;
                margin-top: -25px;
                top: 130%;
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0%;
            margin-top: 0px;
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: -32px;
            top: 66px;
            width: 34px;
            height: 30px;
            text-align: center;
            font-size: 18px;
            line-height: 26px;
            color: #3b3b3b;
            cursor: pointer;
            display: none;
            z-index: 5;
            transition: all 500ms ease;
        }

        .main-menu .navigation li.current.dropdown .dropdown-btn,
        .main-menu .navigation li:hover .dropdown-btn {
        }

        .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
            display: none;
        }

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

    .menu-area .mobile-nav-toggler .icon-bar {
        position: relative;
        height: 2px;
        width: 30px;
        display: block;
        margin-bottom: 5px;
        background-color: #ffffff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .menu-area .mobile-nav-toggler .icon-bar:last-child {
            margin-bottom: 0px;
        }


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

    .mobile-menu .navbar-collapse {
        display: block !important;
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 50px 25px;
        text-align: left;
        padding-bottom: 100px;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000c1e;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 16px;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        border-left: 5px solid #ffffff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            color: #ffffff;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul,
    .mobile-menu .navigation > li.dropdown > .megamenu {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a:hover {
            }

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

    .mobile-menu .contact-info h4 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .mobile-menu .contact-info ul li {
        position: relative;
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.80);
        margin-bottom: 3px;
    }

        .mobile-menu .contact-info ul li a {
            color: rgba(255, 255, 255, 0.80);
        }

            .mobile-menu .contact-info ul li a:hover {
            }

        .mobile-menu .contact-info ul li:last-child {
            margin-bottom: 0px;
        }

.main-header .outer-box {
    position: relative;
}

.nice-select {
    position: relative;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    padding-right: 20px;
    height: auto;
    line-height: 28px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

    .tabs-box .tab.active-tab {
        display: block;
    }

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

    .tabs-box .tab.active-tab {
        transform: scale(1) translateY(0px);
    }



/** banner-section **/

.banner-section {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 132px 0px 265px 0px;
}

    .banner-carousel .slide-item .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 8000ms linear;
        -moz-transition: all 8000ms linear;
        -ms-transition: all 8000ms linear;
        -o-transition: all 8000ms linear;
        transition: all 8000ms linear;
    }

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-carousel .slide-item .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% + 185px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.banner-carousel .content-box {
    position: relative;
    max-width: 510px;
    width: 100%;
    z-index: 5;
}

    .banner-carousel .content-box h2 {
        position: relative;
        display: block;
        font-size: 72px;
        line-height: 76px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 23px;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 span {
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #aeb8c1;
    margin-bottom: 31px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .support-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 65px;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .support-box {
    opacity: 1;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .support-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    border: solid;
    border-width: 1px;
}

    .banner-carousel .content-box .support-box .icon-box img {
        display: inline-block;
    }

.banner-carousel .content-box .support-box span,
.banner-carousel .content-box .support-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #aeb8c1;
}

    .banner-carousel .content-box .support-box .text a {
        font-weight: 600;
        font-family: 'Gotham', 'Arial', sans-serif;
    }

        .banner-carousel .content-box .support-box .text a:hover {
            text-decoration: underline;
        }

.banner-carousel .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .btn-box .video-btn {
    position: relative;
    display: block;
    padding: 9px 0px 10px 60px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

    .banner-carousel .content-box .btn-box .video-btn i {
        position: absolute;
        display: inline-block;
        left: 0px;
        top: 0px;
        width: 45px;
        height: 45px;
        line-height: 51px;
        background: #ffffff;
        text-align: center;
        font-size: 20px;
        border-radius: 50%;
    }

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 30px;
}

.banner-carousel .owl-dots {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-carousel .owl-dots .owl-dot {
        position: relative;
        display: block;
        margin: 0px;
        margin-bottom: 20px;
        width: 8px;
        height: 35px;
        background: rgba(255, 255, 255, 0.16);
        border-radius: 20px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .banner-carousel .owl-dots .owl-dot:last-child {
            margin-bottom: 0px;
        }

        .banner-carousel .owl-dots .owl-dot span {
            display: none;
        }

        .banner-carousel .owl-dots .owl-dot.active {
            height: 70px;
        }


/** feature-section **/

.feature-section {
    position: relative;
}

    .feature-section:before {
        position: absolute;
        content: '';
        /* background: #f5f5f5; */
        /* width: calc(50% + 85px); */
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
    }

    .feature-section .inner-container {
        position: relative;
        display: block;
        width: 100%;
        margin-top: -115px;
        z-index: 1;
    }
.feature-block-one{
    height:100%;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 30px 17px 30px;
    height: 100%;
}
    .feature-block-one .inner-box h3{
        font-size:16px;
    }

    .feature-block-one .inner-box .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

        .feature-block-one .inner-box .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.5;
        }

.feature-block:nth-child(2) .feature-block-one .inner-box .bg-layer:before {
    opacity: 0.5;
}

.feature-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    top: -61px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-block-one .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 3px;
}

.feature-block-one .inner-box p {
    color: #ffffff;
    margin-bottom: 50px;
}

.feature-block-one .inner-box .link {
    position: relative;
    display: block;
    text-align: right;
}

    .feature-block-one .inner-box .link a {
        position: relative;
        display: inline-block;
        font-size: 12px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 9px;
    }

        .feature-block-one .inner-box .link a:hover {
        }

        .feature-block-one .inner-box .link a:before {
            position: absolute;
            content: '';
            background: #ffffff;
            width: 30px;
            height: 2px;
            top: 0px;
            right: 0px;
            transition: all 500ms ease;
        }
.feature-block-one .inner-box .no-link a:before, .feature-block-one .inner-box .no-link a:hover {
    background: transparent !important;
}
.feature-block-one .inner-box .no-link a:hover {
   cursor:initial;
}
.feature-block-one .inner-box .link a:hover:before {
}

        .feature-block-one .inner-box .link a:after {
            position: absolute;
            content: "\f106";
            font-family: 'flaticon';
            font-size: 12px;
            top: -12px;
            right: -3px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .feature-block-one .inner-box .link a:hover:after {
            opacity: 1;
        }
        .feature-block-one .inner-box .no-link a:hover:after{
            opacity:0;
            cursor:initial;
        }

.feature-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 63px 30px 32px 30px;
}

.feature-block-two {
    position: relative;
}

    .feature-block-two .quote-box {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 58px;
        background: #ffffff;
        text-align: center;
        border-radius: 5px 0px 5px 5px;
        font-size: 24px;
        left: 30px;
        top: -20px;
        z-index: 1;
    }

        .feature-block-two .quote-box:before {
            position: absolute;
            content: '';
            background: #d7385f;
            height: 20px;
            width: 13px;
            top: 0px;
            right: -13px;
            clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
        }

    .feature-block-two .inner-box .text {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .feature-block-two .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 34px;
        color: #ffffff;
        margin-bottom: 1px;
    }

    .feature-block-two .inner-box p {
        color: #ffffff;
        font-weight: 500;
    }

    .feature-block-two .inner-box .social-box {
        position: absolute;
        right: 30px;
        bottom: 40px;
    }

        .feature-block-two .inner-box .social-box a {
            position: relative;
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background: #ffffff;
            text-align: center;
            border-radius: 50%;
            font-size: 20px;
            color: #55acee;
            z-index: 1;
        }

            .feature-block-two .inner-box .social-box a:hover {
                color: #ffffff;
                background: #55acee;
            }

    .feature-block-two .inner-box .light-icon {
        position: absolute;
        bottom: -34px;
        right: -200px;
        font-size: 350px;
        color: rgba(0, 0, 0, 0.10);
    }


/** about-section **/

.about-section {
    position: relative;
    padding: 100px 0px;
}

    .about-section:before {
        position: absolute;
        content: '';
        background: #f5f5f5;
        width: calc(50% + 85px);
        height: 100%;
        top: 0px;
        right: 0px;
    }

    .about-section .image-box {
        position: relative;
        display: block;
        margin-right: 30px;
        overflow: hidden;
        border-radius: 5px;
    }

        .about-section .image-box img {
            width: 100%;
            border-radius: 5px;
        }

        .about-section .image-box:before {
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
            z-index: 1;
        }

        .about-section .image-box:hover:before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about-section .content-box {
    position: relative;
    display: block;
    margin-top: -11px;
}

    .about-section .content-box .title-box {
        position: relative;
        display: block;
        /* padding-left: 55px; */
        margin-bottom: 30px;
    }

        .about-section .content-box .title-box span {
            position: absolute;
            left: 0px;
            top: -7px;
            font-size: 75px;
            line-height: 75px;
            font-family: 'Gotham', 'Arial', sans-serif;
            font-weight: 600;
        }

        .about-section .content-box .title-box h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .about-section .content-box .title-box p {
            color: #002664;
            font-weight: 500;
        }

    .about-section .content-box .text-box {
        margin-bottom: 28px;
    }

    .about-section .content-box .inner-box {
        display: block;
        margin-bottom: 37px;
    }

        .about-section .content-box .inner-box .single-item {
            position: relative;
            display: block;
            padding-left: 70px;
        }

            .about-section .content-box .inner-box .single-item:before {
                position: absolute;
                content: '';
                background: #e0dcdd;
                width: 1px;
                height: 56px;
                top: 10px;
                right: 15px;
            }

        .about-section .content-box .inner-box .single-column:last-child .single-item:before {
            display: none;
        }

        .about-section .content-box .inner-box .single-item .icon-box {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 14px;
            width: 56px;
            height: 56px;
            line-height: 56px;
            border: 1px solid #e0dcdd;
            border-radius: 50%;
            text-align: center;
        }

        .about-section .content-box .inner-box .single-item h2 {
            display: block;
            font-size: 40px;
            line-height: 50px;
            font-weight: 600;
        }

        .about-section .content-box .inner-box .single-item h4 {
            display: block;
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
        }

.list-style-one li {
    position: relative;
    display: block;
    font-weight: 500;
    margin-bottom: 9px;
    padding-left: 30px;
}

    .list-style-one li:last-child {
        margin-bottom: 0px;
    }

    .list-style-one li:before {
        position: absolute;
        content: "\f105";
        font-family: flaticon;
        left: 0px;
        top: 2px;
        font-size: 16px;
    }

.about-section .content-box .list-style-one {
    margin-bottom: 46px;
}


/** service-section **/

.service-section {
    position: relative;
}

    .service-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .service-section .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.92;
        }

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
}

    .service-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .service-block-one .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .service-block-one .inner-box:hover .image-box img {
        transform: scale(1.05);
    }

    .service-block-one .inner-box .image-box:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 46px;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        clip-path: polygon(20% 0%, 80% 0%, 107% 100%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 77%);
        transition: all 500ms ease;
    }

    .service-block-one .inner-box:hover .image-box:before {
    }

    .service-block-one .inner-box .image-box:after {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 100%;
        height: 36px;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 100%);
    }

    .service-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding: 9px 25px 33px 25px;
    }

        .service-block-one .inner-box .lower-content .icon-box {
            position: absolute;
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 48px;
            background: #ffffff;
            text-align: center;
            border-radius: 50%;
            left: 50%;
            margin-left: -30px;
            top: -71px;
            z-index: 2;
            transition: all 500ms ease;
        }

    .service-block-one .inner-box:hover .lower-content .icon-box {
    }

    .service-block-one .inner-box .lower-content .icon-box img {
        display: inline-block;
    }

    .service-block-one .inner-box .lower-content .icon-box .icon {
        position: relative;
        transition: all 500ms ease;
    }

    .service-block-one .inner-box:hover .lower-content .icon-box .icon {
        transform: scale(0, 0);
    }

    .service-block-one .inner-box .lower-content .icon-box .overlay-icon {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        transform: scale(0, 0);
        transition: all 500ms ease;
    }

    .service-block-one .inner-box:hover .lower-content .icon-box .overlay-icon {
        transform: scale(1, 1);
    }

    .service-block-one .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 16px;
    }

        .service-block-one .inner-box .lower-content h3 a {
            display: inline-block;
            color: #002664;
        }

            .service-block-one .inner-box .lower-content h3 a:hover {
            }

    .service-block-one .inner-box .lower-content p {
        margin-bottom: 13px;
    }

    .service-block-one .inner-box .lower-content .link a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .service-block-one .inner-box .lower-content .link a:hover {
        }

        .service-block-one .inner-box .lower-content .link a span {
            position: relative;
            color: #002664;
            transition: all 500ms ease;
        }

        .service-block-one .inner-box .lower-content .link a:hover span {
            padding-left: 18px;
        }

        .service-block-one .inner-box .lower-content .link a span:before {
            position: absolute;
            content: "\f106";
            font-family: 'flaticon';
            font-size: 12px;
            left: 0px;
            top: -2px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .service-block-one .inner-box .lower-content .link a:hover span:before {
            opacity: 1;
        }

.owl-carousel .owl-nav span:before {
    font-family: 'flaticon';
}

.service-section .owl-nav {
    position: absolute;
    top: -105px;
    right: 0px;
}

    .service-section .owl-nav button {
        position: relative;
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        transition: all 500ms ease;
    }

.service-section .owl-carousel .owl-nav .owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    top: -3px;
}

.service-section .owl-nav button.owl-prev {
    margin-right: 10px;
}

.service-section .owl-nav button:hover {
}

/** department-section **/

.department-section {
    position: relative;
    padding: 88px 0px 90px 0px;
}

.department-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .department-block-one .inner-box h3 {
        position: relative;
        display: inline-block;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        background: #a0cfeb;
        padding: 6px 36px 2px 40px;
        border-radius: 5px 5px 0px 0px;
        top: 1px;
    }

.department-block:nth-child(2) .department-block-one .inner-box h3 {
    background: #29aae1;
}

.department-block:nth-child(3) .department-block-one .inner-box h3 {
    background: #1e76bb;
}

.department-block:nth-child(4) .department-block-one .inner-box h3 {
    background: #544b9f;
}

.department-block:nth-child(5) .department-block-one .inner-box h3 {
    background: #1ebb91;
}

.department-block:nth-child(6) .department-block-one .inner-box h3 {
    background: #1ea3bb;
}

.department-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
    border-top: 10px solid #a0cfeb;
    padding: 33px 30px 33px 95px;
    text-align: left;
}

.department-block:nth-child(2) .department-block-one .inner-box .text-box {
    border-color: #29aae1;
}

.department-block:nth-child(3) .department-block-one .inner-box .text-box {
    border-color: #1e76bb;
}

.department-block:nth-child(4) .department-block-one .inner-box .text-box {
    border-color: #544b9f;
}

.department-block:nth-child(5) .department-block-one .inner-box .text-box {
    border-color: #1ebb91;
}

.department-block:nth-child(6) .department-block-one .inner-box .text-box {
    border-color: #1ea3bb;
}

.department-block-one .inner-box .text-box .icon-box {
    position: absolute;
    left: 30px;
    top: 40px;
}

.department-block-one .inner-box .static-content {
    position: relative;
    transition: all 500ms ease;
}

.department-block-one .inner-box:hover .static-content {
    opacity: 0;
}

.department-block-one .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.department-block-one .inner-box:hover .overlay-content {
    opacity: 1;
}

.department-block-one .inner-box .overlay-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.department-block-one .inner-box .overlay-content .link {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.department-block-one .inner-box .overlay-content .image-box {
    position: relative;
    display: block;
}

    .department-block-one .inner-box .overlay-content .image-box img {
        width: 100%;
    }

.department-block-one .inner-box .overlay-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 74px 12px 74px;
    border-radius: 5px 5px 0px 0px;
}

    .department-block-one .inner-box .overlay-content .link a span {
        position: relative;
        padding-left: 18px;
    }

        .department-block-one .inner-box .overlay-content .link a span:before {
            position: absolute;
            content: "\f106";
            font-family: 'flaticon';
            font-size: 12px;
            color: #ffffff;
            left: 0px;
            top: -2px;
        }

.department-section .more-link {
    position: relative;
    margin-top: 11px;
}

    .department-section .more-link a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        color: #002664;
        text-transform: uppercase;
    }

        .department-section .more-link a:hover {
        }

        .department-section .more-link a span {
            position: relative;
            padding-left: 18px;
        }

            .department-section .more-link a span:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                left: 0px;
                top: -2px;
            }

.department-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** schedule-section  **/

.schedule-section {
    position: relative;
    padding-top: 88px;
    margin-bottom: 88px;
}

    .schedule-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: calc(100% - 285px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .schedule-section .bg-layer:before {
            position: absolute;
            content: '';
            background: #29aae1;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.9;
        }

    .schedule-section .tabs-content {
        position: relative;
        padding: 60px 0px 30px 0px;
        z-index: 1;
    }

        .schedule-section .tabs-content:before {
            position: absolute;
            content: '';
            background: #f5f5f5;
            width: calc(100% + 120px);
            height: 100%;
            left: -60px;
            top: 0px;
            z-index: -1;
            border-radius: 5px;
        }

    .schedule-section .tab-btn {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Gotham', 'Arial', sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        background: #002664;
        border-radius: 5px 5px 0px 0px;
        padding: 15px 15px;
        cursor: pointer;
        transition: all 500ms ease;
    }

    .schedule-section .sec-title p {
        color: #e1f3fb;
    }

    .schedule-section .tab-btn.active-btn {
        background: #f5f5f5;
    }

    .schedule-section .link-box button {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        padding: 0px 10px;
        background: #bb133e;
        border-radius: 20px;
    }

.monthly .monthly-today .monthly-day-number {
    color: #fff !important;
}

.monthly .monthly-today .monthly-day-number {
    color: #002664;
    font-size: 14px;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
}

.monthly-day-title-wrap div,
.monthly-header-title {
    font-family: var(--title-font);
}

.monthly-today:before {
    position: absolute;
    content: '7Meetings';
    font-family: 'Gotham', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #002664;
    left: -12px;
    top: -37px;
    font-weight: 400;
    background: #ffffff;
    padding: 0px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    width: 75px;
    text-align: center;
    z-index: 9;
}

.monthly-today:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 12px;
    height: 6px;
    left: 22px;
    top: -17px;
    z-index: 9;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.schedule-section .schedule-calander .btn-box {
    margin-top: 27px;
}

    .schedule-section .schedule-calander .btn-box .theme-btn {
        width: 100%;
        padding: 18px 25px;
    }

.schedule-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.brochure-row .schedule-block-one .inner-box {
    /* background: rgb(30 118 187 / 20%); */
    background: #1e76bb;
}

    .brochure-row .schedule-block-one .inner-box h3 a,
    .brochure-row .schedule-block-one .inner-box a {
        color: #ffffff;
    }

.schedule-block-one .inner-box h6 {
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #1e76bb;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.schedule-block-one .inner-box span {
    font-size: 12px;
}

.schedule-block-one .inner-box .time, .schedule-block-one .inner-box .publication-date {
    position: relative;
    display: block;
    color: #bb133e;
    /* margin-bottom: 5px; */
}
.cntr-no {
    color: #1e76bb;
}

.schedule-block-one .inner-box h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.schedule-block-one .inner-box a {
    padding: 5px 12px;
    border: 1px solid #bb133e;
    border-radius: 14px;
}

.about-style-three .schedule-block-one .inner-box a {
    padding: 5px 12px;
    border: 1px solid #ffffff;
    border-radius: 14px;
}

.about-style-three .schedule-block-one .inner-box h3 a, .schedule-block-one .inner-box .mt-2 a { 
    padding: 2px;
    border: none;
}

.schedule-block-one .inner-box h3 a {
    cursor: pointer;
    border: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #002664;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    padding: 2px;
}


    .schedule-block-one .inner-box h3 a:hover {
        color: #002664;
    }

.schedule-block-one .inner-box p {
    position: relative;
    display: block;
    padding-left: 22px;
}

    .schedule-block-one .inner-box p i {
        position: absolute;
        left: 0px;
        top: 4px;
        font-size: 16px;
    }

.link-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #bb133e;
    text-transform: uppercase;
}

    .link-box a:hover {
    }

    .link-box a span {
        position: relative;
        padding-left: 18px;
    }

        .link-box a span:before {
            position: absolute;
            content: "\f106";
            font-family: 'flaticon';
            font-size: 12px;
            left: 0px;
            top: -2px;
        }


/** team-section **/

.team-section {
    position: relative;
}

    .team-section .sec-title .link-box {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

.team-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #ede7e9;
    border-radius: 5px;
    padding: 39px 30px 35px 30px;
    overflow: hidden;
    transition: all 500ms ease;
}

    .team-block-one .inner-box:hover {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
    }

    .team-block-one .inner-box:before {
        position: absolute;
        content: '';
        background: #f5f5f5;
        width: 130px;
        height: 150px;
        top: 0px;
        right: 0px;
    }

    .team-block-one .inner-box .image-box {
        position: relative;
        display: block;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 19px;
        overflow: hidden;
    }

        .team-block-one .inner-box .image-box:before {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            content: '';
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, .2);
            border-radius: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
            z-index: 1;
        }

    .team-block-one .inner-box:hover .image-box:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }


@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.team-block-one .inner-box .share-box {
    position: absolute;
    top: 40px;
    right: 10px;
}

    .team-block-one .inner-box .share-box .share-text {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #062b45;
        font-weight: 600;
        text-transform: uppercase;
        writing-mode: vertical-lr;
        transform: rotate(-180deg);
        padding-top: 25px;
        cursor: pointer;
        transition: all 500ms ease;
    }

    .team-block-one .inner-box .share-box:hover .share-text {
    }

    .team-block-one .inner-box .share-box .share-text i {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 16px;
        color: #a8a4a5;
        transform: rotate(90deg);
        transition: all 500ms ease;
    }

    .team-block-one .inner-box .share-box:hover .share-text i {
    }

    .team-block-one .inner-box .share-box .share-links {
        position: absolute;
        right: -6px;
        bottom: -50px;
        width: 135px;
        background: #ffffff;
        padding: 6px 0px;
        text-align: center;
        border-radius: 5px;
        z-index: 1;
        transform-origin: right center;
        transform: scaleX(0);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        transition: all 500ms ease;
    }

    .team-block-one .inner-box .share-box:hover .share-links {
        transform: scaleX(1);
    }

    .team-block-one .inner-box .share-box .share-links:before {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 17px;
        height: 9px;
        top: -9px;
        right: 11px;
        clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
    }

    .team-block-one .inner-box .share-box .share-links li {
        position: relative;
        display: inline-block;
        float: left;
        width: 33.333%;
        text-align: center;
    }

        .team-block-one .inner-box .share-box .share-links li:before {
            position: absolute;
            content: '';
            background: #ede7e9;
            width: 1px;
            height: 22px;
            top: 3px;
            right: 0px;
        }

        .team-block-one .inner-box .share-box .share-links li:last-child:before {
            display: none;
        }

        .team-block-one .inner-box .share-box .share-links li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            line-height: 22px;
            color: #a8a4a5;
        }

            .team-block-one .inner-box .share-box .share-links li a:hover {
            }

.team-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}

    .team-block-one .inner-box h3 a {
        display: inline-block;
        color: #002664;
    }

        .team-block-one .inner-box h3 a:hover {
        }

.team-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gotham', 'Arial', sans-serif;
    font-weight: 500;
    color: #1e76bb;
    margin-bottom: 16px;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .designation {
}

.team-block-one .inner-box p {
    display: block;
}

    .team-block-one .inner-box p a {
        display: inline-block;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #827f7f;
        line-height: 18px;
        border-bottom: 1px solid #ede7e9;
    }

        .team-block-one .inner-box p a:hover {
        }


/** cta-section **/

.cta-section {
    position: relative;
    padding: 119px 0px 140px 0px;
}

    .cta-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

    .cta-section .pattern-layer {
        position: absolute;
        top: 0px;
        right: 0px;
        width: calc(50% + 285px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .cta-section .content-box {
        position: relative;
        display: block;
    }

        .cta-section .content-box h2 {
            display: block;
            font-size: 72px;
            line-height: 80px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 17px;
        }

        .cta-section .content-box h3 {
            display: block;
            font-size: 36px;
            line-height: 44px;
            color: #ffffff;
            margin-bottom: 33px;
        }

        .cta-section .content-box p {
            color: #ffffff;
            margin-bottom: 32px;
        }

        .cta-section .content-box .theme-btn {
            background: #544b9f;
            padding: 15px 30px;
        }

            .cta-section .content-box .theme-btn:hover {
                background: #ffffff;
                color: #544b9f !important;
            }


/** news-section **/

.news-section {
    position: relative;
    padding: 100px 0px 60px 0px;
}

    .news-section .title-inner {
        position: relative;
        display: block;
        width: 100%;
        padding: 150px 30px 160px 0px;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 360px;
    }

        .news-section .title-inner .sec-title p {
            margin-bottom: 24px;
            color: #ede7e9;
        }

        .news-section .title-inner .sec-title h2 {
            line-height: 44px;
        }

        .news-section .title-inner .sec-title {
            margin-bottom: 0px;
        }

.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

    .news-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .news-block-one .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
            height: 185px;
            object-fit: contain;
            background: #f6f8ff;
        }

    .news-block-one .inner-box:hover .image-box img {
        transform: scale(1.05);
    }

    .news-block-one .inner-box .content-box {
        position: relative;
        display: block;
        padding: 23px 30px 8px 0px;
    }

        .news-block-one .inner-box .content-box .post-date {
            position: relative;
            display: block;
            font-size: 12px;
            line-height: 20px;
            font-family: 'Gotham', 'Arial', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #bb133e;
            margin-bottom: 3px;
        }

            .news-block-one .inner-box .content-box .post-date i {
                margin-right: 8px;
                font-weight: 400;
                font-size: 14px;
            }

        .news-block-one .inner-box .content-box .post-info li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
            font-size: 18px;
            color: #002664;
        }

            .news-block-one .inner-box .content-box .post-info li:last-child {
                margin: 0px !important;
            }

            .news-block-one .inner-box .content-box .post-info li a {
                display: inline-block;
                color: #827F77;
                font-family: 'Gotham', 'Arial', sans-serif;
            }

                .news-block-one .inner-box .content-box .post-info li a:hover {
                }

        .news-block-one .inner-box .content-box .post-info {
            margin-bottom: 7px;
        }

        .news-block-one .inner-box .content-box h3 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 10px;
        }

            .news-block-one .inner-box .content-box h3 a {
                display: inline-block;
                color: #002664;
                font-size: 14px;
                line-height: 20px;
            }

                .news-block-one .inner-box .content-box h3 a:hover {
                }

        .news-block-one .inner-box .content-box .lower-box {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0px 10px 0px;
            border-top: 1px solid #ede7e9;
        }

            .news-block-one .inner-box .content-box .lower-box .share-box a {
                position: relative;
                display: inline-block;
                font-size: 12px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #002664;
                padding-right: 22px;
            }

                .news-block-one .inner-box .content-box .lower-box .share-box a i {
                    position: absolute;
                    top: 4px;
                    right: 0px;
                }

                .news-block-one .inner-box .content-box .lower-box .share-box a:hover {
                }


/** awards-section **/

.awards-section {
    position: relative;
    padding: 89px 0px 96px 0px;
}

    .awards-section .logo-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }

    .awards-section .sec-title {
        margin-bottom: 44px;
    }

    .awards-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

    .awards-section .pattern-layer {
        position: absolute;
        top: 0px;
        right: 0px;
        width: calc(50% + 285px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .awards-section .content-box {
        position: relative;
        display: block;
    }

.awards-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 153px;
    margin-bottom: 29px;
    max-width: 460px;
}

.awards-block-one:last-child .inner-box {
    margin-bottom: 0px;
}

.awards-block-one .inner-box .award-box {
    position: absolute;
    left: 0px;
    top: 7px;
}

.awards-block-one .inner-box p {
    display: block;
    color: #aeb8c1;
    margin-bottom: 5px;
}

.awards-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .awards-block-one .inner-box h3 a {
        display: inline-block;
        color: #ffffff;
    }

.awards-block-one .inner-box .date {
    position: relative;
    display: block;
    font-size: 18px;
    color: #aeb8c1;
}

.awards-section .owl-carousel .owl-nav .owl-prev span {
    transform: rotate(0deg);
}

.awards-section .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

    .awards-section .owl-dots span {
        display: none !important;
    }

    .awards-section .owl-dots button {
        position: relative;
        display: block !important;
        width: 10px;
        height: 10px;
        border: 2px solid #275987;
        border-radius: 50%;
        cursor: pointer;
        margin-bottom: 20px;
        transition: all 500ms ease;
    }

        .awards-section .owl-dots button:last-child {
            margin-bottom: 0px;
        }

        .awards-section .owl-dots button.active {
        }

.awards-section .owl-nav {
    position: absolute;
    right: 0px;
    top: 50%;
}

    .awards-section .owl-nav:before,
    .awards-section .owl-nav:after {
        position: absolute;
        content: '';
        background: #1d4d79;
        width: 1px;
        height: 54px;
        left: -5px;
    }

    .awards-section .owl-nav:before {
        top: 86px;
    }

    .awards-section .owl-nav:after {
        bottom: 86px;
    }

    .awards-section .owl-nav button {
        position: absolute;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .awards-section .owl-nav button.owl-prev {
            top: -71px;
            right: -3px;
        }

        .awards-section .owl-nav button.owl-next {
            bottom: -77px;
            right: -3px;
        }


/** online-service-section **/

.online-service-section {
    position: relative;
}

    .online-service-section .single-item .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
        padding: 21px 30px 22px 30px;
    }

        .online-service-section .single-item .inner-box .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

            .online-service-section .single-item .inner-box .bg-layer:before {
                position: absolute;
                content: '';
                background: #002664;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                opacity: 0.7;
            }

        .online-service-section .single-item .inner-box h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 107px;
            color: #ffffff;
        }

        .online-service-section .single-item .inner-box .list-item li {
            position: relative;
            display: block;
            margin-bottom: 7px;
        }

            .online-service-section .single-item .inner-box .list-item li a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                color: #d3dae0;
            }

                .online-service-section .single-item .inner-box .list-item li a:hover {
                    text-decoration: underline;
                }

        .online-service-section .single-item .inner-box .pattern-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center;
        }


/** join-volunteer-section **/

.join-volunteer-section {
    position: relative;
    padding: 100px 0px;
    background: #f5f5f5;
}

    .join-volunteer-section .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% - 30px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .join-volunteer-section .sec-title {
        margin-bottom: 0px;
    }

        .join-volunteer-section .sec-title p {
            color: #edf7fb;
            margin-bottom: 15px;
        }

        .join-volunteer-section .sec-title .theme-btn {
            background: #a0cfeb;
        }

            .join-volunteer-section .sec-title .theme-btn:hover {
            }

    .join-volunteer-section .donation-inner {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        padding: 40px 30px;
    }

        .join-volunteer-section .donation-inner .tab-btns {
            position: relative;
            width: 100%;
            background: #f5f5f5;
            border-radius: 5px;
            padding: 3px;
            margin-bottom: 31px;
        }

            .join-volunteer-section .donation-inner .tab-btns .tab-btn {
                position: relative;
                display: inline-block;
                width: 50%;
                float: left;
                padding: 8px 15px;
                border-radius: 5px;
                background: transparent;
                font-size: 18px;
                line-height: 28px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #002664;
                font-weight: 500;
                text-transform: uppercase;
                text-align: center;
                cursor: pointer;
                transition: all 500ms ease;
            }

                .join-volunteer-section .donation-inner .tab-btns .tab-btn.active-btn {
                    background: #ffffff;
                    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
                }

        .join-volunteer-section .donation-inner .form-group {
            position: relative;
            margin-bottom: 22px;
        }

            .join-volunteer-section .donation-inner .form-group:last-child {
                margin-bottom: 0px;
            }

            .join-volunteer-section .donation-inner .form-group label {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 28px;
                font-family: 'Gotham', 'Arial', sans-serif;
                font-weight: 500;
                color: #002664;
                margin-bottom: 13px;
            }

            .join-volunteer-section .donation-inner .form-group input[type='text'],
            .join-volunteer-section .donation-inner .form-group .nice-select {
                position: relative;
                display: block;
                width: 100%;
                height: 58px;
                border: 1px solid #ede7e9;
                border-radius: 5px;
                font-size: 18px;
                color: #827F77;
            }

            .join-volunteer-section .donation-inner .form-group input[type='text'] {
                text-align: right;
                padding: 10px 20px;
            }

            .join-volunteer-section .donation-inner .form-group .nice-select {
                line-height: 58px;
                padding: 0px 20px;
            }

            .join-volunteer-section .donation-inner .form-group .select-box {
                min-height: 58px;
            }

            .join-volunteer-section .donation-inner .form-group .nice-select:before {
                right: 20px;
                font-size: 12px;
                color: #a8a4a5;
                font-weight: 400;
                content: "\f114";
            }

            .join-volunteer-section .donation-inner .form-group .theme-btn {
                width: 100%;
                margin-top: 9px;
            }

    .join-volunteer-section .join-inner {
        position: relative;
        display: block;
        padding: 31px 30px 40px 32px;
        border-radius: 5px;
    }

        .join-volunteer-section .join-inner h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
            margin-bottom: 7px;
        }

        .join-volunteer-section .join-inner p {
            display: block;
            color: #fdd7e0;
            margin-bottom: 23px;
        }

        .join-volunteer-section .join-inner .form-group {
            position: relative;
            display: block;
            margin-bottom: 22px;
        }

            .join-volunteer-section .join-inner .form-group:last-child {
                margin-bottom: 0px;
            }

            .join-volunteer-section .join-inner .form-group label {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 26px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #ffffff;
                font-weight: 600;
                margin-bottom: 14px;
            }

            .join-volunteer-section .join-inner .form-group input[type='text'] {
                position: relative;
                display: block;
                width: 100%;
                height: 58px;
                border: 1px solid #f67493;
                border-radius: 5px;
                font-size: 18px;
                color: #fdd7e0;
                padding: 10px 20px;
                transition: all 500ms ease;
            }

            .join-volunteer-section .join-inner .form-group input:focus {
                border-color: #ffffff;
                color: #ffffff;
            }

            .join-volunteer-section .join-inner .form-group .theme-btn {
                width: 100%;
                background: #544b9f;
                margin-top: 11px;
            }

                .join-volunteer-section .join-inner .form-group .theme-btn:hover {
                    color: #544b9f !important;
                    background: #ffffff;
                }

                .join-volunteer-section .join-inner .form-group .theme-btn:before {
                    background: #ffffff;
                }


/** subscribe-section **/

.subscribe-section {
    position: relative;
    padding-top: 35px;
}

    .subscribe-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .resources-section .bg-layer:before,
        .subscribe-section .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.92;
        }

    .subscribe-section .content-box {
        position: relative;
        max-width: 770px;
        width: 100%;
        margin: 0 auto;
        z-index: 1;
    }

    .subscribe-section .sec-title {
        margin-bottom: 31px;
    }

    .subscribe-section .content-box .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 100px;
        font-size: 40px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 18px;
    }

    .subscribe-section .content-box .form-inner .form-group {
        position: relative;
        margin-bottom: 0px;
    }

        .subscribe-section .content-box .form-inner .form-group input[type='email'] {
            position: relative;
            display: block;
            width: 100%;
            height: 70px;
            background: #ffffff;
            border-radius: 5px;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
            font-size: 14px;
            color: #827F77;
            padding: 10px 200px 10px 53px;
            border: 1px solid #ffffff;
            transition: all 500ms ease;
        }

        .subscribe-section .content-box .form-inner .form-group input:focus {
        }

        .subscribe-section .content-box .form-inner .form-group button[type='submit'] {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 12px 31px;
        }

        .subscribe-section .content-box .form-inner .form-group .icon {
            position: absolute;
            left: 26px;
            top: 21px;
            font-size: 14px;
            z-index: 1;
        }

    .subscribe-section .content-box .inner-box {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: -20px;
        top: 15px;
    }


/** main-footer **/

.main-footer {
    position: relative;
    background: #f5f5f5;
}

    .main-footer .widget-section {
        position: relative;
        padding: 91px 0px 40px 0px;
        background: url("assets/images/background/concrete_seamless.png") repeat 0 0;
        border-top: 1px solid #c2c2c2;
    }

    .main-footer .widget-title {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }

        .main-footer .widget-title h3 {
            font-size: 16px;
            line-height: 20px;
        }

    .main-footer .widget-content h6 {
        font-size: 12px;
    }

    .main-footer .links-widget .links-list li {
        position: relative;
        display: block;
        margin-bottom: 2px;
    }

        .main-footer .links-widget .links-list li:last-child {
            margin-bottom: 0px;
        }

        .main-footer .links-widget .links-list li a {
            position: relative;
            display: inline-block;
            font-size: 12px;
            color: #827F77;
            /* padding-left: 22px; */
        }

            .main-footer .links-widget .links-list li a:hover {
                color: #1e76bb;
            }

    /* .main-footer .links-widget .links-list li a:before {
  position: absolute;
  content: "\f106";
  font-family: 'flaticon';
  font-size: 12px;
  left: 0px;
  top: 1px;
} */

    .main-footer .contact-widget {
        position: relative;
        display: block;
        text-align: right;
    }

        .main-footer .contact-widget .info-list li {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 20px;
            color: #827F77;
        }

            .main-footer .contact-widget .info-list li a {
                display: inline-block;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #1e76bb;
                font-size: 12px;
            }

                .main-footer .contact-widget .info-list li a:hover {
                    text-decoration: underline;
                }

            .main-footer .contact-widget .info-list li:last-child {
                margin-top: 9px;
            }

        .main-footer .contact-widget .info-list {
            margin-bottom: 22px;
        }

        .main-footer .contact-widget .logo-icon {
            position: absolute;
            left: -127px;
            bottom: 0px;
        }

.social-style-one li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

    .social-style-one li:last-child {
        margin: 0px !important;
    }

    .social-style-one li a {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        color: #ffffff !important;
        text-align: center;
        border-radius: 50%;
    }

    .social-style-one li:first-child a {
        background: #3b5998;
    }

    .social-style-one li:nth-child(2) a {
        background: #000000;
    }

    .social-style-one li:nth-child(3) a {
        background: #cd201f;
    }

    .social-style-one li:last-child a {
        background: #3f729b;
    }

.footer-bottom {
    position: relative;
    width: 100%;
    background: #1e76bb;
    padding: 23px 0px;
}

    .footer-bottom p,
    .footer-bottom a {
        color: #ffffff;
        font-family: 'Gotham', 'Arial', sans-serif;
        font-size: 10px;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

        .footer-bottom p span {
            color: #55a4e3;
            margin: 0px 5px;
        }


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-top-two **/

.header-top-two {
    position: relative;
    background: #f7f5f4;
    padding: 32px 0px;
}

    .header-top-two:before {
        position: absolute;
        content: '';
        background: #002664;
        width: 50%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .header-top-two .top-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top-two .left-column {
        position: relative;
        display: flex;
        align-items: center;
    }

.header-top .logo .logo-box img {
    /* min-width: 105px; */
    max-width: 90px;
}

.header-top .logo .logo-box:nth-child(2) img {
    width: 120px;
}

.header-top-two .left-column .logo-box {
    position: relative;
    margin-right: 110px;
}

    .header-top-two .left-column .logo-box:before {
        position: absolute;
        content: '';
        background: #224359;
        width: 1px;
        height: 60px;
        top: -2px;
        right: -60px;
    }

.header-top-two .left-column .search-box .form-group {
    position: relative;
    width: 215px;
    margin-bottom: 0px;
}

    .header-top-two .left-column .search-box .form-group input[type='search'] {
        position: relative;
        display: block;
        width: 100%;
        height: 56px;
        font-size: 18px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #ffffff;
        font-weight: 500;
        padding-right: 70px;
    }

    .header-top-two .left-column .search-box .form-group button[type='submit'] {
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 0px;
        width: 56px;
        height: 56px;
        line-height: 54px;
        background: #062b45;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        transition: all 500ms ease;
    }

    .header-top-two .left-column .search-box .form-group input:focus + button,
    .header-top-two .left-column .search-box .form-group button:hover {
    }

.header-top-two .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.home_2 .theme-btn.btn-one:hover,
.home_2 .theme-btn.btn-one:before {
    background: #1c4e71;
}

.header-top-two .right-column .info-box {
    position: relative;
    display: block;
    padding-left: 65px;
    margin-right: 60px;
}

    .header-top-two .right-column .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .header-top-two .right-column .info-box p span {
        color: #062b45;
        font-weight: 600;
    }

.header-style-two .header-lower {
    position: relative;
    padding: 0px 80px;
    background: #f7f5f4;
}


    .header-style-two .header-lower:before {
        position: absolute;
        content: '';
        background: #002664;
        width: 50%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

.header-style-two .outer-container {
    position: relative;
    background: #1c4e71;
}

.header-style-two .header-lower .outer-container {
    border-radius: 5px 5px 0px 0px;
}

.header-style-two .service-box {
    position: relative;
    display: block;
    padding-left: 27px;
}

    .header-style-two .service-box .icon-box {
        position: absolute;
        left: 0px;
        top: 2px;
        font-size: 20px;
        color: #ffffff;
    }

.header-style-two .outer-box {
    padding: 0px;
}

.header-style-two .service-box .nice-select {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Gotham', 'Arial', sans-serif;
    font-weight: 500;
}

    .header-style-two .service-box .nice-select:before {
        content: "\f114";
        font-size: 12px;
    }

    .header-style-two .service-box .nice-select .option {
        color: #1c4e71;
    }

.header-style-two .main-menu .navigation > li > a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .header-style-two .main-menu .navigation > li > a:before {
        top: 22px;
    }

.main-menu .navigation > li.menu > a:before {
    content: none;
}

.main-menu .navigation > li > a {
    padding: 5px 0;
}

.header-style-two .main-menu .navigation > li.dropdown:hover > ul,
.header-style-two .main-menu .navigation > li.dropdown:hover > .megamenu {
    margin-top: -12px;
}

.header-style-two .language-box {
    position: relative;
    margin-right: 25px;
    padding: 0px 0px 0px 42px !important;
}

    .header-style-two .language-box .icon-box {
        position: absolute;
        left: 0px;
        top: -5px;
    }

.header-style-two .menu-right-content .language-box .nice-select,
.header-style-two .menu-right-content .option-box .nice-select {
    background: transparent;
    font-size: 18px;
    font-family: 'Gotham', 'Arial', sans-serif;
    color: #ffffff;
    font-weight: 500;
    padding-left: 0px;
}

    .header-style-two .menu-right-content .language-box .nice-select:before,
    .header-style-two .menu-right-content .option-box .nice-select:before {
        content: "\f114";
        font-size: 12px;
        color: #ffffff;
    }

.header-style-two .nice-select .option {
    color: #1c4e71;
}

.header-style-two .menu-right-content .option-box {
    margin-right: 0px;
}

.header-style-two .main-menu {
    margin-right: 0px;
}

.header-style-two .sticky-header {
    border-bottom: none;
}


/** banner-style-two **/

.banner-style-two {
    position: relative;
    padding: 0px 80px;
    background: #f7f5f4;
    margin-bottom: 0px;
}

    .banner-style-two:before {
        position: absolute;
        content: '';
        background: #002664;
        width: 50%;
        height: calc(100% - 120px);
        left: 0px;
        top: 0px;
    }

    .banner-style-two .slide-item {
        position: relative;
        padding: 141px 0px 185px 0px;
    }

        .banner-style-two .slide-item:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.55;
            z-index: 1;
        }

    .banner-style-two .banner-carousel .content-box {
        max-width: 880px;
        margin: 0 auto;
    }

        .banner-style-two .banner-carousel .content-box h4 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
            opacity: 0;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

    .banner-style-two .banner-carousel .active .content-box h4 {
        opacity: 1;
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .banner-style-two .banner-carousel .content-box h3 {
        position: relative;
        display: block;
        font-size: 60px;
        line-height: 62px;
        color: #ffffff;
        margin-bottom: 30px;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-style-two .banner-carousel .active .content-box h3 {
        opacity: 1;
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .banner-style-two .banner-carousel .content-box h3 span {
        position: relative;
        display: inline-block;
        padding-bottom: 25px;
    }

        .banner-style-two .banner-carousel .content-box h3 span:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 7px;
            left: 0px;
            bottom: -1px;
        }

    .banner-style-two .banner-carousel .content-box h2 {
        text-transform: uppercase;
        margin-bottom: 31px;
    }

    .banner-style-two .banner-carousel .content-box .btn-box {
        display: block;
    }

        .banner-style-two .banner-carousel .content-box .btn-box .theme-btn {
            margin-right: 0px;
        }

    .banner-style-two .banner-carousel .owl-nav {
        position: absolute;
        top: 50%;
        right: 80px;
        margin-top: -61px;
    }

        .banner-style-two .banner-carousel .owl-nav button {
            position: relative;
            display: block;
            width: 56px;
            height: 56px;
            line-height: 56px;
            font-size: 16px;
            color: #ffffff;
            text-align: center;
            border: 1px solid #ffffff;
            border-radius: 5px;
            cursor: pointer;
            transition: all 500ms ease;
        }

            .banner-style-two .banner-carousel .owl-nav button:hover {
            }

            .banner-style-two .banner-carousel .owl-nav button.owl-prev {
                margin-bottom: 10px;
            }

    .banner-style-two .news-box {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -35px;
        z-index: 2;
        width: 100%;
        text-align: left;
    }

    .banner-style-two .news-inner {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
        padding-left: 160px;
    }

        .banner-style-two .news-inner h6 {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 0px;
            width: 160px;
            font-size: 16px;
            line-height: 24px;
            color: #ffffff;
            text-transform: uppercase;
            padding: 22px 10px 22px 20px;
        }

            .banner-style-two .news-inner h6 i {
                position: relative;
                margin-right: 10px;
                font-size: 20px;
                font-weight: 400;
                top: 3px;
            }

        .banner-style-two .news-inner .text {
            position: relative;
            display: block;
            padding: 20px 150px 22px 98px;
        }

            .banner-style-two .news-inner .text .image-box {
                position: absolute;
                display: inline-block;
                left: 30px;
                top: 11px;
                width: 48px;
                height: 48px;
                border-radius: 50%;
            }

                .banner-style-two .news-inner .text .image-box img {
                    width: 100%;
                    border-radius: 50%;
                }

                .banner-style-two .news-inner .text .image-box:before {
                    position: absolute;
                    content: '';
                    background: #000000;
                    width: 100%;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    border-radius: 50%;
                    opacity: 0.1;
                    z-index: 1;
                }

        .banner-style-two .news-inner .owl-nav {
            position: absolute;
            top: 23px;
            right: 30px;
        }

            .banner-style-two .news-inner .owl-nav button {
                position: relative;
                display: inline-block;
                width: 25px;
                height: 25px;
                line-height: 25px;
                font-size: 10px;
                color: #0b2f49;
                border: 1px solid #e7e5e3;
                border-radius: 4px;
                text-align: center;
                cursor: pointer;
                transition: all 500ms ease;
            }

                .banner-style-two .news-inner .owl-nav button:hover {
                    color: #ffffff;
                }

                .banner-style-two .news-inner .owl-nav button.owl-prev {
                    margin-right: 10px;
                }

                    .banner-style-two .news-inner .owl-nav button.owl-prev span {
                        position: relative;
                        display: inline-block;
                        transform: rotate(180deg);
                        top: -2px;
                        left: -1px;
                    }


/** online-service-two **/

.online-service-two {
    position: relative;
    background: #f7f5f4;
    padding: 123px 0px 100px 0px;
}

    .online-service-two .sec-title .link-box {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .online-service-two .single-item .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
        padding: 0px 30px 29px 30px;
        text-align: center;
        margin-right: 20px;
        overflow: hidden;
    }

        .online-service-two .single-item .inner-box .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            transform: scale(0.9);
            transition: all 500ms ease;
        }

        .online-service-two .single-item .inner-box:hover .bg-layer {
            opacity: 1;
            transform: scale(1);
        }

        .online-service-two .single-item .inner-box .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.8;
        }

    .online-service-two .single-item:last-child .inner-box {
        margin-right: 0px !important;
    }

    .online-service-two .single-item .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 86px;
        text-align: center;
        margin-bottom: 16px;
        z-index: 1;
        transition: all 500ms ease;
    }

    .online-service-two .single-item .inner-box:hover .icon-box {
        opacity: 0;
    }

    .online-service-two .single-item .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: #f7f5f4;
        width: 100%;
        height: 60px;
        left: 0px;
        top: 0px;
        z-index: -1;
    }

    .online-service-two .single-item .inner-box .icon-box:after {
        position: absolute;
        content: '';
        background: #f7f5f4;
        width: 100%;
        height: 30px;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    }

    .online-service-two .single-item .inner-box h3 {
        display: block;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 3px;
    }

        .online-service-two .single-item .inner-box h3 a {
            display: inline-block;
            color: #062b45;
        }

            .online-service-two .single-item .inner-box h3 a:hover {
            }

    .online-service-two .single-item .inner-box:hover h3 a {
        color: #ffffff;
    }

    .online-service-two .single-item .inner-box h6 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .online-service-two .single-item .inner-box h6 a {
            display: inline-block;
            color: #827f7f;
            padding-top: 27px;
        }

            .online-service-two .single-item .inner-box h6 a:hover {
            }

            .online-service-two .single-item .inner-box h6 a:before {
                position: absolute;
                content: '...';
                font-size: 20px;
                left: 50%;
                transform: translateX(-50%);
                top: 0px;
                letter-spacing: 1px;
            }

    .online-service-two .single-item .inner-box:hover h6 a {
        color: #ffffff;
    }

    .online-service-two .single-item {
        position: relative;
        float: left;
        width: 20%;
    }


/** service-style-two **/

.service-style-two {
    position: relative;
    padding: 88px 0px 70px 0px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .service-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
    }

        .service-block-two .inner-box .image-box img {
            width: 100%;
            border-radius: 5px;
        }

    .service-block-two .inner-box .btn-box {
        position: absolute;
        right: 0px;
        bottom: -56px;
        z-index: 1;
        opacity: 0;
        transition: all 500ms ease;
    }

    .service-block-two .inner-box:hover .btn-box {
        bottom: 0px;
        opacity: 1;
    }

.service-block-three .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 31px 39px 39px 39px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

    .service-block-three .inner-box h6 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .service-block-three .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
        margin-bottom: 22px;
        border-bottom: 4px solid #e7e5e3;
    }

        .service-block-three .inner-box h3 a {
            display: inline-block;
            color: #062b45;
        }

            .service-block-three .inner-box h3 a:hover {
            }

    .service-block-three .inner-box p {
        margin-bottom: 22px;
    }

    .service-block-three .inner-box .list-item li {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

        .service-block-three .inner-box .list-item li:last-child {
            margin-bottom: 0px;
        }

        .service-block-three .inner-box .list-item li a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #827f7f;
            background: #f7f5f4;
            border: 1px solid #f7f5f4;
            padding: 4px 19px;
            text-align: center;
            border-radius: 5px;
        }

            .service-block-three .inner-box .list-item li a:hover {
                background: transparent;
            }


/** about-style-two **/

.about-style-two {
    position: relative;
    padding: 82px 0px 100px 0px;
}

    .about-style-two .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .about-style-two .bg-layer:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            background: -webkit-linear-gradient(-90deg, rgba(2, 33, 54, 0.90) 60%, rgba(233, 51, 20, 0.70) 110%);
        }

    .about-style-two .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% - 15px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.8;
    }

    .about-style-two .image-layer {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .about-style-two .content-box {
        position: relative;
        padding-left: 300px;
    }

        .about-style-two .content-box .period-box {
            position: absolute;
            display: flex;
            left: 60px;
            top: 90px;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            width: 170px;
            height: 170px;
            border-radius: 50%;
        }

            .about-style-two .content-box .period-box:before {
                position: absolute;
                content: '';
                border: 1px solid #ffffff;
                border-radius: 50%;
                top: 0px;
                right: 10px;
                width: 100%;
                height: 100%;
            }

            .about-style-two .content-box .period-box h4 {
                position: relative;
                display: block;
                font-size: 20px;
                line-height: 24px;
            }

            .about-style-two .content-box .period-box h3 {
                display: block;
                font-size: 26px;
                line-height: 34px;
                margin-bottom: 5px;
            }

        .about-style-two .content-box .inner-box h2 {
            font-size: 36px;
            line-height: 58px;
            color: #ffffff;
            margin-bottom: 19px;
        }

            .about-style-two .content-box .inner-box h2 span {
                font-size: 16px;
                text-transform: uppercase;
            }

        .about-style-two .content-box .inner-box p {
            color: #afb4b8;
            margin-bottom: 23px;
        }

        .about-style-two .content-box .inner-box h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            color: #ffffff;
            margin-bottom: 18px;
        }

        .about-style-two .content-box .inner-box .list-item {
            margin-bottom: 26px;
        }

            .about-style-two .content-box .inner-box .list-item li {
                position: relative;
                display: block;
                color: #afb4b8;
                margin-bottom: 14px;
                padding-left: 30px;
            }

                .about-style-two .content-box .inner-box .list-item li:last-child {
                    margin-bottom: 0px;
                }

                .about-style-two .content-box .inner-box .list-item li:before {
                    position: absolute;
                    content: '';
                    width: 16px;
                    height: 16px;
                    left: 0px;
                    top: 7px;
                    border-radius: 2px;
                }

                .about-style-two .content-box .inner-box .list-item li:after {
                    position: absolute;
                    content: '';
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    left: 6px;
                    top: 13px;
                }

        .about-style-two .content-box .inner-box .link-box a {
            color: #ffffff;
        }

        .about-style-two .content-box .inner-box .link-box {
            margin-bottom: 36px;
        }


/** departments-section **/

.departments-section {
    position: relative;
    background: #f7f5f4;
    padding: 88px 0px 90px 0px;
}

.departments-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 15px;
    margin-bottom: 52px;
}

.departments-block-one:last-child .inner-box {
    margin-bottom: 0px;
}

.departments-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    z-index: 1;
}

    .departments-block-one .inner-box .icon-box:after {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        border-radius: 5px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        z-index: -1;
    }

    .departments-block-one .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: #dedcda;
        width: 100%;
        height: 100%;
        top: 10px;
        left: 18px;
        border-radius: 5px;
        transform: rotate(7deg);
        z-index: -1;
    }

.departments-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

    .departments-block-one .inner-box h3 a {
        display: inline-block;
        color: #062b45;
    }

        .departments-block-one .inner-box h3 a:hover {
        }

.departments-block-one .inner-box p {
    margin-bottom: 14px;
}

.departments-section .image-box {
    position: relative;
    display: block;
    border-radius: 5px;
}

    .departments-section .image-box img {
        width: 100%;
        border-radius: 5px;
    }

.departments-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #e1dfdd;
    width: 3px;
    height: calc(100% - 8px);
    top: 0px;
}

.departments-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(0% - 0px);
    top: 0px;
    transition: all 500ms ease;
}

.left-column .departments-block-one .inner-box:before {
    left: 0px;
}

.right-column .departments-block-one .inner-box:before {
    right: 0px;
}

.left-column .departments-block-one .inner-box:after {
    left: 0px;
}

.right-column .departments-block-one .inner-box:after {
    right: 0px;
}

.departments-block-one .inner-box:hover:after {
    height: calc(100% - 8px);
}

.departments-section .more-link {
    margin-top: 33px;
}


/** highlights-section **/

.highlights-section {
    position: relative;
    padding: 100px 0px 100px 0px;
}

    .highlights-section .inner-box {
        position: relative;
        display: block;
        padding-right: 60px;
        margin-right: 30px;
        padding-bottom: 60px;
    }

        .highlights-section .inner-box .image-box {
            position: relative;
            display: block;
            border-radius: 5px;
        }

            .highlights-section .inner-box .image-box img {
                width: 100%;
                border-radius: 5px;
            }

        .highlights-section .inner-box .slider-content {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 360px;
        }

        .highlights-section .inner-box .text-box {
            position: relative;
            display: block;
            overflow: hidden;
            background: #ffffff;
            border-radius: 5px;
            padding: 31px 30px 33px 30px;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
        }

        .highlights-section .inner-box .owl-carousel .owl-stage-outer {
            overflow: visible;
        }

            .highlights-section .inner-box .owl-carousel .owl-stage-outer .owl-item {
                opacity: 0;
            }

                .highlights-section .inner-box .owl-carousel .owl-stage-outer .owl-item.active {
                    opacity: 1;
                }

        .highlights-section .inner-box .text-box h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 12px;
        }

        .highlights-section .inner-box .text-box p {
            margin-bottom: 13px;
        }

        .highlights-section .inner-box .owl-dots {
            position: absolute;
            right: 29px;
            bottom: 24px;
            width: 70px;
            min-height: 40px;
            counter-reset: slides-num;
        }

            .highlights-section .inner-box .owl-dots::after {
                position: absolute;
                right: 0px;
                top: 0px;
                content: "0" counter(slides-num);
                display: inline-block;
                font-size: 20px;
                color: #aea9a9;
                font-weight: 600;
                font-family: 'Gotham', 'Arial', sans-serif;
            }

            .highlights-section .inner-box .owl-dots:before {
                position: absolute;
                content: '';
                right: 30px;
                top: 6px;
                width: 1px;
                height: 18px;
                background: #aea9a9;
                transform: rotate(10deg);
            }

            .highlights-section .inner-box .owl-dots button span {
                display: none !important;
            }

            .highlights-section .inner-box .owl-dots button {
                position: absolute;
                top: -4px;
                left: 15px;
                counter-increment: slides-num;
                font-size: 30px;
                font-weight: 600;
                font-family: 'Gotham', 'Arial', sans-serif;
            }

                .highlights-section .inner-box .owl-dots button.active:before {
                    position: absolute;
                    content: counter(slides-num);
                }

                .highlights-section .inner-box .owl-dots button.active:after {
                    position: absolute;
                    content: '0';
                    top: 0px;
                    right: 0px;
                }

    .highlights-section .content-box {
        position: relative;
        display: block;
    }

        .highlights-section .content-box .list-item li {
            position: relative;
            display: block;
        }

            .highlights-section .content-box .list-item li:before {
                position: absolute;
                content: '';
                background: #e1dfdd;
                width: 100px;
                height: 1px;
                left: 0px;
                bottom: 0px;
                transition: all 500ms ease;
            }

            .highlights-section .content-box .list-item li:hover:before {
                width: 100%;
            }

            .highlights-section .content-box .list-item li a {
                position: relative;
                display: block;
                padding: 20px 0px 22px 0px;
            }

            .highlights-section .content-box .list-item li h3 {
                display: inline-block;
                font-size: 24px;
                line-height: 32px;
                color: #062b45;
            }

            .highlights-section .content-box .list-item li a:hover h3 {
            }

            .highlights-section .content-box .list-item li h3 span {
                position: relative;
                font-size: 18px;
                font-family: Hanken Grotesk, sans-serif;
                font-weight: 400;
                color: #827f7f;
                top: -10px;
            }

    .highlights-section .content-box {
        position: relative;
        display: block;
        background: transparent;
        z-index: 1;
        margin-top: -12px;
    }

        .highlights-section .content-box .list-item li a:before {
            position: absolute;
            content: '';
            top: 29px;
            right: 0px;
            width: 16px;
            height: 16px;
            border: 2px solid #d2d0ce;
            border-radius: 2px;
            transition: all 500ms ease;
        }

        .highlights-section .content-box .list-item li a:hover:before {
        }

        .highlights-section .content-box .list-item li a:after {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            right: 5px;
            top: 34px;
            border-radius: 50%;
            transform: scale(0, 0);
            transition: all 500ms ease;
        }

        .highlights-section .content-box .list-item li a:hover:after {
            transform: scale(1, 1);
        }

        .highlights-section .content-box .sec-title {
            margin-bottom: 13px;
        }

        .highlights-section .content-box .link-box {
            margin-top: 30px;
        }

    .highlights-section .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


/** funfact-section **/

.funfact-section {
    position: relative;
    padding: 100px 0px 92px 0px;
}

    .funfact-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .funfact-section .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.92;
        }

.funfact-block-one .inner-box {
    position: relative;
    display: block;
}

    .funfact-block-one .inner-box .icon-box {
        position: relative;
        display: block;
        margin-bottom: 21px;
    }

    .funfact-block-one .inner-box h3 {
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #afb4b8;
        margin-bottom: 10px;
    }

    .funfact-block-one .inner-box .count-outer {
        position: relative;
        display: block;
        font-size: 48px;
        line-height: 54px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #ffffff;
        font-weight: 600;
    }


/** event-section **/

.event-section {
    position: relative;
    padding: 88px 0px 90px 0px;
}

.event-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: all 500ms ease;
}

    .event-block-one .inner-box:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    }

    .event-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .event-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .event-block-one .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
                height: 280px;
                object-fit: cover;
            }

    .event-block-one .inner-box:hover .image-box .image img {
        transform: scale(1.05);
    }

    .event-block-one .inner-box .image-box .category {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
    }

        .event-block-one .inner-box .image-box .category a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 5px;
            text-align: center;
            padding: 0px 10px;
        }

    .event-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        border: 1px solid #e7e5e3;
        border-radius: 0px 0px 5px 5px;
    }

        .event-block-one .inner-box .lower-content .text-box {
            position: relative;
            background: #ffffff;
            margin: -75px 10px 0px 10px;
            padding: 15px;
            border-radius: 5px 5px 0px 0px;
        }

        .event-block-one .inner-box .lower-content h3 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e7e5e3;
        }

            .event-block-one .inner-box .lower-content h3 a {
                font-size: 14px;
                line-height: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                color: #002664;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 60px;
            }

                .event-block-one .inner-box .lower-content h3 a:hover {
                }

        .event-block-one .inner-box .lower-content .info-list li {
            position: relative;
            display: block;
            margin-bottom: 7px;
        }

            .event-block-one .inner-box .lower-content .info-list li:last-child {
                margin-bottom: 0px;
            }

            .event-block-one .inner-box .lower-content .info-list li h5 {
                display: block;
                font-size: 18px;
                line-height: 26px;
                font-weight: 500;
                margin-bottom: 5px;
            }

            .event-block-one .inner-box .lower-content .info-list li p {
                display: block;
                padding-left: 22px;
            }

                .event-block-one .inner-box .lower-content .info-list li p i {
                    position: absolute;
                    left: 0px;
                    top: 4px;
                    font-size: 16px;
                }

        .event-block-one .inner-box .lower-content .lower-box {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 5px 20px;
            border-top: 1px solid #e7e5e3;
        }

        /*.event-block-one .inner-box .lower-content .lower-box:before {
  position: absolute;
  content: '';
  background: #e7e5e3;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
}*/

        .event-block-one .inner-box .lower-content .share-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #827f7f;
        }

            .event-block-one .inner-box .lower-content .share-box a i {
                position: relative;
                margin-left: 8px;
                top: 1px;
                font-size: 14px;
                color: #aea9a9;
            }

            .event-block-one .inner-box .lower-content .share-box a:hover {
            }

.event-section .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.event-section .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Gotham', 'Arial', sans-serif;
    font-weight: 600;
    color: #062b45;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    margin-right: 10px;
    transition: all 500ms ease;
}

    .event-section .tab-btns .tab-btn:last-child {
        margin: 0px !important;
    }

    .event-section .tab-btns .tab-btn.active-btn {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    }

.event-section .sec-title {
    margin-bottom: 0px;
}

.event-section .more-link {
    margin-top: 41px;
}


/** download-section **/

.download-section {
    position: relative;
    padding: 100px 0px;
}

    .download-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .download-section .pattern-layer {
        position: absolute;
        right: 0px;
        top: 0px;
        width: calc(50% + 185px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .download-section .download-list li {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .download-section .download-list li:last-child {
            margin-bottom: 0px;
        }

        .download-section .download-list li a {
            position: relative;
            display: inline-block;
            border-radius: 5px;
            padding: 21px 20px 23px 110px;
        }

            .download-section .download-list li a .icon-box {
                position: absolute;
                display: inline-block;
                left: 30px;
                top: 25px;
                background: #ffffff;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                border-radius: 50%;
            }

            .download-section .download-list li a h3 {
                display: block;
                font-size: 22px;
                line-height: 30px;
                color: #ffffff;
                margin-bottom: 4px;
            }

            .download-section .download-list li a span {
                display: block;
                color: #e1dfdd;
            }

            .download-section .download-list li a:hover {
                background: #1b1d24;
            }


/** news-style-two **/

.news-style-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

    .news-block-two .inner-box h6 {
        display: block;
        font-size: 12px;
        line-height: 28px;
        padding-left: 19px;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

        .news-block-two .inner-box h6 i {
            position: absolute;
            left: 0px;
            top: 6px;
            font-size: 14px;
        }

    .news-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .news-block-two .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .news-block-two .inner-box:hover .image-box img {
        transform: scale(1.05);
    }

    .news-block-two .inner-box .lower-content {
        position: relative;
        display: flex;
        padding: 24px 20px 8px 20px;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .news-block-two .inner-box .lower-content h3 {
            display: block;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .news-block-two .inner-box .lower-content h3 a {
                display: inline-block;
                color: #062b45;
                font-size: 16px;
            }

                .news-block-two .inner-box .lower-content h3 a:hover {
                }

        .news-block-two .inner-box .lower-content .post-info li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
            font-size: 18px;
            color: #002664;
        }

            .news-block-two .inner-box .lower-content .post-info li:last-child {
                margin: 0px !important;
            }

            .news-block-two .inner-box .lower-content .post-info li a {
                display: inline-block;
                color: #827F77;
                font-family: 'Gotham', 'Arial', sans-serif;
            }

                .news-block-two .inner-box .lower-content .post-info li a:hover {
                }

        .news-block-two .inner-box .lower-content .post-info {
            margin-bottom: 8px;
        }

        .news-block-two .inner-box .lower-content .lower-box {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 0px 0px 0px;
            border-top: 1px solid #ede7e9;
        }

            .news-block-two .inner-box .lower-content .lower-box .share-box a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #a8a4a5;
                padding-right: 22px;
            }

                .news-block-two .inner-box .lower-content .lower-box .share-box a i {
                    position: absolute;
                    top: 3px;
                    right: 0px;
                    font-size: 14px;
                }

                .news-block-two .inner-box .lower-content .lower-box .share-box a:hover {
                }


/** footer-style-two **/

.footer-style-two {
    position: relative;
    background: #002664;
}

    .footer-style-two .widget-section {
        position: relative;
        padding: 91px 0px 90px 0px;
        border-bottom: 1px solid #224359;
    }

    .footer-style-two .footer-logo {
        position: relative;
        display: block;
        margin-bottom: 32px;
    }

    .footer-style-two .logo-widget h4 {
        display: block;
        font-size: 20px;
        line-height: 28px;
        color: #ffffff;
        margin-bottom: 16px;
    }

    .footer-style-two .logo-widget .info-list li {
        position: relative;
        display: block;
        margin-bottom: 5px;
    }

        .footer-style-two .logo-widget .info-list li:last-child {
            margin-bottom: 0px;
        }

        .footer-style-two .logo-widget .info-list li span {
            position: relative;
            display: block;
            color: #afb4b8;
        }

        .footer-style-two .logo-widget .info-list li p {
            color: #ffffff;
        }

    .footer-style-two .logo-widget {
        margin-top: 9px;
    }

    .footer-style-two .widget-title {
        position: relative;
        display: block;
        margin-bottom: 28px;
    }

        .footer-style-two .widget-title h3 {
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
        }

    .footer-style-two .links-widget .links-list li {
        position: relative;
        display: block;
        margin-bottom: 12px;
    }

        .footer-style-two .links-widget .links-list li:last-child {
            margin-bottom: 0px;
        }

        .footer-style-two .links-widget .links-list li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #afb4b8;
        }

            .footer-style-two .links-widget .links-list li a:hover {
                padding-left: 19px;
            }

            .footer-style-two .links-widget .links-list li a:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                left: 0px;
                top: 0px;
                opacity: 0;
                transition: all 500ms ease;
            }

            .footer-style-two .links-widget .links-list li a:hover:before {
                opacity: 1;
            }

    .footer-style-two .post-widget .post {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }

        .footer-style-two .post-widget .post:last-child {
            margin-bottom: 0px;
        }

        .footer-style-two .post-widget .post h6 {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: #afb4b8;
            padding-left: 20px;
            margin-bottom: 7px;
            text-transform: uppercase;
        }

            .footer-style-two .post-widget .post h6 i {
                position: absolute;
                left: 0px;
                top: 6px;
                font-size: 14px;
            }

        .footer-style-two .post-widget .post h4 {
            display: block;
            font-size: 20px;
            line-height: 28px;
            font-weight: 500;
        }

            .footer-style-two .post-widget .post h4 a {
                display: inline-block;
                color: #ffffff;
            }

                .footer-style-two .post-widget .post h4 a:hover {
                    text-decoration: underline;
                }


.footer-bottom-two {
    position: relative;
    padding: 20px 0px;
}

    .footer-bottom-two .bottom-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom-two .bottom-inner .social-links li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 20px;
            font-size: 18px;
            color: #afb4b8;
        }

            .footer-bottom-two .bottom-inner .social-links li:last-child {
                margin: 0px !important;
            }

            .footer-bottom-two .bottom-inner .social-links li a {
                position: relative;
                display: inline-block;
                color: #afb4b8;
            }

                .footer-bottom-two .bottom-inner .social-links li a:hover {
                }

        .footer-bottom-two .bottom-inner .copyright p {
            color: #afb4b8;
        }

            .footer-bottom-two .bottom-inner .copyright p a {
                display: inline-block;
            }

                .footer-bottom-two .bottom-inner .copyright p a:hover {
                    text-decoration: underline;
                }

        .footer-bottom-two .bottom-inner .footer-nav li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 23px;
        }

            .footer-bottom-two .bottom-inner .footer-nav li:last-child {
                margin: 0px !important;
            }

            .footer-bottom-two .bottom-inner .footer-nav li a {
                font-size: 18px;
                color: #afb4b8;
            }

                .footer-bottom-two .bottom-inner .footer-nav li a:hover {
                }

            .footer-bottom-two .bottom-inner .footer-nav li:before {
                position: absolute;
                content: '';
                background: #465e6e;
                width: 2px;
                height: 2px;
                right: -13px;
                bottom: 8px;
            }

            .footer-bottom-two .bottom-inner .footer-nav li:last-child:before {
                display: none;
            }


/** subscribe-style-two **/

.subscribe-style-two {
    position: relative;
    padding: 79px 0px 100px 0px;
}

    .subscribe-style-two .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .subscribe-style-two .bg-layer:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.5;
            mix-blend-mode: multiply;
        }

    .subscribe-style-two .big-text {
        position: relative;
        display: block;
        font-size: 203px;
        line-height: 150px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 0px 10px 0px rgba(255, 255, 255, 0.30);
        margin-bottom: 78px;
    }

    .subscribe-style-two .form-inner {
        position: relative;
        display: block;
        padding: 20px 30px 30px 30px;
        border-radius: 5px;
    }

        .subscribe-style-two .form-inner h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
            margin-bottom: 18px;
        }

        .subscribe-style-two .form-inner .form-group {
            position: relative;
            padding-right: 66px;
        }

            .subscribe-style-two .form-inner .form-group input[type='email'] {
                position: relative;
                display: block;
                width: 100%;
                height: 56px;
                border: 1px solid #ffffff;
                border-radius: 5px;
                font-size: 18px;
                color: #ffffff;
                padding: 10px 20px 10px 45px;
            }

            .subscribe-style-two .form-inner .form-group .icon-box {
                position: absolute;
                left: 20px;
                top: 14px;
                font-size: 14px;
                color: #ffffff;
            }

            .subscribe-style-two .form-inner .form-group button[type='submit'] {
                position: absolute;
                display: inline-block;
                top: 0px;
                right: 0px;
                width: 56px;
                height: 56px;
                line-height: 56px;
                background: #ffffff;
                text-align: center;
                border-radius: 5px;
                cursor: pointer;
                transition: all 500ms ease;
            }

    .subscribe-style-two .single-item {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
        padding: 30px 10px 24px 10px;
    }

        .subscribe-style-two .single-item .icon-box {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 5px;
            margin-bottom: 18px;
            z-index: 1;
        }

            .subscribe-style-two .single-item .icon-box:after {
                position: absolute;
                content: '';
                background: #ffffff;
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                border-radius: 5px;
                z-index: -1;
            }

            .subscribe-style-two .single-item .icon-box:before {
                position: absolute;
                content: '';
                background: rgba(0, 0, 0, 0.10);
                width: 100%;
                height: 100%;
                top: 10px;
                left: 18px;
                border-radius: 5px;
                transform: rotate(7deg);
                z-index: -1;
            }

        .subscribe-style-two .single-item h6 {
            display: block;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
        }

            .subscribe-style-two .single-item h6 a {
                display: inline-block;
                color: #062b45;
            }

                .subscribe-style-two .single-item h6 a:hover {
                }

        .subscribe-style-two .single-item.scroll-to-target h6 {
            color: #ffffff;
        }

        .subscribe-style-two .single-item.scroll-to-target {
            cursor: pointer;
        }


/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

.header-style-three .header-top {
    background: #f6f6f6;
    padding: 10.5px 50px;
    border-bottom: 1px solid grey;
}

    .header-style-three .header-top .option-list li a:hover {
    }

    .header-style-three .header-top .right-column {
        position: relative;
        display: flex;
        align-items: center;
    }

        .header-style-three .header-top .right-column .text {
            position: relative;
            display: block;
            padding-left: 28px;
            margin-right: 60px;
        }

            .header-style-three .header-top .right-column .text:before {
                position: absolute;
                content: '';
                background: #213c4e;
                width: 1px;
                height: 22px;
                top: 5px;
                right: -30px;
            }

            .header-style-three .header-top .right-column .text .icon-box {
                position: absolute;
                left: 0px;
                top: 5px;
                font-size: 18px;
            }

            .header-style-three .header-top .right-column .text p {
                color: #ffffff;
            }

                .header-style-three .header-top .right-column .text p a {
                    display: inline-block;
                }

                    .header-style-three .header-top .right-column .text p a:hover {
                        text-decoration: underline;
                    }

    .header-style-three .header-top .social-links li a {
        color: #afb4b8;
    }

        .header-style-three .header-top .social-links li a:hover {
        }

.header-style-three .header-lower {
    position: relative;
}

    .header-style-three .header-lower .outer-box {
        border-bottom: 1px solid #cacec7;
    }

    .header-style-three .header-lower .outer-container {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background: #002664;
    }

.home_3 .theme-btn.btn-one:hover,
.home_3 .theme-btn.btn-one:before {
    background: #002664;
}

.header-style-three .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .header-style-three .outer-box .left-column {
        position: relative;
        display: flex;
        align-items: center;
    }

        .header-style-three .outer-box .left-column .logo-box {
            position: relative;
            margin-right: 80px;
        }

            .header-style-three .outer-box .left-column .logo-box:before {
                position: absolute;
                content: '';
                background: #d8dbd9;
                width: 1px;
                height: 56px;
                top: 0px;
                right: -40px;
            }

        .header-style-three .outer-box .left-column .info-box li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 15px;
        }

            .header-style-three .outer-box .left-column .info-box li.link-box a,
            .header-style-three .outer-box .left-column .info-box li .search-box-outer {
                position: relative;
                display: inline-block;
                width: 56px;
                height: 56px;
                line-height: 55px;
                background: #ffffff;
                text-align: center;
                border-radius: 50%;
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
                cursor: pointer;
                transition: all 500ms ease;
            }

        .header-style-three .outer-box .left-column .info-box .support-box {
            padding-left: 20px;
        }

            .header-style-three .outer-box .left-column .info-box .support-box .text {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 26px;
                color: #838684;
            }

            .header-style-three .outer-box .left-column .info-box .support-box p {
                position: relative;
                display: block;
                color: #838684;
            }

                .header-style-three .outer-box .left-column .info-box .support-box p a.phone {
                    text-decoration: underline;
                    font-weight: 600;
                }

                .header-style-three .outer-box .left-column .info-box .support-box p a span {
                    color: #062b45;
                    font-weight: 600;
                }

.header-style-three .menu-right-content .user-box {
    margin-right: 30px;
}

    .header-style-three .menu-right-content .user-box a {
        position: relative;
        display: inline-block;
        width: 56px;
        height: 56px;
        line-height: 52px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    }



.header-style-three .header-lower .main-menu .navigation > li > a:before {
    top: 5px;
}


/** banner-style-three **/

.banner-style-three {
    position: relative;
    overflow: hidden;
    margin-top: 54px;
}

    .banner-style-three .slide-item {
        position: relative;
        padding: 200px 0px 190px 0px;
    }

        .banner-style-three .slide-item:before {
            position: absolute;
            content: '';
            /* background: -webkit-linear-gradient(-90deg, #fff 3%, rgba(0,0,0,0.0) 15%); */
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            z-index: 1;
        }

        .banner-style-three .slide-item:after {
            position: absolute;
            content: '';
            background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.0) 100%);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            z-index: 1;
        }

    .banner-style-three .content-box h2 {
        margin-bottom: 28px;
    }

        .banner-style-three .content-box h2 span {
            position: relative;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
            font-size: 44px;
            line-height: 50px;
            font-weight: 700;
            color: #ffffff;
            padding: 1px 20px 1px 0px;
            border-radius: 5px;
        }

            .banner-style-three .content-box h2 span:before {
                content: '';
                width: 101%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 100%;
                -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
                -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
                transition: 1s cubic-bezier(.858, .01, .068, .99);
                z-index: 3;
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                -webkit-transition-delay: 1s;
                -o-transition-delay: 1s;
                transition-delay: 1s;
            }

    .banner-style-three .active .content-box h2 span:before {
        -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
        transform: translateX(1%);
    }

    .banner-style-three .content-box {
        max-width: 990px;
    }

        .banner-style-three .content-box p {
            font-size: 14px;
            line-height: 20px;
            color: #ffffff;
            margin-bottom: 32px;
        }

        .banner-style-three .content-box .theme-btn {
            background: #ffffff;
            color: #062b45 !important;
        }

            .banner-style-three .content-box .theme-btn:hover {
                color: #fff !important;
            }

    .banner-style-three .banner-carousel .owl-dots {
        left: 49%;
        top: inherit;
        bottom: 32px;
        transform: translateX(-50%);
        transform: translateY(-50%);
    }

        .banner-style-three .banner-carousel .owl-dots .owl-dot {
            display: inline-block;
            margin: 0px 10px;
            height: 8px;
            width: 35px;
            background: #ffffff;
        }

            .banner-style-three .banner-carousel .owl-dots .owl-dot.active {
                width: 70px;
            }

.owl-carousel.owl-loaded {
    cursor: pointer;
}

/** service-style-three **/

.service-style-three {
    position: relative;
}

.service-block-four .inner-box {
    position: relative;
    display: block;
    border: 4px solid #e4e9e6;
    padding: 35px 20px 34px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}

    .service-block-four .inner-box:hover {
        border-color: #002664;
        background: #002664;
    }

    .service-block-four .inner-box:before {
        position: absolute;
        content: '';
        width: 86px;
        height: 6px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px;
        border-radius: 10px;
        transition: all 500ms ease;
    }

    .service-block-four .inner-box:hover:before {
        width: calc(100% - 50px);
    }

    .service-block-four .inner-box h6 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .service-block-four .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

        .service-block-four .inner-box h3 a {
            display: inline-block;
            color: #062b45;
        }

            .service-block-four .inner-box h3 a:hover {
            }

    .service-block-four .inner-box:hover h3 a {
        color: #ffffff;
    }

    .service-block-four .inner-box .image-box {
        position: relative;
        display: inline-block;
        width: 210px;
        height: 210px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 14px;
    }

        .service-block-four .inner-box .image-box .icon-box {
            position: absolute;
            display: inline-block;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            width: 65px;
            height: 65px;
            line-height: 60px;
            background: #ffffff;
            text-align: center;
            border-radius: 50%;
            z-index: 1;
        }

        .service-block-four .inner-box .image-box .image {
            position: relative;
            display: inline-block;
            overflow: hidden;
        }

            .service-block-four .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
            }

    .service-block-four .inner-box:hover .image-box .image img {
        transform: scale(1.05);
    }

    .service-block-four .inner-box p {
        position: relative;
        transition: all 500ms ease;
    }

    .service-block-four .inner-box:hover p {
        opacity: 0;
    }

    .service-block-four .inner-box .link {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: all 500ms ease;
    }

    .service-block-four .inner-box:hover .link {
        bottom: 35px;
        opacity: 1;
    }

    .service-block-four .inner-box .link a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #afb4b8;
        font-weight: 600;
        text-transform: uppercase;
    }

        .service-block-four .inner-box .link a i {
            position: relative;
            display: block;
            font-size: 14px;
            font-weight: 400;
        }


/** about-style-three **/

.about-style-three {
    position: relative;
    background: #f3f7f5;
    padding: 100px 0px 90px 0px;
}

    .about-style-three .image-box {
        position: relative;
        display: block;
        margin-right: 30px;
        padding-right: 60px;
        padding-bottom: 60px;
    }

        .about-style-three .image-box .image {
            border-radius: 5px;
        }

            .about-style-three .image-box .image img {
                width: 100%;
                border-radius: 5px;
            }

        .about-style-three .image-box .image-2 {
            position: absolute;
            right: 0px;
            bottom: 0px;
        }

    .about-style-three .content-box {
        position: relative;
        display: block;
        margin-right: 70px;
        margin-top: -14px;
    }

.home_3 h1,
.home_3 h2,
.home_3 h3,
.home_3 h4,
.home_3 h5,
.home_3 h6 {
    color: #062b45;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

    .accordion-box .block .acc-content.current {
        display: block;
    }

.about-style-three .content-box .sec-title {
    margin-bottom: 31px;
}

    .about-style-three .content-box .sec-title h2 {
        line-height: 48px;
    }

.about-style-three .content-box .text-box {
    margin-bottom: 33px;
}

    .about-style-three .content-box .text-box h4 {
        display: block;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 14px;
    }

.about-style-three .content-box .accordion-box {
    position: relative;
    padding-left: 36px;
}

    .about-style-three .content-box .accordion-box:before {
        position: absolute;
        content: '';
        background: #d8dbd9;
        width: 6px;
        height: calc(100% - 8px);
        left: 0px;
        top: 9px;
        border-radius: 10px;
    }

    .about-style-three .content-box .accordion-box .accordion {
        margin-bottom: 5px;
    }

        .about-style-three .content-box .accordion-box .accordion:last-child {
            margin-bottom: 0px;
        }

    .about-style-three .content-box .accordion-box .acc-btn {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .about-style-three .content-box .accordion-box .acc-btn h3 {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 22px;
            color: #a0a2a1;
        }

        .about-style-three .content-box .accordion-box .acc-btn.active h3 {
            padding-left: 32px;
            color: #062b45;
        }

        .about-style-three .content-box .accordion-box .acc-btn h3 img {
            position: absolute;
            left: 0px;
            top: 11px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .about-style-three .content-box .accordion-box .acc-btn.active h3 img {
            opacity: 1;
        }

    .about-style-three .content-box .accordion-box .acc-content {
        padding-top: 10px;
    }

        .about-style-three .content-box .accordion-box .acc-content p {
            margin-bottom: 13px;
        }

/** council-section **/

.council-section {
    position: relative;
}

    .council-section:before {
        position: absolute;
        content: '';
        background: #f3f7f5;
        width: 100%;
        height: 50%;
        left: 0px;
        top: 0px;
    }

    .council-section .inner-container {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
        padding: 57px 60px;
    }

        .council-section .inner-container .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

            .council-section .inner-container .bg-layer:before {
                position: absolute;
                content: '';
                background: #002664;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                opacity: 0.9;
            }

    .council-section .sec-title {
        margin-bottom: 0px;
    }

.home_3 .sec-title h2 {
    line-height: 48px;
}

.council-section .single-links {
    position: relative;
    display: block;
    padding: 25px 25px 25px 100px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

    .council-section .single-links .icon-box {
        position: absolute;
        left: 0px;
        top: 0px;
        display: inline-block;
        width: 72px;
        height: 80px;
        line-height: 80px;
        background: #f3f7f5;
        text-align: center;
    }

    .council-section .single-links a {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #062b45;
        font-weight: 600;
    }

        .council-section .single-links a span {
            position: relative;
            display: block;
        }

            .council-section .single-links a span:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 14px;
                color: #a1a3a2;
                top: 2px;
                right: -7px;
                font-weight: 400;
            }

        .council-section .single-links a:hover {
        }

            .council-section .single-links a:hover span:before {
            }

.council-section .links-inner {
    position: relative;
    margin: 0px 5px;
}

    .council-section .links-inner .single-column {
        padding: 0px 10px;
    }


/** departments-style-two **/

.departments-style-two {
    position: relative;
    padding: 88px 0px 90px 0px;
}

.departments-block-two .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    padding-left: 180px;
    margin-bottom: 30px;
}

    .departments-block-two .inner-box .image-box {
        position: absolute;
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 5px;
        padding: 9px;
        border: 1px solid #e4e9e6;
        left: 30px;
        top: 29px;
    }

        .departments-block-two .inner-box .image-box img {
            width: 100%;
            border-radius: 5px;
        }

    .departments-block-two .inner-box .content-box {
        position: relative;
        padding: 21px 105px 23px 20px;
        min-height: 209px;
    }

        .departments-block-two .inner-box .content-box .icon-box {
            position: absolute;
            display: inline-block;
            top: 40px;
            right: 30px;
            width: 64px;
            height: 64px;
            line-height: 60px;
            border: 1px solid #e4e9e6;
            border-radius: 50%;
            text-align: center;
            background: #ffffff;
            z-index: 1;
        }

        .departments-block-two .inner-box .content-box h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 18px;
            padding-bottom: 20px;
        }

            .departments-block-two .inner-box .content-box h3 a {
                display: inline-block;
                color: #062b45;
            }

            .departments-block-two .inner-box .content-box h3:before {
                position: absolute;
                content: '';
                background: #e4e9e6;
                width: calc(100% + 80px);
                height: 1px;
                left: -20px;
                bottom: 0px;
            }

            .departments-block-two .inner-box .content-box h3 a:hover {
            }

        .departments-block-two .inner-box .content-box p {
            margin-bottom: 11px;
        }

.departments-style-two .more-link {
    margin-top: 11px;
}


/** resources-section **/

.resources-section {
    position: relative;
    /* background: #002664; */
    padding: 95px 0px 44px 0px;
    top: -9px;
}

    .resources-section .sec-title {
        position: relative;
        margin: 0px;
        padding: 279px 30px 30px 30px;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 20px;
        margin-top: 5px;
    }

        .resources-section .sec-title .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

            .resources-section .sec-title .bg-layer:before {
                position: absolute;
                content: '';
                background: -webkit-linear-gradient(-90deg, rgba(2, 168, 85, 0.0) 75%, rgba(2, 168, 85, 1) 90%);
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 100%;
            }

        .resources-section .sec-title h2 {
            line-height: 44px;
        }

        .resources-section .sec-title a {
            position: relative;
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
            font-size: 16px;
            line-height: 24px;
            color: #002664;
            font-weight: 600;
            text-transform: uppercase;
            background: #ffffff;
            padding: 16px 30px;
            text-align: center;
            border-radius: 5px;
        }

            .resources-section .sec-title a:hover {
                background: #002664;
                color: #ffffff;
            }

        .resources-section .sec-title p {
            color: #e5efea;
            margin-bottom: 22px;
            margin-top: 12px;
        }

        .resources-section .sec-title .shape {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 349px;
            background-size: cover;
            background-repeat: no-repeat;
        }

.resources-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 51px;
}

    .resources-block-one .inner-box .upper-box {
        position: relative;
        display: block;
        padding-left: 47px;
        margin-bottom: 25px;
    }

        .resources-block-one .inner-box .upper-box .icon-box {
            position: absolute;
            left: 0px;
            top: 2px;
        }

    .resources-block-one .inner-box h3 {
        display: block;
        font-size: 25px;
        line-height: 33px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .resources-block-one .inner-box p {
        display: block;
        color: #afb4b8;
    }

    .resources-block-one .inner-box .bx-viewport {
        min-height: 145px !important;
    }

    .resources-block-one .inner-box .feature-slide li {
        position: relative;
        display: block;
        font-size: 18px;
        color: #afb4b8;
        margin-bottom: 12px;
    }

    .resources-block-one .inner-box .list-item {
        position: relative;
        padding-left: 47px;
    }

        .resources-block-one .inner-box .list-item:before {
            position: absolute;
            content: '';
            background: #213c4e;
            width: 4px;
            height: calc(100% - 26px);
            left: 0px;
            top: 7px;
            border-radius: 10px;
        }

    .resources-block-one .inner-box .bx-pager-link {
        position: relative;
        display: inline-block;
        font-size: 0px;
        width: 4px;
        height: 33px;
        background: #213c4e;
        border-radius: 10px;
        top: -6px;
        transition: all 500ms ease;
    }

    .resources-block-one .inner-box .bx-pager-item {
        height: 33px;
    }

    .resources-block-one .inner-box .bx-pager-link.active {
    }

    .resources-block-one .inner-box .bx-pager {
        position: absolute;
        left: 0px;
        top: 7px;
    }


/** discover-section **/

.discover-section {
    position: relative;
    padding: 88px 0px 190px 0px;
}


    .discover-section .content-inner {
        position: relative;
        margin-right: -400px;
    }

.discover-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

    .discover-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
    }

        .discover-block-one .inner-box .image-box:before {
            position: absolute;
            content: '';
            background: #062b45;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0;
            z-index: 1;
            transition: all 500ms ease;
        }

    .discover-block-one .inner-box:hover .image-box:before {
        opacity: 0.9;
    }

    .discover-block-one .inner-box .image-box img {
        width: 100%;
        border-radius: 5px;
    }

    .discover-block-one .inner-box .content-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        padding: 21px 20px 24px 20px;
        border-radius: 5px;
        overflow: hidden;
        transition: all 500ms ease;
    }

    .discover-block-one .inner-box:hover .content-box {
        opacity: 0;
    }

    .discover-block-one .inner-box .content-box .content-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .discover-block-one .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 7px;
    }

        .discover-block-one .inner-box h3 a {
            color: #ffffff;
        }

            .discover-block-one .inner-box h3 a:hover {
            }

    .discover-block-one .inner-box h6 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .discover-block-one .inner-box h6 a {
            display: inline-block;
            color: #ffffff;
        }

            .discover-block-one .inner-box h6 a:hover {
            }

    .discover-block-one .inner-box .overlay-content {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        opacity: 0;
        z-index: 2;
        transition: all 500ms ease;
    }

    .discover-block-one .inner-box:hover .overlay-content {
        top: 50%;
        opacity: 1;
    }

    .discover-block-one .inner-box .overlay-content .link-box a {
        color: #ffffff;
    }

        .discover-block-one .inner-box .overlay-content .link-box a:hover {
        }

.discover-section .owl-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -90px;
    max-width: 1170px;
    width: 100%;
    text-align: right;
}

    .discover-section .owl-nav button {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e4e9e6;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        color: #062b45;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .discover-section .owl-nav button:hover {
            color: #ffffff;
        }

        .discover-section .owl-nav button.owl-prev {
            margin-right: 10px;
        }

            .discover-section .owl-nav button.owl-prev span {
                position: relative;
                display: inline-block;
                transform: rotate(180deg);
                top: -1px;
            }

.discover-section .owl-dots {
    position: absolute;
    left: 100px;
    bottom: -55px;
    max-width: 950px;
    width: 100%;
    height: 5px;
    counter-reset: slides-num;
}

    .discover-section .owl-dots button {
        display: inline-block;
        width: 33.333%;
        height: 5px;
        background: #e4e9e6;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .discover-section .owl-dots button:first-child {
            border-radius: 10px 0px 0px 10px;
        }

        .discover-section .owl-dots button:last-child {
            border-radius: 0px 10px 10px 0px;
        }

        .discover-section .owl-dots button.active {
            border-radius: 10px;
        }

    .discover-section .owl-dots::after {
        position: absolute;
        left: -50px;
        top: 9px;
        content: "0" counter(slides-num);
        display: inline-block;
        font-size: 20px !important;
        color: #aea9a9;
        font-weight: 600;
        font-family: 'Familjen Grotesk', sans-serif !important;
    }

    .discover-section .owl-dots:before {
        position: absolute;
        content: '';
        left: -60px;
        top: 14px;
        width: 1px;
        height: 18px;
        background: #aea9a9;
        transform: rotate(10deg);
    }

    .discover-section .owl-dots button span {
        position: absolute;
        top: 4px;
        left: -85px;
        counter-increment: slides-num;
        font-size: 30px !important;
        font-weight: 600;
        font-family: 'Familjen Grotesk', sans-serif !important;
        background: transparent !important;
        margin: 0px;
    }

    .discover-section .owl-dots button.active span:before {
        position: absolute;
        content: counter(slides-num);
    }

    .discover-section .owl-dots button.active span:after {
        position: absolute;
        content: '0';
        top: 0px;
        left: -17px;
    }


/** event-style-two **/

.event-style-two {
    position: relative;
    background: #f3f7f5;
    padding: 100px 0px;
}

    .event-style-two .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% + 95px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .event-style-two .bg-layer:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.92;
            display: none;
        }

    .event-style-two .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 945px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
    }

    .event-style-two .left-column {
        position: relative;
        display: block;
        margin-right: 30px;
    }

        .event-style-two .left-column .link-box {
            position: relative;
            text-align: right;
        }

            .event-style-two .left-column .link-box a {
                color: #ffffff;
            }

                .event-style-two .left-column .link-box a span:before {
                    color: #ffffff;
                }

                .event-style-two .left-column .link-box a:hover {
                    text-decoration: underline;
                }

    .event-style-two .sec-title {
        margin-bottom: 33px;
    }

        .event-style-two .sec-title p {
            color: #e5efea;
        }

        .event-style-two .sec-title h2 {
            line-height: 44px;
        }

    .event-style-two .tab-btns {
        position: relative;
        display: block;
        margin-bottom: 32px;
    }

        .event-style-two .tab-btns .tab-btn {
            position: relative;
            display: block;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.30);
            border-radius: 5px;
            padding: 15px 25px 15px 25px;
            cursor: pointer;
            background: transparent;
            margin-bottom: 10px;
            transition: all 500ms ease;
        }

            .event-style-two .tab-btns .tab-btn:last-child {
                margin-bottom: 0px;
            }

            .event-style-two .tab-btns .tab-btn.active-btn {
                background: #ffffff;
                border-color: #ffffff;
            }

            .event-style-two .tab-btns .tab-btn h6 {
                position: relative;
                display: block;
                font-size: 16px;
                line-height: 24px;
                font-weight: 600;
                color: #ffffff;
                text-transform: uppercase;
                transition: all 500ms ease;
            }

            .event-style-two .tab-btns .tab-btn.active-btn h6 {
            }

            .event-style-two .tab-btns .tab-btn h6:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                color: #adb2b7;
                top: 0px;
                right: 0px;
            }

            .event-style-two .tab-btns .tab-btn.active-btn h6:before {
            }

.event-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 280px;
    margin-bottom: 30px;
    background: transparent;
    transition: all 500ms ease;
}

    .event-block-two .inner-box:hover {
        background: #ffffff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    }

.event-style-two .event-block-two:last-child .inner-box {
    margin-bottom: 0px;
}

.event-block-two .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
}

    .event-block-two .inner-box .image-box .image {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .event-block-two .inner-box .image-box .category {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 1;
    }

        .event-block-two .inner-box .image-box .category h6 {
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            color: #ffffff;
            text-transform: uppercase;
            padding: 0px 10px;
            border-radius: 5px;
        }

.bod-section .event-block-two .inner-box .content-inner {
    padding: 10px;
}

.bod-section .event-block-two .inner-box .image-box {
    width: 180px;
}

    .bod-section .event-block-two .inner-box .image-box .image {
        height: 180px;
        border: 1px solid #d8dbd9;
        border-right: none;
    }

        .bod-section .event-block-two .inner-box .image-box .image img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

.bod-section .event-block-two .inner-box {
    padding-left: 180px;
}

    .bod-section .event-block-two .inner-box .content-inner {
        min-height: 180px;
    }

.bod-section .event-sidebar .widget-content {
    height: 90vh;
    overflow-y: scroll;
}

.event-block-two .inner-box .content-inner {
    position: relative;
    display: block;
    padding: 30px 140px 33px 40px;
    border: 1px solid #d8dbd9;
    border-radius: 0px 5px 5px 0px;
    min-height: 271px;
    transition: all 500ms ease;
}

.event-block-two .inner-box:hover .content-inner {
    border-color: #ffffff;
}

.event-block-two .inner-box .content-inner h3 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.event-block-two .inner-box .content-inner h5 {
    font-size: 14px;
}

.event-block-two .inner-box .content-inner h3 a {
    display: inline-block;
    color: #062b45;
}

    .event-block-two .inner-box .content-inner h3 a:hover {
    }

.event-block-two .inner-box .content-inner .info-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

    .event-block-two .inner-box .content-inner .info-list li:last-child {
        margin-bottom: 0px;
    }

    .event-block-two .inner-box .content-inner .info-list li h5 {
        display: block;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .event-block-two .inner-box .content-inner .info-list li p {
        padding-left: 23px;
    }

        .event-block-two .inner-box .content-inner .info-list li p i {
            position: absolute;
            left: 0px;
            top: 4px;
            font-size: 16px;
        }

.event-block-two .inner-box .content-inner .share-box {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 50px;
    height: 50px;
}

    .event-block-two .inner-box .content-inner .share-box .share-icon {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #d8dbd9;
        border-top-left-radius: 5px;
        cursor: pointer;
        font-size: 20px;
        color: #a3a5a4;
        text-align: center;
        border-right: none;
        border-bottom: none;
        transition: all 500ms ease;
    }

    .event-block-two .inner-box .content-inner .share-box:hover .share-icon {
        color: #ffffff;
    }

    .event-block-two .inner-box .content-inner .share-box .social-links {
        position: absolute;
        top: -35px;
        right: 5px;
        width: 135px;
        background: #ffffff;
        border: 1px solid #e4e9e6;
        border-radius: 5px;
        text-align: center;
        padding: 5px 0px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
        opacity: 0;
        visibility: hidden;
        transition: all 500ms ease;
    }

    .event-block-two .inner-box .content-inner .share-box:hover .social-links {
        top: -45px;
        visibility: visible;
        opacity: 1;
    }

    .event-block-two .inner-box .content-inner .share-box .social-links:before {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 16px;
        height: 10px;
        right: 11px;
        bottom: -10px;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    }

    .event-block-two .inner-box .content-inner .share-box .social-links li {
        position: relative;
        display: inline-block;
        float: left;
        width: 33.333%;
        text-align: center;
    }

        .event-block-two .inner-box .content-inner .share-box .social-links li:before {
            position: absolute;
            content: '';
            background: #e4e9e6;
            width: 1px;
            height: 22px;
            top: 3px;
            right: 0px;
        }

        .event-block-two .inner-box .content-inner .share-box .social-links li:last-child:before {
            display: none;
        }

        .event-block-two .inner-box .content-inner .share-box .social-links li a {
            font-size: 16px;
            color: #a0a2a1;
        }

            .event-block-two .inner-box .content-inner .share-box .social-links li a:hover {
            }

.home_3 .team-block-one .inner-box h3 a {
    color: #062b45;
}

.home_3 .team-section {
    padding-bottom: 90px;
}

.team-section .more-link {
    margin-top: 41px;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    background: #f3f7f5;
    padding: 88px 0px 96px 0px;
}

    .testimonial-section .link-box {
        position: absolute;
        right: 0px;
        bottom: 1px;
    }

    .testimonial-section .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

        .testimonial-section .owl-carousel .owl-stage-outer .owl-item {
            opacity: 0;
        }

            .testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
                opacity: 1;
            }

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    padding: 37px 200px 30px 40px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

    .testimonial-block-one .inner-box .thumb-box {
        position: absolute;
        display: inline-block;
        width: 130px;
        height: 130px;
        border: 4px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
        top: 67px;
        right: 40px;
    }

        .testimonial-block-one .inner-box .thumb-box img {
            width: 100%;
            border-radius: 50%;
        }

        .testimonial-block-one .inner-box .thumb-box .quote-box {
            position: absolute;
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 58px;
            font-size: 24px;
            color: #ffffff;
            text-align: center;
            border-radius: 50%;
            left: -5px;
            top: -5px;
        }

    .testimonial-block-one .inner-box .rating li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 5px;
        font-size: 16px;
    }

        .testimonial-block-one .inner-box .rating li:last-child {
            margin: 0px !important;
        }

        .testimonial-block-one .inner-box .rating li.light {
            color: #a0a2a1;
        }

    .testimonial-block-one .inner-box .rating {
        margin-bottom: 8px;
    }

    .testimonial-block-one .inner-box p {
        margin-bottom: 13px;
    }

    .testimonial-block-one .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
    }

        .testimonial-block-one .inner-box h3 span {
            font-size: 18px;
            font-weight: 400;
            font-family: 'Gotham', 'Arial', sans-serif;
        }

    .testimonial-block-one .inner-box .shape {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 275px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.testimonial-section .owl-dots {
    position: relative;
    display: block;
    margin-top: 34px;
    text-align: center;
}

    .testimonial-section .owl-dots button {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 8px;
        background: #d8dbd9;
        border-radius: 10px;
        margin: 0px 10px;
    }

        .testimonial-section .owl-dots button.active {
            width: 70px;
        }


/** news-style-three **/

.news-style-three {
    position: relative;
    padding: 88px 0px 90px 0px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

    .news-block-three .inner-box .author-box {
        position: relative;
        display: block;
        padding: 17px 20px 19px 85px;
        border: 1px solid #e4e9e6;
        border-radius: 5px 5px 0px 0px;
    }

        .news-block-three .inner-box .author-box .author {
            position: absolute;
            display: inline-block;
            left: 29px;
            top: 24px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
        }

            .news-block-three .inner-box .author-box .author img {
                width: 100%;
                border-radius: 50%;
            }

        .news-block-three .inner-box .author-box h6 {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 1px;
            text-transform: uppercase;
        }

            .news-block-three .inner-box .author-box h6 a {
                display: inline-block;
            }

                .news-block-three .inner-box .author-box h6 a:hover {
                    text-decoration: underline;
                }

        .news-block-three .inner-box .author-box .post-info li {
            position: relative;
            display: inline-block;
            font-size: 18px;
            color: #062b45;
            margin-right: 10px;
        }

            .news-block-three .inner-box .author-box .post-info li:last-child {
                margin: 0px !important;
            }

            .news-block-three .inner-box .author-box .post-info li span {
                color: #838684;
            }

            .news-block-three .inner-box .author-box .post-info li a:hover span {
            }

    .news-block-three .inner-box .lower-content {
        position: relative;
        display: block;
        padding: 31px 30px 18px 30px;
        background: rgba(2, 33, 54, 1);
    }

        .news-block-three .inner-box .lower-content .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0.1;
            transition: all 500ms ease;
        }

    .news-block-three .inner-box:hover .lower-content .bg-layer {
        opacity: 1;
    }

    .news-block-three .inner-box .lower-content .bg-layer:before {
        position: absolute;
        content: '';
        background: -webkit-linear-gradient(-90deg, rgba(2, 33, 54, 0.0) 10%, rgba(2, 33, 54, 0.90) 100%);
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 500ms ease;
    }

    .news-block-three .inner-box:hover .lower-content .bg-layer:before {
        opacity: 1;
    }

    .news-block-three .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
        transition: all 500ms ease;
    }

        .news-block-three .inner-box .lower-content h3 a {
            display: inline-block;
            color: #ffffff;
        }

    .news-block-three .inner-box:hover .lower-content h3 {
        opacity: 0;
    }

    .news-block-three .inner-box .lower-content p {
        color: #afb4b8;
        transition: all 500ms ease;
    }

    .news-block-three .inner-box:hover .lower-content p {
        opacity: 0;
    }

    .news-block-three .inner-box .lower-content .lower-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
        margin-top: 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }

        .news-block-three .inner-box .lower-content .lower-box .link-box a {
            color: #ffffff;
        }

        .news-block-three .inner-box .lower-content .lower-box .share-box {
            position: relative;
        }

            .news-block-three .inner-box .lower-content .lower-box .share-box .social-links {
                position: absolute;
                top: 0px;
                right: 0px;
                min-width: 100px;
                text-align: right;
                transform-origin: right center;
                transform: scale(0);
                transition: all 500ms ease;
            }

    .news-block-three .inner-box:hover .lower-content .lower-box .share-box .social-links {
        transform: scale(1);
    }

    .news-block-three .inner-box .lower-content .lower-box .share-box .social-links li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
    }

        .news-block-three .inner-box .lower-content .lower-box .share-box .social-links li:last-child {
            margin: 0px !important;
        }

        .news-block-three .inner-box .lower-content .lower-box .share-box .social-links li a {
            display: inline-block;
            font-size: 18px;
            color: #afb4b8;
        }

            .news-block-three .inner-box .lower-content .lower-box .share-box .social-links li a:hover {
            }

    .news-block-three .inner-box .lower-content .lower-box .share-box .text {
        position: relative;
        display: inline-block;
        font-size: 18px;
        color: #afb4b8;
        transition: all 500ms ease;
    }

    .news-block-three .inner-box:hover .lower-content .lower-box .share-box .text {
        opacity: 0;
    }

    .news-block-three .inner-box .lower-content .lower-box .share-box .text i {
        position: relative;
        margin-left: 8px;
        top: 2px;
        font-size: 16px;
    }

.news-style-three .more-link {
    margin-top: 41px;
}


/** contact-section **/

.contact-section {
    position: relative;
    padding: 0 0 20px 0;
}

    .contact-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contact-section .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% - 15px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .contact-section .left-column {
        position: relative;
        margin-top: 10px;
    }

    .contact-section .sec-title h2 {
        line-height: 24px;
    }

    /*.contact-section .sec-title p {
        color: #ffffff;
    }*/

    .contact-section .sec-title {
        margin-bottom: 16px;
    }

    .contact-section .list-style-one li {
        color: #ffffff;
    }

.home_3 .contact-section .list-style-one li:before {
    color: #ffffff;
}
.contact-block-one{
    height:100%;
}

.contact-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    /* background: #ffffff; */
    padding: 0px 20px 27px 20px;
    border-radius: 5px;
    text-align: center;
    background: rgb(9 9 9 / 60%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
    box-shadow: 0px 2px 15px rgb(26 157 232 / 10%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    height: 100%;
}

    .contact-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 86px;
        text-align: center;
        margin-bottom: 15px;
        z-index: 1;
        transition: all 500ms ease;
    }

        .contact-block-one .inner-box .icon-box:before {
            position: absolute;
            content: '';
            background: #f3f7f5;
            width: 100%;
            height: 60px;
            left: 0px;
            top: 0px;
            z-index: -1;
        }

        .contact-block-one .inner-box .icon-box:after {
            position: absolute;
            content: '';
            background: #f3f7f5;
            width: 100%;
            height: 30px;
            left: 0px;
            bottom: 0px;
            z-index: -1;
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
        }

        .contact-block-one .inner-box .icon-box img {
            width: 60px;
        }

    .contact-block-one .inner-box h3 {
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 4px;
    }

        .contact-block-one .inner-box h3 a {
            display: inline-block;
        }

            .contact-block-one .inner-box h3 a:hover {
                text-decoration: underline;
            }

    .contact-block-one .inner-box h4 {
        display: block;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
        color: #ffffff;
    }

    .contact-block-one .inner-box p a, .contact-block-one .inner-box ul li {
        color: #ffffff;
    }

.contact-section .contact-block {
    padding: 0px 5px;
}

.contact-section .content-box {
    position: relative;
    margin: 0px 10px;
}


/** footer-style-three **/

.footer-style-three {
    position: relative;
    background: #002664;
}

    .footer-style-three .widget-section {
        position: relative;
        padding: 92px 0px 85px 0px;
    }

    .footer-style-three p,
    .footer-style-three a {
        color: #afb4b8;
    }

        .footer-style-three a:hover {
        }

    .footer-style-three .logo-widget .footer-logo {
        position: relative;
        display: block;
        margin-bottom: 23px;
    }

    .footer-style-three .logo-widget p {
        margin-bottom: 13px;
    }

    .footer-style-three .logo-widget .live-box {
        position: relative;
        display: block;
        padding-left: 60px;
        padding-bottom: 37px;
        margin-bottom: 30px;
    }

        .footer-style-three .logo-widget .live-box:before {
            position: absolute;
            content: '';
            background: #213c4e;
            width: 70px;
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

        .footer-style-three .logo-widget .live-box .icon-box {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 7px;
            width: 45px;
            height: 45px;
            line-height: 41px;
            text-align: center;
            border-radius: 50%;
            background: #10364f;
        }

        .footer-style-three .logo-widget .live-box .temp {
            position: relative;
            display: block;
            font-size: 18px;
            color: #ffffff;
        }

        .footer-style-three .logo-widget .live-box .date {
            position: relative;
            display: block;
            font-size: 18px;
            color: #afb4b8;
        }

        .footer-style-three .logo-widget .live-box .time {
            display: none;
        }

    .footer-style-three .logo-widget {
        margin-top: 8px;
    }

    .footer-style-three .widget-title {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }

        .footer-style-three .widget-title h3 {
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
        }

    .footer-style-three .links-widget .links-list li {
        position: relative;
        display: block;
        margin-bottom: 11px;
    }

    .footer-style-three .links-widget {
        margin-left: 60px;
    }

        .footer-style-three .links-widget .links-list li a {
            position: relative;
            display: inline-block;
        }

            .footer-style-three .links-widget .links-list li a:hover {
                padding-right: 18px;
            }

            .footer-style-three .links-widget .links-list li a:before {
                position: absolute;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                top: 1px;
                right: 0px;
                font-weight: 400;
                opacity: 0;
                transition: all 500ms ease;
            }

            .footer-style-three .links-widget .links-list li a:hover:before {
                opacity: 1;
            }

    .footer-style-three .twitter-widget {
        margin-top: 8px;
    }

        .footer-style-three .twitter-widget .widget-content {
            position: relative;
            display: block;
            background: #ffffff;
            border-radius: 5px;
            padding: 21px 25px 18px 25px;
        }

            .footer-style-three .twitter-widget .widget-content .upper-box {
                position: relative;
                display: block;
                padding-left: 60px;
                margin-bottom: 11px;
            }

                .footer-style-three .twitter-widget .widget-content .upper-box .icon-box {
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    top: 4px;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    border-radius: 50%;
                    background: #002664;
                    text-align: center;
                }

                .footer-style-three .twitter-widget .widget-content .upper-box h4 {
                    display: block;
                    font-size: 20px;
                    line-height: 28px;
                    margin-bottom: 1px;
                }

                .footer-style-three .twitter-widget .widget-content .upper-box a {
                    position: relative;
                    display: inline-block;
                    font-size: 18px;
                    font-family: 'Gotham', 'Arial', sans-serif;
                }

                    .footer-style-three .twitter-widget .widget-content .upper-box a:hover {
                        text-decoration: underline;
                    }

            .footer-style-three .twitter-widget .widget-content p {
                margin-bottom: 12px;
            }

            .footer-style-three .twitter-widget .widget-content .image-box {
                position: relative;
                display: block;
                border-radius: 5px;
                margin-bottom: 11px;
            }

                .footer-style-three .twitter-widget .widget-content .image-box img {
                    width: 100%;
                    border-radius: 5px;
                }

            .footer-style-three .twitter-widget .widget-content .link-box a {
                color: #002664;
            }

                .footer-style-three .twitter-widget .widget-content .link-box a:hover {
                }

.footer-bottom-three {
    position: relative;
    padding-bottom: 55px;
}

    .footer-bottom-three a span {
    }

    .footer-bottom-three a:hover span {
        text-decoration: underline;
    }

.footer-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}



/*** 

====================================================================
                        Inner-Pages
====================================================================

***/


/** page-title **/

.page-title {
    position: relative;
    padding: 140px 0px 140px 0px;
}

    .page-title .bg-layer {
        position: absolute;
        left: 0px;
        top: 59px;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .page-title .pattern-layer {
        position: absolute;
        left: 0px;
        top: 59px;
        width: calc(50% - 15px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .page-title .content-box {
        position: relative;
        display: block;
    }

        .page-title .content-box h1 {
            font-size: 30px;
            line-height: 40px;
            color: #ffffff;
            margin-bottom: 7px;
        }

.title-box h2 {
    font-size: 18px;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 31px;
    color: #ffffff;
}

    .page-title .content-box .bread-crumb li:last-child {
        margin: 0px !important;
    }

    .page-title .content-box .bread-crumb li a {
        color: #ffffff;
    }

        .page-title .content-box .bread-crumb li a:hover {
            cursor: initial;
        }

    .page-title .content-box .bread-crumb li:before {
        position: absolute;
        content: "\f106";
        font-family: 'flaticon';
        font-size: 12px;
        color: #aeb8c1;
        top: 1px;
        right: -22px;
        font-weight: 400;
    }

    .page-title .content-box .bread-crumb li:last-child:before {
        display: none;
    }

.white-bg {
    background: #fff !important;
}


/** statements-section **/


.statements-section {
    position: relative;
}

    .statements-section:before {
        position: absolute;
        content: '';
        background: #f5f5f5;
        width: 100%;
        height: 50%;
        left: 0px;
        bottom: 0px;
    }

.statements-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    margin-left: 25px;
}

    .statements-block-one .inner-box .static-content {
        position: relative;
        padding: 343px 25px 23px 50px;
        transition: all 500ms ease;
    }

    .statements-block-one .inner-box:hover .static-content {
        opacity: 0;
    }

    .statements-block-one .inner-box .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px;
    }

    .statements-block-one .inner-box .shape {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 236px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0px 0px 5px 5px;
    }

    .statements-block-one .inner-box .content-box {
        position: relative;
    }

    .statements-block-one .inner-box .icon-box {
        position: absolute;
        display: inline-block;
        left: -75px;
        top: 10px;
        background: #ffffff;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 46px;
        border-radius: 5px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    }

    .statements-block-one .inner-box h3 {
        display: block;
        font-size: 30px;
        line-height: 38px;
        color: #ffffff;
        padding-bottom: 22px;
        margin-bottom: 16px;
    }

        .statements-block-one .inner-box h3:before {
            position: absolute;
            content: '';
            background: rgba(255, 255, 255, 0.30);
            width: 100%;
            height: 4px;
            left: 0px;
            bottom: 0px;
            border-radius: 10px;
        }

    .statements-block-one .inner-box .link-box a {
        color: #ffffff;
    }

        .statements-block-one .inner-box .link-box a span:before {
            color: #ffffff;
        }

        .statements-block-one .inner-box .link-box a:hover {
            text-decoration: underline;
        }

    .statements-block-one .inner-box .overlay-content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding: 131px 25px 23px 50px;
        z-index: 1;
        transform-origin: bottom center;
        transform: scaleY(0);
        transition: all 500ms ease;
    }

    .statements-block-one .inner-box:hover .overlay-content {
        transform: scaleY(1);
    }

    .statements-block-one .inner-box .overlay-content .bg-layer:before {
        position: absolute;
        content: '';
        background: #1e76bb;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0.9;
        border-radius: 5px;
    }

.statements-block:nth-child(2) .statements-block-one .inner-box .overlay-content .bg-layer:before {
    background: #ec466e;
}

.statements-block:last-child .statements-block-one .inner-box .overlay-content .bg-layer:before {
    background: #29aae1;
}

.statements-block-one .inner-box p {
    color: #ffffff;
    margin-bottom: 16px;
    padding-top: 7px;
}

.statements-block-one .inner-box .list-style-one {
    margin-bottom: 25px;
}

    .statements-block-one .inner-box .list-style-one li {
        color: #ffffff;
        margin-bottom: 12px;
    }

        .statements-block-one .inner-box .list-style-one li:last-child {
            margin-bottom: 0px;
        }

        .statements-block-one .inner-box .list-style-one li:before {
            color: #ffffff;
        }


/** commitment-section **/

.commitment-section {
    position: relative;
    padding: 88px 0px 70px 0px;
    background: #f5f5f5;
}

.commitment-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e0dcdd;
    border-radius: 5px;
    overflow: hidden;
    padding: 39px 30px 30px 30px;
    margin-bottom: 30px;
}

    .commitment-block-one .inner-box .shape {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .commitment-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 70px;
        line-height: 70px;
        background: #ffffff;
        margin-bottom: 30px;
        border-radius: 5px;
        z-index: 1;
    }

        .commitment-block-one .inner-box .icon-box:after {
            position: absolute;
            content: '';
            background: #ffffff;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            border-radius: 5px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
            z-index: -1;
        }

        .commitment-block-one .inner-box .icon-box:before {
            position: absolute;
            content: '';
            background: #e0dedc;
            width: 100%;
            height: 100%;
            top: 10px;
            left: 18px;
            border-radius: 5px;
            transform: rotate(7deg);
            z-index: -1;
        }

    .commitment-block-one .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

        .commitment-block-one .inner-box h3 a {
            display: inline-block;
            color: #002664;
        }

            .commitment-block-one .inner-box h3 a:hover {
            }

    .commitment-block-one .inner-box p {
        margin-bottom: 16px;
    }

.funfact-section.alternat-2 .bg-layer:before {
    background: #002664;
    opacity: 0.95;
}

.mr_140 {
    margin-right: 140px;
}

.ml_140 {
    margin-left: 140px;
}


/** history-section **/

.history-section {
    position: relative;
    padding: 100px 0px;
}

    .history-section .inner-container {
        position: relative;
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }

        .history-section .inner-container .line {
            position: absolute;
            background: #ede7e9;
            width: 1px;
            height: 100%;
            left: 50%;
            top: 0px;
        }

            .history-section .inner-container .line:before {
                position: absolute;
                content: '';
                width: 11px;
                height: 11px;
                left: -5px;
                top: 0px;
                background: #ffffff;
                border-radius: 50%;
                z-index: 1;
            }

            .history-section .inner-container .line:after {
                position: absolute;
                content: '';
                width: 11px;
                height: 11px;
                left: -5px;
                bottom: 0px;
                background: #ffffff;
                border-radius: 50%;
                z-index: 1;
            }

    .history-section .inner-box {
        position: relative;
        display: block;
        padding-bottom: 35px;
    }

        .history-section .inner-box:last-child {
            padding-bottom: 0px;
        }

        .history-section .inner-box .image-box {
            position: relative;
            display: block;
        }

            .history-section .inner-box .image-box .image {
                position: relative;
                display: block;
                border-radius: 5px;
            }

                .history-section .inner-box .image-box .image img {
                    width: 100%;
                    border-radius: 5px;
                }

            .history-section .inner-box .image-box .year {
                position: absolute;
                display: inline-block;
                top: 30px;
                right: -40px;
                width: 80px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                background: #ffffff;
                border-radius: 50%;
                font-size: 22px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #1e76bb;
                font-weight: 600;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
            }

        .history-section .inner-box .content-box {
            position: relative;
            display: block;
        }

            .history-section .inner-box .content-box h3 {
                display: block;
                font-size: 24px;
                line-height: 32px;
                margin-bottom: 17px;
            }

                .history-section .inner-box .content-box h3 a {
                    display: inline-block;
                    color: #002664;
                }

                    .history-section .inner-box .content-box h3 a:hover {
                    }

        .history-section .inner-box:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            left: 50%;
            top: 0px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .history-section .inner-box:hover:before {
            opacity: 1;
        }

        .history-section .inner-box .image-box .year:before {
            position: absolute;
            content: '';
            background: #ede7e9;
            width: 85px;
            height: 1px;
            top: 40px;
            transition: all 500ms ease;
        }

        .history-section .inner-box:hover .image-box .year:before {
        }

        .history-section .inner-box:nth-child(even) .image-box .year {
            left: -40px;
            right: inherit;
        }

        .history-section .inner-box:nth-child(odd) .image-box .year:before {
            left: 110px;
        }

        .history-section .inner-box:nth-child(even) .image-box .year:before {
            right: 110px;
        }

        .history-section .inner-box:nth-child(even) .content-box {
            text-align: right;
        }

        .history-section .inner-box .image-box .year:after {
            position: absolute;
            content: '';
            background: #ede7e9;
            width: 25px;
            height: 30px;
            top: 26px;
            transition: all 500ms ease;
        }

        .history-section .inner-box:hover .image-box .year:after {
        }

        .history-section .inner-box:nth-child(odd) .image-box .year:after {
            left: 196px;
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
        }

        .history-section .inner-box:nth-child(even) .image-box .year:after {
            right: 195px;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 50%, 100% 0%);
        }

.contact-section.alternat-2 .pattern-layer {
    opacity: 0.9;
}

.contact-block-one .inner-box h3 a {
    color: #1e76bb;
}

    .contact-block-one .inner-box h3 a:hover {
    }

.service-section.service-page .service-block-one .inner-box .lower-content {
    border: 1px solid #ede7e9;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}


/** help-section **/


.help-section {
    position: relative;
}

    .help-section:before {
        position: absolute;
        content: '';
        background: #f5f5f5;
        width: 100%;
        height: 50%;
        left: 0px;
        bottom: 0px;
    }

    .help-section .inner-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        padding: 68px 60px 72px 80px;
    }

        .help-section .inner-container .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .help-section .sec-title {
        margin-bottom: 0px;
    }

        .help-section .sec-title h2 {
            line-height: 44px;
        }

        .help-section .sec-title p {
            color: #ffffff;
            margin-bottom: 32px;
            padding-top: 15px;
        }

        .help-section .sec-title .theme-btn {
            background: #544b9f;
        }

            .help-section .sec-title .theme-btn:hover,
            .help-section .sec-title .theme-btn:before {
                background: #ffffff;
            }

            .help-section .sec-title .theme-btn:hover {
                color: #544b9f !important;
            }

    .help-section .content-box {
        position: relative;
        display: block;
        margin-left: 100px;
        margin-top: 4px;
    }

        .help-section .content-box .single-item {
            position: relative;
            display: block;
            padding-left: 64px;
            margin-bottom: 23px;
        }

            .help-section .content-box .single-item:last-child {
                margin-bottom: 0px;
            }

            .help-section .content-box .single-item .icon-box {
                position: absolute;
                left: 0px;
                top: 9px;
            }

            .help-section .content-box .single-item h3 {
                display: block;
                font-size: 24px;
                line-height: 30px;
                color: #ffffff;
                margin-bottom: 13px;
            }

            .help-section .content-box .single-item p {
                color: #aeb8c1;
            }


/** faq-section **/

.faq-section {
    position: relative;
    background: #f5f5f5;
}

    .faq-section .image-box {
        position: relative;
        display: block;
        padding-right: 36px;
        margin-right: 54px;
    }

        .faq-section .image-box .image {
            position: relative;
            display: block;
            border-radius: 5px;
        }

            .faq-section .image-box .image img {
                width: 100%;
                border-radius: 5px;
            }

        .faq-section .image-box .category-box {
            position: absolute;
            top: 60px;
            right: 0px;
            background: #002664;
            border-radius: 5px;
            width: 270px;
            padding: 32px 0px 20px 40px;
            z-index: 1;
        }

            .faq-section .image-box .category-box h3 {
                display: block;
                font-size: 24px;
                line-height: 30px;
                color: #ffffff;
                margin-bottom: 4px;
            }

        .faq-section .image-box .category-list li {
            position: relative;
            display: block;
            padding: 13px 0px 12px 0px;
            border-bottom: 1px solid #285176;
        }

            .faq-section .image-box .category-list li:last-child {
                border-bottom: none;
            }

            .faq-section .image-box .category-list li a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #ffffff;
            }

                .faq-section .image-box .category-list li a:hover {
                    padding-left: 20px;
                }

                .faq-section .image-box .category-list li a:before {
                    position: absolute;
                    content: "\f106";
                    font-family: 'flaticon';
                    font-size: 12px;
                    left: 0px;
                    top: 0px;
                    opacity: 0;
                    transition: all 500ms ease;
                }

                .faq-section .image-box .category-list li a:hover:before {
                    opacity: 1;
                }

    .faq-section .accordion {
        position: relative;
        display: block;
        background: #ffffff;
        margin-bottom: 20px;
        border-radius: 5px;
        transition: all 500ms ease;
    }

        .faq-section .accordion:last-child {
            margin-bottom: 0px;
        }

        .faq-section .accordion.active-block {
            box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
        }

        .faq-section .accordion .acc-btn {
            position: relative;
            display: block;
            padding: 21px 30px 24px 90px;
            cursor: pointer;
        }

            .faq-section .accordion .acc-btn .count-text {
                position: absolute;
                display: inline-block;
                left: 25px;
                top: 31px;
                width: 34px;
                height: 34px;
                line-height: 34px;
                background: #f5f5f5;
                text-align: center;
                border-radius: 50%;
                font-size: 14px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #002664;
                font-weight: 500;
            }

            .faq-section .accordion .acc-btn h3 {
                display: block;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 7px;
            }

            .faq-section .accordion .acc-btn h6 {
                display: block;
                font-size: 12px;
                line-height: 18px;
                color: #a8a4a5;
                text-transform: uppercase;
                transition: all 500ms ease;
            }

            .faq-section .accordion .acc-btn.active h6 {
            }

        .faq-section .accordion .acc-content ul,
        .faq-section .accordion .acc-content ul li {
            list-style: disc !important;
            margin: 0 0 0 20px;
        }

        .faq-section .accordion .acc-content {
            padding: 22px 30px 23px 30px;
            border-top: 1px solid #ede7e9;
        }

    .faq-section .accordion-box {
        position: relative;
    }

        .faq-section .accordion-box:before {
            position: absolute;
            content: '';
            background: #1e76bb;
            width: 8px;
            height: 100%;
            left: -38px;
            top: 0px;
            border-radius: 15px;
        }

    .faq-section .accordion:before {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 4px;
        height: 0%;
        left: -36px;
        bottom: 10px;
        border-radius: 10px;
        transition: all 500ms ease;
    }

    .faq-section .accordion.active-block:before {
        height: calc(100% - 20px);
        top: 10px;
    }

.service-style-two.alternat-2 .service-block-three .inner-box h6 {
    color: #1e76bb;
}


/** service-style-four **/

.service-style-four {
    position: relative;
    padding: 88px 0px 70px 0px;
}

.service-block-five .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ede7e9;
    border-radius: 5px;
    padding: 23px 24px 21px 25px;
    margin-bottom: 30px;
}

    .service-block-five .inner-box h6 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #1e76bb;
        text-transform: uppercase;
    }

    .service-block-five .inner-box h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
        padding-bottom: 23px;
    }

        .service-block-five .inner-box h3 a {
            display: inline-block;
            color: #002664;
        }

            .service-block-five .inner-box h3 a:hover {
            }

        .service-block-five .inner-box h3:before {
            position: absolute;
            content: '';
            background: #ede7e9;
            width: 100%;
            height: 4px;
            left: 0px;
            bottom: 0px;
            border-radius: 10px;
        }

    .service-block-five .inner-box .link-box {
        position: relative;
        display: block;
        margin-bottom: 33px;
    }

    .service-block-five .inner-box .image-box {
        position: relative;
        display: inline-block;
        width: 135px;
        height: 135px;
        border-radius: 50%;
        overflow: hidden;
    }

        .service-block-five .inner-box .image-box img {
            width: 100%;
            border-radius: 50%;
        }

        .service-block-five .inner-box .image-box:before {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            content: '';
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, .2);
            border-radius: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
            z-index: 1;
        }

    .service-block-five .inner-box:hover .image-box:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

    .service-block-five .inner-box .shape {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 165px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


/** project-section **/

.project-section {
    position: relative;
}

    .project-section:before {
        position: absolute;
        content: '';
        background: #f5f5f5;
        width: 100%;
        height: 260px;
        left: 0px;
        top: 0px;
    }

.sortable-masonry .filters {
    margin-bottom: 75px;
}

    .sortable-masonry .filters .filter-tabs {
        position: relative;
        display: inline-block;
        background: #ffffff;
        border: 1px solid #e0dcdd;
        border-radius: 5px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
        padding: 5px 0px;
    }

        .sortable-masonry .filters .filter-tabs li {
            position: relative;
            display: inline-block;
            font-size: 12px;
            line-height: 16px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #002664;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
            padding: 5px 23px;
            transition: all 500ms ease;
        }

            .sortable-masonry .filters .filter-tabs li.active {
            }

            .sortable-masonry .filters .filter-tabs li:before {
                position: absolute;
                content: '';
                background: #ede7e9;
                width: 1px;
                height: 100%;
                top: 0px;
                right: -1px;
            }

            .sortable-masonry .filters .filter-tabs li:last-child:before {
                display: none;
            }

            .sortable-masonry .filters .filter-tabs li span {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -22px;
                display: inline-block;
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                border-radius: 50%;
                color: #ffffff;
            }

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .project-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
    }

        .project-block-one .inner-box .image-box img {
            width: 100%;
            border-radius: 5px;
        }

        .project-block-one .inner-box .image-box:before {
            position: absolute;
            content: '';
            background: #002664;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            z-index: 1;
            opacity: 0;
            transition: all 500ms ease;
        }

    .project-block-one .inner-box:hover .image-box:before {
        opacity: 0.85;
    }

    .project-block-one .inner-box .content-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

        .project-block-one .inner-box .content-box .link {
            position: absolute;
            left: 40px;
            top: 40px;
        }

            .project-block-one .inner-box .content-box .link a {
                position: relative;
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 56px;
                font-size: 14px;
                background: #ffffff;
                text-align: center;
                color: #002664;
                border-radius: 50%;
                transform: scale(0, 0);
            }

    .project-block-one .inner-box:hover .content-box .link a {
        transform: scale(1, 1);
    }

    .project-block-one .inner-box .content-box .link a:hover {
        color: #ffffff;
    }

    .project-block-one .inner-box .content-box .text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding-left: 40px;
        opacity: 0;
        transition: all 500ms ease;
    }

    .project-block-one .inner-box:hover .content-box .text {
        opacity: 1;
        bottom: 33px;
    }

    .project-block-one .inner-box .content-box .text p {
        display: block;
        color: #aeb8c1;
    }

    .project-block-one .inner-box .content-box .text h3 {
        display: block;
        font-size: 30px;
        line-height: 38px;
    }

        .project-block-one .inner-box .content-box .text h3 a {
            display: inline-block;
            color: #ffffff;
        }

            .project-block-one .inner-box .content-box .text h3 a:hover {
            }

.project-section .more-btn {
    margin-top: 30px;
}

.project-section .pagination-wrapper {
    margin-top: 30px;
}

.project-section.masonry {
    padding: 100px 0px;
}

    .project-section.masonry:before {
        display: none;
    }


/** contact-info-section **/

.contact-info-section {
    position: relative;
    padding-top: 88px;
    background: #f5f5f5;
}

    .contact-info-section:before {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 100%;
        height: 140px;
        left: 0px;
        bottom: 0px;
    }

.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e0dcdd;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 0px 29px 29px 29px;
    border-radius: 5px;
}

    .info-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        background: #ffffff;
        border-radius: 50px;
        margin-top: -32px;
        margin-bottom: 9px;
        border: 1px solid #e0dcdd;
        top: -13px;
    }

    .info-block-one .inner-box h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    .info-block-one .inner-box .text {
        position: relative;
        display: block;
        margin-bottom: 22px;
    }

    .info-block-one .inner-box .text-box {
        position: relative;
        display: block;
        background: #f4f4f4;
        padding: 22px 30px 21px 30px;
        border-radius: 5px;
    }

        .info-block-one .inner-box .text-box p a {
            color: #827F77;
        }

            .info-block-one .inner-box .text-box p a:hover {
            }

.contact-info-section .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 97px;
    border-top: 1px solid #e0dcdd;
}

    .contact-info-section .tab-btn-box .tab-btn {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 28px;
        font-family: 'Gotham', 'Arial', sans-serif;
        font-weight: 600;
        color: #a8a4a5;
        cursor: pointer;
        margin: 0px 10px;
        padding: 13px 30px 0px 30px;
        transition: all 500ms ease;
    }

        .contact-info-section .tab-btn-box .tab-btn.active-btn {
            color: #002664;
        }

        .contact-info-section .tab-btn-box .tab-btn:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 5px;
            left: 0px;
            top: -1px;
            transform: scale(0, 0);
            transition: all 500ms ease;
        }

        .contact-info-section .tab-btn-box .tab-btn.active-btn:before {
            transform: scale(1, 1);
        }

.contact-info-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

    .contact-info-section .owl-carousel .owl-stage-outer .owl-item {
        opacity: 0;
    }

        .contact-info-section .owl-carousel .owl-stage-outer .owl-item.active {
            opacity: 1;
        }

.info-block-two .inner-box {
    position: relative;
    border: 1px solid #e0dcdd;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 0px 9px 9px 9px;
    border-radius: 5px;
}

    .info-block-two .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid #e0dcdd;
        border-radius: 50%;
        margin-top: -22px;
        top: -13px;
        background: #ffffff;
        margin-bottom: 3px;
    }

        .info-block-two .inner-box .icon-box img {
            display: inline-block;
        }

    .info-block-two .inner-box h3 {
        display: block;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 19px;
    }

    .info-block-two .inner-box .text-box {
        position: relative;
        display: block;
        background: #f4f4f4;
        border-radius: 5px;
        padding: 18px 20px 17px 20px;
        text-align: left;
        margin-bottom: 10px;
    }

        .info-block-two .inner-box .text-box .phone a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #827F77;
        }

            .info-block-two .inner-box .text-box .phone a:hover {
            }

        .info-block-two .inner-box .text-box .email a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #1e76bb;
        }

            .info-block-two .inner-box .text-box .email a:hover {
                text-decoration: underline;
            }

    .info-block-two .inner-box .lower-box {
        position: relative;
        display: block;
        border: 1px solid #ede7e9;
        border-radius: 5px;
        padding: 17px 20px 15px 20px;
        text-align: left;
    }

        .info-block-two .inner-box .lower-box p {
            margin-bottom: 9px;
        }

.contact-info-section .owl-dots {
    position: relative;
    display: block;
    margin-top: 34px;
    text-align: center;
}

    .contact-info-section .owl-dots button {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 8px;
        background: #d8dbd9;
        border-radius: 10px;
        margin: 0px 10px;
    }

        .contact-info-section .owl-dots button.active {
            width: 70px;
        }


/** contact-style-two **/

.contact-style-two {
    position: relative;
    padding: 100px 0px;
}

    .contact-style-two .map-inner {
        position: relative;
        display: block;
    }

        .contact-style-two .map-inner #contact-google-map {
            width: 100%;
            height: 620px;
        }

    .contact-style-two .content-box {
        position: relative;
        display: block;
        border: 1px solid #ede7e9;
        border-radius: 5px;
        padding: 37px 49px 49px 49px;
    }

        .contact-style-two .content-box .sec-title {
            margin-bottom: 31px;
        }

        .contact-style-two .content-box .form-inner {
            position: relative;
            margin: 0px 10px;
        }

            .contact-style-two .content-box .form-inner .form-group {
                position: relative;
                display: block;
                margin-bottom: 10px;
                padding: 0px 5px;
            }

                .contact-style-two .content-box .form-inner .form-group:last-child {
                    margin-bottom: 0px;
                }

                .contact-style-two .content-box .form-inner .form-group input[type='text'],
                .contact-style-two .content-box .form-inner .form-group input[type='email'],
                .contact-style-two .content-box .form-inner .form-group .nice-select,
                .contact-style-two .content-box .form-inner .form-group textarea {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 40px;
                    background: #f4f4f4;
                    border: 1px solid #f4f4f4;
                    border-radius: 5px;
                    font-size: 12px;
                    color: #827F77;
                    padding: 10px 10px;
                    transition: all 500ms ease;
                }

                    .contact-style-two .content-box .form-inner .form-group input:focus,
                    .contact-style-two .content-box .form-inner .form-group textarea:focus {
                    }

                .contact-style-two .content-box .form-inner .form-group textarea {
                    height: 140px;
                    resize: none;
                }

                .contact-style-two .content-box .form-inner .form-group .nice-select {
                    padding: 0px 20px;
                    line-height: 60px;
                }

                    .contact-style-two .content-box .form-inner .form-group .nice-select:before {
                        right: 20px;
                        font-size: 12px;
                        content: "\f114";
                        color: #a8a4a5;
                    }


/** error-section **/

.error-section {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

    .error-section .scroll-text {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }

        .error-section .scroll-text .text-box-one,
        .error-section .scroll-text .text-box-two {
            position: absolute;
            left: 0px;
            width: 100%;
            min-width: 5500px;
            padding: 19px 0px;
            background: #1e76bb;
            ;
        }

        .error-section .scroll-text .text-inner {
            -moz-animation: scroll-left 90s linear infinite;
            -webkit-animation: scroll-left 90s linear infinite;
            animation: scroll-left 90s linear infinite;
        }

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.error-section .scroll-text .text-box-one {
    top: 0px;
}

.error-section .scroll-text .text-box-two {
    bottom: 0px;
}

.error-section .scroll-text h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin: 0px 22px;
}

.error-section .content-box {
    position: relative;
    display: block;
}

    .error-section .content-box .error-image {
        position: relative;
        display: inline-block;
        margin-bottom: 29px;
    }

        .error-section .content-box .error-image span {
            position: absolute;
            left: -88px;
            top: -12px;
            font-size: 36px;
            line-height: 44px;
            font-family: 'Gotham', 'Arial', sans-serif;
            font-weight: 600;
            color: #1e76bb;
        }

    .error-section .content-box h2 {
        display: block;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .error-section .content-box p {
        margin-bottom: 32px;
    }


/** comingsoon-section **/

.comingsoon-section {
    position: relative;
    background: #ffffff;
}

    .comingsoon-section .outer-container {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 150px;
    }

    .comingsoon-section .bg-layer {
        position: absolute;
        left: 50px;
        top: 50px;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .comingsoon-section .pattern-layer {
        position: absolute;
        left: 50px;
        top: 50px;
        width: calc(50% - 50px);
        height: calc(100% - 100px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .comingsoon-section .content-box {
        position: relative;
        display: block;
    }

        .comingsoon-section .content-box .logo-box {
            position: relative;
            display: block;
            margin-bottom: 41px;
        }

        .comingsoon-section .content-box h2 {
            display: block;
            font-size: 72px;
            line-height: 80px;
            color: #ffffff;
            margin-bottom: 18px;
        }

        .comingsoon-section .content-box p {
            display: block;
            color: #aeb8c1;
            margin-bottom: 21px;
        }

    .comingsoon-section .cs-countdown {
        position: relative;
        display: block;
        margin-bottom: 53px;
    }

        .comingsoon-section .cs-countdown .count-col {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 70px;
            padding-right: 23px;
        }

            .comingsoon-section .cs-countdown .count-col:before,
            .comingsoon-section .cs-countdown .count-col:after {
                position: absolute;
                content: '';
                width: 10px;
                height: 10px;
                right: -36px;
                border-radius: 50%;
            }

            .comingsoon-section .cs-countdown .count-col:before {
                top: 28px;
            }

            .comingsoon-section .cs-countdown .count-col:after {
                bottom: 15px;
            }

            .comingsoon-section .cs-countdown .count-col:last-child:before,
            .comingsoon-section .cs-countdown .count-col:last-child:after {
                display: none;
            }

            .comingsoon-section .cs-countdown .count-col:last-child {
                margin-bottom: 0px;
            }

            .comingsoon-section .cs-countdown .count-col span {
                position: relative;
                display: block;
                font-size: 72px;
                line-height: 80px;
                font-family: 'Gotham', 'Arial', sans-serif;
                font-weight: 600;
                color: #ffffff;
            }

            .comingsoon-section .cs-countdown .count-col h6 {
                position: absolute;
                top: 6px;
                right: 0px;
                font-size: 16px;
                line-height: 20px;
                color: #aeb8c1;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                writing-mode: vertical-lr;
                height: 80px;
                text-align: center;
            }

    .comingsoon-section .content-box h4 {
        display: block;
        font-size: 20px;
        line-height: 28px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .comingsoon-section .content-box .form-inner {
        position: relative;
        display: block;
        max-width: 510px;
        margin-bottom: 50px;
    }

        .comingsoon-section .content-box .form-inner .form-group {
            position: relative;
            display: block;
            padding-right: 66px;
            margin: 0px;
        }

            .comingsoon-section .content-box .form-inner .form-group input[type='email'] {
                position: relative;
                display: block;
                width: 100%;
                height: 56px;
                background: rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                font-size: 18px;
                color: #ffffff;
                padding: 10px 20px 10px 45px;
            }

            .comingsoon-section .content-box .form-inner .form-group .icon {
                position: absolute;
                left: 20px;
                top: 14px;
                font-size: 14px;
                z-index: 1;
            }

            .comingsoon-section .content-box .form-inner .form-group button[type='submit'] {
                position: absolute;
                display: inline-block;
                top: 0px;
                right: 0px;
                width: 56px;
                height: 56px;
                line-height: 56px;
                background: #ffffff;
                text-align: center;
                border-radius: 5px;
            }

.departments-style-two.alternat-2 {
    padding: 88px 0px 70px 0px;
}

.department-block:nth-child(7) .department-block-one .inner-box h3 {
    background: #a6c13a;
}

.department-block:nth-child(7) .department-block-one .inner-box .text-box {
    border-color: #a6c13a;
}

.department-block:nth-child(8) .department-block-one .inner-box h3 {
    background: #d68c63;
}

.department-block:nth-child(8) .department-block-one .inner-box .text-box {
    border-color: #d68c63;
}

.department-block:nth-child(9) .department-block-one .inner-box h3 {
    background: #d2c535;
}

.department-block:nth-child(9) .department-block-one .inner-box .text-box {
    border-color: #d2c535;
}

.department-section.alternat-2 {
    padding: 88px 0px 70px 0px;
}


/** department-details **/

.department-details {
    position: relative;
    padding: 90px 0px 100px 0px;
}

    .department-details.fraud {
        padding: 90px 0px 20px 0px !important;
    }

.department-details-content {
    position: relative;
    display: block;
}

    .department-details-content .text-box {
        margin-bottom: 5px;
    }

    .department-details-content .content-one {
        margin-bottom: 41px;
    }

        .department-details-content .content-one .title-box {
            position: relative;
            display: block;
            /* padding-left: 55px; */
            margin-bottom: 25px;
        }

            .department-details-content .content-one .title-box span {
                position: absolute;
                display: block;
                left: 0px;
                top: -11px;
                font-size: 75px;
                line-height: 75px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #1e76bb;
                font-weight: 600;
                text-transform: uppercase;
            }

            .department-details-content .content-one .title-box h2 {
                font-size: 18px;
                line-height: 30px;
            }

            .department-details-content .content-one .title-box h3 {
                display: block;
                font-size: 16px;
                line-height: 30px;
                font-weight: 600;
                text-transform: uppercase;
                color: #1e76bb;
                margin-bottom: 8px;
            }

            .department-details-content .content-one .title-box p {
                color: #002664;
                font-weight: 500;
            }

        .department-details-content .content-one .two-column {
            position: relative;
            display: block;
            margin: 52px 0px 53px 0px;
        }

            .department-details-content .content-one .two-column .image-box {
                position: relative;
                display: block;
                border-radius: 5px;
            }

                .department-details-content .content-one .two-column .image-box img {
                    width: 100%;
                    border-radius: 5px;
                }

            .department-details-content .content-one .two-column .owl-nav {
                position: absolute;
                right: 20px;
                bottom: 20px;
            }

                .department-details-content .content-one .two-column .owl-nav button {
                    position: relative;
                    display: inline-block;
                    width: 46px;
                    height: 46px;
                    line-height: 46px;
                    background: #ffffff;
                    text-align: center;
                    border-radius: 5px;
                    font-size: 14px;
                    color: #002664;
                    cursor: pointer;
                    transition: all 500ms ease;
                }

                    .department-details-content .content-one .two-column .owl-nav button:hover {
                        color: #ffff;
                    }

                    .department-details-content .content-one .two-column .owl-nav button.owl-prev {
                        margin-right: 10px;
                    }

                        .department-details-content .content-one .two-column .owl-nav button.owl-prev span {
                            position: relative;
                            display: inline-block;
                            transform: rotate(180deg);
                            top: -1px;
                        }

            .department-details-content .content-one .two-column .text-inner {
                position: relative;
                display: block;
                background: #f5f5f5;
                padding: 57px 30px 34px 30px;
                border-radius: 5px;
                margin-top: 24px;
            }

                .department-details-content .content-one .two-column .text-inner h3 {
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    top: -24px;
                    font-size: 24px;
                    line-height: 30px;
                    color: #ffffff;
                    background: #29aae1;
                    border-radius: 5px 0px 0px 0px;
                    padding: 9px 30px;
                }

                    .department-details-content .content-one .two-column .text-inner h3:before {
                        position: absolute;
                        content: '';
                        background: #29aae1;
                        width: 19px;
                        height: 100%;
                        top: 0px;
                        right: -18px;
                        clip-path: polygon(100% 0%, 0 50%, 100% 100%, 0 100%, 0 50%, 0 0);
                    }

                .department-details-content .content-one .two-column .text-inner p {
                    margin-bottom: 17px;
                }

        .department-details-content .content-one .list-style-one li {
            margin-bottom: 12px;
        }

            .department-details-content .content-one .list-style-one li:last-child {
                margin-bottom: 0px;
            }

    .department-details-content .content-two {
        margin-bottom: 50px;
    }

        .department-details-content .content-two .text-box {
            margin-bottom: 32px;
        }

            .department-details-content .content-two .text-box h2 {
                display: block;
                font-size: 18px;
                line-height: 30px;
                margin-bottom: 11px;
            }

        .department-details-content .content-two .inner-box .single-item {
            position: relative;
            display: block;
            border: 1px solid #ede7e9;
            border-radius: 5px;
            padding: 15px 24px 17px 89px;
            margin-bottom: 30px;
        }

            .department-details-content .content-two .inner-box .single-item .count-text {
                position: absolute;
                display: inline-block;
                left: 24px;
                top: 24px;
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background: #f5f5f5;
                border-radius: 5px;
                font-size: 20px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #002664;
                font-weight: 600;
            }

            .department-details-content .content-two .inner-box .single-item h3 {
                display: block;
                font-size: 24px;
                line-height: 32px;
                padding-bottom: 23px;
                margin-bottom: 16px;
            }

                .department-details-content .content-two .inner-box .single-item h3:before {
                    position: absolute;
                    content: '';
                    background: #ede7e9;
                    width: 100%;
                    height: 4px;
                    left: 0px;
                    bottom: 0px;
                    border-radius: 5px;
                }

            .department-details-content .content-two .inner-box .single-item .static-content {
                transition: all 500ms ease;
            }

            .department-details-content .content-two .inner-box .single-item:hover .static-content {
                opacity: 0;
            }

            .department-details-content .content-two .inner-box .single-item .overlay-content {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                padding: 21px 24px 16px 89px;
                transform-origin: top center;
                transform: scaleY(0);
                transition: all 500ms ease;
            }

            .department-details-content .content-two .inner-box .single-item:hover .overlay-content {
                transform: scaleY(1);
            }

            .department-details-content .content-two .inner-box .single-item .overlay-content:before {
                position: absolute;
                content: '';
                width: calc(100% - 113px);
                left: 89px;
                top: -1px;
                height: 4px;
                border-radius: 5px;
            }

            .department-details-content .content-two .inner-box .single-item .overlay-content .count-text {
                color: #ffffff;
            }

            .department-details-content .content-two .inner-box .single-item .overlay-content p {
                margin-bottom: 8px;
            }

        .department-details-content .content-two .download-box {
            position: relative;
            display: block;
            background: #f4f4f4;
            border-radius: 5px;
            padding: 31px 40px 34px 120px;
            margin-top: 30px;
        }

            .department-details-content .content-two .download-box .icon-box {
                position: absolute;
                display: inline-block;
                left: 40px;
                top: 33px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                background: #ffffff;
                border-radius: 50%;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
            }

            .department-details-content .content-two .download-box h3 {
                display: block;
                font-size: 22px;
                line-height: 30px;
                margin-bottom: 6px;
            }

            .department-details-content .content-two .download-box .text {
                position: relative;
                display: block;
                font-size: 16px;
                line-height: 24px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #827F77;
                font-weight: 600;
                text-transform: uppercase;
            }

            .department-details-content .content-two .download-box .download-btn {
                position: absolute;
                top: 35px;
                right: 40px;
                z-index: 1;
            }

            .department-details-content .content-two .download-box .theme-btn {
                padding: 15px 30px;
            }

    .department-details-content .content-two {
        margin-bottom: 50px;
    }

    .department-details-content .content-three .text-box {
        margin-bottom: 32px;
    }

        .department-details-content .content-three .text-box h2 {
            display: block;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 26px;
        }

    .department-details-content .content-three .tabs-content {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #e8eaed;
        border-radius: 0px 5px 5px 5px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
        padding: 35px 40px 31px 40px;
    }

    .department-details-content .content-three .tab-btns li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 5px;
        font-size: 22px;
        line-height: 30px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #002664;
        font-weight: 600;
        background: #f5f5f5;
        text-align: center;
        padding: 17px 39px;
        cursor: pointer;
        top: 1px;
        border: 1px solid #e8eaed;
        border-radius: 5px 5px 0px 0px;
        z-index: 1;
        transition: all 500ms ease;
    }

        .department-details-content .content-three .tab-btns li:last-child {
            margin: 0px !important;
        }

        .department-details-content .content-three .tab-btns li.active-btn {
            color: #ffffff;
        }

        .department-details-content .content-three .tab-btns li:before {
            position: absolute;
            content: '';
            width: 50px;
            height: 12px;
            left: 50%;
            transform: translateX(-50%);
            bottom: -12px;
            clip-path: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%, 0% 0%);
            opacity: 0;
            transition: all 500ms ease;
        }

    .department-details-content .content-three .text-box h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .department-details-content .text-box h2 {
        font-size: 18px !important;
        line-height: 30px;
    }

    .department-details-content .content-three .tab-btns li.active-btn:before {
        opacity: 1;
    }

.department-sidebar {
    position: relative;
    display: block;
}

    .department-sidebar .widget-title {
        position: relative;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }

        .department-sidebar .widget-title:before {
            position: absolute;
            content: '';
            background: #29aae1;
            width: 100%;
            height: 10px;
            left: 0px;
            bottom: 0px;
            border-radius: 5px 5px 0px 0px;
        }

        .department-sidebar .widget-title h3 {
            position: relative;
            display: inline-block;
            font-size: 24px;
            line-height: 32px;
            color: #ffffff;
            background: #29aae1;
            padding: 4px 65px 2px 65px;
            border-radius: 5px 5px 0px 0px;
        }

    .department-sidebar .category-widget .widget-content {
        position: relative;
        display: block;
        border: 1px solid #ede7e9;
        padding: 30px;
        border-radius: 0px 0px 5px 5px;
    }

    .department-sidebar .category-widget .category-list li {
        position: relative;
        display: block;
        margin-bottom: 5px;
    }

        .department-sidebar .category-widget .category-list li:last-child {
            margin-bottom: 0px;
        }

        .department-sidebar .category-widget .category-list li a {
            position: relative;
            display: block;
            background: #f5f5f5;
            border-radius: 5px;
            padding: 14px 20px 18px 87px;
            font-size: 20px;
            line-height: 28px;
            color: #002664;
            font-weight: 600;
        }

            .department-sidebar .category-widget .category-list li a img {
                position: absolute;
                left: 20px;
                top: 17px;
            }

            .department-sidebar .category-widget .category-list li a:hover {
            }

            .department-sidebar .category-widget .category-list li a:after {
                position: absolute;
                content: '';
                background: #e0dcdd;
                width: 1px;
                height: calc(100% - 26px);
                top: 13px;
                left: 66px;
            }

            .department-sidebar .category-widget .category-list li a:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                left: 0px;
                bottom: 0px;
                border-radius: 5px;
                z-index: -1;
                opacity: 0;
                transition: all 500ms ease;
            }

            .department-sidebar .category-widget .category-list li a:hover:before {
                opacity: 1;
                bottom: 2px;
            }

    .department-sidebar .category-widget {
        margin-bottom: 30px;
    }

    .department-sidebar .contact-widget {
        position: relative;
        display: block;
        padding: 29px;
        border: 1px solid #ede7e9;
        border-radius: 5px;
    }

        .department-sidebar .contact-widget .widget-content {
            position: relative;
            padding: 28px;
            border-radius: 5px;
            overflow: hidden;
        }

            .department-sidebar .contact-widget .widget-content .bg-layer {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

                .department-sidebar .contact-widget .widget-content .bg-layer:before {
                    position: absolute;
                    content: '';
                    background: #002664;
                    width: 100%;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    opacity: 0.75;
                }

            .department-sidebar .contact-widget .widget-content .icon-box {
                position: relative;
                display: block;
                margin-bottom: 15px;
            }

            .department-sidebar .contact-widget .widget-content h3 {
                display: block;
                font-size: 26px;
                line-height: 34px;
                color: #ffffff;
                margin-bottom: 141px;
            }

            .department-sidebar .contact-widget .widget-content h4 {
                display: block;
                font-size: 22px;
                line-height: 34px;
                color: #ffffff;
                margin-bottom: 25px;
            }

                .department-sidebar .contact-widget .widget-content h4 a {
                    font-size: 26px;
                    color: #ffffff;
                }

                    .department-sidebar .contact-widget .widget-content h4 a:hover {
                        text-decoration: underline;
                    }

            .department-sidebar .contact-widget .widget-content .theme-btn {
                width: 100%;
            }

            .department-sidebar .contact-widget .widget-content .shape {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 278px;
                background-size: cover;
                background-repeat: no-repeat;
            }

.event-block-one .inner-box .image-box .category a {
    background: rgba(30, 118, 187, 0.85);
}

.event-page-section .event-block-one .inner-box {
    margin-bottom: 30px;
}

.event-page-section {
    padding: 100px 0px 70px 0px;
}

    .event-page-section .filter-box {
        position: relative;
        background: #f5f5f5;
        padding: 20px;
        margin-bottom: 60px;
    }

        .event-page-section .filter-box .form-group {
            position: relative;
            margin: 0px;
        }

            .event-page-section .filter-box .form-group input[type='text'],
            .event-page-section .filter-box .form-group .nice-select {
                position: relative;
                display: block;
                width: 100%;
                height: 60px;
                line-height: 60px;
                background: #ffffff;
                padding: 0px 20px;
                font-size: 18px;
                color: #827F77;
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
                border-radius: 5px;
            }

        .event-page-section .filter-box .filter-inner {
            position: relative;
            margin: 0px 5px;
            padding-right: 172px;
        }

        .event-page-section .filter-box .single-column {
            padding: 0px 10px;
        }

        .event-page-section .filter-box .form-group .nice-select:before {
            right: 20px;
            content: "\f114";
            color: #a8a4a5;
            font-size: 12px;
        }

        .event-page-section .filter-box .form-group .icon-box {
            position: absolute;
            top: 17px;
            right: 20px;
            color: #a8a4a5;
            z-index: 1;
        }

        .event-page-section .filter-box .filter-btn {
            position: absolute;
            top: 0px;
            right: -5px;
        }

            .event-page-section .filter-box .filter-btn .theme-btn {
                width: 150px;
                padding: 17px 30px;
            }

.event-block-two .inner-box .image-box .category h6 {
    background: rgba(30, 118, 187, 0.85);
}

.event-sidebar {
    position: relative;
}

.default-sidebar {
    position: relative;
    margin-left: 80px;
    margin-top: -14px;
}

.sidebar-page-container .sidebar-side {
    position: relative;
}

    .sidebar-page-container .sidebar-side:before {
        position: absolute;
        content: '';
        background: #ede7e9;
        width: 1px;
        height: 100%;
        left: 40px;
        top: 0px;
    }

.default-sidebar .search-widget {
    margin-bottom: 41px;
}

    .default-sidebar .search-widget .search-form .form-group {
        position: relative;
        margin: 0px;
    }

        .default-sidebar .search-widget .search-form .form-group input[type='search'] {
            position: relative;
            display: block;
            width: 100%;
            height: 50px;
            font-size: 18px;
            color: #827F77;
            border-bottom: 1px solid #ede7e9;
            transition: all 500ms ease;
        }

        .default-sidebar .search-widget .search-form .form-group input:focus {
            border-color: #29aae1;
        }

        .default-sidebar .search-widget .search-form .form-group button[type='submit'] {
            position: absolute;
            top: 7px;
            right: 0px;
        }

.default-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 24px;
    /* padding-left: 26px; */
}

    .default-sidebar .widget-title h3 {
        font-size: 16px;
        line-height: 20px;
    }

/* .default-sidebar .widget-title:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  font-size: 16px;
  left: 0px;
  top: 3px;
} */

.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0dcdd;
    padding: 11px 0px 10px 0px;
}

    .default-sidebar .category-widget .category-list li:last-child {
        border-bottom: none;
    }

.default-sidebar .category-widget .widget-content {
    position: relative;
    padding: 12px 30px;
    background: #f5f5f5;
    border-radius: 5px;
}

.widget-content img {
    height: 140px;
    margin: 10px 0;
  /*  border: 2px solid #002664;*/
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Gotham', 'Arial', sans-serif;
    color: #827F77;
    padding-left: 35px;
}

    .default-sidebar .category-widget .category-list li a:hover {
    }

    .default-sidebar .category-widget .category-list li a:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid #d3d0d1;
        border-radius: 2px;
        left: 0px;
        top: 6px;
        transition: all 500ms ease;
    }

    .default-sidebar .category-widget .category-list li a:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #d3d0d1;
        border-radius: 1px;
        left: 5px;
        top: 11px;
        transition: all 500ms ease;
    }

.default-sidebar .category-widget {
    margin-bottom: 41px;
}

.default-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 27px;
}

    .default-sidebar .post-widget .post:last-child {
        margin-bottom: 0px;
    }

    .default-sidebar .post-widget .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 6px;
        width: 70px;
        height: 70px;
        border-radius: 5px;
    }

        .default-sidebar .post-widget .post .post-thumb img {
            width: 100%;
            border-radius: 5px;
        }

    .default-sidebar .post-widget .post h6 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        color: #1e76bb;
        margin-bottom: 3px;
        text-transform: uppercase;
    }

        .default-sidebar .post-widget .post h6 i {
            position: absolute;
            left: 0px;
            top: 6px;
            font-size: 14px;
        }

    .default-sidebar .post-widget .post h4 {
        display: block;
        font-size: 20px;
        line-height: 28px;
    }

        .default-sidebar .post-widget .post h4 a {
            display: inline-block;
            color: #062b45;
        }

            .default-sidebar .post-widget .post h4 a:hover {
            }

.default-sidebar .post-widget .widget-title {
    margin-bottom: 18px;
}

.default-sidebar .post-widget {
    margin-bottom: 33px;
}

.default-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .default-sidebar .tags-widget .tags-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Gotham', 'Arial', sans-serif;
        color: #827F77;
        font-weight: 500;
        background: #f5f5f5;
        border-radius: 5px;
        padding: 6px 10px;
        text-align: center;
    }

        .default-sidebar .tags-widget .tags-list li a:hover {
            color: #ffffff;
        }

.default-sidebar .tags-widget {
    margin-bottom: 45px;
}

.default-sidebar .banner-widget .inner-box {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 19px 30px 40px 30px;
}

    .default-sidebar .banner-widget .inner-box:before {
        position: absolute;
        content: '';
        background: #002664;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0.8;
    }

    .default-sidebar .banner-widget .inner-box .shape {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 171px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

.default-sidebar .banner-widget h2 {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 121px;
}

.default-sidebar .banner-widget h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 6px;
}

.default-sidebar .banner-widget p {
    color: #aeb8c1;
    margin-bottom: 22px;
}


/** event-details **/

.event-details {
    position: relative;
    padding: 90px 0px 70px 0px;
}

.event-details-content {
    position: relative;
    display: block;
}

    .event-details-content h2 {
        display: block;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 43px;
    }

    .event-details-content .content-one {
        margin-bottom: 31px;
    }

        .event-details-content .content-one .image-box {
            position: relative;
            display: block;
            border-radius: 5px;
            margin-bottom: 40px;
        }

            .event-details-content .content-one .image-box img {
                width: 100%;
                border-radius: 5px;
            }

    .event-details-content h3 {
        display: block;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .event-details-content .content-one p {
        margin-bottom: 14px;
    }

        .event-details-content .content-one p:last-child {
            margin-bottom: 0px;
        }

    .event-details-content .content-two .list-item li {
        position: relative;
        display: block;
        padding-left: 35px;
        margin-bottom: 12px;
    }

        .event-details-content .content-two .list-item li:last-child {
            margin-bottom: 0px;
        }

        .event-details-content .content-two .list-item li:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-112.png);
            width: 20px;
            height: 12px;
            left: 0px;
            top: 10px;
            background-repeat: no-repeat;
        }

    .event-details-content .content-two {
        margin-bottom: 33px;
    }

    .event-details-content .content-three .single-item {
        position: relative;
        display: block;
        text-align: center;
        background: #f5f5f5;
        border-radius: 5px;
        padding: 35px 30px 29px 30px;
    }

        .event-details-content .content-three .single-item .image-box {
            position: relative;
            display: inline-block;
            width: 140px;
            height: 140px;
            margin-bottom: 21px;
        }

            .event-details-content .content-three .single-item .image-box .image {
                position: relative;
                display: block;
                border-radius: 50%;
            }

                .event-details-content .content-three .single-item .image-box .image img {
                    width: 100%;
                    border-radius: 50%;
                }

            .event-details-content .content-three .single-item .image-box .icon-box {
                position: absolute;
                top: -5px;
                right: -15px;
            }

        .event-details-content .content-three .single-item h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 1px;
        }

            .event-details-content .content-three .single-item h3 a {
                display: inline-block;
                color: #002664;
            }

                .event-details-content .content-three .single-item h3 a:hover {
                }

        .event-details-content .content-three .single-item h5 {
            display: block;
            font-size: 18px;
            line-height: 26px;
            color: #1e76bb;
        }

    .event-details-content .title-box {
        padding-bottom: 8px;
    }

    .event-details-content .content-three {
        margin-bottom: 40px;
    }

.event-details .event-sidebar {
    margin-top: 0px;
}

    .event-details .event-sidebar .widget-title {
        position: relative;
        display: block;
        margin-bottom: 32px;
        padding-left: 26px;
    }

        .event-details .event-sidebar .widget-title h3 {
            font-size: 24px;
            line-height: 32px;
        }

        .event-details .event-sidebar .widget-title:before {
            position: absolute;
            content: "\f105";
            font-family: flaticon;
            font-size: 16px;
            left: 0px;
            top: 3px;
        }

    .event-details .event-sidebar .inner-box {
        position: relative;
        display: block;
        border: 1px solid #ede7e9;
        border-radius: 5px;
        padding: 30px 29px 40px 29px;
        overflow: hidden;
    }

        .event-details .event-sidebar .inner-box .shape {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .event-details .event-sidebar .inner-box .info-list li {
            position: relative;
            display: block;
            margin-bottom: 8px;
        }

            .event-details .event-sidebar .inner-box .info-list li:last-child {
                margin-bottom: 0px;
            }

            .event-details .event-sidebar .inner-box .info-list li h5 {
                display: block;
                font-size: 18px;
                line-height: 26px;
                font-weight: 500;
                margin-bottom: 5px;
            }

            .event-details .event-sidebar .inner-box .info-list li p {
                padding-left: 23px;
            }

                .event-details .event-sidebar .inner-box .info-list li p i {
                    position: absolute;
                    left: 0px;
                    top: 4px;
                    font-size: 16px;
                }

        .event-details .event-sidebar .inner-box .info-list {
            margin-bottom: 25px;
        }

        .event-details .event-sidebar .inner-box .map-inner {
            position: relative;
            margin-bottom: 30px;
        }

            .event-details .event-sidebar .inner-box .map-inner #contact-google-map {
                position: relative;
                width: 100%;
                height: 270px;
            }

        .event-details .event-sidebar .inner-box .author-box {
            position: relative;
            display: block;
            background: #002664;
            border-radius: 5px;
            overflow: hidden;
        }

            .event-details .event-sidebar .inner-box .author-box .image-box {
                position: relative;
                display: block;
            }

                .event-details .event-sidebar .inner-box .author-box .image-box img {
                    width: 100%;
                }

                .event-details .event-sidebar .inner-box .author-box .image-box:before {
                    position: absolute;
                    content: '';
                    background: #002664;
                    width: 100%;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    opacity: 0.4;
                    z-index: 1;
                }

            .event-details .event-sidebar .inner-box .author-box h3 {
                position: relative;
                display: block;
                text-align: center;
                background: #a0cfeb;
                padding: 7.5px 10px;
                font-size: 24px;
                line-height: 32px;
                color: #ffffff;
            }

                .event-details .event-sidebar .inner-box .author-box h3 span {
                    font-size: 18px;
                    font-family: 'Gotham', 'Arial', sans-serif;
                    font-weight: 400;
                }

                .event-details .event-sidebar .inner-box .author-box h3:before {
                    position: absolute;
                    content: '';
                    background: #a0cfeb;
                    width: 50px;
                    height: 13px;
                    left: 50%;
                    transform: translateX(-50%);
                    bottom: -12px;
                    clip-path: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%, 0% 0%);
                }

            .event-details .event-sidebar .inner-box .author-box .lower-content {
                position: relative;
                display: block;
                padding: 27px 30px 35px 30px;
            }

                .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li h5 {
                    color: #ffffff;
                }

                .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li p img {
                    position: absolute;
                    left: 0px;
                    top: 8px;
                }

                .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li p a {
                    display: inline-block;
                    color: #aeb8c1;
                }

                    .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li p a:hover {
                    }

                .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li {
                    margin-bottom: 12px;
                }

                    .event-details .event-sidebar .inner-box .author-box .lower-content .info-list li:last-child {
                        margin-bottom: 0px;
                    }

                .event-details .event-sidebar .inner-box .author-box .lower-content .info-list {
                    margin-bottom: 0px;
                }

        .event-details .event-sidebar .inner-box .author-box {
            margin-bottom: 30px;
        }

        .event-details .event-sidebar .inner-box .option-box li {
            position: relative;
            display: block;
            margin-bottom: 10px;
        }

            .event-details .event-sidebar .inner-box .option-box li:last-child {
                margin-bottom: 0px;
            }

        .event-details .event-sidebar .inner-box .option-box {
            margin-bottom: 20px;
        }

            .event-details .event-sidebar .inner-box .option-box li button {
                position: relative;
                display: inline-block;
                width: 100%;
                font-size: 16px;
                line-height: 26px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #ffffff;
                font-weight: 600;
                text-transform: uppercase;
                text-align: center;
                padding: 15px 15px;
                border-radius: 5px;
                background: #29aae1;
                cursor: pointer;
                transition: all 500ms ease;
            }

                .event-details .event-sidebar .inner-box .option-box li button:hover {
                }

                .event-details .event-sidebar .inner-box .option-box li button span {
                    position: relative;
                    padding-left: 26px;
                }

                    .event-details .event-sidebar .inner-box .option-box li button span:before {
                        position: absolute;
                        content: '';
                        background-image: url(../images/icons/icon-116.png);
                        width: 16px;
                        height: 16px;
                        left: 0px;
                        top: 2px;
                        background-repeat: no-repeat;
                    }

            .event-details .event-sidebar .inner-box .option-box li a {
                position: relative;
                display: inline-block;
                width: 100%;
                font-size: 16px;
                line-height: 26px;
                color: #002664;
                font-weight: 600;
                text-transform: uppercase;
                text-align: center;
                padding: 15px 15px;
                border-radius: 5px;
                background: #ffffff;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
                cursor: pointer;
                transition: all 500ms ease;
            }

                .event-details .event-sidebar .inner-box .option-box li a img {
                    position: relative;
                    top: -3px;
                    margin-right: 10px;
                }

                .event-details .event-sidebar .inner-box .option-box li a:hover {
                    background: #002664;
                    color: #ffffff;
                }

        .event-details .event-sidebar .inner-box .option-box {
            margin-bottom: 23px;
        }

        .event-details .event-sidebar .inner-box .share-box p {
            margin-bottom: 13px;
        }


.blog-grid-one {
    position: relative;
    padding: 100px 0px;
}

    .blog-grid-one h4 {
        font-size: 16px;
    }

.news-block-two .inner-box h6 {
    color: #1e76bb;
}

.blog-grid-one .news-block-two .inner-box {
    margin-bottom: 30px;
    height: 100%;
}

.blog-grid-one .pagination-wrapper {
    padding-top: 30px;
}


/** sidebar-page-container **/

.sidebar-page-container {
    position: relative;
}

    .sidebar-page-container .blog-grid-content {
        position: relative;
        padding: 100px 0px;
    }

.news-block-three .inner-box .author-box h6 a {
    color: #1e76bb;
}

.sidebar-page-container .news-block-three .inner-box {
    margin-bottom: 30px;
}

.blog-sidebar {
    padding: 100px 0px;
}

    .blog-sidebar .about-widget .team-block-one .inner-box {
        background: #002664;
        border-color: #002664;
        padding-bottom: 32px;
    }

        .blog-sidebar .about-widget .team-block-one .inner-box:before {
            background: #114370;
        }

        .blog-sidebar .about-widget .team-block-one .inner-box .share-box .share-text {
            color: #ffffff;
        }

            .blog-sidebar .about-widget .team-block-one .inner-box .share-box .share-text i {
                color: #aeb8c1;
            }

        .blog-sidebar .about-widget .team-block-one .inner-box .share-box:hover .share-text {
        }

        .blog-sidebar .about-widget .team-block-one .inner-box h3 {
            color: #ffffff;
            margin-bottom: 9px;
        }

            .blog-sidebar .about-widget .team-block-one .inner-box h3 span {
                display: block;
            }

        .blog-sidebar .about-widget .team-block-one .inner-box p {
            color: #aeb8c1;
            margin-bottom: 13px;
        }

        .blog-sidebar .about-widget .team-block-one .inner-box .link-box a {
            color: #ffffff;
        }

            .blog-sidebar .about-widget .team-block-one .inner-box .link-box a:hover {
            }

    .blog-sidebar .about-widget {
        margin-bottom: 40px;
    }

        .blog-sidebar .about-widget .team-block-one .inner-box .shape {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 123px;
            height: 124px;
            background-repeat: no-repeat;
        }

.sidebar-page-container .blog-list-content {
    padding: 100px 0px;
}

.news-block-two {
    height: 100%;
}

    .news-block-two .inner-box .lower-content h2 {
        display: block;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }

        .news-block-two .inner-box .lower-content h2 a {
            display: inline-block;
            color: #002664;
        }

            .news-block-two .inner-box .lower-content h2 a:hover {
            }

    .news-block-two .inner-box .lower-content p {
        margin-bottom: 22px;
    }

    .news-block-two .inner-box .lower-content .lower-box .other-info li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 20px;
        font-size: 18px;
        color: #a8a4a5;
        padding-left: 23px;
    }

        .news-block-two .inner-box .lower-content .lower-box .other-info li:last-child {
            margin: 0px !important;
        }

        .news-block-two .inner-box .lower-content .lower-box .other-info li img {
            position: absolute;
            left: 0px;
            top: 7px;
        }

        .news-block-two .inner-box .lower-content .lower-box .other-info li a {
            display: inline-block;
            color: #a8a4a5;
        }

            .news-block-two .inner-box .lower-content .lower-box .other-info li a:hover {
            }

.sidebar-page-container .news-block-two .inner-box {
    margin-bottom: 60px;
}

.blog-list-two .default-sidebar {
    margin-left: 0px;
    margin-right: 80px;
}

.blog-list-two .sidebar-side:before {
    left: inherit;
    right: 40px;
}

.blog-list-two .blog-list-content {
    padding-bottom: 60px;
}

.blog-details-content {
    padding: 93px 0px 100px 0px;
}

    .blog-details-content .news-block-two .inner-box {
        padding: 0px;
        box-shadow: none;
    }

        .blog-details-content .news-block-two .inner-box h2 {
            font-size: 36px;
            line-height: 44px;
        }

        .blog-details-content .news-block-two .inner-box .other-option {
            position: absolute;
            top: 7px;
            right: 0px;
        }

            .blog-details-content .news-block-two .inner-box .other-option li {
                position: relative;
                display: inline-block;
                float: left;
                margin-right: 10px;
            }

                .blog-details-content .news-block-two .inner-box .other-option li:last-child {
                    margin: 0px !important;
                }

                .blog-details-content .news-block-two .inner-box .other-option li a {
                    position: relative;
                    display: inline-block;
                    width: 45px;
                    height: 45px;
                    line-height: 41px;
                    border: 1px solid #eee8ea;
                    border-radius: 50%;
                    text-align: center;
                }

                    .blog-details-content .news-block-two .inner-box .other-option li a:hover {
                    }

        .blog-details-content .news-block-two .inner-box .lower-content {
            padding: 0px;
        }

    .blog-details-content .news-block-two .inner-box {
        margin-bottom: 27px;
    }

    .blog-details-content .content-one {
        margin-bottom: 42px;
    }

        .blog-details-content .content-one .image-box {
            position: relative;
            display: block;
            border-radius: 5px;
            margin-bottom: 43px;
        }

            .blog-details-content .content-one .image-box img {
                width: 100%;
                border-radius: 5px;
            }

        .blog-details-content .content-one .text {
            position: relative;
            display: block;
            padding-left: 57px;
        }

            .blog-details-content .content-one .text span {
                position: absolute;
                display: inline-block;
                left: 0px;
                top: 7px;
                width: 42px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                border-radius: 4px;
                font-size: 36px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #ffffff;
                font-weight: 600;
                text-transform: uppercase;
            }

    .blog-details-content .content-two .upper-box {
        margin-bottom: 24px;
    }

        .blog-details-content .content-two .upper-box h3 {
            display: block;
            font-size: 30px;
            line-height: 38px;
            margin-bottom: 26px;
        }

    .blog-details-content .content-two .inner-box {
        position: relative;
        margin-bottom: 41px;
    }

        .blog-details-content .content-two .inner-box .single-item {
            position: relative;
            display: block;
            padding-left: 26px;
            margin-bottom: 12px;
        }

            .blog-details-content .content-two .inner-box .single-item:last-child {
                margin-bottom: 0px;
            }

            .blog-details-content .content-two .inner-box .single-item .icon-box {
                position: absolute;
                left: 0px;
                top: 7px;
                font-size: 16px;
            }

            .blog-details-content .content-two .inner-box .single-item p {
                line-height: 30px;
            }

                .blog-details-content .content-two .inner-box .single-item p span {
                    position: relative;
                    display: inline-block;
                    font-size: 22px;
                    line-height: 30px;
                    font-family: 'Gotham', 'Arial', sans-serif;
                    color: #002664;
                    font-weight: 600;
                }

    .blog-details-content .content-two .document-box {
        position: relative;
        display: block;
        padding: 11px 0px 13px 190px;
        margin-left: 26px;
        margin-bottom: 50px;
    }

        .blog-details-content .content-two .document-box .image-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 150px;
            height: 150px;
            border-radius: 5px;
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
        }

        .blog-details-content .content-two .document-box img {
            width: 100%;
            border-radius: 5px;
        }

        .blog-details-content .content-two .document-box h6 {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: #1e76bb;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .blog-details-content .content-two .document-box h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 5px;
        }

        .blog-details-content .content-two .document-box button {
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 24px;
            font-family: 'Gotham', 'Arial', sans-serif;
            color: #a8a4a5;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            text-decoration: underline;
            transition: all 500ms ease;
        }

            .blog-details-content .content-two .document-box button:hover {
            }

    .blog-details-content .content-two .image-box .image {
        position: relative;
        display: block;
        border-radius: 5px;
    }

        .blog-details-content .content-two .image-box .image img {
            width: 100%;
            border-radius: 5px;
        }

    .blog-details-content .content-two {
        margin-bottom: 50px;
    }

    .blog-details-content .content-three .upper-box {
        position: relative;
        display: block;
        padding-bottom: 38px;
        margin-bottom: 31px;
        border-bottom: 4px solid #ede7e9;
    }

        .blog-details-content .content-three .upper-box h3 {
            display: block;
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
            margin-bottom: 26px;
        }

        .blog-details-content .content-three .upper-box p {
            margin-bottom: 15px;
        }

            .blog-details-content .content-three .upper-box p:last-child {
                margin-bottom: 0px;
            }

    .blog-details-content .content-three blockquote {
        position: relative;
        display: block;
        margin: 0px 0px 34px 0px;
        padding: 0px 0px 0px 95px;
    }

        .blog-details-content .content-three blockquote .icon-box {
            position: absolute;
            left: 0px;
            top: 9px;
        }

        .blog-details-content .content-three blockquote h3 {
            display: block;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 17px;
        }

        .blog-details-content .content-three blockquote .author-box {
            position: relative;
            display: block;
            padding: 0px 0px 0px 70px;
        }

            .blog-details-content .content-three blockquote .author-box .author-image {
                position: absolute;
                left: 0px;
                top: 2px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }

                .blog-details-content .content-three blockquote .author-box .author-image img {
                    width: 100%;
                    border-radius: 50%;
                }

            .blog-details-content .content-three blockquote .author-box h6 {
                display: block;
                font-size: 16px;
                line-height: 24px;
                color: #1e76bb;
                text-transform: uppercase;
            }

            .blog-details-content .content-three blockquote .author-box .designation {
                position: relative;
                display: block;
                color: #827F77;
            }

    .blog-details-content .content-three .text-box p {
        margin-bottom: 28px;
    }

    .blog-details-content .content-three .text-box .list-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blog-details-content .content-three .text-box .list-item li {
        position: relative;
        display: block;
        margin-bottom: 8px;
        padding-left: 33px;
    }

        .blog-details-content .content-three .text-box .list-item li:last-child {
            margin-bottom: 0px;
        }

        .blog-details-content .content-three .text-box .list-item li:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-122.png);
            width: 18px;
            height: 18px;
            background-repeat: no-repeat;
            left: 0px;
            top: 4px;
        }

    .blog-details-content .content-three {
        margin-bottom: 45px;
    }

    .blog-details-content .post-tags h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 26px;
        padding-left: 21px;
        font-weight: 500;
        margin-bottom: 13px;
    }

        .blog-details-content .post-tags h5:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-123.png);
            width: 14px;
            height: 16px;
            left: 0px;
            top: 8px;
            background-repeat: no-repeat;
        }

    .blog-details-content .post-tags {
        position: relative;
        display: block;
        padding-bottom: 40px;
        border-bottom: 1px solid #ede7e9;
        margin-bottom: 34px;
    }

        .blog-details-content .post-tags .tags-list li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 5px;
        }

            .blog-details-content .post-tags .tags-list li:last-child {
                margin: 0px !important;
            }

            .blog-details-content .post-tags .tags-list li a {
                position: relative;
                display: inline-block;
                font-size: 16px;
                line-height: 24px;
                font-family: 'Gotham', 'Arial', sans-serif;
                color: #827F77;
                font-weight: 500;
                background: #f5f5f5;
                border-radius: 5px;
                padding: 6px 10px;
                text-align: center;
            }

                .blog-details-content .post-tags .tags-list li a:hover {
                    color: #ffffff;
                }

    .blog-details-content .post-nav-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 33px;
    }

        .blog-details-content .post-nav-btn .single-btn {
            position: relative;
            display: block;
        }

            .blog-details-content .post-nav-btn .single-btn .image-box {
                position: absolute;
                top: 6px;
                width: 70px;
                height: 70px;
                border-radius: 5px;
            }

                .blog-details-content .post-nav-btn .single-btn .image-box img {
                    width: 100%;
                    border-radius: 5px;
                }

            .blog-details-content .post-nav-btn .single-btn.prev-btn .image-box {
                left: 0px;
            }

            .blog-details-content .post-nav-btn .single-btn.next-btn .image-box {
                right: 0px;
            }

            /*.blog-details-content .post-nav-btn .single-btn.prev-btn {
  padding-left: 90px;
}*/

            .blog-details-content .post-nav-btn .single-btn.next-btn {
                /*padding-right: 90px;*/
                text-align: right;
            }

            .blog-details-content .post-nav-btn .single-btn h6 {
                position: relative;
                display: block;
                font-size: 16px;
                line-height: 25px;
                text-transform: uppercase;
                margin-bottom: 2px;
            }

                .blog-details-content .post-nav-btn .single-btn h6 a {
                    position: relative;
                    display: inline-block;
                    color: #1e76bb;
                }

                    .blog-details-content .post-nav-btn .single-btn h6 a:hover {
                    }

            .blog-details-content .post-nav-btn .single-btn h4 {
                position: relative;
                display: block;
                font-size: 20px;
                line-height: 28px;
            }

            .blog-details-content .post-nav-btn .single-btn h6 a:before {
                position: absolute;
                display: inline-block;
                content: "\f106";
                font-family: 'flaticon';
                font-size: 12px;
                top: 0px;
                opacity: 0;
                transition: all 500ms ease;
            }

            .blog-details-content .post-nav-btn .single-btn h6 a:hover:before {
                opacity: 1;
            }

            /*.blog-details-content .post-nav-btn .single-btn.prev-btn h6 a {
  padding-right: px;
}*/

            .blog-details-content .post-nav-btn .single-btn.prev-btn h6 a:before {
                right: -15px;
                transform: rotate(180deg);
            }

            /*.blog-details-content .post-nav-btn .single-btn.next-btn h6 a {
  padding-left: 27px;
}*/

            .blog-details-content .post-nav-btn .single-btn.next-btn h6 a:before {
                left: -15px;
            }

    .blog-details-content .post-nav-inner .btn-box a {
        position: relative;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        color: #002664;
        font-weight: 500;
        text-align: center;
        padding: 14px 30px;
        border-radius: 5px;
        background: #f5f5f5;
    }

        .blog-details-content .post-nav-inner .btn-box a:hover {
            color: #ffffff;
        }

        .blog-details-content .post-nav-inner .btn-box a span {
            position: relative;
            padding-left: 22px;
        }

            .blog-details-content .post-nav-inner .btn-box a span:before {
                position: absolute;
                content: "\f113";
                font-family: 'flaticon';
                font-size: 18px;
                left: 0px;
                top: -1px;
                transition: all 500ms ease;
            }

        .blog-details-content .post-nav-inner .btn-box a:hover span:before {
            color: #ffffff;
        }

    .blog-details-content .post-nav-inner {
        margin-bottom: 49px;
    }

    .blog-details-content .group-title {
        position: relative;
        display: block;
        margin-bottom: 23px;
    }

        .blog-details-content .group-title h3 {
            font-size: 30px;
            line-height: 38px;
        }

    .blog-details-content .comment-box .comment {
        position: relative;
        display: block;
        padding-left: 110px;
        margin-bottom: 24px;
    }

        .blog-details-content .comment-box .comment:last-child {
            margin-bottom: 0px;
        }

        .blog-details-content .comment-box .comment .comment-thumb {
            position: absolute;
            left: 0px;
            top: 10px;
            width: 80px;
            height: 80px;
            border-radius: 5px;
        }

            .blog-details-content .comment-box .comment .comment-thumb img {
                width: 100%;
                border-radius: 5px;
            }

        .blog-details-content .comment-box .comment h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 8px;
        }

            .blog-details-content .comment-box .comment h3 span {
                position: relative;
                display: inline-block;
                font-size: 16px;
                font-family: 'Gotham', 'Arial', sans-serif;
                font-weight: 500;
                color: #a8a4a5;
            }

        .blog-details-content .comment-box .comment p {
            margin-bottom: 9px;
        }

        .blog-details-content .comment-box .comment .reply-btn {
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 24px;
            color: #002664;
            font-weight: 600;
            text-transform: uppercase;
            padding-left: 25px;
        }

            .blog-details-content .comment-box .comment .reply-btn:hover {
            }

            .blog-details-content .comment-box .comment .reply-btn:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-124.png);
                width: 14px;
                height: 14px;
                left: 0px;
                top: 6px;
                background-repeat: no-repeat;
            }

    .blog-details-content .comment-box {
        margin-bottom: 43px;
    }

    .blog-details-content .group-title p {
        margin-top: 11px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group {
        position: relative;
        padding: 0px 10px;
        margin-bottom: 20px;
    }

    .blog-details-content .comment-form-area .form-inner form {
        position: relative;
        margin: 0px 5px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group:last-child {
        margin-bottom: 0px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
    .blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
    .blog-details-content .comment-form-area .form-inner .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 58px;
        border: 1px solid #ede7e9;
        border-radius: 5px;
        font-size: 18px;
        color: #827F77;
        padding: 10px 20px;
        transition: all 500ms ease;
    }

    .blog-details-content .comment-form-area .form-inner .form-group textarea {
        height: 120px;
        resize: none;
        padding-top: 15px;
    }

        .blog-details-content .comment-form-area .form-inner .form-group input:focus,
        .blog-details-content .comment-form-area .form-inner .form-group textarea:focus {
        }

    .blog-details-content .comment-form-area .group-title {
        margin-bottom: 32px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group .theme-btn {
        padding: 15px 30px;
    }

.check-box input {
    display: none;
}

.check-box label {
    position: relative;
    font-size: 18px;
    color: #827F77;
    padding-left: 24px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

    .check-box label:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 7px;
        width: 14px;
        height: 14px;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #ede7e9;
        background: #f5f5f5;
    }

    .check-box label:after {
        position: absolute;
        content: '';
        left: 4px;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 2px;
        opacity: 0;
        transition: all 500ms ease;
    }

.check-box input:checked + label:after {
    opacity: 1;
}

.blog-details-content .comment-form-area .form-inner .check-box {
    margin-top: 2px;
    margin-bottom: 14px;
}

.blog-details-content .comment-form-area {
    margin-bottom: 49px;
}

.blog-details-content .related-post .news-block-two .inner-box {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

    .blog-details-content .related-post .news-block-two .inner-box .lower-content {
        padding: 24px 30px 8px 30px;
    }

.blog-details-content .related-post .group-title {
    margin-bottom: 33px;
}

.accordion-button:not(.collapsed) {
    color: #3d7edb;
    background-color: rgba(61, 126, 219, 0.1);
}

.minute-column .minutes {
    max-height: 510px;
    overflow-y: scroll;
}

/* Timer Css */

.counter {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* position: absolute;
  top: 52px;
  z-index: 999; */
    background: #bb133e;
    color: #ffffff;
    border-radius: 8px;
    padding: 0 2px;
    box-shadow: rgb(111 100 100 / 20%) 0px 7px 29px 0px;
    border: none;
    align-items: center;
}

    .counter .box {
        text-align: center;
        margin-right: 10px;
        position: relative;
    }

    .counter .box {
        font-size: 12px;
    }

        .counter .box .smalltext {
            font-size: 12px;
        }

        .counter .box span {
            font-size: 14px;
            font-weight: 800;
        }

        .counter .box:last-of-type::after {
            display: none;
        }

        .counter .box h2 {
            font-size: 1.5rem;
            font-weight: 500;
            color: #ffffff;
            float: left;
        }

#clockdiv {
    position: absolute;
    top: 53px;
    /* left: 10px; */
    padding: 0 0 0 10px;
}

@media (max-width:767px) {
    #clockdiv {
        top: 53px;
    }
}

.smalltext {
    float: right;
    margin-left: 5px;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#proc1,
#proc2 {
    display: none;
    /* Initially hide both DIVs */
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.footer-widget .widget-content ul li, .footer-widget .widget-content .social-style-one {
    display: flex;
}

.footer-widget .widget-content .info-list li {
    display: flex;
    justify-content: end;
}

.footer-widget .widget-content ul li .icon {
    margin-right: 5px;
}

    .footer-widget .widget-content ul li .icon i {
        color: #002664;
    }

.footer-widget .widget-content .links-list li {
    display: flex;
}

.footer-widget .widget-content ul li .icon img {
    border: none;
    width: 14px;
    height: auto;
    margin-top: 7px;
}

.footer-widget .widget-content ul li .content span br {
    content: "";
    margin: -10px;
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
    }

    .video-container .more-link {
        position: absolute;
        bottom: 14%;
        left: 45%;
    }


.blog-details-content p {
    margin-bottom: 15px;
    font-size: 14px;
}

.job-block h3 a {
    cursor: pointer !important;
}

.page-title .content-box .bread-crumb li span {
    color: white;
}
