@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);


.pattern-bg {
    background: url('/assets/frontend/images/pattern.png') repeat;
    background-size: 100px;
}

.map-section {
    height: 600px;
}

.map-section iframe {
    height: 100%;
}

#content {
    background-image: url('/assets/frontend/images/pattern.png');
    margin-bottom: -80px;
    padding-bottom: 100px;
    background-size: 100px;

}

.section-animation .animate-cols,
.animate-cols-2 {
    transform: translateY(20px);
    opacity: 0;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-animation.active .animate-cols,
.animate-cols-2.active {
    transform: translateY(0px);
    opacity: 1;
}

.section-animation .image-animate {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.section-animation .image-animate img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1) !important;
    transform: scale(1.5) translate(-100px, 0px);
}

.section-animation.active .image-animate {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section-animation.active .image-animate img {
    transform: scale(1) translate(0px, 0px);
}

.line-link {
    padding-bottom: 8px;
    position: relative;
    color: #000;
}

.line-link::before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    height: 1.5px;
    background-color: #d39c3f;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 0;
}

.line-link:hover::before {
    width: 60%;
}

.line-link .fa,
.sidebar .line-link {
    transform: translateX(0px);
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.line-link:hover .fa {
    transform: translateX(20px);
}

.sidebar .line-link:hover {
    transform: translateX(25px);
}

.sidebar .line-link:hover .fa {
    transform: translateX(0px);
}

.sidebar .line-link::before {
    content: none;
}

.sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    right: -300px;
    z-index: 2000000;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sidebar.active {
    right: 0;
}

.sidebar .sidebar-icon {
    width: 141px;
    height: 112px;
    background-color: #2d9cdb;
    position: absolute;
    left: -49px;
    top: 21px;
    display: flex;
    align-items: self-start;
    justify-content: center;
    color: #fff;
    /* background-color: #fff; */
    font-size: 18px;
    cursor: pointer;
    z-index: 0;
    padding: 5px 0px;
    transform: rotate(-90deg);
}

.sidebar .sidebar-icon i {
    transform: rotate(180deg);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sidebar.active .sidebar-icon i {
    transform: rotate(0deg);
}

.sidebar ul {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px !important;
    margin: 0;
    list-style: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
}

.sidebar ul h4 {
    margin-bottom: 25px;
}

.sidebar li {
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar li a {
    font-size: 17px;
    font-weight: 500;
    color: #222960;
    display: inline-block;
    width: 100%;
}

.sidebar li a i {
    font-size: 22px;
}

.sidebar li a:hover {
    color: #2d9cdb;
}

.navbar li,
.navbar>ul>li {
    position: relative
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

#hero h2,
#hero p {
    text-shadow: 0 1px 0 #000;
    font-size: 20px
}

.social-links a:hover,
a,
a:hover {
    text-decoration: none
}

.social-links a,
ul.social-network li a {
    width: 36px;
    height: 36px;
    display: inline-block
}

.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

#header .logo,
.faq .faq-list a {
    font-family: Arial, Helvetica, sans-serif
}

#footer .footer-bottom a:hover,
#header .logo a,
a {
    color: #2e3e4e
}

#footer .footer-bottom a,
#footer a:active,
#footer a:hover,
#topbar .contact-info a:hover,
#topbar .social-links a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box:hover .icon i,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover,
a:hover {
    color: #0cbaa4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: absolute;
    /* top: calc(50% - 50px); */
    /* left: calc(50% - 25%); */
    /* border-radius: 50%; */
    /* animation: 1s linear infinite animate-preloader; */
    background-image: url(/uploads/settings/loader.gif);
    background-repeat: no-repeat;
    background-size: 144px;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* #preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader2:before {
    content: "";
    position: absolute;
    background-image: url(/uploads/settings/loader.gif);
    background-repeat: no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0cbaa4;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover,
.btn-theme:hover {
    background: #2e3e4e;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    height: 40px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap
}

#hero .carousel {
    z-index: 3;
}

#hero,
#hero .carousel-item {
    height: calc(100vh - 120px);
    width: 100%;
    overflow: hidden
}

#topbar.topbar-scrolled {
    top: -40px;
    background: #fff
}

#topbar .contact-info a {
    line-height: 1;
    transition: .3s
}

.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
    /*color: #444*/
}

#topbar .contact-info i {
    color: #0cbaa4;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #2e3e4e;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:first-child {
    border-left: 0
}

#header {
    transition: .5s;
    z-index: 997;
    padding: 15px 0 0;
    top: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.header-bg,
.services .icon-box:hover .icon,
.staff {
    background: #fff
}

#header.header-scrolled {
    top: 0;
    background: #fff
}

#footer,
#hero .carousel-item {
    background-size: cover;
    background-repeat: no-repeat
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700
}

#header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
    margin-top: -10px;
    /* margin-bottom: 10px */
}

.more-btn {
    text-align: center;
    margin-top: 10px
}

.header-no-bg {
    box-shadow: none !important
}

.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 0 23px 15px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #2e3e4e;
    white-space: nowrap;
    transition: .3s;
    padding: 5px 0;
    font-weight: 500;
}

.navbar a .drop-arrow {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .dropdown ul a .drop-arrow {
    position: absolute;
    right: 15px;
    top: 15px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: 120%;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s;
    min-width: 334px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 0;
}

.navbar .dropdown ul .menu-header {
    padding: 18px 11px;
    background-color: #eef2f8;
    margin-bottom: 15px;
}

.navbar .dropdown ul .menu-header h4 {
    margin-bottom: 0;
}

.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
    opacity: 1;
    visibility: visible
}

.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-transform: none;
    color: #082744;
    border: none;
    display: block
}

.header-dropdown i,
.navbar .dropdown ul a .fa {
    margin-right: 5px
}

.navbar .dropdown ul a .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eef2f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d9cdb;
}

.navbar .dropdown ul a .main-icon {
    transform: translateX(0px) !important;
}

.navbar .dropdown ul a .arrow {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    color: #082744;
}

.navbar .dropdown ul a:hover .arrow {
    color: #2d9cdb;
}

.navbar .dropdown ul .line-link:hover::before {
    width: 46%;
    left: 7%;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #2e3e4e;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
    margin-top: -15px
}

#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #fff
}

#footer .credits,
#footer .credits a {
    color: #fff
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: 999;
    width: 100%;
    height: 100%
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 65px;
    right: 35px;
    font-size: 25px;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    border-radius: 4px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 2.5rem;
    font-size: 15px;
    color: #2e3e4e;
    border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 30px;
    padding: 10px 0;
    background: #fff
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
    margin-bottom: 30px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.header-scrolled .navbar-mobile ul {
    top: 64px
}

.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 25px
}

#hero {
    padding: 0;
    background: #000
}

#hero .carousel-item {
    background-position: top right
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

#hero .carousel-content {
    text-align: left
}

#hero p {
    width: 80%;
    animation-delay: .4s;
    color: #fff
}

.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
    display: inline-block
}

.fixed-top-margin {
    margin-top: 120px
}

@media (max-width:992px) {
    .fixed-top-margin {
        margin-top: 100px
    }

    #hero,
    #hero .carousel-item {
        height: 60vh
    }

    #hero .carousel-content.container {
        padding: 0 50px
    }

    #hero .carousel-content {
        text-align: center
    }

    #hero p {
        width: 100%;
        padding: 0 20px
    }
}

#hero h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900
}

#hero .slider-link {
    -webkit-box-shadow: 0 1px 3px 0 #fff;
    -moz-box-shadow: 0 1px 3px 0 #fff;
    box-shadow: 0 1px 3px 0 #fff
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%;
    visibility: hidden
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer
}

.breadcrumbs,
.section-bg {
    background-color: #edf3f2
}

@media (max-height:500px) {

    #hero,
    #hero .carousel-item {
        height: 120vh
    }
}

@media (min-width:1024px) {
    #hero p {
        width: 60%
    }

    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

.carousel-item-clear::before {
    display: none !important
}

#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
    visibility: visible
}

section {
    padding: 60px 0
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2e3e4e
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #0cbaa4;
    bottom: 2px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #0cbaa4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-animation .section-title h2::before {
    left: calc(50% - 85px);
    opacity: 0;
    transition-delay: .7s;
}

.section-animation .section-title h2::after {
    left: calc(50% - 0px);
    opacity: 0;
    transition-delay: .7s;
}

.section-title p {
    margin-bottom: 0
}

.section-title h2,
.section-title h2::before,
.section-title h2::after,
.section-title p {
    transition: .7s cubic-bezier(0.5, 0.5, 0, 1) !important;
}

.section-animation .section-title h2,
.section-animation .section-title p {
    transform: translateY(20px);
    opacity: 0;
}

.section-title p {
    transition-delay: .4s;
}

.section-animation.active .section-title h2,
.section-animation.active .section-title p {
    transform: translateY(0);
    opacity: 1;
}

.section-animation.active .section-title h2::after {
    left: calc(50% - 20px);
    opacity: 1;
}

.section-animation.active .section-title h2::before {
    left: calc(50% - 60px);
    opacity: 1;
}

.agree-message {}

.agree-message input.form-check-input {
    border-color: #222960;
}

.agree-message label {}

.agree-message h1 {}

.agree-message .agree-button-form {
    display: none;
}

.breadcrumbs {
    padding: 20px 0;
    min-height: 40px
}

.breadcrumbs h2 {
    font-size: 35px;
    font-weight: 700;
    /* margin: 0 */
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol,
.counts .count-box p {
    padding: 0;
    margin: 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.why-us .content {
    padding: 30px;
    background: #0cbaa4;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    padding: 6px 30px 8px;
    color: #fff;
    border-radius: 50px
}

.why-us .content .more-btn:hover {
    color: #0cbaa4;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #0cbaa4;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.counts {
    background: #edf3f2;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

#footer .footer-newsletter form button:hover,
.btn-theme,
.counts .count-box i,
.services .icon-box,
.staff .member .social a:hover {
    background: #0cbaa4
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.section-bg.services {
    height: 657px;
}

.section-bg.services .swiper-slide {
    overflow: hidden;
}

/* .section-bg.services .swiper-slide::before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 83px 77px #000;
} */
.section-bg.services .service-slide-title {
    color: #fff;
    z-index: 1;
}

.section-bg.services .service-slide-title:hover {
    color: #b07109;
}

.section-bg.services .swiper-pagination {
    display: none;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #222960;
    padding: 50px 20px;
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 6px;
    transform: translateY(0px);
    box-shadow: 0px 4px 5px 0px #000000c7;
}

.services .icon-box .icon {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: transparent !important;
    transition: .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    border: 2px solid #2d9cdb;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services .icon-box .icon i {
    color: #2d9cdb !important;
    font-size: 28px;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* .services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: .3s ease-out;
    transform: translateZ(-1px);
    z-index: -1
} */

.services .icon-box h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff
}

.services .icon-box p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 0
}

.services .icon-box:hover {
    background: #2d9cdb;
    border-color: #2d9cdb;
    transform: translateY(-18px);
}

.services .icon-box:hover .icon {
    border-color: #fff;
    background-color: #fff !important;
}

/* .services .icon-box:hover .icon::before {
    background: rgba(0, 0, 0, .2)
} */
.text-banners .swiper {
    overflow: initial;
    overflow-x: clip;
}

.text-banners .swiper-button-next,
.text-banners .swiper-button-prev {
    position: absolute;
    /* left: auto; */
    /* right: auto; */
    width: 55px;
    height: 55px;
    background-color: #2d9cdb;
    color: #fff;
    margin: 0 10px;
    border-radius: 50%;
    top: 41%;
    z-index: 1;
}

.text-banners .swiper-button-next,
.text-banners .swiper-rtl .swiper-button-prev {
    right: 72px;
}

.text-banners .swiper-button-prev,
.text-banners .swiper-rtl .swiper-button-next {
    left: 72px;
}

.text-banners .swiper-button-next:after,
.text-banners .swiper-button-prev:after {
    font-size: 27px;
}

.services .services-slider .swiper-slide {
    border-radius: 15px;
    /* background-color: #fff; */
}

.services .services-slider .card-body {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    border-radius: 15px;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services .services-slider .swiper-slide-active .card-body {
    /* display: block;
    animation: swiperSlide1;
    animation-duration: .7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .7s;
    animation-direction: alternate; */
    height: auto;
    opacity: 1;
    transform: translateY(-15px);
    padding: 10px 0 !important;
}

@keyframes swiperSlide1 {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        display: block;
        transform: translateY(-20px);
        opacity: 1;
    }
}

.services .services-slider .card-body h3 {
    color: #222960;
    font-size: 20px;
}

.services .services-slider .card-body p {
    color: #000;
}

.post-card {
    padding: 0 !important;
    border: 0 !important;
}

.post-card .image-container {
    height: 385px;
}

#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
    color: #fff
}

.active>.page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
    color: #fff !important
}

.services .icon-box img,
article .photo-panel {
    margin-bottom: 20px
}

.staff .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    padding: 30px;
    border-radius: 10px
}

.staff .member .pic {
    overflow: hidden;
    width: 120px;
    min-width: 120px;
    border-radius: 50%
}

.staff .member .pic img {
    transition: .3s ease-in-out;
    width: 120px;
    height: 120px
}

.gallery .gallery-item:hover img,
.staff .member:hover img {
    transform: scale(1.1)
}

.staff .member .member-info {
    padding-left: 30px
}

.staff .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2e3e4e
}

.faq .faq-list a,
.staff .member span {
    display: block;
    font-weight: 500;
    position: relative
}

.staff .member span {
    font-size: 15px;
    padding-bottom: 10px
}

.staff .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.staff .member p {
    margin: 10px 0 0
}

.staff .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.staff .member .social a {
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.staff .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.staff .member .social a+a {
    margin-left: 8px
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.staff .member .member-info .custom-field-title {
    display: none
}

.staff .member .member-info .custom-field-value {
    padding: 0 !important;
    border: 0 !important;
    opacity: .7;
    margin-bottom: 0 !important
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

#footer .footer-bottom,
.bottom-article,
.contact .info i {
    background: #edf3f2
}

.faq .faq-list a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    outline: 0;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list a.collapsed {
    color: #343a40
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgba(44, 73, 100, .08);
    position: relative;
    background: #fff
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: auto;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #dfeae8;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0cbaa4
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0cbaa4
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 20px;
    color: #0cbaa4;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
    background: #2e3e4e
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2e3e4e
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    color: #2e3e4e
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #0cbaa4;
    color: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading
}

.btn-theme {
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

#footer .footer-bottom,
.section-border-top {
    border-top: 1px solid #edf3f2
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


.read-more-topic {
    /* border-top: 2px solid #222960; */
}

.read-more-topic .card-header,
.form-row .card-header,
.post-card .image-container {
    height: 380px;
    border-radius: 20px;
}

.read-more-topic .swiper-backface-hidden .swiper-slide {
    height: 468px;
}

.read-more-topic .card,
.form-row .card,
.post-card {
    position: relative;
    overflow: hidden;
}

.read-more-topic .card::before,
.form-row .card::before,
.post-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 115px 93px #000;
    z-index: 1;
}

.form-row .card::before {
    box-shadow: 0px 0px 146px 142px #000;
}

.read-more-topic .card-header img,
.form-row .card-header img,
.post-card .image-container img {
    object-fit: cover;
    transform: scale(1);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.read-more-topic .card:hover .card-header img,
.form-row .card:hover .card-header img,
.post-card:hover .image-container img {
    transform: scale(1.1);
}

.read-more-topic .card-body,
.form-row .card-body,
.post-card .card-body {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.form-row.section-animation .card-body {
    bottom: -20px;
    opacity: 0;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: .5s;
}

.form-row.section-animation.active .card-body {
    bottom: 0;
    opacity: 1;
}

.form-row .card-body h4 {
    line-height: 155%;
    font-size: 20px;
}

.post-card .card-body a {
    color: #fff;
}

.post-card .card-body a:hover {
    color: #b07109;
}

.news .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 6px;
    bottom: -49px;
}

.news .owl-theme .owl-dots .owl-dot span {
    width: 51px;
    height: 7px;
    background-color: #b1b1b1;
}

.news .owl-theme .owl-dots .owl-dot.active span,
.news .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2d9cdb;
}

.news .more-btn {
    text-align: left;
}

.read-more-topic2 .card {
    overflow: auto;
    min-height: 486px;
}

.read-more-topic2 .card::before {
    content: none;
}

.read-more-topic2 .card-body {
    position: relative;
}

.read-more-topic .swiper-button-prev,
.read-more-topic .swiper-button-next {
    left: 10px;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: #222960;
    border-radius: 50%;
    bottom: 0px;
    top: auto;
    z-index: 4;
    left: 47%;
}

.read-more-topic .swiper-button-next,
.read-more-topic .swiper-rtl .swiper-button-prev {
    right: 44%;
    left: auto;
}

.read-more-topic .swiper-button-prev:after,
.read-more-topic .swiper-button-next:after {
    color: #2d9cdb;
    font-size: 26px;
}

.read-more-topic .card-body span,
.form-row .card-body span,
article .post-card .card-body .line-link {
    color: #d39c3f;
}


/* Start About Page */

.about-us {
    margin-bottom: 20px;
}

.about-us .ui-resizable,
.bank-objectives .ui-resizable,
.governance .ui-resizable,
.bank-vision .ui-resizable {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0px 12px !important;
}

.about-us .image-about {
    position: relative;
    padding: 20px;
}

.about-us .image-about::after {
    position: absolute;
    content: '';
    width: 94%;
    height: 94%;
    left: -20px;
    top: -20px;
    border: 25px solid #2d9cdb;
}

.about-us .image-about img {
    position: relative;
    z-index: 1;
    border: 0;
    background-color: transparent;
    border-radius: 0;
}

.about-us h3 {
    font-size: 32px;
    font-weight: 700;
    color: #222960;
}

.about-us p {
    font-size: 18px;
    line-height: 178%;
}

.bank-vision .card {
    border: 0;
    border-radius: 0;
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.bank-vision .card.bank-message {
    background-color: #222960;
}

.bank-vision .card.bank-vision-card {
    background-color: #2d9cdb;
}

.bank-vision .photo-panel {
    width: 135px;
    height: 135px;
    background-color: #fff;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 13px;
}

.bank-vision .photo-panel img {}

.bank-vision h3,
.bank-vision p {
    color: #fff;
    text-align: center;
}

.bank-vision h3 {}

.bank-vision p {
    line-height: 180%;
    font-size: 17px;
}

.bank-objectives,
.governance {
    padding: 80px 0;
}

.bank-objectives h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    color: #222960;
}

.bank-objectives ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
}

.bank-objectives ul::before {

    content: '';
    position: absolute;
    width: 85%;
    height: 2px;
    background-color: #222960;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    z-index: -1;

}

.bank-objectives ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 20%;
}

.bank-objectives ul li .fa-solid,
.bank-objectives ul li i,
.bank-objectives ul li p {
    width: 80px;
    height: 80px;
    border: 2px solid #2d9cdb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
    color: #2d9cdb;
    margin-bottom: 15px;
    background-color: #fff;
}

.bank-objectives ul li span {
    font-weight: 600;
    line-height: 180%;
}

.rate-us {
    margin-bottom: 30px;
}

.rate-us .ui-resizable {
    border-radius: 0 !important;
}

.rate-us .image-rate-us {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    background-color: #222960;
    padding: 14px;
    margin-bottom: 20px;
}

.rate-us h3 {
    font-size: 33px;
    color: #222960;
}

.rate-us p {
    font-size: 18px;
}

.governance .container {
    position: relative;
}

.governance img {
    width: 100% !important;
    height: 100% !important;
}

.governance .details {
    /* padding: 20px; */
}

.governance h3 {
    color: #222960;
    font-size: 30px;
}

.governance p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}

.governance li {
    font-size: 17px;
    line-height: 155%;
    margin-bottom: 10px;
}

.governance li::marker,
.topic-page ul li::marker {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    /* font-family: "Font Awesome 6 Free"; */
    text-rendering: auto;
    font-weight: 900;
    color: #2d9cdb;
}

/* End About Page */

/* Start Maps Page */

.maps-list {}

.maps-list .card {
    margin-bottom: 0px;
    background-color: #f5f5f5 !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0;
    padding: 9px 0;
}

.maps-list .card .card-header {}

.maps-list .card .card-header h4 {
    color: #222960;
    font-size: 21px;
}

.maps-list .card .card-header p {}

.maps-list .card .card-body {}

.maps-list .card .card-body span {
    display: block;
    margin-bottom: 10px;
}

.google-maps {
    width: 446px;
    padding: 10px;
}

.google-maps h3 {
    font-size: 25px;
    color: #222960;
    margin: 0;
}

.google-maps p {
    margin-top: 4px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.google-maps .details {
    padding: 10px;
}

.google-maps .details span,
.maps-list .card-body span {
    display: block;
    margin-bottom: 11px;
    padding: 10px 8px;
    font-size: 15px;
    color: #000;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.google-maps .details span i,
.maps-list .card-body span i {
    margin: 0 7px;
    color: #2d9cdb;
}

/* End Maps Page */

#footer {
    color: #fff;
    background-position: center center;
    background-color: #2e3e4e
}

#footer .footer-top {
    padding: 80px 0 30px;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    color: #fff
}

#footer .footer-top h1 {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-logo img {
    margin-top: -30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    padding: 0 !important;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: .5
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 5px;
}

#footer .footer-top .footer-links ul a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #2d9cdb;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#footer .footer-top .footer-links ul a:hover::after {
    width: 100%;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #0cbaa4
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #fff
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    margin: 0
}

#footer .footer-newsletter form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #2e3e4e;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .social-links {
    margin-top: 30px;
    /* display: flex */
}

.social-links a {
    font-size: 22px;
    line-height: 1;
    padding: 10px 0;
    margin-left: 4px;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    color: #dee2e6 !important;
}

.social-links a:hover {
    box-shadow: inset rgba(0, 0, 0, .4) 0 0 30px
}

.social-links .social-facebook {
    /* background: #1877f2; */
    background: transparent;
}

.social-links .social-x {
    /* background: #000; */
    background: transparent;
}

.social-links .social-linkedin {
    /* background: #0077b5; */
    background: transparent;
}

ul.social-network li .linkedin {
    background: #0077b5;
}

.social-links .social-youtube {
    /* background: red; */
    background: transparent;
}

.social-links .social-instagram {
    /* background: #8134af; */
    background: transparent;
}

.social-links .social-pinterest {
    /* background: #bd081c; */
    background: transparent;
}

.social-links .social-threads {
    /* background: #dd2a7b; */
    background: transparent;
}

.social-links .social-snapchat {
    /* background: #cecc06; */
    background: transparent;
}

#topbar .social-links a {
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px
}

.footer-title,
.form-control,
.select2-container,
article .row {
    margin-bottom: 15px
}

.footer-title h1 {
    font-size: 22px
}

.footer-title h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    bottom: 1px;
    left: 0
}

.header-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px
}

.thumbnail img,
footer,
iframe {
    width: 100%
}

footer {
    position: relative;
    overflow: hidden;
}

.header-dropdown .btn {
    border: none;
    padding: 0;
    margin-left: 15px
}

img {
    max-width: 100%
}

#google-map {
    position: relative;
    height: 450px;
    border-radius: 15px
}

#contact-google-map {
    position: relative;
    height: 350px
}

.sub-title {
    font-size: 24px;
    margin-bottom: 20px
}

.owl-stage-outer .item {
    margin: 0 10px
}

.text-justify,
.topic-page article .article-body {
    text-align: justify
}

.thumbnail img {
    text-align: center;
    padding: 10px;
    border-radius: 15px
}

.details-image {
    position: relative;
    padding: 20px;
}

.details-image::before,
.details-image::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 85%;
    height: 85%;
    background-color: #222960;
    z-index: 0;
    border-radius: 15px;
    box-shadow: 0 25px 50px -6px #42306440;
}

.details-image::after {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    background-color: #2d9cdb;
}

.post-main-photo {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    transform: scale(1);
}

.details-image::before,
.details-image::after,
.details-image .post-main-photo {
    transition: .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.details-image:hover .post-main-photo {
    transform: scale(1.05);
}

.details-image:hover::before {
    right: -10px;
    top: -10px;
}

.details-image:hover::after {
    left: -10px;
    bottom: -10px;
}

.bottom-article {
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 15px;
    border: 1px solid #dfeae8
}

.bottom-article .title {
    font-size: 20px
}

ul.social-network {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 2px
}

.share-title {
    font-size: 27px;
    color: #222960;
}

.share-title i {
    line-height: 32px;
    margin: 0 4px
}

ul.social-network li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0 0;
    line-height: 10px;
    font-size: 18px
}

ul.social-network li .facebook {
    background: #3b5998
}

ul.social-network li .twitter {
    background: #1da1f2
}

ul.social-network li .google {
    background: #dc4e41
}

ul.social-network li .pintrest {
    background: #cb2027
}

ul.social-network li .youtube {
    background: #db4437
}

ul.social-network li .instagram {
    background: #b07109
}

ul.social-network li .tumblr {
    background: #36465d
}

ul.social-network li .flickr {
    background: #ff0084
}

ul.social-network li .whatsapp {
    background: #00a859
}

.datetimepicker {
    margin-top: 130px !important
}

.line-frame {
    text-align: center;
    border: 1px solid #edf3f2;
    padding: 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}

.select2-container .select2-selection--single {
    height: 38px !important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dfeae8 !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #edf3f2 !important;
    margin: 2px !important
}

.badge-primary,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0cbaa4;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px !important;
    height: 36px !important
}

.select2-container--default .select2-results__option--selected {
    background-color: #dfeae8
}

.select2-dropdown {
    border: 1px solid #dfeae8 !important
}

.form-control-label {
    margin-bottom: 5px
}

.card {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #dfeae8;
    display: block
}

.sidebar-card {
    border-radius: .375rem
}

.sidebar-card h4 {
    font-size: 1.25rem
}

.badge {
    font-family: Tahoma, sans-serif
}

.sidebar-list .list-group .badge {
    float: right;
    border-radius: 4px
}

.sidebar-list .list-group .list-group,
.topic-custom-fields {
    margin-top: 10px
}

.sidebar-list .list-group .list-group .list-group-item {
    border: none;
    padding-right: 0
}

.embed-responsive-item,
.video-iframe {
    height: 500px
}

.post-card:hover .badge {
    opacity: 1 !important
}

.badge-inline,
.post-card h5 {
    font-size: 1rem
}

.post-card h3 {
    font-size: 1.4rem
}

.h-200px {
    height: 200px
}

.green-audio-player {
    width: 100%;
    min-width: 250px;
    background: #edf3f2;
    box-shadow: none
}

.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #0d6efd
}

.green-audio-player .volume .volume__button.open path {
    fill: #0d6efd
}

.green-audio-player .volume .volume__controls {
    background-color: #6c757d
}

.whatsapp_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    z-index: 100;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, .6);
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 40px
}

.whatsapp-icon {
    margin-top: 16px
}

article ul li {
    list-style-type: disc
}

article ol li {
    list-style-type: auto
}

.governance li,
.topic-page ul li {
    padding-left: 10px;
}

@media screen and (max-width:767px) {
    .staff .member {
        display: block !important
    }

    .staff .member .member-info {
        padding: 0;
        text-align: center
    }

    .staff .member .pic {
        margin: 0 auto 20px
    }

    .staff .member span::after {
        left: calc(50% - 25px)
    }

    .whatsapp-icon {
        margin-top: 10px
    }

    .whatsapp_float {
        bottom: 20px;
        right: 10px
    }
}

.img-circle {
    border-radius: 50% !important
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: clip;
}

footer {
    margin-top: auto;
    bottom: 0
}

.extra-images-count {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-size: 24px;
    opacity: .8
}

.widget-title {
    padding: 10px 15px;
    background: #edf3f2;
    border-radius: .375rem;
    margin-bottom: 10px
}

.categories-widget .categories-title {
    cursor: pointer
}

.form-control,
.list-group-item {
    border-color: #dfeae8
}

.form-control:focus {
    border-color: #cfdbd8;
    box-shadow: 0 0 0 .25rem rgba(12, 186, 164, .11)
}

.active>.page-link,
.bg-primary,
.page-link.active {
    background-color: #0cbaa4 !important;
    border-color: #0cbaa4 !important
}

.bg-secondary,
.btn-secondary {
    background-color: #2e3e4e !important;
    border-color: #2e3e4e !important
}

.page-link,
.text-primary {
    color: #0cbaa4 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
    box-shadow: none
}

.header-form-search {
    display: flex;
    position: relative
}

.header-form-search .form-control {
    background: #f9f9f9;
    display: inline-block;
    padding: 4px 8px;
    line-height: 26px;
    height: 26px;
    min-height: 26px;
    width: 200px;
    font-size: 14px
}

.header-form-search .btn {
    border-radius: 50%;
    position: absolute;
    right: 0;
    padding: 2px 8px;
    height: 26px
}

.maintenance-mode {
    background: #fcfcff
}

.testimonials {
    border-top: 1px solid #eee
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }

    #hero h2 {
        font-size: 28px
    }

    .navbar-mobile-bg {
        background: #fff
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 1rem
    }

    #topbar .social-links {
        padding-top: 0 !important;
        /* max-width: 125px; */
        overflow: hidden
    }

    .categories-widget .categories-title i {
        font-size: 24px
    }

    .categories-widget .categories-list {
        display: none
    }

    .header-form-search .form-control {
        width: 120px
    }
}

.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
    border-radius: 10px
}

.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 15px;
    z-index: 999999
}

.cookies-accept button {
    -webkit-box-shadow: 0 0 2px 0 #fff;
    -moz-box-shadow: 0 0 2px 0 #fff;
    box-shadow: 0 0 2px 0 #fff
}

.currencies .card {
    background-color: #eef2f8 !important;
    padding: 10px;
}

.currency-image,
.currency-rate {
    display: inline-block;
    vertical-align: middle;
}

.currency-image {
    width: 50%;
    padding-right: 10px;
}

.currency-rate {
    width: 40%;
}

.currency-image img {
    border-radius: 22px;
}

.currency-rate hr {
    margin: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, .8);

}

.currencies-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.currencies-2 .card {
    cursor: pointer;
    position: relative;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: row;

}

.currencies-2 .card:hover {
    background-color: #222960 !important;
}

.currencies-2 .card-header {
    text-align: center;
}

.currencies-2 .card-header img {
    width: 78px;
    height: 60px;
    border-radius: 52px;
    margin-bottom: 10px;
}

.currencies-2 .card-header h4 {
    color: #222960;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 16px;
}

.currencies-2 .card-body {
    /* display: flex;
    justify-content: center; */
}

.currencies-2 .card-body p {
    margin: 0 10px;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.currencies-2 .card-body p span {}

.currencies-2 .card-body hr {
    margin: 4px 0;
}

.currencies-2 .card:hover .card-header h4,
.currencies-2 .card:hover .card-body p {
    color: #fff;
}

.page-cover .breadcrumbs {
    background-color: transparent;
    color: #fff;
}

.page-cover .breadcrumbs a:active,
.page-cover .breadcrumbs a:link,
.page-cover .breadcrumbs a:visited {
    color: #fff;
}

.alsalam-mobile .details img {
    width: 100px;
}

.alsalam-mobile .alsalam-mobile-icon img {
    width: 100%;
    height: 41px;
}

.alsalam-mobile .details h2 {
    color: #222960;
}

.alsalam-mobile .carousel-control-next,
.alsalam-mobile .carousel-control-prev {
    height: fit-content;
    top: auto;
    bottom: 18%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #2d9cdb;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.alsalam-mobile .carousel-control-next {
    left: 0;
}

.alsalam-mobile .carousel-control-next-icon,
.alsalam-mobile .carousel-control-prev-icon {
    color: #2d9cdb;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alsalam-mobile .carousel-control-next-icon::before,
.alsalam-mobile .carousel-control-prev-icon::before {
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.alsalam-mobile .bi-chevron-left::before {
    content: "\f078";
}

.alsalam-mobile .bi-chevron-right::before {
    content: "\f077";
}

.alsalam-mobile .carousel-control-prev {
    bottom: 7%;
}

.alsalam-mobile .carousel-indicators {
    display: none;
}

.alsalam-mobile-2 .swiper {
    overflow: initial;
    overflow-x: clip;
}

.alsalam-mobile-2 .images,
.alsalam-mobile-2 .details {
    padding: 35px;
}

.alsalam-mobile-2 .images .image-1 {
    transform: translateX(-21px);
    z-index: 1;
    position: relative;
    animation: image-1 7s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height: 539px; */
}

.alsalam-mobile-2 .images .image-2 {
    transform: translate(21px, 23px);
    position: relative;
    animation: image-2 7s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height: 539px; */
}

.alsalam-mobile-2 .images .image-1::before,
.alsalam-mobile-2 .images .image-2::before {
    content: '';
    position: absolute;
    bottom: -69px;
    left: 40%;
    box-shadow: 0 0 88px 10px #000000b0;
    width: 72%;
    transform: translateX(-50%);
}

.alsalam-mobile-2 .images .image-2::before {
    left: 80%;
}

.alsalam-mobile-2 .details {}

.alsalam-mobile-2 .details h2 {
    color: #2d9cdb;
    margin-bottom: 22px;
    margin-top: 43px;
}

.alsalam-mobile-2 .details p {
    color: #000;
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 60px;
}

.alsalam-mobile-2 .swiper-button-next,
.alsalam-mobile-2 .swiper-button-prev {
    width: 55px;
    height: 55px;
    bottom: 0;
    top: auto;
    background-color: #222960;
    border-radius: 50%;
    color: #fff;
}

.alsalam-mobile-2 .swiper-button-next:after,
.alsalam-mobile-2 .swiper-button-prev:after {
    font-size: 25px;
}

.alsalam-mobile-2 .swiper-button-prev,
.alsalam-mobile-2 .swiper-rtl .swiper-button-next {
    left: 35%;
    right: auto;
}

.alsalam-mobile-2 .swiper-button-next,
.alsalam-mobile-2 .swiper-rtl .swiper-button-prev {
    right: 53.5%;
    left: auto;
}

@keyframes image-1 {
    0% {
        transform: translate(-21px, 0px);
    }

    50% {
        transform: translate(-21px, 23px);
    }

    100% {
        transform: translate(-21px, 0px);
    }
}

@keyframes image-2 {
    0% {
        transform: translate(21px, 23px);
    }

    50% {
        transform: translate(21px, 0px);
    }

    100% {
        transform: translate(21px, 23px);
    }
}

/* Start calculator */


.calculator h1 {
    color: #222960;
}

.calculator label {
    color: #000;
    margin-bottom: 4px;
    font-size: 19px;
}

.calculator input,
.calculator select {
    height: 49px;
    border-color: #424040;
}

.calculator select {}

.calculator .topic-page {
    margin-top: -100px;
}

/* End calculator */

/* Start branch-section */

.branch-section {}

.branch-section .nav-tabs {
    background-color: #222960;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    justify-content: space-between;
}

.branch-section .nav-tabs .nav-link {
    width: 30%;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}

.branch-section .nav-tabs .nav-link.active {
    background-color: #2d9cdb;
    border-color: #2d9cdb;
}

.branch-section .nav-tabs .nav-link:hover {
    border-color: #2d9cdb;
}

/* End branch-section */

.logo-pattern {
    position: absolute;
    left: 10%;
    bottom: 78px;
    pointer-events: none;
    opacity: .3;
    transform: scale(1.05);
    animation: opacity-app-pattern 3s infinite;
    width: 300px;
}

.nav-link .fa {
    margin-right: 6px;
}

.nav-link:hover .fa {
    /* margin-left: 15px; */
}

/* custom animation  */
.navbar ul li {
    animation: fadeInUp;
    animation-duration: 1s;
    --animate-delay: 0.9s;
}

/* .footer-links ul li
{
    animation: fadeInUp; 
    animation-duration: 1s;
} */

.services2 {
    position: relative;
}

.services2::before {
    /*    background: url(assets/frontend/images/wave-pattern-gray.svg);*/
    background: url(/assets/frontend/images/pattern.png);
    opacity: 0.8;
    background-size: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    right: 0;
    bottom: 0;
}

.alsalamMobile-bg {
    background: url(/assets/frontend/images/salam-mobile-bg.svg) no-repeat;
    background-size: contain;

}

.carousel-item {
    background-position-y: center !important;
}

.ui-resizable {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    color: #000;

}

article ul li::marker {
    color: #2d9cdb;
}

.currency-rate {
    font-size: 14px;
}

/*
article ol li::marker {
  color: #2d9cdb;
}
*/

/* Start Network */

.alsalam-network{
    position: relative;
    height: 110vh;
}
.alsalam-network p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.alsalam-network h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
}

.alsalam-network .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alsalam-network .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.alsalam-network .medium {
    width: 50%;
}

.alsalam-network .small {
    width: 25%;
}

.alsalam-network .silder-card-top{
    position: absolute;
    display: flex;
    bottom: 20%;
    left: 5%;
    flex-wrap: wrap;
    width: 100%;
}

.alsalam-network .silder-card-top .card{
    display: none;
    width: 20%;
    width: 20%;
    margin: 0 10px;
    background-color: #4a4848ba;
    border: 0;
    flex-direction: row;
    transform: translateY(27px);
    opacity: 0;
    transition: all .8s ease-out;
    /* transition-delay: 0s !important; */
}

.alsalam-network .silder-card-top .card h6{
    color: #fff;
    font-size: 16px;
    line-height: 145%;
}

.alsalam-network .silder-card-top .card:nth-child(1),
.alsalam-network .silder-card-top .card:nth-child(2),
.alsalam-network .silder-card-top .card:nth-child(3),
.alsalam-network .silder-card-top .card:nth-child(4){
    display: flex;
}

.alsalam-network:not(.animeslide-slide.swiper-slide-active .silder-card-top .card)  {
    transition-delay: 0s !important;
}
.alsalam-network .animeslide-slide.swiper-slide-active .silder-card-top .card {
    transform: translateY(0px);
    opacity: 1;
}

.alsalam-network .silder-card-top .card .icon{
    width: 18%;
    margin: 0 5px;
}

.alsalam-network .silder-card-top .card .body-card{
    width: 80%;
}

.alsalam-network .animeslide-slide {
    color: #fff;
}

.alsalam-network .animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 500px;
    background-size: cover;
}

.alsalam-network .animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.alsalam-network .animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}

.alsalam-network .animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}
.alsalam-network .animeslide-slide.swiper-slide-active .line-link {
    transition-delay: 1.5s;
}

.alsalam-network .animeslide-heading {
    margin-bottom: 25px;
    transition-delay: 3s;
    margin-top: 62px;
}

.alsalam-network .animeslide-heading span {
    font-size: 16px;
    background-color: #f08723;
    padding: 6px 12px 7px;
    border-radius: 8px;
    font-weight: normal;
}

.alsalam-network .animeslide-desc {
    /* padding: 15px 22px; */
    border-radius: 8px;
    /* background-color: #202238; */
    max-width: 480px;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.alsalam-network [data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}

.alsalam-network [data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

.alsalam-network .animeslide-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
    background-color: #232960;
    max-width: 492px;
    z-index: 1;
    padding: 15px 35px;
    right: 0;
    font-size: 14px;
}

.alsalam-network .animeslide-bottom .cell {
    position: relative;
    opacity: 1;
    z-index: 2;
    height: 40px;
    bottom: inherit;
}

.alsalam-network .swiper-scrollbar-drag {
    background-color: rgb(200 133 18);
}

.alsalam-network .animeslide-bottom .animeslide-scrollbar {
    margin-top: 16px;
}

.alsalam-network .animeslide-bottom .animeslide-scrollbar-drag {
    height: 6px;
}

.alsalam-network .animeslide-bottom .animeslide-pagination {
    font-size: 25px;
    bottom: inherit;
    color: #fff;
}

.alsalam-network .animeslide-bottom .animeslide-pagination b {
    font-size: 28px;
    margin-top: -5px;
}

.alsalam-network .animeslide-bottom .animeslide-pagination span {
    padding-left: 5px;
    padding-right: 5px;
}

.alsalam-network .animeslide-button-next,
.alsalam-network .animeslide-button-prev {
    outline: none;
}

.alsalam-network .animeslide-button-next::after,
.alsalam-network .animeslide-button-prev::after {
    font-size: 22px;
    color: #fff;
}

.alsalam-network .line-link{
    color: #2d9cdb;
}

.alsalam-network-details .details-image::before{
    transform: translate(22px, -22px);
}
.alsalam-network-details .details-image::after{
    transform: translate(-22px, 22px);
}


.alsalam-network-details .details-image img,
.alsalam-network-details .title-details,
.alsalam-network-details .article-body,
.alsalam-network-details .article-body .silder-card-top .card{
    transform: translateY(26px);
}

.alsalam-network-details .article-body .silder-card-top .card{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.alsalam-network-details .article-body .silder-card-top .card .icon{
    margin: 0 8px;
    width: 44px;
}
.alsalam-network-details .article-body .silder-card-top .card .card-body{

}
.alsalam-network-details .article-body .silder-card-top .card h6{
    margin: 0;
}

.alsalam-network-details .details-image::before,
.alsalam-network-details .details-image::after,
.alsalam-network-details .details-image img,
.alsalam-network-details .title-details,
.alsalam-network-details .article-body,
.alsalam-network-details .article-body .silder-card-top .card{
    opacity: 0;
    transition: all .5s ease-out;
}

.alsalam-network-details .details-image img{
    transition-delay: .7s;
}

.alsalam-network-details .title-details{
    transition-delay: 1.2s;
    font-size: 44px;
    font-weight: 600;
    color: #222960;
}
.alsalam-network-details .article-body{
    transition-delay: 1.5s;
}

.alsalam-network-details.active .details-image::before,
.alsalam-network-details.active .details-image::after{
    opacity: 1;
    transform: translate(0px, 0px);
}

.alsalam-network-details.active .details-image img,
.alsalam-network-details.active .title-details,
.alsalam-network-details.active .article-body,
.alsalam-network-details.active .article-body .silder-card-top .card{
    opacity: 1;
    transform: translateY(0px);
}

.alsalam-network-details .article-body{
    text-align: inherit !important;
}


/* End Network */

@media (max-width:992px) {
    #header {
        padding: 0;
    }

    #header .logo img {
        margin: 10px 0;
    }

    .bank-objectives ul li {
        width: 33.3333%;
    }

    .navbar a,
    .navbar a:focus {
        display: block;
    }

    .navbar .dropdown ul .menu-header {
        display: none;

    }

    .bank-objectives ul::before {
        content: none;
    }

    #footer .footer-logo {
        text-align: center;
        margin-top: 21px;
    }

    #footer .footer-logo img {
        margin-top: 0px;
    }

    #footer .social-links {
        margin-top: 6px;
    }

    .alsalam-network .silder-card-top .card:nth-child(4){
        display: none;
    }

    .alsalam-network .silder-card-top .card{
        width: 30%;
    }

}

@media (max-width:768px) {
    .bank-objectives ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .alsalam-mobile .details {
        height: 270px !important;
    }

    .bank-objectives ul::before {
        content: none;
    }

    .about-us {
        margin-bottom: 70px;
    }

    .about-us .image-about {
        margin-top: 35px;
    }

    .governance ul {
        padding: 0 20px;
    }

    .news .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -30px;
    }

    .news .owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 6px;
    }

    .text-banners .swiper-button-next,
    .text-banners .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .text-banners .swiper-button-prev,
    .text-banners .swiper-rtl .swiper-button-next {
        left: 0;
    }

    .text-banners .swiper-button-next,
    .text-banners .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .text-banners .swiper-button-next:after,
    .text-banners .swiper-button-prev:after {
        font-size: 20px;
    }

    .read-more-topic .swiper-button-prev,
    .read-more-topic .swiper-button-next {
        left: 32%;
    }

    .read-more-topic .swiper-button-next,
    .read-more-topic .swiper-rtl .swiper-button-prev {
        right: 32%;
        left: auto;
    }

    .sidebar {
        width: 260px;
        right: -260px;
    }

    .sidebar.active {
        right: 0;
    }

    .sidebar li a {
        font-size: 16px;
    }

    .sidebar li a i {
        font-size: 22px;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 12px;
    }

    #footer .footer-top .footer-links ul {
        padding: 0;
    }

    #footer .footer-top h1 {
        font-size: 16px;
    }

    .breadcrumbs h2 {
        font-size: 22px;
    }

    .alsalam-network{
        height: 600px;
    }

    .alsalam-network .silder-card-top{
        display: none;
    }

    .alsalam-network .animeslide-bottom .animeslide-pagination{
        font-size: 20px;
    }
    .alsalam-network .animeslide-bottom .animeslide-pagination b{
        font-size: 21px;
    }

    .alsalam-network-details .article-body .silder-card-top .card .icon{
        width: 20%;
    }
    .alsalam-network-details .article-body .silder-card-top .card .card-body{
        width: 80%;
    }
}