/*--------------------------------------------------------------
Main Stylesheet Aashar v1.0.0
Added by Popway Innovation 

>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --corpai-font: 'Mulish', sans-serif;
    --corpai-font-two: 'Play', sans-serif;
    --corpai-font-three: 'Manrope', sans-serif;
    --corpai-white: #ffffff;
    --corpai-white-rgb: 255, 255, 255;
    --corpai-base: #3698c2;
    --corpai-base-rgb: 206, 36, 72;
    --corpai-black: #090808;
    --corpai-black-rgb: 9, 8, 8;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: 'Mulish', sans-serif;
    color: rgba(9, 8, 8, .80);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

.bc-txt {
    color: #09b2ba;
}

.gc-txt {
    color: #42c15d;
}

.oc-txt {
    color: #ee7d17;
}

.section-pad {
    padding: 100px 0;
}

.last-sec {
    padding-bottom: 200px !important;
}

a {
    color: #3698c2;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #565656;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #565656;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #565656;
    opacity: 1;
}

::placeholder {
    color: #565656;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #090808;
    margin: 0;
    font-family: 'Play', sans-serif;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled {
    padding-left: 0;
}

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


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #c8c8c8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-prev{
    left: -55px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -55px;
}

.owl-theme .owl-dots{
    margin-top: 15px;
}

.section-separator {
    border-color: var(--corpai-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.section-title {
    position: relative;
    display: block;
    z-index: 2;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #6d6d6d;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
}

.section-title__title {
    margin: 0;
    color: #090808;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    color: #fff;
    background-color: #42c15d;
    padding: 10px 25px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border: 0;
}

.thm-btn.light-one {
    background-color: #e8e8e8;
    color: #090808;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: #090808;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: bottom;
    transform-style: preserve-3d;
    z-index: -1;
}

.thm-btn:hover:after {
    width: 100%;
    opacity: 1;
}

.thm-btn:hover {
    color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: #3698c2;
    color: #ffffff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: #090808;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: #3698c2;
    color: #ffffff;
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #090808;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-to-top:hover {
    background-color: #3698c2;
}

.scroll-to-top:hover i {
    color: #ffffff;
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png),
        pointer;
    z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: #3698c2;
    border-color: #3698c2;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: #090808;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    border: none;
    outline: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #090808;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 500ms ease;
    z-index: 991;
}


.main-header__top {
    position: relative;
    display: block;
    background-color: #3698c2;
    z-index: 1;
}

.main-header__top-wrapper {
    position: relative;
    display: block;
    padding: 12px 70px 13px;
}

.main-header__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-header__top-left {
    position: relative;
    display: block;
}

.main-header__top-social-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 40px;
    color: #ffffff;
    font-size: 15px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left: 1px solid #dd3e60;
}

.main-header__top-social a:last-child {
    border-right: 1px solid #dd3e60;
}

.main-header__top-social a:hover {
    color: #08aab3;
}

.main-header__top-text-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-header__top-text-box span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
}

.main-header__top-text {
    font-size: 15px;
    color: #ffffff;
    margin-left: 10px;
}

.main-header__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-header__top-menu li + li {
    margin-left: 10px;
}

.main-header__top-menu li a {
    font-size: 15px;
    color: #ffffff;
    opacity: .80;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
    color: #e8e8e8;
}

.main-header__address-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__address-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__address-list li + li {
    margin-left: 30px;
}

.main-header__address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__address-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}

.main-header__address-list li .content {
    margin-left: 10px;
}

.main-header__address-list li .content p {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    opacity: .80;
}

.main-header__address-list li .content p a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__address-list li .content p a:hover {
    color: #e8e8e8;
}


.main-menu {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__wrapper {
    position: relative;
    display: block;
    margin: 0 70px 0;
    z-index: 1;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding-right: 30px;
    z-index: 1;
}

.main-menu__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__logo {
    position: relative;
    display: block;
    background-color: #d52046;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 45px;
    margin-right: 40px;
}

.main-menu__main-menu-box {
    position: relative;
    display: block;
}

.main-menu__right {
    position: relative;
    display: block;
}

.main-menu__right-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 17.5px 0;
}

.main-menu__support {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__support-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    color: #090808;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__support-icon:hover {
    background-color: #3698c2;
    border: 1px solid #3698c2;
    color: #ffffff;
}

.main-menu__support-content {
    margin-left: 15px;
}

.main-menu__support-sub-title {
    font-size: 16px;
    color: #3698c2;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--corpai-font-three);
    margin-bottom: 4px;
}

.main-menu__support-number {
    font-size: 16px;
    line-height: 20px;
    opacity: .80;
    font-family: var(--corpai-font-three);
}

.main-menu__support-number a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__support-number a:hover {
    color: #3698c2;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    padding: 7.5px 0;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 70px;
    font-size: 25px;
    color: #343434;
    border-left: 1px solid #d4dada;
    border-right: 1px solid #d4dada;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: #3698c2;
}

.main-menu__side-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.main-menu__side-content-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__side-content-icon .navSidebar-button:hover {
    color: #3698c2;
}

.main-menu__btn-box {
    position: relative;
    display: block;
    margin-left: 25px;
    padding: 5px 0;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.stricky-header .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 50px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #090808;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .main-menu__list > li.dropdown > a::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 14px;
    font-weight: 900;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: #3698c2;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: 1px solid #d5d5d5;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #090808;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    background-color: #3698c2;
    color: #ffffff;
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}


.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: #3698c2;
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: #3698c2;
}

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #090808;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: #3698c2;
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #090808;
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #090808;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: #3698c2;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: #3698c2;
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 26px;
    height: 26px;
    background-color: #3698c2;
    border: none;
    outline: none;
    color: #fff;
    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;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: #3698c2;
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--corpai-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #090808;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #3698c2;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--corpai-text-dark);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 10px;
}

.mobile-nav__contact li a {
    color: #090808;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #3698c2;
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--corpai-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    margin-right: 6px;
    color: #090808;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: #1f1f1f;
    z-index: 1;
}

.main-header-two__top-wrapper {
    position: relative;
    display: block;
    padding-top: 7px;
    padding-bottom: 8px;
}

.main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-header-two__top-left {
    position: relative;
    display: block;
}

.main-header-two__top-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-text-box span {
    position: relative;
    display: inline-block;
    color: #ee7d17;
}

.main-header-two__top-text {
    font-size: 15px;
    color: #ffffff !important;
    margin-left: 10px;
    opacity: .80;
    font-weight: 700;
}

.main-header-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-header-two__top-menu li + li {
    margin-left: 10px;
}

.main-header-two__top-menu li a {
    font-size: 15px;
    color: #ffffff;
    opacity: .80;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
    color: #e8e8e8;
}

.main-header-two__address-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__address-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__address-list li + li {
    margin-left: 30px;
}

.main-header-two__address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__address-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #42c15d;
    font-weight: 700;
}

.main-header-two__address-list li .content {
    margin-left: 10px;
}

.main-header-two__address-list li .content p {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    opacity: .80;
}

.main-header-two__address-list li .content p a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__address-list li .content p a:hover {
    color: #e8e8e8;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-menu-two__left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__logo {
    position: relative;
    display: block;
    padding: 0px 25px 10px;
    margin-bottom: -40px;
    background: #fff;
    border-radius: 40px;
}

.stricky-header .main-menu-two__logo {
    margin-bottom: -30px;
}

.main-menu-two__logo a {
    display: block;
}

.main-menu-two__logo img {
    max-width: 105px;
}

.stricky-header .main-menu-two__logo img {
    max-width: 95px;
}

.main-menu-two__content-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__search-side-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 0;
    margin-right: 85px;
}

.main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 70px;
    font-size: 25px;
    color: #343434;
    border-left: 1px solid #d4dada;
    border-right: 1px solid #d4dada;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: #3698c2;
}

.main-menu-two__side-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.5px 0;
}

.main-menu-two__side-content-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__side-content-icon .navSidebar-button:hover {
    color: #3698c2;
}

.main-menu-two__main-menu-box {
    position: relative;
    display: block;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__right-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.stricky-header .main-menu-two__right-content {
    padding: 5px 0;
}

.main-menu-two__support {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__support-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    color: #090808;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__support-icon:hover {
    background-color: #3698c2;
    color: #ffffff;
    border: 1px solid #3698c2;
}

.main-menu-two__support-content {
    margin-left: 15px;
}

.main-menu-two__support-sub-title {
    font-size: 16px;
    color: #3698c2;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--corpai-font-three);
    margin-bottom: 4px;
}

.main-menu-two__support-number {
    font-size: 16px;
    line-height: 20px;
    opacity: .80;
    font-family: var(--corpai-font-three);
}

.main-menu-two__support-number a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__support-number a:hover {
    color: #3698c2;
}

.main-menu-two__btn-box {
    position: relative;
    display: block;
    padding: 5px 0;
    margin-left: 30px;
}

.main-menu-two__btn {
    background-color: #42c15d;
    color: #ffffff;
    padding: 5px 20px;
}

.main-menu-two__btn:after {
    background-color: #090808;
}

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
    margin-left: 32px;
}






/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-three__top {
    position: relative;
    display: block;
    background-color: #1f1f1f;
    z-index: 1;
}

.main-header-three__top-wrapper {
    position: relative;
    display: block;
    padding: 7px 70px 8px;
}

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-header-three__top-left {
    position: relative;
    display: block;
}

.main-header-three__top-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-text-box span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
}

.main-header-three__top-text {
    font-size: 15px;
    color: #ffffff;
    margin-left: 10px;
    opacity: .80;
}

.main-header-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-header-three__top-menu li + li {
    margin-left: 10px;
}

.main-header-three__top-menu li a {
    font-size: 15px;
    color: #ffffff;
    opacity: .80;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-menu li a:hover {
    color: #e8e8e8;
}

.main-header-three__address-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__address-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__address-list li + li {
    margin-left: 30px;
}

.main-header-three__address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__address-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}

.main-header-three__address-list li .content {
    margin-left: 10px;
}

.main-header-three__address-list li .content p {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    opacity: .80;
}

.main-header-three__address-list li .content p a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__address-list li .content p a:hover {
    color: #e8e8e8;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
    padding-left: 70px;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.main-menu-three__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__logo {
    position: relative;
    display: block;
    padding: 24px 0;
    margin-right: 80px;
}

.main-menu-three__main-menu-box {
    position: relative;
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: block;
}

.main-menu-three__right-content {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7.5px 0;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 70px;
    font-size: 25px;
    color: #343434;
    border-left: 1px solid #d4dada;
    border-right: 1px solid #d4dada;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: #3698c2;
}

.main-menu-three__side-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-left: 25px;
    margin-right: 25px;
}

.main-menu-three__side-content-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__side-content-icon .navSidebar-button:hover {
    color: #3698c2;
}

.main-menu-three__support-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #3698c2;
    padding-left: 45px;
    padding-right: 70px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

.main-menu-three__btn-box {
    position: relative;
    display: block;
    padding: 5px 0;
}

.main-menu-three__btn {
    background-color: #ffffff;
    padding: 11px 30px 10px;
}

.main-menu-three__btn:hover {
    color: #ffffff;
}

.main-menu-three__btn:after {
    background-color: #090808;
}

.main-menu-three__support {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.main-menu-three__support-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    border: 1px solid #d5526d;
    border-radius: 50%;
    color: #ffffff;
    background-color: #3698c2;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__support-icon:hover {
    background-color: #ffffff;
    color: #3698c2;
    border: 1px solid #ffffff;
}

.main-menu-three__support-content {
    margin-left: 15px;
}

.main-menu-three__support-sub-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--corpai-font-three);
    margin-bottom: 4px;
}

.main-menu-three__support-number {
    font-size: 16px;
    line-height: 20px;
    opacity: .80;
    font-family: var(--corpai-font-three);
}

.main-menu-three__support-number a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}





/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #090808;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #3698c2;
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
    background-color: #090808;
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: #555555;
}

.main-slider .container {
    position: relative;
    padding-top: 130px;
    padding-bottom: 120px;
    z-index: 30;
}

.image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: -1;
}

.main-slider__shape-1 img {
    width: auto;
}

.main-slider__shape-2 {
    position: absolute;
    top: 315px;
    right: 235px;
    mix-blend-mode: overlay;
    z-index: -1;
}

.main-slider__shape-2 img {
    width: auto;
}

.main-slider__shape-3 {
    position: absolute;
    top: 250px;
    right: 120px;
    mix-blend-mode: overlay;
    z-index: -1;
}

.main-slider__shape-3 img {
    width: auto;
}

.main-slider__shape-4 {
    position: absolute;
    top: 415px;
    right: 150px;
    mix-blend-mode: overlay;
    z-index: -1;
}

.main-slider__shape-4 img {
    width: auto;
}

.main-slider__shape-5 {
    position: absolute;
    left: -55px;
    top: -37px;
}

.main-slider__shape-5 img {
    width: auto;
}

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider__title {
    position: relative;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 63px;
    line-height: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
    position: relative;
    display: inline-block;
    background-color: #42c15d;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-slider__btn:hover {
    background-color: #090808;
    color: #fff;
}

.main-slider__btn:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -3px;
    right: 5px;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__btn:hover:before {
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #090808;
}

.main-slider__btn:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: 4px;
    width: 4px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__btn:hover:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #090808;
}

.main-slider__btn-two {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #090808;
    font-weight: 600;
    margin-left: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__btn-two:hover {
    color: #3698c2;
}

.main-slider__btn-two span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #090808;
    background-color: #f3ebed;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__btn-two:hover span {
    color: #ffffff;
    background-color: #3698c2;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}





/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
}

.main-slider-two .swiper-slide {
    position: relative;
    background-color: #656565;
}

.main-slider-two .container {
    position: relative;
    padding-top: 130px;
    padding-bottom: 120px;
    z-index: 30;
}

.image-layer-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider-two__overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(72, 72, 72);
    background: linear-gradient(90deg, rgb(0 0 0 / 80%) 22%, rgb(0 0 0 / 45%) 100%);
    z-index: 1;
}

.main-slider-two__shape-1 {
    position: absolute;
    bottom: 185px;
    right: 120px;
    z-index: 1;
}

.main-slider-two__shape-1 img {
    width: auto;
}

.main-slider-two__shape-2 {
    position: absolute;
    bottom: 145px;
    right: 210px;
    mix-blend-mode: overlay;
    z-index: 1;
}

.main-slider-two__shape-2 img {
    width: auto;
}

.main-slider-two__shape-3 {
    position: absolute;
    bottom: 80px;
    right: 160px;
    mix-blend-mode: overlay;
    z-index: 1;
}

.main-slider-two__shape-3 img {
    width: auto;
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 1;
}

.main-slider-two__title {
    position: relative;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__text,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: #444040;
}

.main-slider-three .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    z-index: 30;
}

.image-layer-three {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider-three__shape-1 {
    position: absolute;
    top: 240px;
    left: 50px;
    z-index: 1;
}

.main-slider-three__shape-1 img {
    width: auto;
}

.main-slider-three__shape-2 {
    position: absolute;
    top: 172px;
    left: 203px;
    mix-blend-mode: overlay;
    z-index: 1;
}

.main-slider-three__shape-2 img {
    width: auto;
}

.main-slider-three__shape-3 {
    position: absolute;
    top: 338px;
    left: 115px;
    mix-blend-mode: overlay;
    z-index: 1;
}

.main-slider-three__shape-3 img {
    width: auto;
}


.main-slider-three__shape-4 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(173, 140, 143);
    position: absolute;
    left: 130px;
    bottom: -890px;
    width: 1011px;
    height: 1011px;
    mix-blend-mode: overlay;
    z-index: 3;
}

.main-slider-three__shape-5 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(43, 18, 21);
    position: absolute;
    left: 437px;
    bottom: -930px;
    width: 1051px;
    height: 1051px;
    mix-blend-mode: overlay;
    z-index: 5;
}

.main-slider-three__shape-6 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(117, 95, 107);
    position: absolute;
    right: 118px;
    bottom: -930px;
    width: 1051px;
    height: 1051px;
    mix-blend-mode: overlay;
    z-index: 3;
}

.main-slider-three__content {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.main-slider-three__sub-title-box {
    position: relative;
    display: inline-block;
    padding: 1px 35px 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}

.main-slider-three__sub-title-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(123, 115, 116);
    opacity: 0.51;
    z-index: -1;
}

.main-slider-three__sub-title {
    font-size: 18px;
    color: #ffffff;
}

.main-slider-three__sub-title-shape-1 {
    position: absolute;
    top: 2px;
    left: 10px;
}

.main-slider-three__sub-title-shape-1 img {
    width: auto;
}

.main-slider-three__sub-title-shape-2 {
    position: absolute;
    top: 2px;
    right: 10px;
}

.main-slider-three__sub-title-shape-2 img {
    width: auto;
}

.main-slider-three__title {
    position: relative;
    font-size: 90px;
    color: #ffffff;
    font-weight: 700;
    line-height: 90px;
    margin-top: 37px;
    margin-bottom: 38px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 53px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__sub-title-box,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-one__shape-2 {
    position: absolute;
    top: 93px;
    left: 144px;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__shape-3 {
    position: absolute;
    top: -419px;
    right: -30px;
    opacity: .30;
}

.about-one__shape-3 img {
    width: auto;
}

.about-one__shape-4 {
    position: absolute;
    top: 0;
    right: 237px;
}

.about-one__shape-4 img {
    width: auto;
}

.about-one__shape-5 {
    position: absolute;
    top: 175px;
    right: 10px;
}

.about-one__shape-5 img {
    width: auto;
}

.about-one__shape-6 {
    position: absolute;
    top: 270px;
    left: 0;
}

.about-one__shape-6 img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: -30px;
}

.about-one .section-title {
    margin-bottom: 30px;
}

.about-one__left-bottom {
    position: relative;
    display: block;
    margin-top: 50px;
}

.about-one__img-1 {
    position: relative;
    display: block;
    margin-right: 7px;
}

.about-one__img-1 img {
    width: 100%;
    border-radius: 3px;
}

.about-one__world-wealth {
    position: relative;
    display: block;
}

.about-one__world-wealth-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Mulish', sans-serif;
}

.about-one__world-wealth-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.about-one__world-wealth-fifty-persent {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(88deg, #ee7d17 1%, #ff9d44 100%);
    background-image: -webkit-linear-gradient(88deg, #ee7d17 1%, #ff9d44 100%);
    background-image: -ms-linear-gradient(88deg, #ee7d17 1%, #ff9d44 100%);
    padding: 30px 21px 27px;
    border-radius: 50px;
}

.about-one__world-wealth-fifty-persent p {
    font-size: 43px;
    font-weight: 900;
    line-height: 43px;
    color: #ffffff;
}

.about-one__world-wealth-fifty-persent-text {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-one__world-wealth-fifty-persent-text p {
    font-size: 16px;
    line-height: 29px;
}

.about-one__world-wealth-points {
    position: relative;
    display: block;
    border: 1px solid #090808;
    border-radius: 1px;
    padding: 20px 25px;
    margin-top: 75px;
}

.about-one__world-wealth-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__world-wealth-points li + li {
    margin-top: 9px;
}

.about-one__world-wealth-points li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 7px;
}

.about-one__world-wealth-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #42c15d;
}

.about-one__world-wealth-points li .text {
    position: relative;
    display: block;
}

.about-one__world-wealth-points li .text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #090808;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 45px;
}

.about-one__shape-1 {
    position: absolute;
    top: -37px;
    left: -48px;
    z-index: -1;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__right-img-box {
    position: relative;
    display: block;
    margin-right: -82px;
}

.about-one__right-img {
    position: relative;
    display: block;
}

.about-one__right-img img {
    width: 100%;
}

.about-one__right-global-country {
    position: absolute;
    top: 65px;
    left: -56px;
    z-index: 2;
}

.about-one__right-global-country h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    color: #ffffff;
    font-family: 'Play', sans-serif !important;
}

.global-country__plus {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    color: #ffffff;
    font-family: 'Play', sans-serif !important;
    position: relative;
    top: 12px;
}

.global-country__text {
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
}

.about-one__right-content-box {
    position: relative;
    display: block;
    margin-right: -75px;
}

.about-one__right-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.about-one__right-text {
    position: relative;
    display: block;
}

.theme-tabs .nav-tabs .nav-link {
    font-weight: 600;
    padding: 8px 35px;
    font-size: 18px;
    border-radius: 0;
}

.theme-tabs .nav-tabs .nav-link.active{
    font-weight: 800;
    font-size: 20px;
}

.theme-tabs .nav-tabs .nav-link.active i{
    color: #ee7d17;
}

.history-label {
    position: relative;
    padding-right: 40px;
}

.history-label::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #ee7d17;
    animation: ripple 1.8s ease-in-out infinite;
    -webkit-animation: ripple 1.8s ease-in-out infinite;
    z-index: 0;
}

@keyframes ripple{
    0%{
        box-shadow: 0px 0px 0px 0px #ffcea2, 0px 0px 0px 0px #ffe2c8;
    }
    
    50%{
        box-shadow: 0px 0px 0px 6px #ffcea2, 0px 0px 0px 10px #ffe2c8;
    }
    100%{
        box-shadow: 0px 0px 0px 0px #ffcea2, 0px 0px 0px 0px #ffe2c8;
    }
}

@-webkit-keyframes ripple{
    0%{
        box-shadow: 0px 0px 0px 0px #ffcea2, 0px 0px 0px 0px #ffe2c8;
    }
    
    50%{
        box-shadow: 0px 0px 0px 6px #ffcea2, 0px 0px 0px 10px #ffe2c8;
    }
    100%{
        box-shadow: 0px 0px 0px 0px #ffcea2, 0px 0px 0px 0px #ffe2c8;
    }
}

.history-label::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 30px;
    width: 1px;
    height: 300px;
    background-color: #bfbfbf;
    z-index: -1;
}

/*--------------------------------------------------------------
# Menu Sec One
--------------------------------------------------------------*/
.menu-sec-one {
    position: relative;
    display: block;
    background-color: #474646;
    overflow: hidden;
    z-index: 1;
}

.menu-sec-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    background-color: #09b2ba;
    z-index: -1;
}

.menu-sec-one__left {
    position: relative;
    display: block;
    z-index: 1;
}

.menu-sec-one__left-bg {
    position: absolute;
    top: 0;
    left: -500px;
    bottom: 0;
    right: 815px;
    background-color: #09b2ba;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
    z-index: -1;
}

.menu-sec-one__left-bg .border-line {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 10px;
    background-color: #3cc9cf;
    transform: skew(0deg, 0deg);
}

.menu-sec-one__menu {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.menu-sec-one__menu li {
    position: relative;
    display: block;
}

.menu-sec-one__menu li + li {
    margin-left: 93px;
}

.menu-sec-one__menu li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Play', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    padding: 26px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-sec-one__menu li a:hover {
    color: #3698c2;
}

.menu-sec-one__menu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    height: 5px;
    width: 5px;
    background-color: #3698c2;
    border-radius: 50%;
    transform: translateY(-50%);
}

.menu-sec-one__right {
    position: relative;
    display: block;
    margin-right: -305px;
    margin-left: -75px;
    padding-left: 75px;
    padding-top: 26px;
    padding-bottom: 26px;
    z-index: 1;
}

.menu-sec-one__right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1000000px;
    background-color: #3698c2;
    transform: skewX(25deg);
    z-index: -1;
}

.menu-sec-one__text {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Play', sans-serif;
    line-height: 34px;
}




/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.feature-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}


.feature-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .30;
    z-index: -1;
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__content {
    position: relative;
    display: block;
    background-color: #faf7f6;
    padding: 42px 36px 172px;
    z-index: 1;
}

.feature-one__icon {
    position: relative;
    display: flex;
    width: 80px;
    height: 75px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.feature-one__icon::before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #3698c2;
    border-radius: 3px;
    content: "";
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 53px;
    color: #090808;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 30px;
}

.feature-one__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__title a:hover {
    color: #3698c2;
}

.feature-one__img {
    position: relative;
    display: block;
    margin-top: -132px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    z-index: 1;
}

.feature-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(9, 8, 8, .30);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}

.feature-one__single:hover .feature-one__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.feature-one__img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.feature-one__single:hover .feature-one__img img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: #fef8f8;
    overflow: hidden;
    padding: 120px 0 117px;
}

.services-one .section-title {
    margin-bottom: 57px;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 50px 25px 39px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

.services-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .30;
}

.services-one__shape-1 img {
    width: auto;
}

.services-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .30;
}

.services-one__shape-2 img {
    width: auto;
}

.services-one__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.services-one__icon {
    position: relative;
    display: flex;
    height: 75px;
    max-width: 80px;
    width: 100%;
    background-color: #3698c2;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
    transform: scale(.9);
}

.services-one__content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 23px;
    padding-left: 27px;
    flex: 1;
}

.services-one__content-box::before {
    content: "";
    position: absolute;
    top: -51px;
    left: 0px;
    bottom: -40px;
    width: 1px;
    background-color: #dfdfdf;
}

.services-one__content {
    position: relative;
    display: block;
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-one__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__title a:hover {
    color: #3698c2;
}

.services-one__text {
    font-family: var(--corpai-font-three);
    font-size: 17px;
    color: #8a8a8a;
    margin-top: 5px;
}

.services-one__arrow {
    position: relative;
    display: block;
}

.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background-color: #f2f2f2;
    border-radius: 50%;
    font-size: 17px;
    color: #090808;
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__arrow a:hover {
    background-color: #3698c2;
    color: #ffffff;
}

.services-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
    margin-top: 42px;
    z-index: 2;
}

.services-one__bottom-text {
    position: relative;
    display: block;
}

.services-one__bottom-text p {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    color: #090808;
    line-height: 38px;
}

.services-one__btn-box {
    position: relative;
    display: block;
    margin-left: 83px;
    top: 6px;
}


/*--------------------------------------------------------------
# Financial Direction One
--------------------------------------------------------------*/
.financial-direction-one {
    position: relative;
    display: block;
    padding-bottom: 120px;
    margin-top: -50px;
    z-index: 1;
}

.financial-direction-one__shape-1 {
    position: absolute;
    left: 0;
    top: -139px;
    z-index: -1;
}

.financial-direction-one__shape-1 img {
    width: auto;
}

.financial-direction-one__shape-2 {
    position: absolute;
    right: 165px;
    bottom: 0;
}

.financial-direction-one__shape-2 img {
    width: auto;
}

.financial-direction-one__shape-3 {
    position: absolute;
    right: 0;
    top: 28px;
}

.financial-direction-one__shape-3 img {
    width: auto;
}

.financial-direction-one__shape-4 {
    position: absolute;
    right: 44px;
    top: 0;
    z-index: 1;
}

.financial-direction-one__shape-4 img {
    width: auto;
}

.financial-direction-one__shape-5 {
    position: absolute;
    right: 36px;
    top: 117px;
    z-index: -1;
}

.financial-direction-one__shape-5 img {
    width: auto;
}

.financial-direction-one__left {
    position: relative;
    display: block;
    margin-right: -31px;
}

.financial-direction-one__img {
    position: relative;
    display: block;
}

.financial-direction-one__img img {
    width: 100%;
}

.financial-direction-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
    padding-top: 56px;
    background-color: #ffffff;
    margin-top: 50px;
}

.financial-direction-one__title {
    color: #090808;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}

.financial-direction-one__text {
    margin-top: 34px;
    margin-bottom: 44px;
}

.financial-direction-one__points {
    position: relative;
    display: block;
}

.financial-direction-one__points li {
    position: relative;
    display: flex;
}

.financial-direction-one__points li + li {
    margin-top: 41px;
}

.financial-direction-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
    border: 1px solid #d9d9d9;
    max-width: 83px;
    width: 100%;
    border-radius: 50%;
    top: 3px;
}

.financial-direction-one__points li .icon img {
    width: auto;
}

.financial-direction-one__content {
    position: relative;
    display: block;
    margin-left: 28px;
}

.financial-direction-one__content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.financial-direction-one__content p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 9px;
}

/*--------------------------------------------------------------
# Financial Direction Two
--------------------------------------------------------------*/
.financial-direction-two {
    margin-top: 0;
}

.financial-direction-two__shape-1 {
    position: absolute;
    top: -77px;
    right: -30px;
}

.financial-direction-two__shape-1 img {
    width: auto;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 120px 0 120px;
}

.contact-one__shape-2 {
    position: absolute;
    bottom: 225px;
    right: 205px;
}

.contact-one__shape-2 img {
    width: auto;
}

.contact-one__shape-3 {
    position: absolute;
    bottom: 244px;
    right: 88px;
}

.contact-one__shape-3 img {
    width: auto;
}

.contact-one__shape-4 {
    position: absolute;
    bottom: 134px;
    right: 120px;
}

.contact-one__shape-4 img {
    width: auto;
}

.contact-one__left {
    position: relative;
    display: block;
}

.contact-one__title {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 35px;
}

.contact-one__text {
    position: relative;
    display: block;
}

.contact-one__points {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 35px;
}

.contact-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__points li + li {
    margin-top: 8px;
}

.contact-one__points li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 8px;
}

.contact-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #090808;
}

.contact-one__points li .text {
    position: relative;
    display: block;
}

.contact-one__points li .text p {
    color: #000108;
}

.contact-one__call {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #4fc166;
    max-width: 442px;
    width: 100%;
    padding: 27px 28px 26px;
    overflow: hidden;
    z-index: 1;
}

.contact-one__call-shape-1 {
    position: absolute;
    top: 0;
    left: 18px;
    z-index: -1;
}

.contact-one__call-shape-1 img {
    width: auto;
}

.contact-one__call-shape-2 {
    position: absolute;
    right: 5px;
    bottom: 53px;
    z-index: -1;
}

.contact-one__call-shape-2 img {
    width: auto;
}

.contact-one__call-shape-3 {
    position: absolute;
    right: -72px;
    top: 60px;
    z-index: -1;
}

.contact-one__call-shape-3 img {
    width: auto;
}

.contact-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__call-icon:hover {
    background-color: #090808;
}

.contact-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__call-icon:hover span {
    color: #ffffff;
}

.contact-one__call-content {
    margin-left: 20px;
}

.contact-one__call-sub-title {
    font-size: 16px;
    font-weight: 800;
    color: #090808;
    text-transform: uppercase;
    line-height: 16px;
}

.contact-one__call-number {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    margin-top: 12px;
}

.contact-one__call-number a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 800;
}

.contact-one__call-number a:hover {
    color: #090808;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-left: -12px;
    margin-right: 70px;
}

.contact-one__shape-1 {
    position: absolute;
    left: -13px;
    top: -26px;
}

.contact-one__shape-1 img {
    width: auto;
}

.contact-one__form-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
    padding: 35px 45px 45px;
    border-radius: 3px;
}

.contact-one__form-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 25px;
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="phone"],
.contact-form__input-box input[type="email"] {
    height: 55px;
    width: 100%;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: #423e40;
    display: block;
    font-weight: 400;
}

.contact-form__input-box textarea {
    font-size: 16px;
    color: #423e40;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
}

label.error {
    font-size: 14px;
    color: #ee5555;
}

.contact-form__btn {
    border: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #3698c2;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 13px 0 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form__btn::after {
    background-color: #090808;
}


.contact-form__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}


.contact-form__input-box .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.contact-form__input-box .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--corpai-gray) !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.contact-form__input-box .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: #323338;
}

/***********Form Submit Elements**********/
.error-handling-messages .success-msg,
.error-handling-messages .error-msg {
    padding: 3px 15px;
    border: 1px solid;
    color: #222;
    display: none;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
        border-radius: 6px;
}

.error-handling-messages .success-msg {
    background: rgb(106 189 79 / 9%);
    border-color: #6abd4f;
    color: #6abd4f;
}

.error-handling-messages .error-msg {
    background: rgb(254 1 1 / 9%);
    border-color: #fe0101;
    color: #fe0101;
}

label.error.wobble-error {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #fe0101;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px;
    height: auto;
    padding: 0;
    transform: none !important;
    text-transform: capitalize;
    font-weight: 300;
}

.custom-control label.error.wobble-error {
    position: absolute;
    white-space: nowrap;
    bottom: -12px;
    left: 0px;
}

.form-loader {
    display: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #3698c2;
}

@keyframes refresh {
    0% {
        transform: rotate(0deg);
    }

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

.form-loader i {
    animation: refresh 1s linear infinite;
    display: inline-block;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.project-one__shape-1 {
    position: absolute;
    top: 0;
    left: 260px;
    border-top: 65px solid #3698c2;
    border-left: 395px solid transparent;
}

.project-one__main-tab-box .tab-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-one__single {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    padding: 25px 25px 25px;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-one__main-tab-box .tab-buttons .tab-btn.active-btn .project-one__single {
    border: 1px solid #3698c2;
}

.project-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 80px;
    background-color: #3698c2;
    border-radius: 3px;
}

.project-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project-one__content {
    margin-left: 25px;
}

.project-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.4s linear;
}

.project-one__sub-title {
    font-size: 16px;
    color: #8a8a8a;
}

.project-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
    z-index: 1;
}

.project-one__tab-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.project-one__tab-content-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 49.2%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 0) 96%);
    z-index: -1;
}

.project-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.project-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


.project-one__tab-content-box {
    position: relative;
    display: block;
}

.project-one__tab-content-inner {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
}

.project-one__big-text {
    position: absolute;
    top: 285px;
    left: -296px;
    font-size: 80px;
    line-height: 80px;
    color: #8a8a8a;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    transform: rotate(-90deg);
}

.project-one__tab-content-carousel {
    position: relative;
    display: block;
    padding: 105px 0 105px;
}

.project-one__tab-content-single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 155px 0px rgba(220, 218, 218, 0.35);
}

.project-one__tab-content-single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 42px 55px 95px;
    z-index: 1;
}

.project-one__tab-content-single-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 75px solid #08aab3;
    border-left: 45px solid transparent;
}

.project-one__tab-content-single-inner:after {
    content: "";
    position: absolute;
    top: -73px;
    right: 12px;
    width: 50px;
    height: 300px;
    background-color: #3cc9cf;
    transform: rotate(-31deg);
}

.project-one__tab-content-title {
    font-size: 26px;
    color: #090808;
    font-weight: 600;
    line-height: 26px;
}

.project-one__tab-content-text {
    font-size: 16px;
    color: #292525;
    line-height: 30px;
    padding-top: 21px;
    padding-bottom: 41px;
}

.project-one__tab-content-list {
    position: relative;
    display: block;
}

.project-one__tab-content-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-one__tab-content-list li + li {
    margin-top: 25px;
}

.project-one__tab-content-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    background-color: #e7e7e7;
    border-radius: 50%;
}

.project-one__tab-content-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #090808;
}

.project-one__tab-content-list li .content {
    margin-left: 10px;
}

.project-one__tab-content-list li .content p {
    font-size: 16px;
    color: #2e2d2d;
    line-height: 20px;
    opacity: .70;
}

.project-one__tab-content-list li .content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    line-height: 20px;
    margin-top: 7px;
}

.project-one__tab-content-btn-box {
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    background-color: #3698c2;
    overflow: hidden;
    z-index: 1;
}

.project-one__tab-content-btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 35px 11px;
}

.project-one__tab-content-btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 42px;
}

.project-one__tab-content-btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: 25px;
    left: 11px;
    width: 16px;
    background-color: #e3365b;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
    transform: rotate(15deg);
    z-index: -1;
}

.project-one__tab-content-btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 34px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-one__tab-content-btn-shape-3 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 45px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-one__tab-content-btn-shape-4 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 18px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-one__tab-content-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-one__tab-content-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__tab-content-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.project-one__tab-content-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: -680px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateY(-50%);
}

.project-one__tab-content-carousel.owl-theme .owl-nav .owl-next {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #3698c2;
    font-size: 25px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__tab-content-carousel.owl-theme .owl-nav .owl-prev {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #3698c2;
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__tab-content-carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 10px;
}

.project-one__tab-content-carousel.owl-theme .owl-nav .owl-next span,
.project-one__tab-content-carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__tab-content-carousel.owl-theme .owl-nav .owl-next:hover,
.project-one__tab-content-carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #ffffff;
    color: #090808;
}


/*--------------------------------------------------------------
# Highest company One
--------------------------------------------------------------*/
.highest-company-one {
    position: relative;
    display: block;
}

.highest-company-one__inner {
    position: relative;
    display: block;
    max-width: 1340px;
    width: 100%;
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 75px 0 138px;
}

.highest-company-one__inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 22px;
    background-color: #3698c2;
    z-index: 1;
}

.highest-company-one__inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 22px;
    background-color: #6cc1c7;
}

.highest-company-one__shape-1 {
    position: absolute;
    top: 110px;
    left: 320px;
}

.highest-company-one__shape-1 img {
    width: auto;
}

.highest-company-one__shape-2 {
    position: absolute;
    bottom: -4px;
    right: 27px;
    z-index: 1;
}

.highest-company-one__shape-2 img {
    width: auto;
}

.highest-company-one__shape-3 {
    position: absolute;
    bottom: -4px;
    right: 57px;
    z-index: 1;
}

.highest-company-one__shape-3 img {
    width: auto;
}

.highest-company-one__shape-4 {
    position: absolute;
    bottom: -4px;
    right: 87px;
    z-index: 1;
}

.highest-company-one__shape-4 img {
    width: auto;
}

.highest-company-one__shape-5 {
    position: absolute;
    bottom: -4px;
    right: 115px;
    z-index: 1;
}

.highest-company-one__shape-5 img {
    width: auto;
}

.highest-company-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
    margin-top: 72px;
}

.highest-company-one__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 10px;
}

.highest-company-one__img {
    max-width: 150px;
    margin-bottom: 30px;
}

.highest-company-one__rating-box {
    position: relative;
    display: block;
}

.highest-company-one__rating {
    position: relative;
    display: flex;
    align-items: center;
}

.highest-company-one__rating span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #f9cf10;
}

.highest-company-one__rating span + span {
    margin-left: 8px;
}

.highest-company-one__rating-box h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    line-height: 36px;
    margin-top: 28px;
    margin-bottom: 6px;
}

.highest-company-one__rating-box h3 span {
    border: 1px solid #d6d6d6;
    padding: 1px 5px 1px;
    margin-right: 13px;
}

.highest-company-one__rating-box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #717a7b;
}

.highest-company-one__rating-box p a {
    position: relative;
    display: inline-block;
    font-family: var(--corpai-font-three);
    color: #ee7d17;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 800;
}

.highest-company-one__rating-box p a:hover {
    color: #090808;
}

.highest-company-one__rating-box p a::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 1px;
    width: 115px;
    background-color: #c6e2e4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.highest-company-one__rating-box p a:hover::before {
    background-color: #3698c2;
}

.highest-company-one__right {
    position: relative;
    display: block;
    margin-right: -31px;
}

.highest-company-one__img-1 {
    position: absolute;
    bottom: -105px;
    right: 280px;
}

.highest-company-one__img-1 img {
    width: auto;
    border-radius: 50%;
}

.highest-company-one__img-2 {
    position: absolute;
          bottom: -105px;
    right: 150px;
}

.highest-company-one__img-2 img {
    width: auto;
    border-radius: 50%;
}

.highest-company-one__count-box {
    position: relative;
    display: flex;
}

.highest-company-one__single {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 280px;
    min-height: 280px;
    background-color: #d4f2ff;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 50%;
    width: 100%;
}

.highest-company-one__single h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #3698c2;
}

.highest-company-one__letter {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #3698c2;
    position: relative;
    top: 14px;
}

.highest-company-one__plus {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #3698c2;
    position: relative;
    top: 15px;
    left: -4px;
}

.highest-company-one__count-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    font-family: 'Play', sans-serif;
    color: #090808;
    margin-bottom: 5px;
}

.highest-company-one__count-text {
    font-size: 16px;
    line-height: 32px;
}

.highest-company-one__single-2 {
    position: relative;
    display: block;
    text-align: center;
    max-width: 280px;
    background-color: #c9ffd4;
    padding-top: 45px;
    padding-bottom: 50px;
    border-radius: 50%;
    width: 100%;
    margin-left: 85px;
    top: -30px;
}

.highest-company-one__single-2 h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #42c15d;
}

.highest-company-one__letter-2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #42c15d;
    position: relative;
    top: 14px;
}

.highest-company-one__plus-2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px !important;
    font-family: 'Play', sans-serif !important;
    color: #42c15d;
    position: relative;
    top: 15px;
    left: -4px;
}

/*--------------------------------------------------------------
# Highest Company Two
--------------------------------------------------------------*/
.highest-company-two .highest-company-one__inner {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 100px 0px 120px;
    z-index: 1;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #090808;
    text-align: center;
    padding: 40px 30px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: -85px;
    right: -5px;
    z-index: -1;
}

.testimonial-one__shape-1 img {
    width: auto;
}

.testimonial-one__shape-2 {
    position: absolute;
    bottom: -95px;
    left: -20px;
    z-index: -1;
}

.testimonial-one__shape-2 img {
    width: auto;
}

.testimonial-one__client-details {
    position: relative;
    display: block;
    margin-top: 3px;
    margin-bottom: 22px;
}

.testimonial-one__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}

.testimonial-one__client-sub-title {
    font-size: 15px;
    line-height: 20px;
    font-family: var(--corpai-font-three);
}

.testimonial-one__client-rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center;
}

.testimonial-one__client-rate span {
    font-size: 16px;
    color: #f9cf10;
}

.testimonial-one__client-rate span + span {
    margin-left: 5px;
}

.testimonial-one__client-rate span.clr-star {
    color: #d9cdce;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 90px;
    margin: 0 auto;
}

.testimonial-one__client-img img {
    width: 100% !important;
}

.testimonial-one__text {
    font-size: 20px;
    line-height: 40px;
}

.testimonial-one__client-quote {
    position: absolute;
    bottom: 33px;
    right: -14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3698c2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__client-quote span {
    font-size: 14px;
    color: #ffffff;
}

.testimonial-one__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.client-one {
    padding-top: 70px;
}

.client-box {
    padding: 0 20px;
    opacity: 0.65;
}


/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 100px 0;
    z-index: 1;
}

.how-it-work__top {
    position: relative;
    display: block;
}

.how-it-work__left {
    position: relative;
    display: block;
}

.how-it-work__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 18px;
}

.how-it-work__text {
    font-size: 16px;
}

.how-it-work__bottom {
    position: relative;
    display: block;
}

.how-it-work__single {
    position: relative;
    display: block;
    background-color: #eeeeee;
    padding: 35px 30px 60px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.how-it-work__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.how-it-work__shape-1 img {
    width: 100%;
}

.how-it-work__shape-2 {
    position: absolute;
    bottom: -80px;
    left: -53px;
    z-index: -1;
}

.how-it-work__shape-2 img {
    width: auto;
}

.how-it-work__shape-3 {
    position: absolute;
    bottom: -60px;
    right: -74px;
    z-index: -1;
}

.how-it-work__shape-3 img {
    width: auto;
}

.how-it-work__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 400ms linear;
    z-index: 1;
    padding: 20px;
}

.how-it-work__icon img {
    width: 100%;
}

/*
.how-it-work__single:hover .how-it-work__icon {
    border: 1px solid #090808;
}
*/

.how-it-work__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #090808;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

/*
.how-it-work__single:hover .how-it-work__icon:before {
    transform: scaleX(1);
}
*/

.how-it-work__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #ee7d17;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.how-it-work__single:hover .how-it-work__icon span {
    transform: scale(0.9);
    color: #ffffff;
}

.how-it-work__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Mulish', sans-serif;
    margin-top: 19px;
    margin-bottom: 10px;
}

.how-it-work__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-it-work__title a:hover {
    color: #3698c2;
}

.how-it-work__text {
    font-size: 15px;
    line-height: 32px;
}

.how-it-work__count {
    position: absolute;
    bottom: 0;
    width: 84px;
    height: 34px;
    background-color: #3698c2;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 5px 5px 0 0;
}

.how-it-work__count:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    counter-increment: count;
    content: "step"" "counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #ffffff;
    text-align: center;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 193px;
    background-color: #f5f5f5;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img-box {
    position: relative;
    display: block;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}

.blog-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 8, 8, 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #3698c2;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.blog-one__img > a > span {
    position: relative;
}

.blog-one__img > a > span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #3698c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.blog-one__img > a > span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #3698c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-one__img > a:hover > span::before,
.blog-one__img > a:hover > span::after {
    background-color: #ffffff;
}

.blog-one__single:hover .blog-one__img > a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__content-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(173, 173, 173, 0.35);
    padding-left: 25px;
    padding-bottom: 35px;
    z-index: 1;
}

.blog-one__shape-1 {
    position: absolute;
    right: 0;
    top: 68px;
    z-index: -1;
}

.blog-one__shape-1 img {
    width: auto;
}

.blog-one__shape-2 {
    position: absolute;
    right: 0;
    top: 68px;
    z-index: -1;
}

.blog-one__shape-2 img {
    width: auto;
}

.blog-one__shape-3 {
    position: absolute;
    right: 34px;
    top: 0;
    z-index: 1;
}

.blog-one__shape-3 img {
    width: auto;
}

.blog-one__meta-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.blog-one__meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__date {
    position: relative;
    display: flex;
    background-color: #3698c2;
    width: 72px;
    height: 68px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog-one__date span {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.blog-one__date p {
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}

.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.blog-one__meta li {
    position: relative;
    display: block;
}

.blog-one__meta li + li {
    margin-left: 25px;
}

.blog-one__meta li a {
    font-size: 14px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: #3698c2;
}

.blog-one__meta li a i {
    font-size: 18px;
    color: #090808;
    margin-right: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover i {
    color: #3698c2;
}

.blog-one__meta li:last-child i {
    font-size: 21px;
    top: 5px;
    position: relative;
}

.blog-one__btn-box {
    position: relative;
    display: block;
    margin-right: 10px;
    z-index: 2;
}

.blog-one__btn-box a {
    font-size: 16px;
    font-weight: 500;
    color: #13121d;
    background-color: #ffffff;
    border: 1px solid #090808;
    padding: 14px 20px 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__btn-box a:hover {
    border: 1px solid #3698c2;
    background-color: #3698c2;
    color: #ffffff;
}

.blog-one__btn-box a span {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.blog-one__tag {
    position: relative;
    display: inline-block;
    background-color: #13121d;
    padding: 2px 13px 2px;
    margin-top: 23px;
    margin-bottom: 9px;
}

.blog-one__tag-2 {
    padding: 2px 16px 2px;
}

.blog-one__tag p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.blog-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.blog-one__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__title a:hover {
    color: #3698c2;
}

/*--------------------------------------------------------------
# Subscribe One
--------------------------------------------------------------*/
.subscribe-one {
    position: relative;
    display: block;
    margin-top: -125px;
    z-index: 2;
}

.subscribe-one__inner {
    position: relative;
    display: block;
    background-color: #3698c2;
    padding: 40px 50px 40px 75px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
}

.subscribe-one__shape-1 {
    position: absolute;
    bottom: -62px;
    left: -41px;
}

.subscribe-one__shape-1 img {
    width: auto;
}

.subscribe-one__shape-2 {
    position: absolute;
    top: -41px;
    left: -59px;
    z-index: -1;
}

.subscribe-one__shape-2 img {
    width: auto;
}

.subscribe-one__shape-3 {
    position: absolute;
    right: 28px;
    top: -163px;
}

.subscribe-one__shape-3 img {
    width: auto;
}

.subscribe-one__shape-4 {
    position: absolute;
    left: -134px;
    top: -151px;
}

.subscribe-one__shape-4 img {
    width: auto;
}

.subscribe-one__left {
    position: relative;
    display: block;
}

.subscribe-one__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff;
}

.subscribe-one__right {
    position: relative;
    display: block;
}

.subscribe-one__form {
    position: relative;
    display: block;
    margin-top: 2px;
}

.subscribe-one__input-box {
    position: relative;
    display: block;
}

.subscribe-one__input-box input[type="email"] {
    height: 78px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 30px;
    font-size: 16px;
    color: #a3a3a3;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 3px;
    padding-right: 185px;
}

.subscribe-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background-color: #1e1e1e;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 34px 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.subscribe-one__btn:hover {
    background-color: #40f4ff;
    color: #090808;
}

.subscribe-one__text {
    font-size: 18px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .80);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    padding-top: 195px;
    background-color: #1e1e1e;
    z-index: 1;
    margin-top: -120px;
    overflow: hidden;
}

.site-footer__shape-1 {
    position: absolute;
    top: -84px;
    left: 0;
}

.site-footer__shape-1 img {
    width: auto;
}

.site-footer__shape-2 {
    position: absolute;
    bottom: 115px;
    left: 123px;
}

.site-footer__shape-2 img {
    width: auto;
}

.site-footer__shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-footer__shape-3 img {
    width: auto;
    opacity: 0.25;
}

.site-footer__shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.25;
}

.site-footer__shape-4 img {
    width: auto;
}

.site-footer__shape-5 {
    position: absolute;
    top: 190px;
    right: 109px;
}

.site-footer__shape-5 img {
    width: auto;
}

.site-footer__shape-6 {
    position: absolute;
    top: 0;
    right: -30px;
}

.site-footer__shape-6 img {
    width: auto;
}

.site-footer__top {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.footer-widget__contact-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.footer-widget__logo-box {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__logo a {
    position: relative;
    display: block;
}

.footer-widget__logo a img {
    max-width: 170px;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.footer-widget__contact li + li {
    margin-top: 15px;
}

.footer-widget__contact .icon {
    position: relative;
    display: block;
    top: 7px;
}

.footer-widget__contact .icon i {
    font-size: 26px;
    color: #ee7d17;
}

.footer-widget__contact .text {
    position: relative;
    display: block;
    margin-left: 12px;
}

.footer-widget__contact .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
}

.footer-widget__contact .text p a {
    position: relative;
    display: block;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact .text p a:hover {
    color: #3698c2;
}

.footer-widget__social-box {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__social-box li + li {
    margin-left: 15px;
}

.footer-widget__social-box a {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    z-index: 1;
}

.footer-widget__latest-post {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.footer-widget__title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
    padding-bottom: 15px;
}

.footer-widget__title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90px;
    height: 4px;
    background: linear-gradient(45deg, #42c15d, transparent);
}

.footer-widget__latest-post-list {
    position: relative;
    display: block;
}

.footer-widget__latest-post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__latest-post-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 5px;
    height: 1px;
    background-color: #3e3e3e;
}

.footer-widget__latest-post-list li:first-child:before {
    display: none;
}

.footer-widget__latest-post-list li + li {
    margin-top: 24px;
    padding-top: 30px;
}

.footer-widget__latest-post-img {
    position: relative;
    display: block;
}

.footer-widget__latest-post-img img {
    width: auto;
}

.footer-widget__latest-post-content {
    position: relative;
    display: block;
    margin-top: 1px;
}

.footer-widget__latest-post-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #888888;
}

.footer-widget__latest-post-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.footer-widget__latest-post-title a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__latest-post-title a:hover {
    color: #3698c2;
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footer-widget__services-list {
    position: relative;
    display: block;
}

.footer-widget__services-list li + li {
    margin-top: 5px;
}

.footer-widget__services-list li a {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}

.footer-widget__services-list li a:hover {
    color: #3698c2;
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    margin-left: -15px;
}

.footer-widget__newsletter .footer-widget__title-box {
    margin-bottom: 33px;
}

.footer-widget__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
}

.footer-widget__subscribe-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.footer-widget__subscribe-input-box {
    position: relative;
    display: block;
    background-color: #171617;
    border: 1px solid #454141;
}

.footer-widget__subscribe-input-box input[type="email"] {
    height: 74px;
    width: 100%;
    background-color: #ffffff;
    outline: none;
    font-size: 15px;
    color: rgb(30, 30, 30, .40);
    border: none;
    padding-right: 75px;
    padding-left: 20px;
    border: 1px solid #454141;
}

.footer-widget__subscribe-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 55px;
    height: 46px;
    border: none;
    background-color: #ebebeb;
    border-radius: 3px;
    font-size: 16px;
    color: #090808;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
    background-color: #3698c2;
    color: #ffffff;
}

.footer-widget__help {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.footer-widget__help .icon span {
    font-size: 27px;
    color: #ffffff;
    width: 49px;
    height: 49px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3698c2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer-widget__help-text {
    position: relative;
    display: block;
}

.footer-widget__help-text p {
    font-size: 18px;
    font-weight: 500;
}

.footer-widget__help-text p a {
    color: #ffffff;
    background-color: #252525;
    padding-left: 18px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-right: 40px;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__help-text p a:hover {
    color: #3698c2;
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #3b3b3b;
}

.site-footer__bottom-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    opacity: .80;
}

.site-footer__bottom-text a:hover {
    color: #3698c2;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    margin-top: 0;
    padding-top: 111px;
}

.site-footer-two .site-footer__shape-1 {
    top: -150px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: #f2f7f7;
    overflow: hidden;
    z-index: 1;
}

.about-two__bg-shape {
    position: absolute;
    top: -17px;
    left: 0;
    bottom: -190px;
    right: 0;
    opacity: 0.06;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 103px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
    border-radius: 40px;
    border-top-left-radius: 0;
}

.about-two__img-2 {
    position: absolute;
    left: -74px;
    bottom: -288px;
}

.about-two__img-2 img {
    width: auto;
    border-radius: 50%;
    border: 1px solid #090808;
}

.about-two__img-3 {
    position: absolute;
    right: -55px;
    bottom: -288px;
}

.about-two__img-3 img {
    width: auto;
    border-radius: 35px;
    border-top-right-radius: 0;
}

.about-two__shape-2 {
    position: absolute;
    left: -24px;
    bottom: -65px;
    z-index: -1;
}

.about-two__shape-2 img {
    width: auto;
}

.about-two__global-country {
    position: absolute;
    bottom: -66px;
    left: 136px;
    z-index: 1;
}

.about-two__global-country h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    color: #ffffff;
    font-family: 'Play', sans-serif !important;
}

.global-country-two__plus {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    color: #ffffff;
    font-family: 'Play', sans-serif !important;
    position: relative;
    top: 12px;
}

.global-country-two__text {
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__right .section-title {
    margin-bottom: 33px;
}

.about-two__text {
    position: relative;
    display: block;
}

.about-two__profitable-business {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.about-two__profitable-persent {
    position: relative;
    display: block;
    max-width: 134px;
    width: 100%;
    background-image: -moz-linear-gradient(88deg, rgb(206, 36, 72) 1%, rgb(254, 18, 68) 100%);
    background-image: -webkit-linear-gradient(88deg, rgb(206, 36, 72) 1%, rgb(254, 18, 68) 100%);
    background-image: -ms-linear-gradient(88deg, rgb(206, 36, 72) 1%, rgb(254, 18, 68) 100%);
    padding-top: 25px;
    padding-bottom: 22px;
    text-align: center;
    border-radius: 50px;
}

.about-two__profitable-persent p {
    font-size: 43px;
    font-weight: 900;
    line-height: 53px;
    color: #ffffff;
}

.about-two__profitable-business-text {
    position: relative;
    display: block;
    margin-left: 30px;
}

.about-two__profitable-business-text p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #090808;
}

.about-two__points-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-two__points {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #090808;
    padding: 30px 26px 29px;
    top: 6px;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li + li {
    margin-top: 5px;
}

.about-two__points li .icon {
    position: relative;
    display: inline-block;
    top: 3px;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: #090808;
}

.about-two__points li .text {
    position: relative;
    display: block;
    margin-left: 10px;
}

.about-two__points li .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #090808;
}

.about-two__points-text {
    position: relative;
    display: block;
    max-width: 235px;
    width: 100%;
}

.about-two__points-text p {
    font-size: 16px;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 30px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.services-two__shape-3 {
    position: absolute;
    right: -30px;
    bottom: -571px;
}

.services-two__shape-3 img {
    width: auto;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-two__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(9, 8, 8, .20);
    width: 0%;
    transform: translateX(50%);
    transition: all 500ms linear;
    z-index: 1;
}

.services-two__single:hover .services-two__img:before {
    transform: translateY(0);
    width: 100%;
}

.services-two__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
    transform: scale(1.05);
}

.services-two__single {
    position: relative;
    display: block;
}

.services-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 25px 25px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-right: 19px;
}

.services-two__shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .30;
}

.services-two__shape-1 img {
    width: auto;
}

.services-two__shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .30;
}

.services-two__shape-2 img {
    width: auto;
}

.services-two__icon {
    position: relative;
    display: flex;
    height: 75px;
    max-width: 80px;
    width: 100%;
    background-color: #3698c2;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
    transform: scale(.9);
}

.services-two__content-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 23px;
    padding-left: 27px;
}

.services-two__content-box::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0px;
    bottom: -26px;
    width: 1px;
    background-color: #dfdfdf;
}

.services-two__content {
    position: relative;
    display: block;
    padding-right: 20px;
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-two__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__title a:hover {
    color: #3698c2;
}

.services-two__text {
    font-family: var(--corpai-font-three);
    font-size: 16px;
    line-height: 1.5;
    color: #8a8a8a;
    margin-top: 5px;
    font-weight: 500;
}

.services-two__arrow {
    position: relative;
    display: block;
    top: 16px;
    text-align: center;
}

.services-two__arrow::before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -15px;
    width: 1px;
    height: 133px;
    background-color: #dfdfdf;
}

.services-two__arrow::after {
    content: "";
    position: absolute;
    right: -19px;
    top: -22px;
    width: 85px;
    height: 1px;
    background-color: #dfdfdf;
}

.services-two__arrow p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: #42c15d;
    margin-bottom: 8px;
    font-weight: 700;
}

.services-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ee7d17;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 7px;
}

.services-two__arrow a:hover {
    background-color: #090808;
    color: #ffffff;
}

.services-two__btn-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.services-two__btn {
    background-color: transparent;
    border: 1px solid #090808;
    padding: 10px 110px;
    color: #090808;
}

.services-two__btn:hover {
    border: 1px solid #3698c2;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    background-color: #1b1819;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.team-one__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    z-index: -1;
}

.team-one .section-title__tagline {
    color: #ffffff;
}

.team-one .section-title__title {
    color: #ffffff;
}

.team-one__carousel {
    position: relative;
    display: block;
}

.team-one__single {
    position: relative;
    display: block;
}

.team-one__single-inner {
    position: relative;
    display: block;
    z-index: 1;
}

.team-one__img {
    position: relative;
    display: block;
    padding: 60px 20px 0;
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-one__img img {
    width: 100%;
}

.team-one__social {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: #625a5c;
    padding: 50px 14px 14px;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    background-color: #3698c2;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    color: #433838;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__social a:hover {
    background-color: #090808;
    color: #ffffff;
}

.team-one__social a + a {
    margin-left: 10px;
}

.team-one__content {
    position: relative;
    display: block;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 0px 43px 0px rgba(229, 229, 229, 0.35);
    text-align: center;
    padding: 31px 0 32px;
}

.team-one__name {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 9px;
}

.team-one__name a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__name a:hover {
    color: #3698c2;
}

.team-one__sub-title {
    font-size: 16px;
    line-height: 16px;
}

.team-one__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 0 !important;
    margin-top: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.team-one__carousel.owl-carousel .owl-dot.active {
    background-color: #3698c2;
}

.team-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.team-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}





/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-two__left {
    position: relative;
    display: block;
    margin-right: 12px;
}

.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.testimonial-two__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #090808;
}

.testimonial-two__rating span + span {
    margin-left: 5px;
}

.testimonial-two__left .section-title__title {
    margin-top: 29px;
}

.testimonial-two__left .section-title {
    margin-bottom: 29px;
}

.testimonial-two__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #6d6d6d;
}

.testimonial-two__btn-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.testimonial-two__btn {
    padding: 11px 43px 10px;
}

.testimonial-two__right {
    position: relative;
    display: block;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    border: 1px solid #090808;
    overflow: hidden;
}

.testimonial-two__text-2 {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
}

.testimonial-two__text-2 p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.testimonial-two__client-info-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f0fcfd;
    padding-top: 40px;
    margin-top: 32px;
    border-top: 1px solid #090808;
    padding-left: 40px;
    padding-right: 21px;
    padding-bottom: 63px;
}

.testimonial-two__shape-1 {
    position: absolute;
    bottom: -22px;
    left: -22px;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__client-quote {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-two__client-quote span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background-color: #3698c2;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
}

.testimonial-two__client-img {
    position: relative;
    display: block;
}

.testimonial-two__client-img img {
    width: auto;
}

.testimonial-two__client-info {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonial-two__client-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.testimonial-two__client-rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #090808;
}

.testimonial-two__client-rating span + span {
    margin-left: 5px;
}

.testimonial-two__client-rating span.clr-star {
    color: #d9cdce;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-two__client-sub-title {
    font-size: 15px;
    font-family: var(--corpai-font-three);
    line-height: 25px;
}


/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 2;
}

.feature-two__single {
    position: relative;
    display: block;
    background-color: #faf7f6;
    text-align: center;
    padding: 45px 25px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.feature-two__shape-3 {
    position: absolute;
    bottom: 40px;
    right: -8px;
    z-index: -1;
}

.feature-two__shape-3 img {
    width: auto;
}

.feature-two__shape-4 {
    position: absolute;
    top: 83px;
    left: 204px;
    z-index: -1;
}

.feature-two__shape-4 img {
    width: auto;
}

.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 87px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-two__shape-1 {
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: -1;
}

.feature-two__shape-1 img {
    width: auto;
}

.feature-two__shape-2 {
    position: absolute;
    top: -4px;
    right: 3px;
}

.feature-two__shape-2 img {
    width: auto;
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: #090808;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.feature-two__icon img {
    max-width: 55px;
}

.feature-two__single:hover .feature-two__icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
}

.feature-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 7px;
    margin-top: 29px;
}

.feature-two__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__title a:hover {
    color: #3698c2;
}

.feature-two__text {
    font-size: 18px;
    line-height: 32px;
}

.simple-box {
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 20px 12px;
    background-color: #fff;
}

.simple-box h5 {
    font-size: 17px;
    font-weight: 600;
}

.simple-box img {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding-bottom: 100px;
    z-index: 1;
}

.about-three__shape-1 {
    position: absolute;
    left: 0;
    top: -252px;
    z-index: -1;
}

.about-three__shape-1 img {
    width: auto;
}

.about-three__shape-2 {
    position: absolute;
    right: 0;
    top: -278px;
    z-index: -1;
}

.about-three__shape-2 img {
    width: auto;
}

.about-three__left {
    position: relative;
    display: block;
}

.about-three__left .section-title {
    margin-bottom: 31px;
}

.about-three__text {
    position: relative;
    display: block;
}

.about-three__points-box {
    position: relative;
    display: flex;
    border: 1px solid #090808;
    padding: 27px 28px 28px;
    border-radius: 2px;
    margin-top: 49px;
    margin-bottom: 59px;
}

.about-three__points-list {
    position: relative;
    display: block;
}

.about-three__points-list-2 {
    margin-left: 68px;
}

.about-three__points-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__points-list li + li {
    margin-top: 4px;
}

.about-three__points-list li .icon {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top: 2px;
}

.about-three__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #42c15d;
}

.about-three__points-list li .text {
    position: relative;
    display: block;
}

.about-three__points-list li .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #090808;
}

.about-three__profitable-business {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__profitable-business-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(8deg, rgb(66 193 93) 1%, rgb(32 153 58) 100%);
    background-image: -webkit-linear-gradient(8deg, rgb(66 193 93) 1%, rgb(32 153 58) 100%);
    background-image: -ms-linear-gradient(8deg, rgb(66 193 93) 1%, rgb(32 153 58) 100%);
    max-width: 87px;
    width: 100%;
    padding: 20px;
}


.about-three__profitable-business-icon.alt-icon {
    background-image: -moz-linear-gradient(8deg, rgb(238 125 23) 1%, rgb(255 150 55) 100%);
    background-image: -webkit-linear-gradient(8deg, rgb(238 125 23) 1%, rgb(255 150 55) 100%);
    background-image: -ms-linear-gradient(8deg, rgb(238 125 23) 1%, rgb(255 150 55) 100%);
}

.about-three__profitable-business-icon span {
    position: relative;
    display: inline-block;
    font-size: 52px;
    color: #ffffff;
}

.about-three__profitable-business-shape-1 {
    position: absolute;
    top: 0;
    left: 25px;
}

.about-three__profitable-business-shape-1 img {
    width: auto;
}

.about-three__profitable-business-text {
    position: relative;
    display: block;
    margin-left: 25px;
}

.about-three__profitable-business-text p {
    font-size: 20px;
    line-height: 30px;
    color: #090808;
    margin-top: 10px;
}

.about-three__right {
    position: relative;
    display: block;
    margin-left: 25px;
    margin-right: -12px;
}

.about-three__img-box {
    position: relative;
    display: block;
    background-color: rgb(240, 240, 240);
    box-shadow: 0px 3px 92px 0px rgba(209, 207, 207, 0.35);
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
}

.about-three__img-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-three__img-2 img {
    width: auto;
    border-radius: 40px;
    border-top-left-radius: 0;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 2;
}

.services-three__shape-5 {
    position: absolute;
    top: -124px;
    right: 0;
    z-index: -1;
}

.services-three__shape-5 img {
    width: auto;
}

.services-three .section-title {
    margin-bottom: 72px;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: #faf7f6;
    text-align: center;
    padding: 60px 40px 29px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-three__shape-3 {
    position: absolute;
    bottom: 86px;
    right: -8px;
    z-index: -1;
}

.services-three__shape-3 img {
    width: auto;
}

.services-three__shape-4 {
    position: absolute;
    top: 114px;
    left: 188px;
    z-index: -1;
}

.services-three__shape-4 img {
    width: auto;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 87px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.services-three__shape-1 {
    position: absolute;
    bottom: 6;
    left: 6;
}

.services-three__shape-1 img {
    width: auto;
}

.services-three__shape-2 {
    position: absolute;
    top: -4px;
    right: 3px;
}

.services-three__shape-2 img {
    width: auto;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: #090808;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.services-three__single:hover .services-three__icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
}

.services-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 7px;
    margin-top: 29px;
}

.services-three__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__title a:hover {
    color: #3698c2;
}

.services-three__text {
    font-size: 16px;
    line-height: 32px;
}

.services-three__read-more-btn {
    position: relative;
    display: block;
    margin-top: 35px;
}

.services-three__read-more {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__read-more:hover {
    color: #090808;
}

.services-three__read-more i {
    position: relative;
    width: 21px;
    height: 21px;
    background-color: #ada9a7;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 8px;
    top: -3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__read-more:hover i {
    background-color: #3698c2;
}

.services-three__btn-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.services-three__btn {
    background-color: transparent;
    border: 1px solid #090808;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 139px 10px;
}

.services-three__btn:hover {
    border: 1px solid #3698c2;
}

/*--------------------------------------------------------------
# How It Work Two
--------------------------------------------------------------*/
.how-it-work-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    counter-reset: count;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 193px;
    background-color: #f5f5f5;
}

.blog-two .section-title {
    margin-bottom: 62px;
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-two__img-box {
    position: relative;
    display: block;
}

.blog-two__img,
.as-gal-img{
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-two__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}


.blog-two__single:hover .blog-two__img img {
    transform: scale(1.05);
}

.blog-two__img > a,
.as-gal-img > a{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 8, 8, 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #3698c2;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.blog-two__img > a > span,
.as-gal-img > a > span{
    position: relative;
}

.blog-two__img > a > span::before,
.as-gal-img > a > span::before{
    content: '';
    width: 30px;
    height: 2px;
    background-color: #3698c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.blog-two__img > a > span::after,
.as-gal-img > a > span::after{
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 30px;
    background-color: #3698c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-two__img > a:hover > span::before,
.blog-two__img > a:hover > span::after,
.as-gal-img > a:hover > span::before,
.as-gal-img > a:hover > span::after{
    background-color: #ffffff;
}

.blog-two__single:hover .blog-two__img > a,
.as-gal-img:hover > a{
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.blog-two__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #3cc9cf;
    padding: 2px 13px 2px;
}

.blog-two__tag p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.blog-two__bottom {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(173, 173, 173, 0.35);
}

.blog-two__content-box {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.blog-two__meta-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    margin-left: 25px;
}

.blog-two__date {
    position: relative;
    display: flex;
    background-color: #3698c2;
    width: 77px;
    height: 68px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.blog-two__date span {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
}

.blog-two__date p {
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}

.blog-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.blog-two__meta li {
    position: relative;
    display: block;
}

.blog-two__meta li + li {
    margin-left: 25px;
}

.blog-two__meta li a {
    font-size: 14px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__meta li a:hover {
    color: #3698c2;
}

.blog-two__meta li a i {
    font-size: 18px;
    color: #090808;
    margin-right: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__meta li a:hover i {
    color: #3698c2;
}

.blog-two__meta li:first-child i {
    font-size: 21px;
    top: 5px;
    position: relative;
}

.blog-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}

.blog-two__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__title a:hover {
    color: #3698c2;
}

.blog-two__btn-box {
    position: relative;
    display: block;
}

.blog-two__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #13121d;
    background-color: #ffffff;
    border: 1px solid #090808;
    padding: 4px 20px 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__btn-box a:hover {
    border: 1px solid #3698c2;
    background-color: #3698c2;
    color: #ffffff;
}

.blog-two__btn-box a span {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: #474646;
    padding-top: 47px;
    padding-bottom: 65px;
    overflow: hidden;
    z-index: 1;
}

.cta-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.cta-one__shape-1 img {
    width: auto;
}

.cta-one__shape-2 {
    position: absolute;
    bottom: -63px;
    left: 0;
}

.cta-one__shape-2 img {
    width: auto;
}

.cta-one__shape-3 {
    position: absolute;
    top: -54px;
    right: 0;
}

.cta-one__shape-3 img {
    width: auto;
}

.cta-one__shape-4 {
    position: absolute;
    bottom: -50px;
    right: 0;
}

.cta-one__shape-4 img {
    width: auto;
}

.cta-one__shape-5 {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}

.cta-one__shape-5 img {
    width: auto;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-one__title-box {
    position: relative;
    display: block;
}

.cta-one__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
}

.cta-one__btn-box {
    position: relative;
    display: block;
}

.cta-one__btn {
    font-weight: 600;
    background-color: #ffffff;
    padding: 11px 32px 10px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 100px 0 125px;
    background-color: #444040;
    overflow: hidden;
    z-index: 1;
}

.page-header__shape-1 {
    position: absolute;
    left: 80px;
    top: 100px;
}

.page-header__shape-1 img {
    width: auto;
}

.page-header__shape-2 {
    position: absolute;
    left: 185px;
    top: 75px;
    opacity: 0.7;
    mix-blend-mode: overlay;
}

.page-header__shape-2 img {
    width: auto;
}

.page-header__shape-3 {
    position: absolute;
    left: 130px;
    top: 180px;
    opacity: 0.7;
    mix-blend-mode: overlay;
}

.page-header__shape-3 img {
    width: auto;
}

.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.page-header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #000000;
    opacity: 0.6;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15;
    text-align: center;
}

.page-header__inner h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    background-color: rgba(123, 115, 116, .51);
    padding-left: 53px;
    padding-right: 48px;
    border: 1px solid rgba(255, 255, 255, .51);
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 15px;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: inline-block;
}

.thm-breadcrumb__shape-1 {
    position: absolute;
    left: 20px;
    top: 3px;
    z-index: -1;
}

.thm-breadcrumb__shape-1 img {
    width: auto;
}

.thm-breadcrumb__shape-2 {
    position: absolute;
    right: 14px;
    top: -1px;
    z-index: -1;
}

.thm-breadcrumb__shape-2 img {
    width: auto;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li + li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Play', sans-serif;
}

.thm-breadcrumb li:hover a {
    color: #3698c2;
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
    position: relative;
    display: block;
    padding: 120px 0 212px;
}

.blog-list__left {
    position: relative;
    display: block;
}

.blog-list__inner {
    position: relative;
    display: block;
}

.blog-list__single {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.blog-list__single.marb-0 {
    margin-bottom: 0;
}

.blog-list__img-box {
    position: relative;
    display: block;
}

.blog-list__img {
    position: relative;
    display: block;
}

.blog-list__img img {
    width: 100%;
}

.blog-list__date {
    height: 69px;
    width: 54px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #3698c2;
    border-radius: 2px;
    z-index: 2;
    bottom: 0;
    left: 30px;
}

.blog-list__date span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
}

.blog-list__date p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.blog-list__meta-box {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 84px;
    background-color: #f3f3f3;
    padding-top: 8px;
    padding-left: 22px;
    padding-right: 17px;
    padding-bottom: 7px;
}

.blog-list__tag {
    position: relative;
    display: inline-block;
    background-color: #1f1f1f;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 33px;
}

.blog-list__tag p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--corpai-font-three);
    line-height: 24px;
}

.blog-list__meta-and-share-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-list__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-list__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-list__meta li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -14px;
    bottom: 2px;
    width: 1px;
    background-color: #dedada;
}

.blog-list__meta li:first-child::before {
    display: none;
}

.blog-list__meta li + li {
    margin-left: 40px;
}

.blog-list__meta li .icon {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.blog-list__meta li .icon span {
    font-size: 17px;
    color: #090808;
}

.blog-list__meta li:last-child .icon {
    top: 2px;
}

.blog-list__meta li .text {
    position: relative;
    display: block;
}

.blog-list__meta li .text p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #090808;
}

.blog-list__share-btn {
    position: relative;
    display: block;
    margin-left: 67px;
}

.blog-list__share-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__share-btn a:hover {
    background-color: #3698c2;
    color: #ffffff;
}

.blog-list__content-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 30px 32px 26px;
}

.blog-list__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.blog-list__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__title a:hover {
    color: #3698c2;
}

.blog-list__text {
    font-size: 16px;
    line-height: 32px;
    margin-top: 21px;
    margin-bottom: 35px;
}

.blog-list__btn-box {
    position: relative;
    display: inline-block;
    background-color: #302f2e;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-list__btn-box:hover {
    background-color: #3698c2;
}

.blog-list__btn {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 11px 35px 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__btn-box:hover .blog-list__btn {
    color: #ffffff;
}

.blog-list__btn span {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 30px;
}

.blog-list__btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: 25px;
    left: 11px;
    width: 16px;
    background-color: #403e3d;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.blog-list__btn-box:hover .blog-list__btn-shape-1,
.blog-list__btn-box:hover .blog-list__btn-shape-3,
.blog-list__btn-box:hover .blog-list__btn-shape-4 {
    background-color: #e3365b;
}

.blog-list__btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 34px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.blog-list__btn-shape-3 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 45px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.blog-list__btn-shape-4 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 18px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sideber {
    position: relative;
    display: block;
    z-index: 1;
}

.sidebar__search {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 38px 30px 32px;
}

.sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: #ffffff;
    color: #25242e;
    opacity: .60;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 70px;
    width: 100%;
    padding-right: 70px;
    border: 1px solid #e7e7e7;
}

.sidebar__search-form button[type="submit"] {
    color: #ffffff;
    font-size: 19px;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 45px;
    height: 45px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #3698c2;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
    background-color: #090808;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 34px 30px 36px;
}

.sidebar__title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    margin-left: 28px;
}

.sidebar__title-shape-1 {
    position: absolute;
    top: -3px;
    left: -26px;
}

.sidebar__title-shape-1 img {
    width: auto;
}

.sidebar__title-shape-2 {
    position: absolute;
    top: -2px;
    right: -24px;
}

.sidebar__title-shape-2 img {
    width: auto;
}

.sidebar__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
}

.sidebar__category-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.sidebar__category-list li:last-child {
    border-bottom: none;
}

.sidebar__category-list li::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 12px;
    width: 14px;
    height: 15px;
    border: 3px solid #d0d0d0;
    border-radius: 50%;
}

.Sidebar__category-list-left {
    position: relative;
    display: block;
}

.Sidebar__category-list-left a {
    font-size: 16px;
    font-weight: 500;
    color: #090808;
    padding: 4px 42px 5px;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.Sidebar__category-list-left a:hover {
    color: #3698c2;
}

.sidebar__post {
    position: relative;
    display: block;
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 34px 30px 36px;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-list li {
    background-color: #f2eeee;
    padding: 19px 20px 19px;
    border-radius: 3px;
}

.sidebar__post-list li + li {
    margin-top: 20px;
}

.sidebar__post-image {
    margin-right: 30px;
}

.sidebar__post-image > img {
    width: 75px;
}

.sidebar__post-content {
    position: relative;
    display: block;
    top: -3px;
}

.sidebar__post-content-meta {
    font-size: 13px;
    font-weight: 700;
    color: #090808;
    opacity: .80;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    font-size: 15px;
    font-weight: 700;
    color: #090808;
    padding-right: 3px;
    position: relative;
    top: 1px;
}

.sidebar__post-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Mulish', sans-serif;
}

.sidebar__post-content h3 a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 4px;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
    color: #3698c2;
}

.sidebar__tag {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 34px 30px 48px;
}

.sidebar__tag .sidebar__title-box {
    margin-bottom: 2px;
}

.sidebar__tag .sidebar__title {
    margin-bottom: 20px;
    margin-left: 7px;
}

.sidebar__tag-list a {
    font-size: 15px;
    color: #090808;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 0 22px 0 16px;
    margin-left: 7px;
    font-weight: 600;
    line-height: 30px;
}

.sidebar__tag-list a + a {
    margin-left: 6px;
    margin-top: 10px;
}

.sidebar__tag-list a:hover {
    background-color: #3698c2;
    border: 1px solid #3698c2;
    color: #ffffff;
}

.sidebar__get-in-touch {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 34px 30px 48px;
    padding-right: 44px;
}

.sidebar__get-in-touch-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar__get-in-touch-shape-1 img {
    width: auto;
}

.sidebar__get-in-touch-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar__get-in-touch-shape-2 img {
    width: auto;
}

.sidebar__get-in-touch-shape-3 {
    position: absolute;
    top: 90px;
    right: 114px;
}

.sidebar__get-in-touch-shape-3 img {
    width: auto;
}

.sidebar__get-in-touch-img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.sidebar__get-in-touch-img {
    position: relative;
    display: block;
    z-index: 1;
}

.sidebar__get-in-touch-img:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(206, 36, 72);
    background: linear-gradient(0deg, rgba(206, 36, 72, 1) 11%, rgba(206, 36, 72, 0) 100%);
}

.sidebar__get-in-touch-img img {
    width: 100%;
    border-radius: 3px;
}

.sidebar__get-in-touch-title-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 2;
}

.sidebar__get-in-touch-title {
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
}

.sidebar__get-in-touch-btn-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 39px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.sidebar__get-in-touch-btn-box:hover {
    background-color: #090808;
}

.sidebar__get-in-touch-btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 75px;
    width: 20px;
    background-color: #dee4e4;
    transform: rotate(9deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.sidebar__get-in-touch-btn-box:hover .sidebar__get-in-touch-btn-shape-1,
.sidebar__get-in-touch-btn-box:hover .sidebar__get-in-touch-btn-shape-2 {
    background-color: #1e1d1d;
}

.sidebar__get-in-touch-btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 90px;
    width: 20px;
    background-color: #dee4e4;
    transform: rotate(9deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.sidebar__get-in-touch-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #090808;
    font-weight: 600;
    padding: 5px 49px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.sidebar__get-in-touch-btn-box:hover .sidebar__get-in-touch-btn {
    color: #ffffff;
}

.blog-page__pagination {
    position: relative;
    display: block;
    margin-top: 56px;
}

.blog-page__pagination .pg-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-page__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.blog-page__pagination .pg-pagination li:first-child {
    margin-right: 0;
}

.blog-page__pagination .pg-pagination li:last-child {
    margin-right: 0;
}

.blog-page__pagination .pg-pagination li.prev {
    margin-right: 25px;
}

.blog-page__pagination .pg-pagination li.prev a {
    width: 55px;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.blog-page__pagination .pg-pagination li.prev a:hover {
    color: #3698c2;
    background-color: transparent;
}

.blog-page__pagination .pg-pagination li.prev a i {
    position: relative;
    font-size: 15px;
    margin-right: 4px;
    top: 2px;
}

.blog-page__pagination .pg-pagination li a {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #090808;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li.next {
    margin-left: 10px;
}

.blog-page__pagination .pg-pagination li.next a {
    width: 55px;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.blog-page__pagination .pg-pagination li.next a:hover {
    color: #3698c2;
    background-color: transparent;
}

.blog-page__pagination .pg-pagination li.next a i {
    position: relative;
    font-size: 15px;
    margin-left: 4px;
    top: 1px;
}

.blog-page__pagination .pg-pagination li a:hover {
    background-color: #3698c2;
    color: #ffffff;
}


/*--------------------------------------------------------------
# Blod Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 224px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__inner {
    position: relative;
    display: block;
}

.blog-details__img-box {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__date {
    height: 69px;
    width: 54px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #3698c2;
    border-radius: 2px;
    z-index: 2;
    bottom: 0;
    left: 30px;
}

.blog-details__date span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
}

.blog-details__date p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.blog-details__meta-box {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 84px;
    background-color: #f3f3f3;
    padding-top: 8px;
    padding-left: 22px;
    padding-right: 17px;
    padding-bottom: 7px;
}

.blog-details__tag {
    position: relative;
    display: inline-block;
    background-color: #1f1f1f;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 33px;
}

.blog-details__tag p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--corpai-font-three);
    line-height: 24px;
}

.blog-details__meta-and-share-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -14px;
    bottom: 2px;
    width: 1px;
    background-color: #dedada;
}

.blog-details__meta li:first-child::before {
    display: none;
}

.blog-details__meta li + li {
    margin-left: 40px;
}

.blog-details__meta li .icon {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.blog-details__meta li .icon span {
    font-size: 17px;
    color: #090808;
}

.blog-details__meta li:last-child .icon {
    top: 2px;
}

.blog-details__meta li .text {
    position: relative;
    display: block;
}

.blog-details__meta li .text p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #090808;
}

.blog-details__share-btn {
    position: relative;
    display: block;
    margin-left: 67px;
}

.blog-details__share-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__share-btn a:hover {
    background-color: #3698c2;
    color: #ffffff;
}

.blog-details__content-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 20px 30px 55px;
}

.blog-details__title-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.blog-details__text {
    font-size: 16px;
    line-height: 32px;
}

.blog-details__text-1 {
    margin-top: 21px;
    margin-bottom: 13px;
}

.blog-details__text-2 {
    position: relative;
    display: block;
}

.blog-details__title-2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 11px;
}

.blog-details__text-3 {
    position: relative;
    display: block;
}

.blog-details__title-3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 37px;
    margin-bottom: 10px;
}

.blog-details__text-4 {
    position: relative;
    display: block;
}

.blog-details__img-2 {
    position: relative;
    display: block;
    margin-top: 47px;
    margin-bottom: 42px;
}

.blog-details__img-2 img {
    width: 100%;
}

.blog-details__points-list {
    position: relative;
    display: block;
}

.blog-details__points-list li {
    position: relative;
    display: flex;
}

.blog-details__points-list li + li {
    margin-top: 12px;
}

.blog-details__points-list li .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.blog-details__points-list li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f7f3f3;
    border-radius: 50%;
    font-size: 13px;
    color: #090808;
}

.blog-details__points-list li .text {
    position: relative;
    display: block;
    margin-left: 13px;
}

.blog-details__points-list li .text p {
    font-size: 16px;
    line-height: 32px;
}

.blog-details__text-5 {
    margin-top: 12px;
}

.blog-details__tags {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
    padding-bottom: 59px;
}

.blog-details__tags p {
    font-size: 20px;
    font-weight: 700;
    color: #090808;
    margin-right: 5px;
}

.blog-details__tags-list {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__tags-list a {
    font-size: 15px;
    font-weight: 500;
    color: #090808;
    padding: 0 14px 0;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags-list a + a {
    margin-left: 10px;
}

.blog-details__tags-list a:hover {
    background-color: #3698c2;
    border: 1px solid #3698c2;
    color: #ffffff;
}

.author {
    position: relative;
    display: block;
    padding-top: 47px;
    padding-bottom: 38px;
    padding-left: 173px;
    padding-right: 54px;
    background-color: #e9f3f4;
    border-radius: 3px;
    margin-left: -30px;
    margin-right: -30px;
}

.author__img {
    position: absolute;
    width: 121px;
    top: 48px;
    left: 25px;
}

.author__img img {
    width: 100%;
}

.author__content {
    position: relative;
    display: block;
}

.author__content h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
}

.author__content p {
    font-size: 18px;
    font-weight: 600;
    color: #59696a;
    line-height: 32px;
    padding: 8px 0 27px;
}

.author__social {
    position: relative;
    display: flex;
    align-items: center;
}

.author__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #090808;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.author__social a:hover {
    background-color: #3698c2;
    color: #ffffff;
}

.author__social a + a {
    margin-left: 10px;
}

.back-news {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 44px;
    margin-top: 31px;
    margin-bottom: 51px;
    border-bottom: 1px solid #e6e6e6;
}

.back-news__left {
    position: relative;
    display: flex;
    align-items: center;
}

.back-news__arrow {
    position: relative;
    display: block;
}

.back-news__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #090808;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #e9f1f2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.back-news__left:hover .back-news__arrow a {
    color: #ffffff;
    border: 1px solid #3698c2;
    background-color: #3698c2;
}

.back-news__content {
    margin-left: 20px;
}

.back-news__content p {
    font-size: 20px;
    color: #090808;
    font-weight: 700;
    line-height: 34px;
}

.back-news__right {
    position: relative;
    display: flex;
    align-items: center;
}

.back-news__right:hover .back-news__arrow a {
    color: #ffffff;
    border: 1px solid #3698c2;
    background-color: #3698c2;
}

.back-news__right .back-news__content {
    margin-left: 0;
    margin-right: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
    position: relative;
    display: block;
}

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: #090808;
    font-size: 26px;
    margin-bottom: 47px;
    font-weight: 700;
    font-family: var(--corpai-font-three);
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 40px;
    margin-bottom: 57px;
}

.comment-one__single--two {
    margin-left: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 20px;
}

.comment-one__content h3 {
    font-size: 20px;
    color: #090808;
    font-weight: 700;
}

.comment-one__content span {
    display: block;
    font-size: 14px;
    color: rgba(9, 8, 8, .70);
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 15px;
}

.comment-one__content p {
    font-size: 16px;
    color: rgba(22, 22, 22, .80);
    line-height: 32px;
}

.comment-one__btn {
    padding: 0px 12px;
    position: absolute;
    top: 39px;
    left: 108px;
    background-color: #3698c2;
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-one__btn:hover {
    background-color: #090808;
    color: #ffffff;
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -8px;
    margin-bottom: 24px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: rgba(67, 56, 56, .60);
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: rgba(67, 56, 56, .60);
    height: 220px;
    width: 100%;
    background-color: #f6f6f6;
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
}

.comment-form__btn {
    border: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #3698c2;
    padding: 10px 39px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-form__btn:hover {
    background-color: #090808;
    color: #ffffff;
}

.comment-form__input-box.text-message-box {
    height: 220px;
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 224px;
}

.project-details__top {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__bottom {
    position: relative;
    display: block;
}

.project-details__left {
    position: relative;
    display: block;
}

.project-details__sidebar {
    position: relative;
    display: block;
}

.project-details__client-info {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    margin-bottom: 40px;
    z-index: 1;
}

.project-details__client-info-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 33px;
    padding-right: 55px;
    padding-bottom: 48px;
    border-left: 1px solid #090808;
    z-index: 1;
}

.project-details__title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 42px;
    margin-left: 28px;
}

.project-details__title-shape-1 {
    position: absolute;
    top: -3px;
    left: -26px;
}

.project-details__title-shape-1 img {
    width: auto;
}

.project-details__title-shape-2 {
    position: absolute;
    top: -2px;
    right: -24px;
}

.project-details__title-shape-2 img {
    width: auto;
}

.project-details__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.project-details__list {
    position: relative;
    display: block;
}

.project-details__list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 22px;
    padding-bottom: 25px;
}

.project-details__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-details__list .icon {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 35px;
    color: #433838;
}

.project-details__list .content {
    margin-left: 15px;
}

.project-details__list .content span {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    opacity: .70;
    display: block;
    line-height: 20px;
}

.project-details__list .content p {
    font-size: 20px;
    font-weight: 500;
    color: #090808;
    line-height: 25px;
    padding-top: 6px;
}

.project-details__list .content p a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__list .content p a:hover {
    color: #3698c2;
}

.project-details__sidebar .service-details__brochures-list li a span {
    background-color: #090808;
    color: #ffffff;
}

.project-details__right {
    position: relative;
    display: block;
    margin-top: -14px;
}

.project-details__fundraising-strategy {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.project-details__title-two {
    font-size: 43px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 24px;
}

.project-details__fundraising-strategy-text-1 {
    font-weight: 500;
    padding-bottom: 29px;
}

.project-details__fundraising-strategy-text-2 {
    font-weight: 500;
}

.project-details__strategy-system {
    position: relative;
    display: block;
}

.project-details__strategy-system-single {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.project-details__strategy-system-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.project-details__strategy-system-text-1 {
    font-weight: 500;
}

.project-details__strategy-system-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 41px;
}

.project-details__strategy-system-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    width: 134px;
    background-color: #e2d8da;
    overflow: hidden;
    z-index: 1;
}

.project-details__strategy-system-icon-shape-1 {
    position: absolute;
    top: -15px;
    right: 3px;
    height: 50px;
    width: 15px;
    background-color: #3cc9cf;
    transform: rotate(-42deg);
}

.project-details__strategy-system-icon-shape-2 {
    position: absolute;
    top: -24px;
    right: 16px;
    height: 100px;
    width: 15px;
    background-color: #ffffff;
    transform: rotate(-42deg);
}

.project-details__strategy-system-icon-shape-3 {
    position: absolute;
    bottom: -47px;
    left: 0;
    height: 100px;
    width: 15px;
    background-color: #ffffff;
    transform: rotate(-42deg);
}

.project-details__strategy-system-icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    width: 95px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 60px;
    color: #050505;
}

.project-details__strategy-system-content {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    margin-left: 30px;
}

.project-details__strategy-system-text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.project-details__strategy-system-points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.project-details__strategy-system-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__strategy-system-points li + li {
    margin-left: 30px;
}

.project-details__strategy-system-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__strategy-system-points li .icon span {
    font-size: 15px;
    color: #090808;
}

.project-details__strategy-system-points li .text {
    margin-left: 10px;
}

.project-details__strategy-system-points li .text p {
    color: #1c2035;
    opacity: .80;
}


.project-details__solution {
    position: relative;
    display: block;
}

.project-details__solution-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 11px;
}

.project-details__solution-text {
    font-weight: 500;
}

.project-details__solution-content-box {
    position: relative;
    display: block;
    margin-top: 39px;
    margin-bottom: 20px;
}

.project-details__solution-single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f2efee;
    padding: 38px 0 38px;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

.project-details__solution-single:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 110px solid #faf7f6;
    z-index: -1;
}

.project-details__solution-single:after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: -33px;
    right: 0;
    width: 45px;
    background-color: #faf7f6;
    transform: rotate(29deg);
    z-index: -1;
}

.project-details__solution-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    width: 92px;
    border: 1px solid #d0d0d0;
    z-index: 1;
}

.project-details__solution-icon:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-top: 70px solid transparent;
    border-left: 70px solid #e3dfe0;
    z-index: -1;
}

.project-details__solution-icon:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    border-bottom: 22px solid transparent;
    border-right: 25px solid #3698c2;
    z-index: -1;
}

.project-details__solution-icon span {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 50px;
}

.project-details__solution-content {
    position: relative;
    display: block;
    max-width: 230px;
    width: 100%;
    margin-left: 20px;
}

.project-details__solution-content-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.project-details__solution-content-text {
    font-size: 16px;
    line-height: 32px;
}

.project-details__solution-text-2 {
    font-weight: 500;
}

.project-details__solution-img {
    position: relative;
    display: block;
    margin-left: 30px;
}

.project-details__solution-img img {
    width: 100%;
}

.project-details__solution-bottom-text {
    font-weight: 500;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 120px 0 125px;
}

.project-two__main-tab-box {
    position: relative;
    display: block;
}

.project-two__left {
    position: relative;
    display: block;
    margin-right: -20px;
    z-index: 5;
}

.project-two__big-text {
    position: absolute;
    top: 300px;
    left: -502px;
    font-size: 120px;
    line-height: 120px;
    color: #8a8a8a;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    transform: rotate(-90deg);
    opacity: .20;
}

.project-two__main-tab-box .tab-buttons {
    position: relative;
    display: block;
}

.project-two__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-two__main-tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-top: 30px;
}

.project-two__single {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    padding: 25px 20px 25px;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-two__main-tab-box .tab-buttons .tab-btn.active-btn .project-two__single {
    border: 1px solid #3698c2;
}

.project-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 80px;
    background-color: #3698c2;
    border-radius: 3px;
}

.project-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project-two__content {
    margin-left: 25px;
}

.project-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.4s linear;
}

.project-two__sub-title {
    font-size: 16px;
    color: #8a8a8a;
}

.project-two__right {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: -375px;
    z-index: 1;
}

.project-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.project-two__slide-text {
    position: absolute;
    bottom: 38px;
    left: -449px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #090808;
}

.project-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.project-two__shape-1 img {
    width: auto;
}

.project-two__shape-2 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.project-two__shape-2 img {
    width: auto;
}

.project-two__shape-3 {
    position: absolute;
    bottom: -135px;
    left: -213px;
    z-index: -1;
}

.project-two__shape-3 img {
    width: auto;
}

.project-two__main-tab-box .tabs-content {
    position: relative;
    display: block;
    z-index: 1;
}

.project-two__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.project-two__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.project-two__tab-content-inner {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    margin-left: 100px;
}

.project-two__tab-content-carousel {
    position: relative;
    display: block;
    padding: 163px 0 163px;
}

.project-two__tab-content-single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 155px 0px rgba(220, 218, 218, 0.35);
    z-index: 1;
}

.project-two__tab-content-single:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    height: 25px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 0) 96%);
}

.project-two__tab-content-single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 42px 55px 95px;
    z-index: 1;
}

.project-two__tab-content-single-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 75px solid #08aab3;
    border-left: 45px solid transparent;
}

.project-two__tab-content-single-inner:after {
    content: "";
    position: absolute;
    top: -73px;
    right: 12px;
    width: 50px;
    height: 300px;
    background-color: #3cc9cf;
    transform: rotate(-31deg);
}

.project-two__tab-content-title {
    font-size: 26px;
    color: #090808;
    font-weight: 600;
    line-height: 26px;
}

.project-two__tab-content-text {
    font-size: 16px;
    color: #292525;
    line-height: 30px;
    padding-top: 21px;
    padding-bottom: 41px;
}

.project-two__tab-content-list {
    position: relative;
    display: block;
}

.project-two__tab-content-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-two__tab-content-list li + li {
    margin-top: 25px;
}

.project-two__tab-content-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    background-color: #e7e7e7;
    border-radius: 50%;
}

.project-two__tab-content-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #090808;
}

.project-two__tab-content-list li .content {
    margin-left: 10px;
}

.project-two__tab-content-list li .content p {
    font-size: 16px;
    color: #2e2d2d;
    line-height: 20px;
    opacity: .70;
}

.project-two__tab-content-list li .content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    line-height: 20px;
    margin-top: 7px;
}

.project-two__tab-content-btn-box {
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    background-color: #3698c2;
    overflow: hidden;
    z-index: 1;
}

.project-two__tab-content-btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 35px 11px;
}

.project-two__tab-content-btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 42px;
}

.project-two__tab-content-btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: 25px;
    left: 11px;
    width: 16px;
    background-color: #e3365b;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
    transform: rotate(15deg);
    z-index: -1;
}

.project-two__tab-content-btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 34px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-two__tab-content-btn-shape-3 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 45px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-two__tab-content-btn-shape-4 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 18px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    z-index: -1;
}

.project-two__tab-content-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-two__tab-content-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-two__tab-content-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


.project-two__tab-content-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 30px;
    left: -330px;
    margin: 0;
    display: flex;
    align-items: center;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-next {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #090808;
    border: 1px solid #dfdfdf;
    font-size: 25px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-prev {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #090808;
    border: 1px solid #dfdfdf;
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 15px;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 15px;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-next span,
.project-two__tab-content-carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__tab-content-carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__tab-content-carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #3698c2;
    color: #ffffff;
    border: 1px solid #3698c2;
}

/*--------------------------------------------------------------
# Services Two Bottom
--------------------------------------------------------------*/
.services-two-bottom {
    position: relative;
    display: block;
    padding: 0 0 67px;
}

.services-two-bottom__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 300px;
}

.services-two-bottom__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 120px;
    z-index: 1;
}

.project-three__shape-1 {
    position: absolute;
    top: -115px;
    left: 0;
    z-index: -1;
}

.project-three__shape-1 img {
    width: auto;
}

.project-three__shape-2 {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: -1;
}

.project-three__shape-2 img {
    width: auto;
}

.project-three__shape-3 {
    position: absolute;
    bottom: 160px;
    left: 660px;
    z-index: -1;
}

.project-three__shape-3 img {
    width: auto;
}

.project-three .container {
    max-width: 1800px;
}

.project-three__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.project-three__big-text {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 250px;
    color: #dfdede;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    line-height: 250px;
    opacity: .20;
}

.project-three__carousel {
    position: relative;
    display: block;
}

.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.project-three__img-box {
    position: relative;
    display: block;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-three__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
    transform: scale(1.05);
    opacity: .5;
}

.project-three__content {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -85px;
    z-index: 1;
}

.project-three__content:before {
    content: "";
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 0;
    right: 75px;
    background-color: #ffffff;
    box-shadow: 0px 0px 51px 0px rgba(136, 132, 132, 0.35);
    z-index: -1;
}

.project-three__content-inner {
    position: relative;
    display: block;
    padding: 40px 30px 68px;
    z-index: 2;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.project-three__content-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    border-top: 50px solid #08aab3;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    z-index: -1;
}

.project-three__content-inner:after {
    content: "";
    position: absolute;
    top: -35px;
    right: 37px;
    bottom: 0;
    width: 50px;
    background-color: #3cc9cf;
    transform: rotate(-27deg);
    z-index: -1;
}

.project-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.project-three__title a {
    color: #090808;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__title a:hover {
    color: #3698c2;
}

.project-three__sub-title {
    font-size: 16px;
    color: #090808;
    line-height: 16px;
}

.project-three__tab-content-btn-box {
    position: absolute;
    bottom: -25px;
    left: 30px;
    background-color: #302f2e;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.project-three__tab-content-btn-box:hover {
    background-color: #3698c2;
}

.project-three__tab-content-btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 35px 11px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__tab-content-btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 42px;
}

.project-three__tab-content-btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: 25px;
    left: 11px;
    width: 16px;
    background-color: #403e3d;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.project-three__tab-content-btn-box:hover .project-three__tab-content-btn-shape-1,
.project-three__tab-content-btn-box:hover .project-three__tab-content-btn-shape-3,
.project-three__tab-content-btn-box:hover .project-three__tab-content-btn-shape-4 {
    background-color: #e3365b;
}

.project-three__tab-content-btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 34px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.project-three__tab-content-btn-shape-3 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 45px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.project-three__tab-content-btn-shape-4 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 18px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.project-three__carousel.owl-theme .owl-nav {
    position: relative;
    margin: 0;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-three__carousel.owl-theme .owl-nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1000000px;
    right: 57%;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
}

.project-three__carousel.owl-theme .owl-nav:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1000000px;
    left: 57%;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
}

.project-three__carousel.owl-theme .owl-nav .owl-next {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #090808;
    border: 1px solid #dfdfdf;
    font-size: 25px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #090808;
    border: 1px solid #dfdfdf;
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 15px;
}

.project-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 15px;
}

.project-three__carousel.owl-theme .owl-nav .owl-next span,
.project-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-three__carousel.owl-theme .owl-nav .owl-next:hover,
.project-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #3698c2;
    color: #ffffff;
    border: 1px solid #3698c2;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 223px;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__service-type-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
    padding: 41px 25px 50px;
    margin-bottom: 40px;
}

.service-details__service-title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 31px;
    margin-left: 40px;
}

.service-details__title-shape-1 {
    position: absolute;
    top: -3px;
    left: -26px;
}

.service-details__title-shape-1 img {
    width: auto;
}

.service-details__title-shape-2 {
    position: absolute;
    top: -2px;
    right: -24px;
}

.service-details__title-shape-2 img {
    width: auto;
}

.service-details__service-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.service-details__service-list {
    position: relative;
    display: block;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li + li {
    margin-top: 20px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 27px 25px 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    border: 1px solid #3698c2;
}

.service-details__service-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: #3698c2;
    color: #ffffff;
    font-size: 25px;
    border-radius: 3px;
}

.service-details__service-content {
    margin-left: 12px;
}

.service-details__service-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 7px;
}

.service-details__service-content p {
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 500;
    line-height: 16px;
}

.service-details__right {
    position: relative;
    display: block;
    margin-top: -9px;
}

.service-details__finance-strategy {
    position: relative;
    display: block;
}

.service-details__finance-strategy-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 29px;
}

.service-details__finance-strategy-text-1 {
    font-weight: 500;
}

.service-details__finance-strategy-text-2 {
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 35px;
}

.service-details__finance-strategy-title-two {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 21px;
}

.service-details__finance-strategy-text-3 {
    font-weight: 500;
}

.service-details__digital-solution {
    position: relative;
    display: block;
    margin-top: 39px;
}

.service-details__digital-solution-left {
    position: relative;
    display: block;
}

.service-details__digital-solution-list {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-details__digital-solution-list li {
    position: relative;
    display: block;
    font-size: 16px;
    background-color: #e2d8da;
    color: #090808;
    font-weight: 500;
    padding: 3px 35px;
}

.service-details__digital-solution-list li:nth-child(2) {
    background-color: #d9e6e7;
}

.service-details__digital-solution-list li:nth-child(3) {
    background-color: #d8d5d5;
}

.service-details__digital-solution-list li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    height: 10px;
    width: 10px;
    background-color: #3698c2;
}

.service-details__digital-solution-list li:nth-child(2):before {
    background-color: #3cc9cf;
}

.service-details__digital-solution-list li:nth-child(3):before {
    background-color: #f97a7a;
}

.service-details__digital-solution-list li + li {
    margin-top: 10px;
}

.service-details__digital-solution-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.service-details__digital-solution-right {
    position: relative;
    display: block;
}

.service-details__digital-solution-img {
    position: relative;
    display: block;
}

.service-details__digital-solution-img img {
    width: 100%;
}

.service-details__digital-finance {
    position: relative;
    display: block;
    margin-top: 46px;
}

.service-details__digital-finance-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 41px;
}

.service-details__digital-finance-text {
    font-weight: 500;
}

.service-details__digital-finance-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 41px;
}

.service-details__digital-finance-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    width: 134px;
    background-color: #e2d8da;
    overflow: hidden;
    z-index: 1;
}

.service-details__digital-finance-icon-shape-1 {
    position: absolute;
    top: -15px;
    right: 3px;
    height: 50px;
    width: 15px;
    background-color: #3cc9cf;
    transform: rotate(-42deg);
}

.service-details__digital-finance-icon-shape-2 {
    position: absolute;
    top: -24px;
    right: 16px;
    height: 100px;
    width: 15px;
    background-color: #ffffff;
    transform: rotate(-42deg);
}

.service-details__digital-finance-icon-shape-3 {
    position: absolute;
    bottom: -47px;
    left: 0;
    height: 100px;
    width: 15px;
    background-color: #ffffff;
    transform: rotate(-42deg);
}

.service-details__digital-finance-icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    width: 95px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 60px;
    color: #050505;
}

.service-details__digital-finance-content {
    position: relative;
    display: block;
    max-width: 565px;
    width: 100%;
    margin-left: 30px;
}

.service-details__digital-finance-text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.service-details__digital-finance-points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.service-details__digital-finance-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__digital-finance-points li + li {
    margin-left: 30px;
}

.service-details__digital-finance-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__digital-finance-points li .icon span {
    font-size: 15px;
    color: #090808;
}

.service-details__digital-finance-points li .text {
    margin-left: 10px;
}

.service-details__digital-finance-points li .text p {
    color: #1c2035;
    opacity: .80;
}

.service-details__feature {
    position: relative;
    display: block;
    margin-top: 53px;
}

.service-details__feature-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

.service-details__feature-text {
    font-weight: 500;
}

.service-details__feature-inner {
    position: relative;
    display: block;
    margin-top: 39px;
    margin-bottom: 9px;
}

.service-details__feature-inner .row {
    --bs-gutter-x: 20px;
}

.service-details__feature-single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f2efee;
    padding: 39px 0;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.service-details__feature-single:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 110px solid #faf7f6;
    z-index: -1;
}

.service-details__feature-single:after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: -33px;
    right: 0;
    width: 45px;
    background-color: #faf7f6;
    transform: rotate(29deg);
    z-index: -1;
}

.service-details__feature-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    width: 92px;
    border: 1px solid #d0d0d0;
    z-index: 1;
}

.service-details__feature-icon:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-top: 70px solid transparent;
    border-left: 70px solid #e3dfe0;
    z-index: -1;
}

.service-details__feature-icon:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    border-bottom: 22px solid transparent;
    border-right: 25px solid #3698c2;
    z-index: -1;
}

.service-details__feature-icon span {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 50px;
}

.service-details__feature-content {
    position: relative;
    display: block;
    max-width: 230px;
    width: 100%;
    margin-left: 20px;
}

.service-details__feature-content-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.service-details__feature-content-text {
    font-size: 16px;
    line-height: 32px;
}

.service-details__feature-text-2 {
    font-weight: 500;
}

.service-details__faq {
    position: relative;
    display: block;
    margin-top: 50px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border-radius: 0;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 14px 20px 14px;
    padding-left: 65px;
    border: 1px solid #f7f7f7;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #090808;
    font-family: 'Mulish', sans-serif;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #f2efee;
    border: 1px solid #f2efee;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #090808;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: -45px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    height: 30px;
    width: 30px;
    background-color: #e3dfe0;
    border-radius: 50%;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e91f";
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3698c2;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 20px 25px 10px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: #090808;
    opacity: .80;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.contact-form-box {
    position: relative;
    display: block;
    padding: 110px 0 120px;
}

.contact-form-box__title-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.contact-form-box__title-box span {
    font-size: 18px;
    font-weight: 500;
    color: #3698c2;
    opacity: .80;
}

.contact-form-box__title-box h3 {
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
}

.contact-form-box__left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.contact-form-box {
    position: relative;
    display: block;
}

.contact-form-box__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-form-box__input-box p {
    font-size: 15px;
    color: #433838;
    opacity: .70;
    line-height: 20px;
}

.contact-form-box__input-box input[type="text"],
.contact-form-box__input-box input[type="email"] {
    height: 50px;
    border: 0;
    width: 100%;
    font-size: 16px;
    color: #090808;
    border-bottom: 1px solid #090808;
    font-weight: 500;
    outline: none;
}

.contact-form-box__input-box textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #090808;
    color: #433838;
    opacity: .70;
    font-size: 15px;
    outline: none;
    margin-top: -8px;
}

.contact-form-box__btn-box {
    position: relative;
    display: block;
}

.contact-form-box__btn {
    padding: 9px 35px 9px;
    border: none;
    background-color: #3698c2;
    color: #ffffff;
}

.contact-form-box__btn:after {
    background-color: #090808;
}


.contact-form-box__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: 4px;
}

.contact-form-box__img {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-form-box__img img {
    width: 100%;
}

.contact-form-box__img-shape-1 {
    position: absolute;
    bottom: 15px;
    left: -70px;
}

.contact-form-box__img-shape-1 img {
    width: auto;
}

.contact-form-box__img-shape-2 {
    position: absolute;
    bottom: -50px;
    left: 40px;
    mix-blend-mode: overlay;
}

.contact-form-box__img-shape-2 img {
    width: auto;
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/
.address {
    position: relative;
    display: block;
    padding: 0px 0px 90px;
}

.address__single {
    position: relative;
    display: block;
    background-color: #f9f5f5;
    text-align: center;
    padding: 40px 20px 35px;
    margin-bottom: 30px;
    z-index: 1;
    min-height: 325px;
}

.address__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.address__icon:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-top: 70px solid transparent;
    border-left: 70px solid #e3dfe0;
    z-index: -1;
}

.address__icon:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    border-bottom: 22px solid transparent;
    border-right: 25px solid #3698c2;
    z-index: -1;
}

.address__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #ee7d17;
}

.address__content {
    position: relative;
    display: block;
    margin-top: 28px;
}

.address__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 9px;
}

.address__phone-email {
    position: relative;
    display: block;
}

.address__phone-email p {
    font-size: 18px;
    color: #504f56;
    line-height: 30px;
    opacity: .80;
    font-weight: 500;
}

.address__phone-email p a {
    color: #504f56;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.address__phone-email p a:hover {
    color: #090808;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 610px;
    width: 100%;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 145px 0 120px;
    background-color: #ffffff;
    z-index: 1;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.error-page__shape-1 {
    position: absolute;
    top: -36px;
    right: 45px;
    z-index: -1;
}

.error-page__shape-1 img {
    width: auto;
}

.error-page__title-box {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 225px;
    line-height: 225px;
    font-weight: 700;
    color: #090808;
    z-index: 2;
}

.error-page__tagline {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    color: #090808;
    margin-top: 26px;
    margin-bottom: 4px;
    font-family: 'Play', sans-serif;
}

.error-page__text {
    font-size: 20px;
    color: #090808;
    opacity: .80;
    font-weight: 500;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 60px auto 30px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 70px;
    width: 100%;
    border: 1px solid #03060d;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: rgba(69, 68, 74, .70);
    font-weight: 500;
    padding-left: 30px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: #3698c2;
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
    background-color: #090808;
}

.error-page__btn {
    background-color: #3698c2;
    color: #ffffff;
}

.error-page__btn:after {
    background-color: #090808;
}


/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-page__inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 25px 0px rgba(217, 217, 217, 0.35);
    padding: 92px 95px 42px;
    z-index: 1;
}

.faq-page__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 64px;
}

.faq-page__title p {
    font-size: 16px;
    color: #3698c2;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.faq-page__title h3 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    margin-top: 7px;
}

.faq-page__faq {
    position: relative;
    display: block;
}

.faq-page__faq .faq-one-accrodion .accrodion {
    border-bottom: 1px solid #ebeaea;
}

.faq-page__faq .faq-one-accrodion .accrodion.active {
    border-bottom: 1px solid transparent;
}

.faq-page__faq .faq-one-accrodion .accrodion.last-child {
    border-bottom: 0;
}

.faq-page__faq .faq-one-accrodion .accrodion-title {
    padding: 14px 15px 28px;
    padding-left: 50px;
    border: none;
}

.faq-page__faq .faq-one-accrodion .accrodion-title h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #090808;
    font-family: 'Play', sans-serif;
}

.faq-page__faq .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 15px;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: transparent;
    border: 0;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #090808;
}

.faq-page__faq .faq-one-accrodion .accrodion-title h4::before {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    height: 34px;
    width: 34px;
    background-color: #3698c2;
    border-radius: 50%;
}

.faq-page__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e91f";
    color: #090808;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
}

.faq-page__faq .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 20px 0px 0px;
    border-top: 1px solid #ebeaea;
}

.faq-page__faq .faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: #090808;
    opacity: .80;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-page .team-one__single {
    margin-bottom: 30px;
}

.team-page .team-one__img:before {
    background-color: #f2efee;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
    position: relative;
    display: block;
    padding: 120px 0 215px;
}

.testimonial-page .testimonial-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Services Page V-1
--------------------------------------------------------------*/
.services-page-v-1 {
    position: relative;
    display: block;
    padding: 120px 0 215px;
}

/*--------------------------------------------------------------
# Services Page V-2
--------------------------------------------------------------*/
.services-page-v-2 {
    position: relative;
    display: block;
    padding: 120px 0 215px;
}

/*--------------------------------------------------------------
# Portfolio Page V-2
--------------------------------------------------------------*/
.portfolio-page-v-1 {
    position: relative;
    display: block;
    padding: 120px 0 85px;
    overflow: hidden;
    z-index: 1;
}

.portfolio-page-v-1__shape-1 {
    position: absolute;
    top: -136px;
    left: 0;
    z-index: -1;
}

.portfolio-page-v-1__shape-1 img {
    width: auto;
}

.portfolio-page-v-1__shape-2 {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: -1;
}

.portfolio-page-v-1__shape-2 img {
    width: auto;
}

.portfolio-page-v-1 .container {
    max-width: 1800px;
}

/*--------------------------------------------------------------
# Portfolio Page V-2
--------------------------------------------------------------*/
.portfolio-page-v-2 {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}


.portfolio-page-v-2__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.portfolio-page-v-2__single:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 255px;
    box-shadow: 2px 6px 33px 3px rgba(212, 204, 204, 0.51);
    -webkit-box-shadow: 2px 6px 33px 3px rgba(212, 204, 204, 0.51);
    -moz-box-shadow: 2px 6px 33px 3px rgba(212, 204, 204, 0.51);
}

.portfolio-page-v-2__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 255px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.portfolio-page-v-2__img {
    position: relative;
    display: block;
}

.portfolio-page-v-2__img img {
    width: 100%;
}

.portfolio-page-v-2__content {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0;
    z-index: 3;
}

.portfolio-page-v-2__title-box {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.portfolio-page-v-2__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
}

.portfolio-page-v-2__title a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-page-v-2__title a:hover {
    color: #3698c2;
}

.portfolio-page-v-2__sub-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}

.portfolio-page-v-2__btn-box {
    position: relative;
    display: inline-block;
    background-color: #302f2e;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.portfolio-page-v-2__btn-box:hover {
    background-color: #3698c2;
}

.portfolio-page-v-2__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 18px 35px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-page-v-2__btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 20px;
}

.portfolio-page-v-2__btn-shape-1 {
    position: absolute;
    top: -5px;
    bottom: 25px;
    left: 11px;
    width: 16px;
    background-color: #403e3d;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.portfolio-page-v-2__btn-box:hover .portfolio-page-v-2__btn-shape-1,
.portfolio-page-v-2__btn-box:hover .portfolio-page-v-2__btn-shape-3,
.portfolio-page-v-2__btn-box:hover .portfolio-page-v-2__btn-shape-4 {
    background-color: #e3365b;
}

.portfolio-page-v-2__btn-shape-2 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 34px;
    width: 16px;
    background-color: #e3365b;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.portfolio-page-v-2__btn-shape-3 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 45px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.portfolio-page-v-2__btn-shape-4 {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 18px;
    width: 16px;
    background-color: #403e3d;
    transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
    padding-top: 100px;
    overflow: hidden;
}

.about-four .about-three__shape-1 {
    top: -155px;
}

.about-four .about-three__shape-2 {
    top: -138px;
}


/*--------------------------------------------------------------
# How It Work Three
--------------------------------------------------------------*/
.how-it-work-three {
    padding: 150px 0 193px;
}

/*--------------------------------------------------------------
# About Page Contact
--------------------------------------------------------------*/
.about-page-contact {
    position: relative;
    display: block;
    z-index: 1;
}

.about-page-contact__shape-1 {
    position: absolute;
    top: -55px;
    right: 155px;
    border-bottom: 55px solid #3698c2;
    border-right: 345px solid transparent;
}

.about-page-contact__shape-2 {
    position: absolute;
    bottom: -65px;
    left: 260px;
    border-top: 65px solid #3698c2;
    border-left: 395px solid transparent;
}

.project-details__core-benefit {
    position: relative;
    display: block;
    margin-top: 50px;
}

.project-details__core-benefit-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
}

.project-details__core-benefit-text {
    font-weight: 500;
}

.project-details__faq {
    position: relative;
    display: block;
    margin-top: 34px;
}











/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

body.boxed-wrapper {
    background-color: #f5f5f5;
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .menu-sec-one,
.boxed-wrapper .main-menu__support {
    display: none;
}

.boxed-wrapper .feature-one {
    padding-top: 0;
}

.boxed-wrapper .financial-direction-one__shape-1 {
    left: -165px;
}
