@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap'); * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***Arte Creative***/
body {
    font-size: 18px;
    color: #837e7f;
    line-height: 28px;
    font-weight: 400;
    background: rgba(219, 226, 231, 0.5);
    font-family: "Poppins", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1400px;
    padding: 0px 5px;
    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;
}

.card-custom {
    z-index: 2;
}

a {
    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-weight: 400;
    font-size: 18px;
    background: transparent;
}

::-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;
    color: #837e7f;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 600;
    color: #567795;
    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: #04345b;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    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-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;
}

@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 {
}

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: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    padding: 15px 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: #69d6cf;
}

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

.theme-btn.btn-kucuk {
    background: #0d3155;
    font-size: 12px;
    padding: 5px;
}

.theme-btn.btn-kucuk:hover {
    background: #0211216b;
    font-size: 12px;
    padding: 5px;
}

.theme-btn.btn-kucuk span {
    position: relative;
    padding-left: 18px;
}

.theme-btn.btn-kucuk span:before {
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 12px;
    left: 0px;
    top: -2px;
}

.theme-btn.btn-kucuk: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: 22px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 1px solid #e4e9e6;
    text-align: center;
    color: #043460;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover, .pagination li a.current {
    color: #fff;
}

.pagination li:first-child a i {
    transform: rotate(180deg);
    top: -4px;
}

.pagination li a i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #a8a4a5;
    font-weight: 400;
    transition: all 500ms ease;
}

.pagination li a:hover i, .pagination li a.current i {
    color: #fff;
}

.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: #fff;
    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: 52px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin: 0px;
}

.sec-title p {
    margin-top: 10px;
}

.sec-title.light h2 {
    color: #fff;
}

.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;
    right: 0px;
    /* margin-top: 45px; */
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    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: #fff;
    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: #fff;
    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: red;
}

.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;
    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: #1466a7;
    border-radius: 30px;
}

.header-top .info-list > li {
    position: relative;
    display: inline-block;
    margin-right: 80px;
    padding-left: 25px;
    color: #eaf6ff;
}

.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: #eaf6ff;
}

.header-top .info-list li a:hover {
    text-decoration: underline;
}

.header-top .info-list li .nice-select .list li {
    color: #1466a7 !important;
}

.nice-select:before {
    position: absolute;
    content: "\f101";
    font-family: 'flaticon';
    top: 1px;
    right: 0px;
    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: #eaf6ff;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    display: inline-block;
    color: #eaf6ff;
}

.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-top: 50px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgb(45 79 122);
}

.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: 56px;
    top: -14px;
    right: -40px;
}

.main-header .menu-right-content .search-box .search-box-outer {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.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;
    color: #043460;
    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: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 24px;
    text-align: center;
    border-radius: 5px;
}

.header-btn:hover {
    color: #fff;
}

.main-header .menu-right-content .language-box {
    position: relative;
    display: block;
    padding-left: 33px;
    padding-top: 28px;
}

.main-header .menu-right-content .language-box .flag {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.main-header .menu-right-content .language-box .flag img {
    width: 100%;
    border-radius: 50%;
}

.main-header .menu-right-content .language-box .nice-select {
    background: #fff;
    font-size: 16px;
    color: #888787;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 16px;
}

.main-header .menu-right-content .language-box .nice-select:before {
    font-size: 8px;
    color: #103e67;
}

.main-header .menu-right-content .language-box .nice-select .list {
    left: inherit;
    right: 0px;
}

/** main-menu **/
.main-menu {
    margin-right: 45px;
    margin-left: 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;
    -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: 15px;
    color: #fff;
    padding: 5px;
    margin: 0 5px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    text-shadow: 2px 2px 1px #4747471a, 0px 0px 2px rgba(0,0,0,0);
    -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.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: #fff;
    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;
    font-weight: 400;
    font-size: 15px;
    color: #837e7f;
    text-align: left;
    padding: 10.5px 20px;
    text-transform: capitalize;
    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 {
    padding-left: 25px;
    border-radius: 5px;
}

.main-menu .navigation > li > ul > li > a:before {
    /* position: absolute; */
    /* content: "\f105"; */
    font-family: flaticon;
    font-size: 16px;
    color: #fff;
    top: 15px;
    left: 30px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation ust > li > a:before {
    position: absolute;
    content: "\f105";
    font-family: flaticon;
    font-size: 16px;
    color: #fff;
    top: 15px;
    left: 30px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before {
    opacity: 1;
}

.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: 16px;
    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: 2px;
    width: 250px;
    z-index: 100;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    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: 17px;
    font-weight: 400;
    font-size: 15px;
    color: #837e7f;
    text-align: left;
    padding: 14.5px 30px;
    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: #fff;
    border-radius: 5px;
    padding-left: 20px;
}


.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: -2px;
    top: 100%;
}

.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: 4px;
    width: 25px;
    margin-left: 8px;
    display: block;
    margin-bottom: 3.3px;
    background-color: #5e788f;
    -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: 999999999999999999999 !important;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 25px 25px;
    text-align: left;
    max-width: 150px;
}

.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: #24516ae3;
    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 #fff;
    -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: 60px 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 {
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(1px);
}

/** banner-section **/
.banner-section {
    position: relative;
    margin-top: -70px;
}

.banner-carousel .slide-item {
    width: 1400px;
    height: 500px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.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: #fff;
    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;
}

.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: #fff;
    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: #fff;
    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;
    top: 72px;
}

.feature-section:before {
    position: absolute;
    content: '';
    width: calc(50% + 85px);
    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 .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 30px 17px 30px;
}

.linklerimiz .owl-stage-outer {
    margin-left: 14px;
    width: 101%;
}

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

.feature-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    background: #043460;
    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.85;
}

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

.feature-block-one .inner-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 3px;
}

.feature-block-one .inner-box p {
    color: #fff;
    margin-bottom: 90px;
}

.feature-block-one .inner-box .link {
    position: relative;
    display: block;
    text-align: right;
}

.feature-block {
    padding-left: 5px;
    padding-right: 5px;
}

.feature-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    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: #fff;
    width: 30px;
    height: 2px;
    top: 0px;
    right: 0px;
    transition: all 500ms ease;
}

.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-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: #fff;
    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: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-block-two .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 1px;
}

.feature-block-two .inner-box p {
    color: #fff;
    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: #ff5e5e;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.feature-block-two .inner-box .social-box a:hover {
    color: #fff;
    background: #dee0e2;
}

.feature-block-two .inner-box .light-icon {
    position: absolute;
    bottom: -34px;
    z-index: -50;
    right: -200px;
    font-size: 350px;
    color: rgba(0, 0, 0, 0.10);
}

/** about-section **/
.about-section {
    position: relative;
    padding: 70px 0px;
}

.about-section:before {
    position: absolute;
    content: '';
    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-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: #043460;
    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: #043460;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    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%;
    height: 200px;
    object-fit: cover;
    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: 18px;
    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: #fff;
    width: 100%;
    height: 10px;
    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: 5px;
    font-size: 15px;
    line-height: 19px;
}

.service-block-one .inner-box .lower-content .icon-box {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 48px;
    background: #fff;
    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: #043460;
}

.service-block-one .inner-box .lower-content h3 a:hover {
}

.service-block-one .inner-box .lower-content p {
    margin-bottom: 13px;
    height: 70px;
}

.service-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    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: #043460;
    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: #fff;
    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: #fff;
    background: #69d6cf;
    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: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
    border-top: 10px solid #69d6cf;
    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: #fff;
    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: #fff;
    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: #043460;
    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;
    margin-top: 15px;
    border: solid 8px #fff;
    border-radius: 15px;
    padding: 0 0 0 0 !important;
}

.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: #02a855;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.schedule-section .tabs-content {
    position: relative;
    z-index: 1;
}

.schedule-section .tabs-content:before {
    position: absolute;
    content: '';
    width: calc(100% + 120px);
    height: 100%;
    left: -60px;
    top: 0px;
    z-index: -1;
    border-radius: 5px;
}

.schedule-section .tab-btn {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #2d4f7a;
    padding: 15px 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.schedule-section .sec-title p {
    color: #e1f3fb;
}

.schedule-section .tab-btn.active-btn {
    background: #558cd3;
    color: #fff;
}

.monthly .monthly-today .monthly-day-number {
    color: #fff !important;
}

.monthly .monthly-today .monthly-day-number {
    color: #043460;
    font-size: 14px;
    font-weight: 400;
}

.monthly-day-title-wrap div, .monthly-header-title {
    font-family: var(--title-font);
}

.monthly-today:before {
    position: absolute;
    content: '7Meetings';
    font-size: 12px;
    line-height: 20px;
    color: #043460;
    left: -12px;
    top: -37px;
    font-weight: 400;
    background: #fff;
    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: #fff;
    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 {
    text-align: center;
    margin-top: 5px;
    padding-top: 15%;
    backdrop-filter: blur(3px);
    background: #fff;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    will-change: box-shadow;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: inset 3px 0px 47px -4px rgba(194, 188, 194, 1);
    -moz-box-shadow: inset 3px 0px 47px -4px rgba(194, 188, 194, 1);
    box-shadow: inset 3px 0px 47px -4px rgba(194, 188, 194, 1);
    margin: 15px;
    justify-content: center;
    color: #5e788f !important;
}

.schedule-block-one .inner-box:hover {
    text-align: center;
    margin-top: 5px;
    padding: 15px 0 15px 0;
    backdrop-filter: blur(3px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.07);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    color: #5e788f !important;
    -o-transition: .2s;
    transition: .2s;
    will-change: box-shadow;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
    -webkit-box-shadow: inset 3px 0px 47px -4px rgb(194 188 194 / 43%);
    -moz-box-shadow: inset 3px 0px 47px -4px rgb(194 188 194 / 45%);
    box-shadow: inset 3px 0px 47px -4px rgb(194 188 194 / 34%);
    margin: 15px;
}

.schedule-block-one .inner-box h4 {
    display: block;
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.schedule-block-one .inner-box i {
    display: block;
    height: 35px;
    width: 35px;
    color: #fe9833;
    margin: 0 auto;
    font-weight: 900;
    text-align: center;
    font-size: 37px;
}

.schedule-block-one .inner-box .time {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.schedule-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}

.schedule-block-one .inner-box h3 a {
    display: inline-block;
    color: #043460;
}

.schedule-block-one .inner-box h3 a:hover {
}

.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: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #043460;
    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);
}

.card-custom-cover {
    position: relative;
}

.trh.badge {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #46d78e;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.share-box {
    position: absolute;
    top: 40px;
    right: 10px;
}

.aciklamad {
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 12px;
    line-height: 15px;
    padding: 7px;
    font-weight: 500;
    height: 100px;
    background: #fff;
    color: #738cad !important;
    padding-top: 20px;
    margin-top: -10px;
    padding-bottom: 15px;
}

.aciklamad a {
    color: #7A93A7;
    line-height: 30px;
    font-weight: bold;
}

.aciklamad a:hover {
    color: #fe7e00;
    line-height: 30px;
    font-weight: bold;
}

.aciklamad i {
    color: #fe7e00
}

.share-box .share-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #062b45;
    font-weight: 600;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    padding-top: 25px;
    cursor: pointer;
    transition: all 500ms ease;
}

.share-box:hover .share-text {
}

.share-box .share-text i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #a8a4a5;
    transform: rotate(90deg);
    transition: all 500ms ease;
}

.share-box:hover .share-text i {
}

.share-box .share-links {
    position: absolute;
    right: -6px;
    bottom: -50px;
    width: 135px;
    background: #fff;
    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;
}

.share-box:hover .share-links {
    transform: scaleX(1);
}

.share-box .share-links:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 17px;
    height: 9px;
    top: -9px;
    right: 11px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.share-box .share-links li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    text-align: center;
}

.share-box .share-links li:before {
    position: absolute;
    content: '';
    background: #ede7e9;
    width: 1px;
    height: 22px;
    top: 3px;
    right: 0px;
}

.share-box .share-links li:last-child:before {
    display: none;
}

.share-box .share-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #a8a4a5;
}

.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: #043460;
}

.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-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;
    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: #fff;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.cta-section .content-box h3 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 33px;
}

.cta-section .content-box p {
    color: #fff;
    margin-bottom: 32px;
}

.cta-section .content-box .theme-btn {
    background: #544b9f;
    padding: 15px 30px;
}

.cta-section .content-box .theme-btn:hover {
    background: #fff;
    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: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}

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

.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: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e76bb;
    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: #043460;
}

.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: #837e7f;
}

.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: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.news-block-one .inner-box .content-box h3 a {
    display: inline-block;
    color: #043460;
}

.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: 18px;
    color: #a8a4a5;
    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: #fff;
}

.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: #fff;
    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: #043460;
    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: #fff;
}

.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: #69d6cf;
}

.join-volunteer-section .sec-title .theme-btn:hover {
}

.join-volunteer-section .donation-inner {
    position: relative;
    display: block;
    background: #fff;
    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;
    color: #043460;
    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: #fff;
    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-weight: 500;
    color: #043460;
    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: #837e7f;
}

.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: #fff;
    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;
    color: #fff;
    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: #fff;
    color: #fff;
}

.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: #fff;
}

.join-volunteer-section .join-inner .form-group .theme-btn:before {
    background: #fff;
}

/** subscribe-section **/
.subscribe-section {
    position: relative;
    padding-top: 35px;
    margin-bottom: 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;
}

.subscribe-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #043460;
    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: #fff;
    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: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    color: #837e7f;
    padding: 10px 200px 10px 53px;
    border: 1px solid #fff;
    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;
}

.main-footer .widget-section {
    position: relative;
    padding: 91px 0px 100px 0px;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.main-footer .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
}

.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: 15px;
    color: #687988;
    padding-left: 14px;
}

.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: 14px;
    line-height: 17px;
    color: #778794;
}

.main-footer .contact-widget .info-list li a {
    display: inline-block;
    color: #567795;
}

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

.social-style-one li {
    position: relative;
    display: inline-block;
}

.social-style-one li:last-child {
    margin: 0px !important;
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
}

.social-style-one li:first-child a {
}

.social-style-one li:nth-child(2) a {
    /* background: #55acee; */
}

.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: #fff;
}

.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: #022136;
    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-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;
    color: #fff;
    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: #022136;
    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: #fff;
}

.header-style-two .outer-box {
    padding: 0px;
}

.header-style-two .service-box .nice-select {
    font-size: 18px;
    color: #fff;
    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: #fff;
}

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

.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;
    color: #fff;
    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: #fff;
}

.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: #022136;
    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: #022136;
    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: #fff;
    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: #fff;
    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: #fff;
    text-align: center;
    border: 1px solid #fff;
    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: #fff;
    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: #fff;
}

.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: #fff;
    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: #022136;
    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: #fff;
}

.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: #fff;
}

.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: #fff;
    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;
    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: #fff;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.about-style-two .content-box .period-box:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    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: #fff;
    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: #fff;
    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: #fff;
}

.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: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    z-index: 1;
}

.departments-block-one .inner-box .icon-box:after {
    position: absolute;
    content: '';
    background: #fff;
    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: #fff;
    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;
}

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

.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: #022136;
    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;
    color: #fff;
    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;
}

.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: #fff;
    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: #fff;
    margin: -75px 10px 0px 10px;
    padding: 15px 20px 26px 20px;
    border-radius: 5px 5px 0px 0px;
}

.event-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e7e5e3;
}

.event-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #062b45;
}

.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: 13px 30px;
    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: 18px;
    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;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #062b45;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    padding: 17px 30px;
    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: #fff;
    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: #fff;
    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: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.news-block-two .inner-box h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    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: block;
    padding: 24px 30px 8px 30px;
}

.news-block-two .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #062b45;
}

.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: #043460;
}

.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: #837e7f;
}

.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: 16px 0px 10px 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;
    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: #022136;
}

.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: #fff;
    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: #fff;
}

.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: #fff;
}

.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;
    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: #fff;
}

.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;
    color: #fff;
    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: #fff;
    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 #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px 10px 45px;
}

.subscribe-style-two .form-inner .form-group .icon-box {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 14px;
    color: #fff;
}

.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: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.subscribe-style-two .single-item {
    position: relative;
    display: block;
    background: #fff;
    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: #fff;
    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: #fff;
}

.subscribe-style-two .single-item.scroll-to-target {
    cursor: pointer;
}

/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/
.header-style-three .header-top {
    background: #022136;
    padding: 10.5px 50px;
}

.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: #fff;
}

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

.home_3 .theme-btn.btn-one:hover, .home_3 .theme-btn.btn-one:before {
    background: #022136;
}

.header-style-three .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #fff;
    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: #fff;
    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 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-style-three .header-lower .main-menu .navigation > li > a:before {
    top: 42px;
}

/** banner-style-three **/
.banner-style-three {
    position: relative;
    overflow: hidden;
}

.banner-style-three .slide-item {
    position: relative;
    padding: 290px 0px 180px 0px;
}

.banner-style-three .slide-item:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, #fff 5%, rgba(0,0,0,0.0) 50%);
    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: 72px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    padding: 1px 20px 9px 20px;
    border-radius: 5px;
    margin-bottom: 2px;
}

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

.banner-style-three .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 32px;
}

.banner-style-three .content-box .theme-btn {
    background: #fff;
    color: #062b45 !important;
}

.banner-style-three .content-box .theme-btn:hover {
    color: #fff !important;
}

.banner-style-three .banner-carousel .owl-dots {
    left: 50%;
    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: #fff;
}

.banner-style-three .banner-carousel .owl-dots .owl-dot.active {
    width: 70px;
}

/** 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: #022136;
    background: #022136;
}

.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: #fff;
}

.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: #fff;
    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;
    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;
}

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

.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: 24px;
    line-height: 32px;
    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: #cdd9e0;
    width: 100%;
    height: 50%;
    left: 0;
    top: auto;
    bottom: 0;
}

.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: #022136;
    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: #fff;
    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: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 50px;
}

.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: 10px;
    min-height: 85px;
    text-align: center;
}

.departments-block-two .inner-box .content-box .icon-box {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    line-height: 60px;
    border: 1px solid #e4e9e6;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    z-index: 1;
}

.departments-block-two .inner-box .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    /* margin-bottom: 18px; */
    padding-bottom: 10px;
    margin-top: 25px;
}

.departments-block-two .inner-box .content-box h3 a {
    display: inline-block;
    color: #062b45;
    font-size: 13px;
}

.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: #022136;
    padding: 95px 0px 44px 0px;
}

.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: #022136;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 30px;
    text-align: center;
    border-radius: 5px;
}

.resources-section .sec-title a:hover {
    background: #022136;
    color: #fff;
}

.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: #fff;
    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 {
    width: 100%;
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
}

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

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

.feature-section .owl-nav {
    position: absolute;
    left: -100%;
    margin-left: 10px;
    /* right: 0px; */
    top: 45px;
    max-width: 1170px;
    width: 100%;
    text-align: right;
}

.feature-section .owl-nav button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-weight: 900;
    line-height: 40px;
    border: 1px solid #e4e9e6;
    text-align: center;
    font-size: 14px;
    background: #ffffff;
    color: #5e788f;
    cursor: pointer;
    transition: all 500ms ease;
}

.feature-section .owl-nav button:hover {
    color: #fe9833;
}

.feature-section .owl-nav button.owl-prev {
    top: -43px;
    left: 40px;
}

.feature-section .owl-nav button.owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    top: -1px;
}

.feature-section .owl-dots {
    position: absolute;
    left: 100px;
    bottom: -55px;
    max-width: 950px;
    width: 100%;
    display: none;
    height: 5px;
    counter-reset: slides-num;
}

.feature-section .owl-dots button {
    display: inline-block;
    width: 33.333%;
    height: 5px;
    background: #e4e9e6;
    cursor: pointer;
    transition: all 500ms ease;
}

.feature-section .owl-dots button:first-child {
    border-radius: 10px 0px 0px 10px;
}

.feature-section .owl-dots button:last-child {
    border-radius: 0px 10px 10px 0px;
}

.feature-section .owl-dots button.active {
    border-radius: 10px;
}

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

.feature-section .owl-dots:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 14px;
    width: 1px;
    height: 18px;
    background: #aea9a9;
    transform: rotate(10deg);
}

.feature-section .owl-dots button span {
    position: absolute;
    top: 4px;
    left: -85px;
    counter-increment: slides-num;
    font-size: 30px !important;
    font-weight: 600;
    background: transparent !important;
    margin: 0px;
}

.feature-section .owl-dots button.active span:before {
    position: absolute;
    content: counter(slides-num);
}

.feature-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: #022136;
    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: #fff;
}

.event-style-two .left-column .link-box a span:before {
    color: #fff;
}

.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: #fff;
    border-color: #fff;
}

.event-style-two .tab-btns .tab-btn h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    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: #fff;
    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: 100%;
    object-fit: cover;
}

.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: 5px;
    top: 5px;
    z-index: 1;
}

.event-block-two .inner-box .image-box .category h6 {
    position: relative;
    display: inline-block;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
}

.event-block-two .inner-box .content-inner {
    position: relative;
    display: block;
    padding: 15px;
    border: 1px solid #d8dbd9;
    border-radius: 0px 5px 5px 0px;
    height: 100px;
    transition: all 500ms ease;
}

.event-block-two .inner-box:hover .content-inner {
    border-color: #fff;
}

.event-block-two .inner-box .content-inner h3 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}

.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: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.event-block-two .inner-box .content-inner .info-list li p {
    padding-left: 23px;
    font-size: 14px;
    font-weight: bold;
}

.event-block-two .inner-box .content-inner .info-list li p i {
    position: absolute;
    left: 0px;
    font-size: 14px;
}

.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: #fff;
}

.event-block-two .inner-box .content-inner .share-box .social-links {
    position: absolute;
    top: -35px;
    right: 5px;
    width: 135px;
    background: #fff;
    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: #fff;
    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: #fff;
    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 #fff;
    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: #fff;
    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;
}

.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: #fff;
}

.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: #fff;
}

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

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

.contact-section .sec-title p {
    color: #fff;
}

.contact-section .sec-title {
    margin-bottom: 16px;
}

.contact-section .list-style-one li {
    color: #fff;
}

.home_3 .contact-section .list-style-one li:before {
    color: #fff;
}

.contact-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0px 20px 27px 20px;
    border-radius: 5px;
    text-align: center;
}

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

.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: #022136;
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
    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: #022136;
    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;
}

.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: #022136;
}

.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: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.page-title .content-box {
    position: relative;
    display: block;
}

.page-title .content-box h1 {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    margin-bottom: 7px;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-right: 31px;
    color: #fff;
}

.page-title .content-box .bread-crumb li:last-child {
    margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
}

.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: #fff;
    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: #fff;
    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: #fff;
}

.statements-block-one .inner-box .link-box a span:before {
    color: #fff;
}

.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: #fff;
    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: #fff;
    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: #fff;
}

/** 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: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    z-index: 1;
}

.commitment-block-one .inner-box .icon-box:after {
    position: absolute;
    content: '';
    background: #fff;
    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: #043460;
}

.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: #043460;
    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: #fff;
    border-radius: 50%;
    z-index: 1;
}

.history-section .inner-container .line:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    left: -5px;
    bottom: 0px;
    background: #fff;
    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: #fff;
    border-radius: 50%;
    font-size: 22px;
    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: #043460;
}

.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: #fff;
}

.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: #fff;
    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: #043460;
    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: #fff;
    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;
    color: #fff;
}

.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: #fff;
    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: 44px;
    height: 44px;
    line-height: 44px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #043460;
    font-weight: 500;
}

.faq-section .accordion .acc-btn h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
}

.faq-section .accordion .acc-btn h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #a8a4a5;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.faq-section .accordion .acc-btn.active h6 {
}

.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: #fff;
    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: #043460;
}

.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: #fff;
    border: 1px solid #e0dcdd;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 17px 0px;
}

.sortable-masonry .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #043460;
    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: -32px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.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: #043460;
    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: #fff;
    text-align: center;
    color: #043460;
    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: #fff;
}

.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: #fff;
}

.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: #fff;
    width: 100%;
    height: 140px;
    left: 0px;
    bottom: 0px;
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e0dcdd;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 5px;
    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: #fff;
    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: #837e7f;
}

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

.tab-btn-box {
    background: #356bb0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contact-info-section .tab-btn-box .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    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: #043460;
}

.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: #fff;
    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: #fff;
    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;
    color: #837e7f;
}

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

.about-section .tab-btn-box {
    position: relative;
    display: block;
}

.about-section .tab-btn-box .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    background: #587089;
    cursor: pointer;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 13px 30px 0px 30px;
    transition: all 500ms ease;
}

.about-section .tab-btn-box .tab-btn.active-btn {
    background: #0d3155;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

.about-section .tab-btn-box .tab-btn.active-btn:before {
    transform: scale(1,1);
}

.about-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.about-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.about-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

/** 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: 60px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    font-size: 18px;
    color: #837e7f;
    padding: 10px 20px;
    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: #fff;
    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-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: #fff;
}

.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: #fff;
    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-weight: 600;
    color: #fff;
}

.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: #fff;
    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: #fff;
    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: #fff;
    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-content {
    position: relative;
    display: block;
}

.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;
    color: #1e76bb;
    font-weight: 600;
    text-transform: uppercase;
}

.department-details-content .content-one .title-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e76bb;
    margin-bottom: 8px;
}

.department-details-content .content-one .title-box p {
    color: #043460;
    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: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #043460;
    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: #fff;
    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: 30px;
    line-height: 38px;
    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;
    color: #043460;
    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: #fff;
}

.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: #fff;
    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;
    color: #837e7f;
    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: 30px;
    line-height: 38px;
    margin-bottom: 26px;
}

.department-details-content .content-three .tabs-content {
    position: relative;
    display: block;
    background: #fff;
    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;
    color: #043460;
    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: #fff;
}

.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 .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: #fff;
    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: #043460;
    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: #043460;
    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: #fff;
    margin-bottom: 141px;
}

.department-sidebar .contact-widget .widget-content h4 {
    display: block;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 25px;
}

.department-sidebar .contact-widget .widget-content h4 a {
    font-size: 26px;
    color: #fff;
}

.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: #fff;
    padding: 0px 20px;
    font-size: 18px;
    color: #837e7f;
    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: #837e7f;
    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: 24px;
    line-height: 32px;
}

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

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #837e7f;
    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;
    color: #837e7f;
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 6px 10px;
    text-align: center;
}

.default-sidebar .tags-widget .tags-list li a:hover {
    color: #fff;
}

.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: #043460;
    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: #fff;
    margin-bottom: 121px;
}

.default-sidebar .banner-widget h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    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: #043460;
}

.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: #043460;
    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: #043460;
    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: #69d6cf;
    padding: 7.5px 10px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.event-details .event-sidebar .inner-box .author-box h3 span {
    font-size: 18px;
    font-weight: 400;
}

.event-details .event-sidebar .inner-box .author-box h3:before {
    position: absolute;
    content: '';
    background: #69d6cf;
    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: #fff;
}

.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;
    color: #fff;
    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: #043460;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 15px;
    border-radius: 5px;
    background: #fff;
    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: #043460;
    color: #fff;
}

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

.news-block-two .inner-box h6 {
    color: #1e76bb;
}

.blog-grid-one .news-block-two .inner-box {
    margin-bottom: 30px;
}

.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: #043460;
    border-color: #043460;
    padding-bottom: 32px;
}

.blog-sidebar .about-widget .team-block-one .inner-box:before {
    background: #114370;
}

.blog-sidebar .about-widget .share-box .share-text {
    color: #ffffff;
}

.blog-sidebar .about-widget .share-box .share-text i {
    color: #aeb8c1;
}

.blog-sidebar .about-widget .share-box:hover .share-text {
}

.blog-sidebar .about-widget .team-block-one .inner-box h3 {
    color: #fff;
    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: #fff;
}

.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 .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: #043460;
}

.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;
    color: #fff;
    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;
    color: #043460;
    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;
    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: #837e7f;
}

.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;
    color: #837e7f;
    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: #fff;
}

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

.blog-details-content .post-nav-btn .single-btn.prev-btn h6 a:before {
    right: 8px;
    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: 8px;
}

.blog-details-content .post-nav-inner .btn-box a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #043460;
    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: #fff;
}

.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: #fff;
}

.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-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: #043460;
    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: #837e7f;
    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: #837e7f;
    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;
}

.logo-box {
}

.hero-shortcuts__bg {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -20px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../../assets/images/slideralt.png);
    height: 142px;
}

.anasayfabaskan {
    position: absolute;
    right: 0px;
    z-index: -9;
    bottom: 150px;
}

.baskanalani {
    text-align: right;
}

.baskanalani h3 {
    z-index: 999999;
    font-size: 20px !important;
    top: -60px;
    font-weight: bold !important;
}

.baskanalani p {
    z-index: 999999;
    font-size: 16px !important;
    top: -70px;
    font-weight: bold !important;
}

.cagrimerkezi {
    color: #fff;
    text-align: right;
    right: 35px !important;
    top: -50px;
    position: absolute;
}

.cagrimerkezi h4 {
    font-weight: bold;
    line-height: 14px;
    color: #fff
}

.cagrimerkezi p {
    font-weight: 900;
    font-size: 15px;
    color: #fff
}

.cagrimerkezi i {
    position: absolute;
    top: 5px;
    font-size: 25px;
    padding-left: 10px;
}

/**Work category section**/
.work-category {
    background: #fbf9ed;
    background: -moz-linear-gradient(top, #fbf9ed 0%, #fbeaf8 100%);
    background: -webkit-linear-gradient(top, #fbf9ed 0%,#fbeaf8 100%);
    background: linear-gradient(to bottom, #fbf9ed 0%,#fbeaf8 100%);
    position: relative;
}

.work-category .common-heading h2 {
    margin-bottom: 30px;
}

.work-card p {
    line-height: 14px;
    color: #5e788f;
    font-size: 13px;
}

.icon-bg {
    display: block;
    height: 35px;
    width: 35px;
    color: #fe9833;
    margin: 0 auto;
    font-weight: 900;
    text-align: center;
    font-size: 17px;
}

.icon-set {
    width: 12.5%;
    display: inline-block;
    float: left;
    position: relative;
}

.work-card {
    text-align: center;
    margin-top: 5px;
    padding: 15px 5px;
    backdrop-filter: blur(3px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.07);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    color: #5e788f !important;
    -o-transition: .2s;
    transition: .2s;
    will-change: box-shadow;
    height: 80px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.work-card:hover {
    color: #fff;
    -webkit-box-shadow: inset 3px 0px 47px -4px rgba(194,188,194,1);
    -moz-box-shadow: inset 3px 0px 47px -4px rgba(194,188,194,1);
    box-shadow: inset 3px 0px 47px -4px rgba(194,188,194,1);
}

.ataturk {
    position: absolute;
    width: 80px;
    top: 0px;
    left: 260px;
}

.tolgaliste li .tolga-badge {
    font-size: 10px;
    background: #0d3155;
    color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 4px;
}

.tolgaliste li {
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #0d3155;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 2px;
    line-height: 20px;
}

.tolgaliste li:hover {
    border-radius: 5px;
    cursor: pointer;
    color: #48486e;
}

.tolgaliste li:hover .tolga-badge {
    font-size: 10px;
    background: #48486e;
    color: #fff;
}

.hepsinigoster {
    font-size: 12px;
    border-radius: 10px;
}

.ustlogo {
    margin-top: -220px;
    ,: 270px;
    max-width: 140px;
    z-index: 9999999999;
    x -11px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 1px 22px -11px rgba(0,0,0,0.75);
}

.logomuz {
    margin-top: 165px;
    padding: 10px;
}

.baskan {
    position: relative;
    height: 380px;
}

.baskan-header {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    height: 100%;
}

.baskan-cover {
    background-color: #fff;
    border-radius: 11px;
    overflow: hidden;
}

@media (max-width: 479px) {
    .baskan-cover {
        max-height: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .baskan-cover {
        max-height: 550px;
    }
}

@media (max-width: 767px) {
    .baskan-cover {
        height: 90vw !important;
    }

    .baskan {
        position: relative;
        height: 280px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .baskan-cover {
        height: 350px !important;
        overflow: hidden;
        border-radius: 11px;
    }
}

@media (min-width: 992px) {
    .baskan-cover {
        height: 100%;
    }
}

.baskan-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.baskan-photo {
    position: absolute;
    bottom: 0;
    left: 15px;
    /* top: -61px; */
}

@media (max-width: 479px) {
    .baskan-photo {
        /* width: 57%; */ /* left: 5px; */
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .baskan-photo {
        width: 55%;
        left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .baskan-photo {
        width: 210px;
        left: 30px;
    }
}

.baskan-photo img {
    width: 100%;
}

.baskan-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .baskan-body {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .baskan-body {
        padding: 7vw;
    }
}

.baskan-body::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 60%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#324452));
    background-image: -o-linear-gradient(transparent, #324452);
    background-image: linear-gradient(transparent, #324452);
    border-radius: 11px;
}

.baskan-body__heading {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.baskan-body__heading .title {
    letter-spacing: -1px;
    font-weight: 900;
    color: #fff;
}

@media (min-width: 480px) {
    .baskan-body__heading .title {
        font-size: 25px;
    }
}

@media (max-width: 479px) {
    .baskan-body__heading .title {
        font-size: 9vw;
    }
}

@media (min-width: 390px) and (max-width: 479px) {
    .baskan-body__heading .title {
        font-size: 30px;
    }
}

.baskan-body__heading .title span:last-child {
    font-weight: 400;
}

.baskan-body__heading .title span:first-child {
    margin-right: 5px;
}

.baskan-body__heading .rank {
    font-weight: 300;
    color: #fff;
}

@media (min-width: 480px) {
    .baskan-body__heading .rank {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .baskan-body__heading .rank {
        font-size: 3.9vw;
    }
}

@media (min-width: 390px) and (max-width: 479px) {
    .baskan-body__heading .rank {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .baskan-social {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .baskan-social {
        margin-top: 13px;
    }
}

.baskan-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #035e71;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width: 480px) {
    .baskan-social a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .baskan-social a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.baskan-social a:not(:last-child) {
    margin-right: 7px;
}

.baskan-social a:hover {
    background-color: #035e71;
    color: #fff;
}

.baskan-footer {
    background-color: #ededed;
    border-radius: 11px;
    z-index: 9999;
    margin-top: -12px;
    border: solid 4px #f3f7f5;
    width: 100%;
    position: absolute;
    -webkit-box-shadow: 15px 15px 35px rgb(32 88 162 / 31%);
    box-shadow: 15px 15px 35px rgb(32 88 162 / 4%);
}

@media (min-width: 992px) {
    .baskan-footer {
    }
}

@media (max-width: 991px) {
    .baskan-footer {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .baskan-footer ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.baskan-footer ul li:not(:last-child) a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    /* background-color: #fff; */
}

.baskan-footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    border-right: solid 1px #ffffff5c;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-right: 10px;
    color: #324352;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width: 992px) {
    .baskan-footer ul li a {
        height: 55px;
        max-height: 80px;
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .baskan-footer ul li a {
        height: 60px;
        font-size: 3vw;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .baskan-footer ul li a {
        height: 75px;
        font-size: 2.75vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .baskan-footer ul li a {
        height: 75px;
        font-size: 16px;
    }
}

@media (min-width: 390px) and (max-width: 479px) {
    .baskan-footer ul li a {
        font-size: 11px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .baskan-footer ul li a {
        font-size: 14px;
    }
}

.baskan-footer ul li a span:last-child {
    font-weight: 500;
}

.baskan-footer ul li a:hover {
    color: rgb(22 82 163);
}

.habermanset img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0 !important;
    left: 0 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    object-fit: cover;
}

.habermanset::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #00000099);
}

.baskansosyal {
    text-align: center;
    float: left;
    margin-right: -12px !important;
    padding: 5px;
    border-right: 0 !important;
    font-size: 15px !important;
}

.habermanset {
    height: 450px;
    border-radius: 25px;
}

.habermanset h5 {
    color: #fff;
    z-index: 9;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
    overflow: hidden;
    max-height: 83px;
    line-height: 1.3;
}

.habermanset p {
    color: #fff;
    z-index: 9;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    max-height: 70px;
    margin-top: 5px;
}

.enust {
    background: #fff;
    color: #96a7b6;
    height: 60px;
    width: 100%;
    padding-top: 4px;
    position: absolute;
    margin-top: -60px;
    font-size: 14px;
    line-height: 14px;
    color: #5e788f;
    z-index: 99999999;
}

.linksol {
    color: #5e788f;
    padding: 10px;
    margin: 5px;
    background-color: rgba(219, 226, 231, 0.3);
    border-radius: 8px;
    padding-right: 20px;
    text-decoration: none;
}

.linksol i {
    background: #fff;
    padding: 9px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 23px;
}

.linksol:hover {
    background-color: rgb(219 226 231 / 68%);
    cursor: pointer;
    color: #356bb0;
}

.ustsag {
    display: flex;
    justify-content: flex-end;
}

.ustsag li {
    list-style: none;
    background: none;
    padding: 10px;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    font-size: 14px;
}

/* YouTube */
.ustsag a {
    color: #fff !important;
}

/* YouTube */
.fa-youtube {
    color: #FF0000;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
    background: #f4f6f8;
}

.fa-youtube:hover {
    background: #FF0000;
    color: #fff;
}

/* Instagram */
.fa-instagram {
    background: #f4f6f8;
    padding: 10px;
    color: #DD2A7B;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.fa-instagram:hover {
    background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    color: #fff;
}

/* X (formerly Twitter) */
.fa-x-twitter {
    color: #000000;
    padding: 10px;
    border-radius: 5px;
    background: #f4f6f8;
    transition: background 0.3s ease;
}

.fa-x-twitter:hover {
    background: #000000;
    color: #fff
}

/* Facebook */
.fa-facebook {
    color: #849EC2;
    padding: 10px;
    background: #f4f6f8;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.fa-facebook:hover {
    background: #3B5998;
    color: #fff
}

.birincibtn {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

.ucuncubtn {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto;
    min-width: 100% !important;
}

.card-custom-item {
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    border: solid #fff 4px;
}

.card-custom-cover {
    height: 215px;
    overflow: hidden;
}

@media (max-width: 479px) {
    .card-custom-cover {
        height: 150px;
    }
}

.card-custom-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-custom-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}

@media (max-width: 479px) {
    .card-custom-body {
        padding: 15px 15px 10px 15px;
    }
}

.card-custom-body::before, .card-custom-body::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .4s;
    will-change: opacity;
}

.card-custom-body::before {
    background-image: linear-gradient(transparent, #444444);
    opacity: .8;
}

.card-custom-body::after {
    background-color: rgb(20 81 162 / 59%);
    opacity: 0;
    visibility: hidden;
}

.card-custom-body .custom-title {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .card-custom-body .custom-title {
        padding-right: 40px;
    }
}

@media (max-width: 479px) {
    .card-custom-body .custom-title {
        font-size: 11px;
        -webkit-line-clamp: 3;
    }
}

.card-custom-body .custom-date {
    font-size: 12px;
    margin-top: 7px;
}

@media (max-width: 479px) {
    .card-custom-body .custom-date {
        font-size: 11px;
        margin-top: 3px;
    }
}

.card-custom-body .custom-date .icon {
    font-size: 12px;
}

@media (max-width: 479px) {
    .card-custom-body .custom-date .icon {
        font-size: 11px;
    }
}

.card-custom-body > .icon {
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 5px;
    bottom: 1px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
    transition: .3s;
}

@media (max-width: 479px) {
    .card-custom-body > .icon {
        display: none;
    }
}

.card-custom a:hover .card-custom-body::before {
    opacity: 0;
    visibility: hidden;
}

.card-custom a:hover .card-custom-body::after {
    opacity: .85;
    visibility: visible;
}

.card-custom a:hover .card-custom-body > .icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.card-custom-footer {
    height: 55px;
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    padding-top: 10px;
    align-items: center;
}

.card-custom-footer .icon {
    font-size: 36px;
    width: 25px;
    opacity: .3;
    margin-right: 13px;
    color: #7a93a9;
}

@media (max-width: 479px) {
    .card-custom-footer .icon {
        display: none;
    }
}

.card-custom-footer .custom-title {
    color: #035e71;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 39px;
}

@media (max-width: 479px) {
    .card-custom-footer .custom-title {
        font-size: 13px;
    }
}

.solmenu {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding: 25px;
    margin: 15px 0px;
    font-size: 13px;
}

.solmenu h3 {
    font-size: 14px;
    border-bottom: solid 1px #ededed;
    padding-bottom: 7px;
    color: #fe7e00;
    margin-bottom: 15px;
}

.solmenu a {
    color: #7a93a9;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.4;
    padding-left: 5px;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.solmenu a:hover {
    color: #fe7e00;
}

.solmenu ul li:not(:last-child) {
    border-bottom: 1px solid rgba(94, 120, 143, 0.08);
}

.iceriksayfa {
    background: #fff;
    border-radius: 10px;
    font-size: 13px;
    height: 100%;
    line-height: 16px;
}

.sayfabaslik {
    background: #ecf0f2;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #455f76;
    font-weight: bold;
    font-size: 14px;
}

.icerikdetay {
    border: solid 1px #ecf0f2;
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #6b6d6e !important;
}
.icerikdetay p {
        margin-bottom:17px;
        color: #6b6d6e !important;
        line-height: 25px !important;
}

.icerikdetay li {padding:5px;
list-style:disc;
                
                margin-left:15px

                }
.sayfadetayi {
    padding: 10px;
    color: #000000bf;
    background: #f4f6f8;
}

.baskansosyalmedya li {
    padding: 3px;
    font-size: 16px;
    float: right;
}

.baskansosyalmedya {
    position: absolute;
    height: 45px;
    right: 25px;
    bottom: -25px;
}

.mobilonlineislem {
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: -10px;
    right: -130px;
}

.mobilonlineislem a {
    font-size: 13px;
    padding: 0px 15px;
    text-align: right;
    right: 0;
    color: #5e788f;
    line-height: 12px;
    display: block;
}

.mobilonlineislem i {
    position: absolute;
    right: -4px;
    font-size: 20px;
    color: #fe9833;
    top: 1px;
}

.mobilmenulink {
    text-align: left;
    position: absolute;
    top: -3px;
    left: -130px;
}

.mobilmenulink a {
    font-size: 12px;
    padding: 0px 15px;
    text-align: left;
    right: 0;
    color: #5e788f;
    line-height: 12px;
    display: block;
}

.mobilmenulink i {
    position: absolute;
    left: -3px;
    font-size: 18px;
    top: 4px;
}

.baslikseffaf {
    font-size: 45px;
    font-weight: bold;
    color: #7a93a9;
    margin: 35px 0 70px 0;
}

.baslikseffaf i {
    color: #fe7e00;
    font-size: 20px;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.lightboxOverlay {
    z-index: 9999999999999999 !important;
    align-items: center;
    justify-content: center;
}

.lightbox {
    z-index: 9999999999999 !important;
    align-items: center;
    justify-content: center;
}

.tumunugoster {
    background: #fe7e00;
    border-radius: 12px;
    padding: 15px !important;
    margin: 10px 0;
    color: #fff !important;
    font-size: 16px;
}

.tumunugoster:hover {
    background: #7a93a9;
}

.filter-links {
    z-index: 9 !important;
    padding-left: 90px;
}

.filter-links:hover {
    cursor: pointer;
}

.filter-links img {
    width: 40px;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
}

.tumunugoste {
    font-weight: bold;
    margin-left: -70px;
    color: #fff;
    background: #7a93a9;
    text-align: center;
    line-height: 17px !important;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    position: absolute !important;
}

.tumunugoste:hover {
    background: #fe7e00;
    color: #fff
}

.meclisdetayi h3 {
    color: #fff;
    font-size: 11px;
    margin-bottom: -10px;
    text-align: left;
    padding-left: 18px;
    width: 100%;
}

.meclisdetayi img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.partilogo {
    position: absolute;
    border-radius: 5px !important;
    background: #fff;
    padding: 3px;
    margin-top: -32px;
    width: 26px;
    margin-left: 7px;
    height: 26px;
    object-fit: cover;
    z-index: 9999;
}

.kapakfoto {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.departments-block-two:hover .inner-box:hover {
    position: relative;
    display: block;
    background: #eef2f5;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 50px;
}

.departments-block-two h3 {
    color: #7a93a9 !important;
    font-size: 13px !important;
    line-height: 15px !important;
}

.mudurlukicon {
    color: #fe7e00 !important;
    font-size: 25px;
}

.mudurdetays {
    background: #ecf0f2;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    color: #455f76;
    font-size: 14px;
    font-weight: 600;
}

.mudurdetays i {
    color: #fe7e00;
    margin-right: 5px;
}

.mudurdetays a:hover {
    color: #fe7e00
}

.mudurdetays a {
    color: #455f76
}

.mecliskomisyonuye {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    height: 70px;
    background: #7a93a9;
    margin: 5px;
    padding: 5px;
    line-height: 15px;
    border-radius: 5px;
    width: 300px;
    padding-top: 25px;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
}

.mecliskomisyonuye img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    position: absolute;
    left: 10px;
    top: -4px;
    border: solid 3px #fff;
}

.accordion-body {
    overflow: hidden;
}

.ihaletablosu {
    border-radius: 14px;
    background: #eef1f3;
    font-size: 13px;
    color: #7a93a9 !important;
    font-weight: 500;
}

.ihaletablosu thead {
    background: #46d78e !important;
    color: #fff;
    cursor: pointer;
}


.aramayap {font-size:16px;
        font-weight:500;
border-bottom: solid 2px #7a93a9;
margin-top:20px;
           width:270px;
          color:#7a93a9;
          }
.ihaleicon {font-size:16px;
           background:#46d78e;
           color:#fff;
            height:30px;
            padding:5px;
            -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
           }
.ihaled {background:#7a93a914;
     color:#7a93a9;
         font-weight:600;
        }

.ihaled a {
  color:#7a93a9;
         font-weight:600;
}
.ihaled a:hover {
  color:#fe7e00;
}
.park-item {
    color: #7a93a9;
    font-weight: 700;
    font-size: 12px;
    height: 80px;
    background: #f2f4f6;
    margin: 5px;
    padding: 2px;
    line-height: 13px;
    border-radius: 5px;
    width: 155px;
    padding-top: 8px;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
}

.park-item:hover{background:#fff;cursor:pointer;border: solid 1px #cad5df}
.mudurlukara {
            height: 50px;
            color: #7a93a9 !important;
            font-weight: 600;
            border-radius: 5px;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
            font-size: 13px;
            margin-bottom: 50px;
        }
        .mudurlukara::placeholder {
            color: #7a93a9 !important;
        }


.hizmetmenusu {width:440px !important;margin-top:5px !important}
.hizmetmenusu li{width:220px !important;float:left;}
.hizmetmenusu a{font-size:13px !important;}
.contact-item { min-height: 500px; }

.contact-item:not(.ui-no-bg) { background-color: #fff; border-radius: 20px; }

@media (min-width: 480px) { .contact-item:not(.ui-no-bg) { padding: 40px; } }

@media (max-width: 479px) { .contact-item:not(.ui-no-bg) { padding: 20px; } }

.contact-header { background-color: rgba(219, 226, 231, 0.6); border-top-left-radius: 15px; border-top-right-radius: 15px; margin-left: auto; margin-right: auto; width: 96%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.contact-header__items .item:last-child a { border-top-right-radius: 15px; }

.contact-header__items .item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; background-color: rgba(255, 255, 255, 0.75); padding-left: 20px; padding-right: 20px; color: #5e788f; }

.contact-header__items .item a .icon { font-size: 32px; color: #fe7e00; }

.contact-header__items .item a .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; line-height: 1.4; }

.contact-header__items .item a .desc .heading { font-size: 12px; font-weight: 800; }

.contact-header__items .item a .desc .text { font-weight: 300; font-size: 14px; }

.contact-header .page-content__nav ul { padding-left: 7px; padding-right: 7px; }

.contact-address > ul > li:not(:last-child) .contact-address__item { position: relative; z-index: 1; padding-bottom: 40px; margin-bottom: 40px; }

.contact-address > ul > li:not(:last-child) .contact-address__item::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; z-index: -1; height: 1px; background-image: -o-radial-gradient(rgba(94, 120, 143, 0.1) 50%, transparent, transparent); background-image: radial-gradient(rgba(94, 120, 143, 0.1) 50%, transparent, transparent); }

.contact-address__map { overflow: hidden; border-radius: 15px; }

@media (max-width: 767px) { .contact-address__map { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } }

.contact-address__map iframe { -webkit-filter: grayscale(0.5); filter: grayscale(0.5); }

@media (min-width: 768px) { .contact-address__map iframe { width: 100%; height: 400px; } }

@media (max-width: 767px) { .contact-address__map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }

@media (min-width: 992px) { .contact-address__description { padding: 20px 20px 20px 40px; } }

@media (max-width: 767px) { .contact-address__description { padding-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .contact-address__description { padding-left: 30px; } }

.contact-address__description .title {color: #455f76;font-size: 22px;font-weight: bold;letter-spacing: -1px;line-height: 1.3;}

@media (min-width: 1200px) { .contact-address__description .title {padding-right: 85px;} }

.contact-address__description .page-content__description { margin-top: 10px; }

.contact-address__info { margin-top: 30px; }

.contact-address__info > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.contact-address__info > ul > li { margin-bottom: 20px; }

.contact-address__info > ul > li:not(:last-child) { margin-right: 30px; }

.contact-address__info .item { line-height: 1.4; position: relative; z-index: 1; padding-left: 15px; }

.contact-address__info .item::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: 0; background-color: #ffcb99; width: 4px; border-radius: 99px; }

.contact-address__info .item .heading { color: rgba(122, 147, 169, 0.6); font-size: 12px; font-weight: 800; }

.contact-address__info .item .text {color: #5e788f;font-weight: 600;font-size: 14px;}

@media (min-width: 1200px) { .contact-address__buttons { height: 400px; } }

.contact-address__buttons ul { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (min-width: 1200px) { .contact-address__buttons ul { height: 100%; } }

@media (min-width: 1200px) { .contact-address__buttons ul { padding-top: 60px; padding-bottom: 60px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 15px; } }

@media (max-width: 1199px) { .contact-address__buttons ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (min-width: 480px) and (max-width: 767px) { .contact-address__buttons ul { margin-left: -5px; margin-right: -5px; } }

@media (min-width: 1200px) { .contact-address__buttons ul li { height: calc(100% / 3); } }

@media (max-width: 479px) { .contact-address__buttons ul li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .contact-address__buttons ul li:not(:last-child) { margin-bottom: 10px; } }

@media (min-width: 480px) and (max-width: 767px) { .contact-address__buttons ul li { padding-left: 5px; padding-right: 5px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } }

@media (min-width: 768px) and (max-width: 991px) { .contact-address__buttons ul li { padding-left: 5px; padding-right: 5px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } }

@media (min-width: 992px) and (max-width: 1199px) { .contact-address__buttons ul li { padding-left: 5px; padding-right: 5px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } }

.contact-address__buttons ul li a { background-color: rgba(254, 126, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 15px; color: #fe7e00; padding-left: 20px; padding-right: 20px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 1200px) { .contact-address__buttons ul li a { height: 100%; } }

@media (max-width: 1199px) { .contact-address__buttons ul li a { height: 80px; } }

.contact-address__buttons ul li a:hover { background-color: #fe7e00; color: #fff; -webkit-box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3); box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3); }

.contact-address__buttons ul li a .icon { font-size: 28px; opacity: .4; width: 36px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 480px) and (max-width: 767px) { .contact-address__buttons ul li a .icon { display: none; } }

.contact-address__buttons ul li a .title {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;padding-left: 13px;text-transform: uppercase;font-weight: bold;font-size: 14px;line-height: 1.3;}

@media (min-width: 480px) and (max-width: 767px) { .contact-address__buttons ul li a .title { padding-left: 0; } }

.contact-tour { border-radius: 20px; overflow: hidden; position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }

.contact-tour iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contact-floor > ul > li:not(:last-child) { border-bottom: 20px solid rgba(94, 120, 143, 0.08); padding-bottom: 40px; margin-bottom: 40px; }

.contact-floor > ul > li .heading { color: rgba(122, 147, 169, 0.3); text-transform: uppercase; font-size: 32px; line-height: 1.1; font-weight: 900; letter-spacing: -2px; margin-top: 30px; position: -webkit-sticky; position: sticky; top: 20px; }

.contact-floor > ul > li .photo { padding-left: 50px; position: -webkit-sticky; position: sticky; top: 20px; }

.contact-floor > ul > li .photo a { display: block; position: relative; }

.contact-floor > ul > li .photo img { width: 100%; height: 100%; }
