:root{

    --primary: #007298;
    --secondary: #80c9c6;
    --third: #878788;
    --text-gray: #f1f7f9;

/*     --primary: #2000f0;
    --secondary: #0a61c9;
    --third: #07326a;
    --text-gray: #f1f7f9; */
}
html {
    overflow-x: hidden;
}

* {
    font-family: 'Poppins', sans-serif;
}
.fs-lg-18 {
    font-size: 18px;
}
.fs-lg-20 {
    font-size: 20px;
}
.fs-lg-22 {
    font-size: 22px;
}
.fs-lg-24 {
    font-size: 24px;
}
.gap-10{
    gap: 10px;
}
.g-24 {
    gap: 24px;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-secondary {
    background-color: var(--secondary) !important;
}
.text-gray {
    color: var(--text-gray);
}
.color-primary{
    color: var(--primary) !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.btn {
    font-size: 14px !important;
}
.btn-primary{
    background-color: var(--primary) !important;
    border-color: var(--primary);
    transition: .15s linear all;
    min-width: 190px;
}
.btn-primary:hover {
    background-color: var(--secondary) !important;
    border-color: var(--primary);
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.lh-1-6 {
    line-height: 1.6;
}

/*-------------------------------
            HEADER
-------------------------------*/
#wrapper-navbar{
    box-shadow: 0 0 10px 1px rgb(255, 255, 255);
}
.navbar-brand {
    /* width: 60px; */
    /* width: 200px; */
    padding: 20px 0;
}
.top-bar {
    background-color: var(--primary);
    color: white;
    border-bottom: 1px solid #eee;
    /* padding: 5px 0; */
}
.top-bar a {
    /* color: #9cc8f5; */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    margin-right: 16px;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}
.sticky-content.fixed .sticky_logo,
.sticky-content .custom-logo-link {
    display: block;
}

.custom-logo-link img {
    width: 250px;
}
.sticky-content.fixed .custom-logo-link,
.sticky-content .sticky_logo {
    display: none;
}
.sticky-content.fixed .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.sticky-content .navbar-brand {
    padding: 0px 0;
}

/* LANGUAGE SWITCHER */
.lang-switcher {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.lang-dropdown {
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: center;
    height: 100%;
}

/* current */
.lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}

.lang-current img {
  width: 16px;
  height: 11px;
}

.lang-current svg {
  margin-left: 6px;
}

/* dropdown */
.lang-list {
  position: absolute;
  top: 100%;
  left: -9px;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #007298;
  border: 0;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  z-index: 9999;
}

.lang-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  margin: 0;
  text-decoration: none;
}

.lang-list li a:hover {
  background: #f5f5f5;
  color: #000;
}

.lang-list img {
  width: 16px;
  height: 11px;
}

/* open on hover + focus */
.lang-dropdown:hover .lang-list,
.lang-dropdown:focus-within .lang-list {
  display: block;
}

/*-------------------------------
            SLIDER
-------------------------------*/
#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    z-index: 1;
}
#slider img {
    width: 100%;
    margin-bottom: 0;
}
#slider .wp-block-image {
    margin-bottom: 0;
}

.section-mission .lead {
    font-size: 16px;
    font-weight: 400;
}
.section-mission .p-80 {
    padding: 80px;
}
.slide-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 600px;
    right: 15%;
}
#slider .carousel-indicators li {
    background-color: #9896a6;
}
.slide-title {
    font-size: 32px;
    margin-bottom: 20px;
    /* background-color: #000; */
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    position: relative;
}
h1.slide-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: .8;
    border-radius: 6px;
    z-index: -1;
}
.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1100;
    animation: fixedTop 0.4s
}
.sticky-content.fixed.fix-top {
    animation: fixedTop 0.4s;
}
.sticky-content.fixed {
    position: fixed;
    opacity: 1;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1051;
}
/* .sticky-content.fix-top {
    top: 0;
} */
.navbar-light .navbar-toggler {
    border: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(96, 56, 103, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
/* .sticky-content.fix-top {
    position: fixed;
    opacity: 1;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1051;
} */

/*-------------------------------
        SECTION ABOUT US
-------------------------------*/
.section {
    padding: 80px 0;
}
#about-us .image-block,
#about-us .excerpt-block {
    flex: 1;
}
.column-reverse {
    flex-direction: row-reverse;
}
#about-us .line {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}
#about-us .line-bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#about-us .line:before {
    width: 100%;
    height: 2px;
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#about-us .line:after {
    height: 100%;
    width: 2px;
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#about-us .image-block:after {
    content: "";
    position: absolute;
    background: #0a61c9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2;
}
#about-us p {
    white-space: break-spaces;
}
#about-us img {
        object-fit: cover;
        height: 100%;;
}
h1.section-title:after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 140px;
    height: 2px;
    left: 0;
    bottom: -10px;
}
h1.section-title {
    margin-bottom: 25px;
    position: relative;
}
h1.section-title.line-center:after {
    left: 50%;
    transform: translateX(-50%);
}

/*-------------------------------
        SECTION SERVICES
-------------------------------*/
#services:after{
    background: url('../images/Unifinance-Services.png');
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
}
#services:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #007298;
    opacity: .6;
    z-index: -1;
}
#services .single-working-item {
    padding-bottom: 40px;
}
#services .single-working-item .icon-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto;
    transition: all 500ms ease;
}
#services .single-working-item .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: var(--primary);
    font-size: 50px;
    transition: all 500ms ease;
}
#services .single-working-item .text-box h2,
#services .single-working-item .text-box p {
    color: #fff;
}
#services .single-working-item:hover .icon-box {
    background: var(--primary);
}
#services .single-working-item .text-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 21px 0 9px;
}
#services h1.section-title,
#contact h1.section-title {
    color: #fff;
}
#services h1.section-title:after,
#contact h1.section-title:after {
    background-color: #fff;
}

/*-------------------------------
        SECTION PORTFOLIO
-------------------------------*/
.slick-slide {
    border: 1px solid #ccc;
    margin-right: 16px;
    padding: 10px;
    border-radius: 3px;
}
.slick-slider {
    margin-right: -16px;
}

/*-------------------------------
        SECTION PARTNERS
-------------------------------*/
#partners .wp-post-image {
    filter: grayscale();
}

#partners .wp-post-image:hover {
    filter: none;
}

/*-------------------------------
        SECTION CONTACT
-------------------------------*/
#contact:after{
    background: url('../images/contact.jpg');
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
}
#contact:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--primary);
    opacity: .4;
    z-index: -1;
}
#contact-form .form-row {
    margin-bottom: 30px;
}
#contact-form .form-row input,
#contact-form .form-row textarea {
    border-radius: 0;
    font-size: 16px;
}
#contact-form .form-row input:focus,
#contact-form .form-row textarea:focus {
    box-shadow: none !important;
}
#contact-form .form-row textarea {
    resize: none;
}
.col.pr-20 {
    padding-right: 20px;
}
#contact-form .btn-primary {
    border: 1px solid #fff;
    background-color: transparent !important;
    padding: 10px;
    transition: .15s linear all;
}
#contact-form .btn-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
#contact a,
#contact .text p{
    transition: .15s linear all;
    text-decoration: none;
}
#contact a:hover,
#contact .text:hover p {
    color: #fff !important;
}

/*-------------------------------
            FOOTER
-------------------------------*/
#footer {
    padding: 30px 0;
    background-color: #eff1f4;
    font-size: 13px;
}
.social-icons {
    display: none;
}

@keyframes fixedTop {
    0% {
        margin-top: -60px
    }

    to {
        margin-top: 0
    }
}
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:active {
    border-color: var(--primary) !important;
    box-shadow: unset !important;
}

/*-------------------------------------
            404 PAGE
-------------------------------------*/
#error-404-wrapper{
    padding: 82px 0;
}
.error .clip .shadow {
    height: 180px;
}  
.error .clip:nth-of-type(2) .shadow {
    width: 130px;
}  
.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
    width: 250px;
}  
.error .digit {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 120px;  
    font-weight: bold;
}
.error h2 {
    font-size: 32px;
}  
.error .msg {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}  
.error .container-error-404 {
    margin-top: 7%;
    margin-bottom: 7%;
    position: relative;
    padding-top: 40px;
  }  
.error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
  }  
.error .clip .shadow {
    overflow: hidden;
}  
.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;  
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8),
      20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
    border-radius: 50%;
}
.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}
.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: var(--primary);
    border-radius: 50%; 
    display: inline-block; 
    transform: skew(45deg);
    text-align: center
}  
.error .clip:nth-of-type(2) .digit {
    left: -10%;
}
.error .clip:nth-of-type(1) .digit {
    right: -20%;
}
  
.error .clip:nth-of-type(3) .digit {
    left: -20%;
}
.error h2 {
    color: #a2a2a2;
    font-weight: bold;
    padding-bottom: 20px;
}
.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #a2a2a2;
    border-radius: 50%;
    font-style: italic;
}
.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/*-------------------------------
        COOKIES
-------------------------------*/
.cookies-section {
    z-index: 999;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.cookies-section p {
    font-size: 14px;
    color: #fff;
}
.cookies-section .btn {
    background: transparent !important;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 12px !important;
    min-width: 100px !important;
}
.hide-cookies {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.form-control {
    border-radius: .25rem !important;
    height: auto;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}
#contact-form .btn-primary,
#slider .btn-primary {
    border-radius: 0.25rem !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
#contact-form .text-danger {
    font-size: 14px !important;
}

/*-------------------------------
        MEDIA QUERIES
-------------------------------*/
@media screen and (max-width: 767.98px) {
    .mobile-lng-wrapper {
        flex: 1;
        display: flex !important;
        justify-content: flex-end;
    }
    .lang-switcher {
    }
    .lang-switcher span {
        display: none;
    }
    .lang-current {
        color: #000;
    }
    .lang-switcher img {
        width: 30px;
        height: auto;
        border-radius: 3px;
        /* padding: 3px;
        border: 1px solid #ddd; */
    }
    .lang-list {
        background-color: #fff !important;
        border: 1px solid #ddd;
    }
    .lang-list li a {
        padding: 5px 10px;
    }
    .lang-dropdown {
        min-width: 36px;
    }
}
@media (max-width: 575.98px) and (min-width: 375px){
    #services .col-md-4 {
        width: calc(50% - 8px) !important;
        padding: 0;
    }
    #services .row {
        margin: 0 !important;
        gap: 16px;
    }
    #services .single-working-item .icon-box {
        width: 140px;
        height: 140px;
    }
    #services .single-working-item .icon-box .icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    #services .col-md-4:nth-child(5) .single-working-item,
    #services .col-md-4:nth-child(6) .single-working-item {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 575.98px){
    .custom-logo-link img {
        width: 200px;
    }
    .cookies-section p {
        font-size: 13px !important;
    }
    .cookies-section .container {
        padding: 0 !important;
    }
    #footer .fa {
        font-size: 40px;
    }
    p, .page p, .page ul,
    .section-mission .lead,
    #contact-form .form-row input, 
    #contact-form .form-row textarea {
        font-size: 16px;
    }
    #contact-form .btn-primary,
    #slider .btn-primary {
        border-radius: 0.25rem !important;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    #contact-form .text-danger {
        font-size: 14px !important;
    }
    .navbar-nav {
        padding-top: 50px;
        padding-bottom: 42px;
    }
}
@media screen and (max-width: 576px) {
    .top-bar {
        display: none;
    }
    .top-bar .col-6 {
        display: flex;
        flex-direction: column;
    }
    .top-bar .col-6:first-child span:last-child {
        margin-left: 0 !important;
    }
    .top-bar a{
        margin-right: 0 !important;
    }
    /* #slider {
        z-index: -1;
    } */
    #slider img {
        object-fit: cover;
        height: calc(100vh - 92.69px);
    }
    .sticky-header {
        background-color: #fff;
        z-index: 99;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 20px 0 !important;
        font-size: 18px;
    }
    .slide-description {
        width: 300px !important;
        right: unset;
        left: 50%;
        text-align: right;
        transform: translate(-50%, -50%);
    }
    .slide-description h1 {
        font-size: 20px;
        line-height: 1.4;
        text-align: center !important;
        height: 160px !important;
        display: flex;
        align-items: center;
    }
    .section-mission .p-80 {
        padding: 40px;
    }
    .section-mission h2,
    h1.section-title {
        font-size: 24px;
    }
    #about-us .column-reverse {
        flex-direction: column;
    }
    #contact .wrapper {
        padding: 0 !important;
    }
    #contact-form {
        margin-top: 30px;
    }
    #contact-form .form-row {
        flex-direction: column;
        gap: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    #contact-form .form-row:last-child {
        margin-bottom: 0;
    }
    .col.pr-20, #contact-form .col {
        padding: 0;
    }
    #contact .group {
        margin-bottom: 30px !important;
    }
    #about-us h1.section-title {
        display: block !important;
        text-align: center;
    }
    .carousel-btn {
        text-align: center;
    }
    h1.section-title:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-icons {
        display: block;
    }
    .social-icons a {
        color: #222;
    }
    /* .carousel-inner,
    .carousel-indicators {
        display: none;
    } */
    .html5vid:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #181818;
    }
    .html5vid video {
        border: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        opacity: 1;
    }
    /* #slider .carousel-item:nth-child(2) .slide-title {
        display: none;
    }
    #slider .carousel-item:nth-child(2) .slide-description {
        top: 75%;
    } */
}
@media screen and (min-width: 320px) and (max-width: 567.98px) {
    /* #slider .carousel-item:first-child .slide-description {
        top: 40% !important; 
    } */
    #partners .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}