/************ TABLE OF CONTENTS ***************
1	Header Css
2	Header 2 Css
3	Header 3 Css
4	Header 4 Css
5	Hero Css
6	Countdown Css
7	Product Css
8	Gallery Css



**********************************************/
@import url("../../assets/css2");

.top-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    transition-duration: 500ms;
}

.top-header.style-2 {
    position: relative;
}

.top-header.style-2 .top-header-content-items {
    background-color: #182B54;
    height: 50px;
}

.top-header.style-2 .top-header-content-items .top-header-content {
    padding: 0 0;
    transition-duration: 500ms;
}

.top-header .top-header-content {
    background-color: #182B54;
    height: 50px;
    padding: 0 30px;
    transition-duration: 500ms;
}

.menu-area {
    transition-duration: 1000ms;
}

.search-icon.home-1 {
    cursor: pointer;
    border: 1px solid rgba(39, 39, 39, 0.2);
    width: 56px;
    height: 59px;
    display: inline-block;
    text-align: center;
    transition-duration: 500ms;
}

.search-icon.home-1 i {
    line-height: 54px;
    color: #272727;
    font-size: 20px;
    transition-duration: 500ms;
}

.search-icon.home-1:hover {
    border-color: #015841;
}

.search-icon.home-1:hover i {
    color: #015841;
}

.top-header.header-sticky {
    background-color: #FFF;
    box-shadow: 0 0 13px 20px rgba(0, 0, 0, 0.08);
}

.top-header.header-sticky .menu-area {
    background-color: #fff;
}

.menu-req-btn.mobile-v {
    display: none;
}

.top-logo-area a img {
    width: 140px;
}

.menu-area {
    background-color: #FFF;
}

.top-contact-info p {
    margin-bottom: 0;
    color: #FFF;
    font-family: var(--ff-heading);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.top-contact-info p i {
    font-size: 20px;
    margin-right: 10px;
}

.top-contact-info p:last-child {
    margin-right: 0;
}

.classy-nav-container a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    display: inline-block;
}

.classy-nav-container a:hover,
.classy-nav-container a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
}

.classy-navbar {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.classy-navbar .nav-brand {
    font-size: 26px;
    font-weight: 500;
    color: #232323;
    display: inline-block;
    margin-right: 30px;
}

.classy-navbar .nav-brand:focus,
.classy-navbar .nav-brand:hover {
    font-size: 26px;
    font-weight: 500;
}

.classynav ul li {
    display: inline-block;
    clear: both;
    position: inherit;
    z-index: 10;
}

.classynav ul li.cn-dropdown-item {
    position: relative;
    z-index: 10;
}

.classynav ul li.cn-dropdown-item ul li {
    position: relative;
    z-index: 10;
}

.classynav ul li ul li {
    display: block;
}

.classynav ul li ul li a {
    padding: 0 20px;
}

.classynav ul li a {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    line-height: 39px;
}

.classynav ul li .megamenu li a {
    padding: 0 12px;
}

.classynav ul li div.single-mega * {
    width: 100%;
    max-width: 100%;
}

.classynav ul li div.single-mega a {
    height: auto;
    line-height: 1;
}

/* Down Arrow Icon for Megamenu */
@font-face {
    font-family: "classyfonts";
    src: url("../../assets/fonts/classy-fonts.eot");
    src: url("../../assets/fonts/classy-fonts.eot") format("embedded-opentype"), url("../../assets/fonts/classy-fonts.ttf") format("truetype"), url("../../assets/fonts/classy-fonts.woff") format("woff"), url("../../assets/fonts/classy-fonts.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-classy-nav-down-arrow:before {
    content: "\e900";
}

.classynav ul li.megamenu-item > a:after,
.classynav ul li.has-down > a:after {
    font-family: "classyfonts";
    content: "\e900";
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.classynav ul li ul li.has-down > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 3;
}

/* Dropdown Toggle */
.dd-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 500;
    border-radius: 0;
    display: none;
}

/* Close Icon */
.classycloseIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 12;
    display: none;
}

.classycloseIcon .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

.classycloseIcon .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #232323;
}

.classycloseIcon .cross-wrap span.top {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.classycloseIcon .cross-wrap span.bottom {
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* navbarToggler */
.classy-navbar-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.classy-navbar-toggler .navbarToggler {
    display: inline-block;
    cursor: pointer;
}

.classy-navbar-toggler .navbarToggler span {
    position: relative;
    background-color: #707070;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
}

.classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.classy-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
    opacity: 0;
}

.classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

.classynav ul li .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.classynav ul li .megamenu .single-mega.cn-col-5 {
    width: 20%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}

.classynav ul li .megamenu .single-mega.cn-col-5:last-of-type {
    border-right: none;
}

.classynav ul li .megamenu .single-mega.cn-col-4 {
    width: 25%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}

.classynav ul li .megamenu .single-mega.cn-col-4:last-of-type {
    border-right: none;
}

.classynav ul li .megamenu .single-mega.cn-col-3 {
    width: 33.3333334%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}

.classynav ul li .megamenu .single-mega.cn-col-3:last-of-type {
    border-right: none;
}

.classynav ul li .megamenu .single-mega .title {
    font-size: 14px;
    border-bottom: 1px solid #f2f4f8;
    padding: 8px 12px;
}

.classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

/* Desktop Area CSS */
.breakpoint-off .classynav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.breakpoint-off .classynav ul li .dropdown {
    width: 180px;
    position: absolute;
    background-color: #ffffff;
    top: 120%;
    left: 0;
    z-index: 100;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

.breakpoint-off .classynav ul li .dropdown li .dropdown {
    top: 10px;
    left: 180px;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
}

.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
    opacity: 0;
    visibility: hidden;
    top: 120%;
}

.breakpoint-off .classynav ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.breakpoint-off .classynav ul li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: -10px;
}

.breakpoint-off .classynav ul li .megamenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120%;
    background-color: #ffffff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu,
.breakpoint-off .classynav ul li.megamenu-item:focus .megamenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/* Mobile/Tablet Nav CSS */
.breakpoint-on .classycloseIcon {
    display: block;
}

.breakpoint-on .classy-navbar-toggler {
    display: block;
}

.breakpoint-on .classy-navbar .classy-menu {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: -1100px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

.breakpoint-on .classy-navbar .classy-menu.menu-on {
    right: 0;
}

.breakpoint-on .classynav ul li {
    display: block;
    position: relative;
    clear: both;
    z-index: 10;
}

.breakpoint-on .classynav ul li a {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.breakpoint-on .classynav ul li .dropdown {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
}

.breakpoint-on .classynav ul li .dropdown li .dropdown {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.breakpoint-on .classynav ul li.megamenu-item {
    position: relative;
    z-index: 10;
}

.breakpoint-on .dd-trigger {
    height: 31px;
    width: 31px;
    background-color: #2c3e50;
    top: 7px;
    right: 15px;
    left: auto;
    display: block;
    border-radius: 2px;
}

.breakpoint-on .dd-trigger::after {
    font-family: "classyfonts";
    content: "\e900";
    font-size: 12px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.breakpoint-on .classynav ul li .dropdown,
.breakpoint-on .classynav ul li .megamenu {
    display: none;
}

.breakpoint-on .classynav {
    padding-top: 80px;
    margin-bottom: 80px;
}

.breakpoint-on .classynav ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.breakpoint-on .classynav ul li .megamenu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    box-shadow: none;
}

.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f2f4f8;
}

.breakpoint-on .classynav > ul > li > a {
    background-color: #f2f4f8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.breakpoint-on .classynav ul li ul.dropdown li ul li {
    margin-left: 15px;
}

.breakpoint-on .classynav ul li.megamenu-item > a::after,
.breakpoint-on .classynav ul li.has-down > a::after {
    display: none;
}

.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
    background-color: #182B54;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-area {
    position: fixed;
    z-index: 100;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area.sticky {
    background-color: #A31ACB;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .header-area {
        -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
    }
}

.header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a {
    color: #111;
}

.header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a:hover,
.header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: #39B5E0;
}

.header-area.home-4.sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

.classy-navbar .nav-brand {
    width: 140px;
    font-size: 0;
}

.classy-navbar .nav-brand:focus,
.classy-navbar .nav-brand:hover {
    font-size: 0;
    font-weight: 600;
}

.classy-nav-container {
    background-color: transparent;
}

.classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 90px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 100px;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a {
    color: #272727;
    font-family: var(--ff-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin: 0 35px;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        margin: 0 15px;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:active {
    color: #015841;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    color: #706C6C;
    margin: 0;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
    color: #015841;
}

.classy-menu.menu-on .classynav ul li a {
    color: #111;
    margin: 0;
    padding: 0 15px;
}

.classy-menu.menu-on .classynav ul li a:hover,
.classy-menu.menu-on .classynav ul li a:active {
    color: #015841;
}

.classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a,
.classy-menu.menu-on .classynav ul li.megamenu-item ul li a {
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    color: #243f67;
}

.classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-menu.menu-on .classynav ul li.megamenu-item ul li a:focus,
.classy-menu.menu-on .classynav ul li.megamenu-item ul li a:hover {
    color: #A31ACB;
}

.classynav ul li.active a {
    position: relative;
    z-index: 1;
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
    color: #706C6C;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
    width: 210px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    border-radius: 6px;
}

.breakpoint-off .classynav ul li .megamenu {
    width: 100%;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #243f67;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #015841;
}

.header-area.home-4 .classy-navbar-toggler .navbarToggler span {
    background-color: #A31ACB;
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        width: 100%;
    }
}

.classynav ul li a {
    position: relative;
}

.classynav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: transparent !important;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.classynav ul li.active a::before {
    width: 100%;
}

.megamenu-thumb {
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
    border-radius: 3px;
}

.header-area.mega-version-menu .classynav ul li a::before {
    display: none;
}

.header-area.home-4.mega-version-menu .classynav ul li.has-down > a::after,
.header-area.home-4.mega-version-menu .classynav ul li.has-down.active > a::after,
.header-area.home-4.mega-version-menu .classynav ul li.megamenu-item > a::after {
    color: #111;
}

.top-dropdown {
    position: relative;
    z-index: 100;
    margin-right: 0.75rem;
}

@media only screen and (min-width: 768px) {
    .top-dropdown {
        margin-right: 15px;
    }
}

.top-dropdown:last-child {
    margin-right: 0;
}

.top-dropdown button {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #7E7E7E;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.top-dropdown button i {
    margin-right: 0.25rem;
}

.top-dropdown button::after {
    display: none;
}

.top-dropdown .dropdown-menu {
    margin-top: -15px;
    border: 0;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    min-width: 8rem;
    background-color: #FFF;
    border-radius: 0.5rem;
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.125);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.top-dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 14px;
    color: #706C6C;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 1.5rem;
}

.top-dropdown .dropdown-menu .dropdown-item:hover,
.top-dropdown .dropdown-menu .dropdown-item:focus {
    color: #015841;
    background-color: transparent;
}

@-webkit-keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 55px, 0);
        transform: translate3d(0, 55px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 38px, 0);
        transform: translate3d(0, 38px, 0);
    }
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 55px, 0);
        transform: translate3d(0, 55px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 38px, 0);
        transform: translate3d(0, 38px, 0);
    }
}

.top-header-content .top-header-menu-list ul {
    padding-left: 0;
}

.top-header-content .top-header-menu-list ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.top-header-content .top-header-menu-list ul li:last-child {
    margin-right: 0;
}

.top-header-content .top-header-menu-list ul li:last-child::after {
    display: none;
}

.top-header-content .top-header-menu-list ul li a {
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition-duration: 500ms;
}

.top-header-content .top-header-menu-list ul li a:hover {
    color: #015841;
}

.top-copy-text-area p {
    color: #706C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
}

.top-copy-text-area p .conatct-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #C3DD46;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 6px;
    color: #fff;
    position: relative;
    top: -3px;
}

.top-copy-text-area p .conatct-icon i {
    line-height: 20px;
    font-size: 10px;
    margin-right: 3px;
}

.top-copy-text-area p span {
    color: #7E7E7E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.middlge-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid #E8E7E7;
}

.middlge-header-area .top-logo-search-bar {
    display: flex;
    align-items: center;
}

.middlge-header-area .top-logo-search-bar .top-logo-area a img {
    width: 130px;
}

.middlge-header-area .login-btn-area {
    margin-right: 60px;
}

.middlge-header-area .login-btn-area .login-btn {
    background: #706C6C;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 9px 15px;
    display: inline-block;
    transition-duration: 400ms;
}

.middlge-header-area .login-btn-area .login-btn i {
    margin-left: 3px;
}

.middlge-header-area .login-btn-area .login-btn:hover {
    background-color: #272727;
}

.middlge-header-area .cart-btn-area {
    position: relative;
    z-index: 1010;
}

.middlge-header-area .cart-btn-area a {
    color: #706C6C;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 1010;
}

.middlge-header-area .cart-btn-area a .pro-num-bad {
    background-color: #015841;
    height: 17px;
    width: 17px;
    display: inline-block;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: -6px;
    right: 0;
}

.middlge-header-area .cart-btn-area a i {
    font-size: 18px;
    margin-right: 10px;
}

.cate-list-menu a {
    color: #272727 !important;
    font-family: var(--ff-body) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    margin: 0 !important;
}

.cate-list-menu a i {
    margin-right: 5px;
    color: #272727 !important;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.user-info-fav-area .badges-icon-top {
    position: relative;
    margin-right: 30px;
    color: #272727;
    font-size: 18px;
}

.user-info-fav-area .badges-icon-top:last-child {
    margin-right: 0;
}

.user-info-fav-area .badges-icon-top i {
    position: relative;
}

.user-info-fav-area .badges-icon-top .pro-count {
    height: 17px;
    width: 17px;
    background-color: #182B54;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #222;
    font-family: var(--ff-body);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: -5px;
    right: -8px;
}

.user-info-fav-area .badges-icon-top:hover {
    color: #015841;
}

.cate-dropdown-area.home-1 {
    margin-right: 70px;
}

.top-serach-bar {
    position: relative;
    margin-left: 50px;
}

.top-serach-bar .form-control {
    position: relative;
    border: 1px solid #BCE3C9;
    height: 64px;
    width: 460px;
    color: #706C6C;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.6px;
}

.top-serach-bar .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border-radius: 3px;
    background: #C3DD46;
    border: none;
    font-size: 20px;
    color: #272727;
    padding: 9px;
    display: inline-block;
}

.cart-dropdown-content {
    transition-duration: 500ms;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
    border-radius: 6px;
    position: absolute;
    right: -44px;
    top: 50px;
    width: 280px;
    z-index: 101010;
    padding: 30px 25px;
    opacity: 0;
    visibility: hidden;
}

.cart-dropdown-content .cart-list li {
    border-bottom: 1px solid #d6e6fb;
    padding-bottom: 1rem;
}

.cart-dropdown-content li {
    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: 1rem;
}

.cart-dropdown-content li .cart-item-desc {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
}

.cart-dropdown-content li .cart-item-desc .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    margin-right: 15px;
}

.cart-dropdown-content li .cart-item-desc .image img {
    width: 40px;
}

.cart-dropdown-content li .cart-item-desc a {
    font-size: 13px;
}

.cart-dropdown-content li .cart-item-desc p {
    font-size: 12px;
    margin-bottom: 0;
}

.cart-dropdown-content li .dropdown-product-remove {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #d6e6fb;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #070a57;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.cart-dropdown-content li .dropdown-product-remove:hover,
.cart-dropdown-content li .dropdown-product-remove:focus {
    border-color: #d6e6fb;
    background-color: #015841;
    color: #ffffff;
}

.cart-dropdown-content li:last-child {
    margin-bottom: 0;
}

.cart-dropdown-content .cart-pricing li {
    margin-bottom: 10px;
}

.cart-dropdown-content .cart-pricing li span {
    font-size: 13px;
}

.cart-dropdown-content .cart-pricing li:last-child span {
    font-weight: 700;
    color: #070a57;
}

.cart-btn-area:hover .cart-dropdown-content,
.cart-btn-area:focus .cart-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.breadcrumb-wrapper {
    margin: 0 50px;
    border-radius: 10px;
}

@media screen and (max-width: 1399) {
    .breadcrumb-wrapper {
        margin: 0 40px;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb-wrapper {
        margin: 0 30px;
    }
}

.breadcrumb-wrapper .page-heading {
    padding: 180px 0 180px;
    text-align: center;
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100%;
}

@media screen and (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 40px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    list-style: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items .devider {
    color: #fff;
}

.top-header.home-2 {
    background-color: #015841;
    position: relative;
}

.top-header.home-2 .top-header-content {
    background-color: #015841;
}

.top-header.home-2 .top-logo-area-2 a img {
    width: 160px;
}

.top-header.home-2 .menu-logo-area-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
}

.top-header.home-2 .menu-logo-area-2 .top-logo-area-2 {
    flex: 0 0 20%;
    padding-left: 20px;
}

.top-header.home-2 .menu-logo-area-2 .menu-area.home-2 {
    width: 80%;
    padding-right: 20px;
    position: absolute;
    transform: translateY(15px);
    right: 0;
    padding-left: 40px;
    transition-duration: 500ms;
}

.top-header.home-2 .menu-logo-area-2 .menu-area.home-2 .classy-nav-container .classy-navbar {
    height: 80px;
}

.top-header.home-2.header-sticky .menu-area.home-2 {
    position: fixed;
    transform: translateY(-40px);
    height: 80px;
    width: 100%;
}

.top-menu-asset {
    display: flex;
    align-items: center;
}

.top-menu-asset .search-icon {
    cursor: pointer;
}

.top-menu-asset .search-icon i {
    font-size: 20px;
    color: #272727;
}

.top-menu-asset .burg-menu-area a {
    margin-left: 30px;
    color: #272727;
    font-size: 20px;
}

.top-menu-asset .req-btn {
    background-color: #182B54;
    margin-left: 30px;
}

.top-menu-asset .log-btn {
    margin-left: 30px;
    border: 1px solid #272727;
    color: #272727;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    transition-duration: 400ms;
}

.top-menu-asset .log-btn:hover {
    background-color: #182B54;
    color: #FFF;
}

.vw-search-input input[type=text] {
    background: transparent;
    color: #191E24;
    border: 2px solid #015841;
    border-radius: 10px;
    fill: #74787C;
    -webkit-text-fill-color: #74787C;
}

.vw-search-input input[type=text]::placeholder {
    color: #FFF;
}

.vw-search-input button {
    color: #015841;
}

.vw-search-input button:hover {
    color: #272727;
}

.vw-search-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010101010;
    background-color: #fff;
    padding: 90px 15px;
    visibility: visible;
    opacity: 0;
    transform: translateY(-120%);
}

.vw-search-area.opened {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.vw-search-input {
    position: relative;
}

.vw-search-input button {
    position: absolute;
    top: 54%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.vw-search-input button:hover {
    color: var(--theme-color);
}

.vw-search-category span {
    color: var(--black);
}

.vw-search-category a {
    font-size: 14px;
    margin-left: 5px;
}

.vw-search-category a:hover {
    color: var(--primary-color);
}

.vw-search-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.vw-search-close-btn {
    border-radius: 50%;
    background: #ECECEC;
    border: 9px solid transparent;
    color: var(--black);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.vw-search-close-btn::after,
.vw-search-close-btn::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 90%;
    top: 46%;
    left: 1px;
    transform-origin: 50% 50%;
    background-color: var(--black);
    opacity: 1;
    -moz-transition: -moz-transform ease 0.25s;
    -webkit-transition: -webkit-transform ease 0.25s;
    -o-transition: -o-transform ease 0.25s;
    -ms-transition: -ms-transform ease 0.25s;
    transition: transform ease 0.25s;
}

.vw-search-close-btn::before {
    transform: rotate(45deg);
}

.vw-search-close-btn::after {
    transform: rotate(-45deg);
}

.vw-search-close-btn:hover::before {
    transform: rotate(-45deg);
}

.vw-search-close-btn:hover::after {
    transform: rotate(45deg);
}

.body-overlay.opened {
    opacity: 0.7;
    visibility: visible;
}

.body-overlay {
    background-color: #151515;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.search-form-2 {
    width: 100%;
    height: 50px;
    background: transparent;
    color: #272727;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.4s;
}

.submit-btn-search {
    border: none;
    background-color: transparent;
}

.menu-tri-sreach-btn-home-3 {
    display: flex;
    align-items: center;
}

.menu-tri-sreach-btn-home-3 .burg-menu-area {
    margin: 0 35px;
}

.menu-tri-sreach-btn-home-3 .search-icon.home-3 i {
    font-size: 20px;
    color: #272727;
}

.menu-tri-sreach-btn-home-3 .burg-menu-area a i {
    font-size: 25px;
    color: #272727;
}

.menu-tri-sreach-btn-home-3 .menu-btn-3 {
    background-color: #182B54;
}

.menu-home-3 {
    border-bottom: 1px solid #E7D0D0;
}

.menu-home-3 .classy-nav-container .classy-navbar {
    height: 110px;
}

.ani-rote {
    animation: left-right-1 2.5s linear infinite;
}

@keyframes left-right-1 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        bottom: 5px;
        transform: rotate(-2deg);
    }

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

@keyframes left-right {
    0% {
        left: -60px;
    }

    50% {
        left: -70px;
        top: 5px;
        transform: rotate(-2deg);
    }

    100% {
        left: -60px;
    }
}

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

    50% {
        transform: rotate(30deg);
    }

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

.hero-area {
    height: 950px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.hero-area .hero-content-text {
    margin-top: 120px;
}

.hero-area .hero-content-text h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 9.6px;
    text-transform: uppercase;
}

.hero-area .hero-content-text h2 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}

.hero-area .hero-content-text h2 span {
    font-weight: 300;
}

.hero-area .hero-content-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}

.hero-area-home-2 {
    height: 800px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-area-home-2 .home-2-content-area {
    flex: 0 0 50%;
    background-color: #182B54;
    height: 800px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.hero-area-home-2 .home-2-content-area .wel-content-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    animation: float 1.5s infinite ease-in-out;
}

.hero-area-home-2 .home-2-content-area .wel-content-shape-2 {
    position: absolute;
    bottom: 20%;
    right: 50%;
    animation: swing 7s infinite;
}

.hero-area-home-2 .wel-img-home-2 {
    flex: 0 0 50%;
    position: relative;
    z-index: 1;
}

.hero-area-home-2 .wel-img-home-2::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    height: 15px;
    width: 100%;
    top: 24px;
    right: 0;
    z-index: 10;
}

.hero-area-home-2 .wel-img-home-2 .wel-img-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.hero-area-home-2 .wel-img-home-2 .wel-img-2 {
    overflow: hidden;
}

.hero-area-home-2 .wel-img-home-2 .wel-img-2 img {
    height: 800px;
    transform: scale(1.06);
    margin-left: 10px;
    transition-duration: 400ms;
}

.hero-area-home-2 .home-2-content-text {
    padding-left: 8%;
}

.hero-area-home-2 .home-2-content-text h6 {
    color: #60AC45;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 9.6px;
    text-transform: uppercase;
}

.hero-area-home-2 .home-2-content-text h2 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 15px;
}

.hero-area-home-2 .home-2-content-text h2 span {
    font-weight: 300;
}

.hero-area-home-2 .home-2-content-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}

.hero-area-home-2:hover .wel-img-2 img {
    margin-left: 0;
}

.hero-area-3 {
    position: relative;
    z-index: 1;
}

.hero-content-text-3 {
    position: relative;
    z-index: 2;
}

.hero-content-text-3 h3 {
    color: #182B54;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px;
    position: relative;
    z-index: 2;
}

.hero-content-text-3 h3 span {
    font-weight: 300;
}

.hero-content-sub-title h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(116, 120, 124, 0.28);
    font-size: 300px;
    font-weight: 600;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-bottom: 0;
}

.hero-3-img-content {
    position: relative;
    z-index: 1;
}

.hero-3-img-content .hero-3-img {
    position: relative;
    z-index: 1;
}

.hero-3-img-content .hero-3-img-sub-title h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
    font-size: 300px;
    font-weight: 600;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: transparent;
    position: absolute;
    bottom: -98px;
    left: 0;
    z-index: 3;
    margin-bottom: 0;
    line-height: normal;
}

.hero-3-img-content .hero-arro-btn {
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 10;
}

.hero-3-img-content .hero-arro-btn a {
    height: 350px;
    width: 350px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: rgba(242, 123, 53, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.hero-3-img-content .hero-arro-btn a i {
    font-size: 45px;
    color: #FFF;
    line-height: 350px;
    transform: rotateY(5deg);
}

.hero-3-img-content .hero-arro-btn a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #FFF;
    height: 282px;
    width: 282px;
    display: inline-block;
    border-radius: 50%;
}

.hero-1 {
    position: relative;
}

.hero-1 .array-button {
    z-index: 1;
    position: absolute;
    bottom: 4%;
    left: 50%;
}

.hero-1 .array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    border: none;
}

.hero-1 .array-button .array-prev i {
    font-size: 18px;
    color: #FFF;
}

.hero-1 .array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    background: #015841;
    border: none;
}

.hero-1 .array-button .array-next i {
    font-size: 18px;
    color: #FFF;
}

.hero-1 .shape-image {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1199px) {
    .hero-1 .shape-image {
        display: none;
    }
}

.hero-1 .shape-image img {
    width: 100%;
    height: 100%;
}

.hero-1 .hero-image {
    padding: 180px 0 180px;
}

.hero-1 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(58.07% 50.48% at 56.93% 50%, rgba(0, 7, 31, 0) 0%, rgba(0, 0, 0, 0.82) 99.99%, rgba(0, 0, 0, 0.82) 100%);
    z-index: -1;
}

.hero-1 .hero-content {
    position: relative;
    z-index: 9;
}

.hero-1 .hero-content h4 {
    color: #015841;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 9.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero-1 .hero-content h1 {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-1 .hero-content h1 span {
    font-size: 70px;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .hero-1 .hero-content h1 span {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .hero-1 .hero-content h1 span {
        font-size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .hero-1 .hero-content h1 span {
        font-size: 34px;
    }
}

.hero-1 .hero-content p {
    color: #FFF;
}

.hero-1 .hero-content .hero-button {
    margin-top: 50px;
}

.hero-1 .comment-area {
    background: #FFF;
    padding: 30px 20px;
    position: relative;
    z-index: 9;
}

.hero-1 .comment-area .comment-form-wrap {
    border: 1px solid #C7DFDF;
    padding: 15px;
}

.hero-1 .comment-area .comment-form-wrap h6 {
    color: #015841;
}

.hero-1 .comment-area .comment-form-wrap h2 {
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #182B54;
}

.hero-1 .comment-area .comment-form-wrap h2 span {
    font-weight: 300;
}

.hero-1 .comment-area .comment-form-wrap .form-clt input,
.hero-1 .comment-area .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    border: 1px solid #ECE3E3;
    background: #F6F6F6;
    border: none;
    padding: 16px 20px;
    font-weight: 400;
}

.hero-1 .comment-area .comment-form-wrap .form-clt input::placeholder,
.hero-1 .comment-area .comment-form-wrap .form-clt textarea::placeholder {
    color: #74787C;
}

.hero-1 .comment-area .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
}

.hero-1 .comment-area .comment-form-wrap .theme-btn {
    border: none;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    background: none;
}

.hero-1 .comment-area .comment-form-wrap .date-items {
    margin-bottom: 50px;
}

.hero-1 .comment-area .comment-form-wrap .date-items h6 {
    font-size: 16px;
    font-weight: 500;
    color: #74787C;
}

.hero-1 .comment-area .comment-form-wrap .date-items span {
    font-size: 28px;
    font-weight: 300;
    color: #015841;
}

.about-us-area {
    padding-top: 140px;
    padding-bottom: 140px;
}

.about-us-area .about-content-text {
    margin-left: 8%;
}

.about-us-area .about-content-text h6 {
    color: #015841;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.about-us-area .about-content-text h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 15px;
}

.about-us-area .about-content-text h2 span {
    font-weight: 300;
}

.about-us-area .about-content-text p {
    color: #74787C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 25px;
}

.about-us-area .about-counter-area {
    margin-top: 80px;
}

.about-us-area .about-counter-area .counter-single-card {
    margin-bottom: 40px;
}

.about-us-area .about-counter-area .counter-single-card:last-child {
    margin-bottom: 0;
}

.about-us-area .about-counter-area .counter-area-card {
    border-right: 1px solid #E8D7D7;
}

.about-us-area .about-counter-area .counter-area-card h2 {
    color: #182B54;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.about-us-area .about-counter-area .counter-area-card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
    margin-bottom: 0;
}

.about-us-area .about-counter-area .counter-about-desc p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.about-us-area .about-image-2-area {
    position: relative;
    z-index: 1;
}

.about-us-area .about-image-2-area .about-img-2 {
    position: relative;
    z-index: 1;
    left: 30px;
    width: 100%;
}

.about-us-area .about-image-2-area .number-service-text {
    position: absolute;
    bottom: 50px;
    left: 70px;
    z-index: 10;
}

.about-us-area .about-image-2-area .number-service-text h2 {
    color: #FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-us-area .about-image-2-area .number-service-text h2 span {
    color: #015841;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 15.6px;
}

.about-us-area .about-image-2-area .number-service-text p {
    color: #FFF;
    font-family: var(--ff-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-us-home-2 {
    padding-bottom: 90px;
}

.about-us-home-2 .about-content-2 {
    margin-bottom: 50px;
}

.about-us-home-2 .about-content-2 .section-title.about-2 {
    margin-bottom: 25px;
}

.about-us-home-2 .about-content-2 p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.about-us-home-2 .about-content-2 .loan-succes-info {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.about-us-home-2 .about-content-2 .loan-succes-info h4 {
    border-radius: 65px;
    border: 1px solid #E7EBEF;
    background: #FFF5F5;
    padding: 17px 32px;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.about-us-home-2 .about-content-2 .loan-succes-info h4 i {
    color: #015841;
    margin-right: 15px;
}

.about-us-home-2 .about-image-content-home-2 {
    margin-bottom: 50px;
}

.about-us-home-2 .about-image-content-home-2 .exper-year-info h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #182B54;
    color: transparent;
    font-family: var(--ff-body);
    font-size: 90px;
    text-transform: uppercase;
    line-height: 80px;
    font-style: normal;
}

.about-us-home-2 .about-image-content-home-2 .exper-year-info h2 span {
    color: #182B54;
    font-size: 90px;
    font-weight: 600;
}

.about-us-home-2 .about-image-content-home-2 .exper-year-info h6 {
    color: #015841;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-us-home-2 .about-image-content-home-2 .about-img-home-2 {
    position: relative;
    z-index: 2;
}

.about-us-home-2 .about-image-content-home-2 .about-img-home-2 img {
    transition: 0.3s ease-in-out;
    transform: scale(1.06);
    margin-left: 10px;
}

.about-us-home-2 .about-image-content-home-2 .about-img-home-2 .about-shape-home-2 {
    position: absolute;
    bottom: -26px;
    left: -58px;
    z-index: -1;
}

.about-us-home-2:hover .about-img-home-2 img {
    margin-left: 0;
}

.about-wrapper .about-content .about-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .about-wrapper .about-content .about-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-wrapper .about-content .about-list li {
    font-size: 100px;
    list-style: none;
    font-size: 22px;
    font-weight: 500;
    color: #272727;
    padding: 18px;
    border-radius: 65px;
    border: 1px solid #E7EBEF;
    background: #FFF5F5;
    line-height: 1;
}

.about-wrapper .about-content .about-list li i {
    margin-right: 10px;
    color: #015841;
}

.about-wrapper .about-image-items .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-wrapper .about-image-items .about-image.style-1 {
    margin-top: -50px;
}

.about-us-area {
    position: relative;
}

.about-us-area.style-padding {
    padding-top: 90px;
    padding-bottom: 245px;
}

@media screen and (max-width: 1199px) {
    .about-us-area.style-padding {
        padding-top: 50px;
        padding-bottom: 200px;
    }
}

.about-us-area .container-fluid {
    padding: 0 100px;
}

@media screen and (max-width: 1399px) {
    .about-us-area .container-fluid {
        padding: 0 30px;
    }
}

.about-us-area .home-shape {
    position: absolute;
    right: 18%;
    top: 9%;
    z-index: -1;
}

.about-us-area .circle-shape {
    position: absolute;
    right: 0;
    top: 2%;
    z-index: -1;
}

.about-wrapper-2 {
    position: relative;
    z-index: 1;
}

.about-wrapper-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 16px;
    background: #F5F7FF;
    z-index: -1;
    background-color: #182B54;
}

.about-wrapper-2 .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2%;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-area .about-content {
    padding: 0 40px;
    margin-top: 80px;
}

.about-wrapper-2 .about-area .about-content .list-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .about-wrapper-2 .about-area .about-content .list-item {
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
}

.about-wrapper-2 .about-area .about-content .list-item li {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    border-radius: 65px;
    background: rgba(255, 245, 245, 0.05);
    padding: 18px;
    text-align: center;
    list-style: none;
}

.about-wrapper-2 .about-area .about-content .list-item li i {
    margin-right: 20px;
    color: #015841;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #121212;
    z-index: 999;
}

.bd-loader-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
}

.bd-loader-inner {
    position: fixed;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.bd-loader {
    margin-left: 92px;
}

@media screen and (max-width: 769px) {
    .bd-loader {
        transform: scale(0.8);
        margin-left: 66px;
    }
}

.bd-loader-item {
    position: absolute;
    width: 6px;
    height: 80px;
    margin-top: -45px;
    border-radius: 0px;
    background-color: #015841;
    animation: bd-loader-aim 0.8s infinite;
    animation-direction: alternate-reverse;
}

.bd-loader .bd-loader-item:nth-child(1) {
    margin-left: 0px;
}

.bd-loader .bd-loader-item:nth-child(2) {
    margin-left: -14px;
    animation-delay: 0.1s;
}

.bd-loader .bd-loader-item:nth-child(3) {
    margin-left: -28px;
    animation-delay: 0.2s;
}

.bd-loader .bd-loader-item:nth-child(4) {
    margin-left: -42px;
    animation-delay: 0.3s;
}

.bd-loader .bd-loader-item:nth-child(5) {
    margin-left: -56px;
    animation-delay: 0.4s;
}

.bd-loader .bd-loader-item:nth-child(6) {
    margin-left: -70px;
    animation-delay: 0.5s;
}

.bd-loader .bd-loader-item:nth-child(7) {
    margin-left: -84px;
    animation-delay: 0.6s;
}

.bd-loader .bd-loader-item:nth-child(8) {
    margin-left: -98px;
    animation-delay: 0.7s;
}

@keyframes bd-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        transform: rotate(0deg);
    }

    100% {
        height: 80px;
        transform: rotate(0deg);
    }
}

.button-title {
    text-align: right;
}

.team-card-items {
    margin-bottom: 50px;
}

.team-card-items .team-image {
    position: relative;
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.team-card-items .team-image .social-profile {
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.team-card-items .team-image .social-profile ul {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.6s ease-in-out;
}

.team-card-items .team-image .social-profile ul li a {
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    border-radius: 100px;
    color: #1F242C;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.team-card-items .team-image .social-profile ul:hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-items .team-image .social-profile .plus-btn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #182B54;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.team-card-items .team-image .social-profile .plus-btn i {
    font-size: 30px;
}

.team-card-items .team-image .social-profile .plus-btn:hover {
    background-color: #fff;
    color: #000;
}

.team-card-items .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-items .team-image .social-profile:hover ul li a {
    background-color: #015841;
    color: #fff;
}

.team-card-items .team-content {
    margin-top: 20px;
}

.team-card-items .team-content h3 {
    font-size: 28px;
    font-weight: 600;
}

.team-card-items .team-content span {
    color: #74787C;
}

.team-details-wrapper .team-image {
    position: relative;
}

.team-details-wrapper .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.team-details-wrapper .team-image .counter-box {
    position: absolute;
    background: #015841;
    padding: 25px 40px;
    bottom: 48px;
    right: -82px;
}

@media screen and (max-width: 1199px) {
    .team-details-wrapper .team-image .counter-box {
        right: 0;
    }
}

.team-details-wrapper .team-image .counter-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.team-details-wrapper .team-image .counter-box p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 7.56px;
    color: #fff;
}

.team-details-wrapper .team-image .dot-shape {
    position: absolute;
    left: -20%;
    bottom: -20%;
}

.team-details-wrapper .team-details-content h2 {
    font-size: 46px;
    font-weight: 600;
}

.team-details-wrapper .team-details-content h3 {
    font-size: 46px;
    font-weight: 300;
}

.team-details-wrapper .team-details-content .social-icon {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: #015841;
    color: #FFF;
}

.team-details-wrapper .team-details-content .signature-image {
    margin-top: 20px;
}

.faq-area {
    padding-top: 140px;
}

.team-us-area {
    padding-top: 130px;
    padding-bottom: 120px;
}

.team-details-area {
    padding-top: 120px;
    padding-bottom: 140px;
}

.team-wrapper-33 .team-items {
    border-top: 1px solid #E4D1D1;
    padding: 40px 0;
    position: relative;
}

.team-wrapper-33 .team-items .team-title {
    display: flex;
    align-items: center;
    gap: 30px;
}

.team-wrapper-33 .team-items .team-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.team-wrapper-33 .team-items .team-title p {
    color: #74787C;
    font-size: 12px;
}

.team-wrapper-33 .team-items .team-hover {
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-2.672deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.team-wrapper-33 .team-items:hover .team-hover {
    opacity: 1;
    visibility: visible;
}

.service-img-ban-img-area {
    position: relative;
    z-index: 1;
}

.banking-bg-img-area {
    position: relative;
    z-index: 1;
    height: 700px;
}

.service-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 52%;
    z-index: 10;
}

.service-card-text {
    height: 590px;
    background-color: #182B54;
    position: absolute;
    z-index: 2;
    width: 450px;
    left: 13%;
}

.service-card-text .service-content-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 10;
}

.service-card-text .service-content-text p {
    color: #015841;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.service-card-text .service-content-text h2 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 0;
}

.service-card-text .service-content-text h2 span {
    font-weight: 300;
}

.service-list-area {
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(227, 227, 227, 0.25);
    padding: 25px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

.service-list-area .service-single-card {
    border: 1px solid #F4F5F5;
    padding: 30px;
    margin-bottom: 30px;
    transition-duration: 500ms;
}

.service-list-area .service-single-card .service-icon {
    margin-bottom: 15px;
}

.service-list-area .service-single-card h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.service-list-area .service-single-card p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.service-list-area .service-single-card:hover {
    border: 1px solid #C7DFDF;
}

.service-area-home-2 {
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.service-area-home-2 .service-shape-2 {
    position: absolute;
    top: 13%;
    left: 6%;
    z-index: -1;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.banking-service-area {
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
}

.banking-service-area .banking-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banking-service-area .service-tab-area ul li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.banking-service-area .service-tab-area ul li .nav-link {
    color: #182B54;
    font-family: var(--ff-heading);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
}

.banking-service-area .service-tab-area ul li .nav-link .down-icon-tab {
    margin-left: 10px;
    opacity: 0;
}

.banking-service-area .service-tab-area ul li .nav-link .down-icon-tab i {
    font-size: 20px;
}

.banking-service-area .service-tab-area ul li .nav-link.active {
    background-color: transparent;
    color: #015841;
}

.banking-service-area .service-tab-area ul li .nav-link.active .down-icon-tab {
    opacity: 1;
}

.banking-service-area .banking-area-tab-content {
    position: relative;
    z-index: 1;
    margin-left: 10%;
}

.banking-service-area .banking-area-tab-content .banking-tab-img {
    position: relative;
    z-index: 9;
}

.banking-service-area .banking-area-tab-content .banking-shape-tab-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-87%);
    left: -10%;
    z-index: -1;
}

.banking-service-area .banking-area-tab-content h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.banking-service-area .banking-area-tab-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.banking-service-area .banking-area-tab-content .bank-ser-list li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #272727;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.banking-service-area .banking-area-tab-content .bank-ser-list li i {
    color: #015841;
    font-size: 20px;
    margin-right: 20px;
}

.banking-service-area .banking-area-tab-content .bank-ser-list li:last-child {
    margin-bottom: 0;
}

.service-single-card {
    border: 1px solid #F4F5F5;
    padding: 30px;
    transition-duration: 500ms;
}

.service-single-card .service-icon {
    margin-bottom: 15px;
}

.service-single-card h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.service-single-card p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.service-single-card:hover {
    border: 1px solid #C7DFDF;
}

.service-ddetails-wrapper .details-list {
    margin-left: 50px;
}

.service-ddetails-wrapper .details-list li {
    list-style: none;
    color: #182B54;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #CCA1A1;
    padding-bottom: 10px;
}

.service-ddetails-wrapper .details-list li:not(:last-child) {
    margin-bottom: 10px;
}

.service-ddetails-wrapper .details-list li i {
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.service-ddetails-wrapper .details-list li:hover a {
    color: #015841;
}

.service-ddetails-wrapper .details-list li:hover i {
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg);
    color: #015841;
}

.service-details-wrapper-2 {
    margin-top: 50px;
}

.service-details-wrapper-2 .details-image img {
    width: 100%;
    height: 100%;
}

.service-details-area {
    position: relative;
    padding: 140px 0;
}

.service-details-area .bg-shape {
    position: absolute;
    z-index: -1;
}

.loan-details-wrapper h2 {
    font-size: 46px;
    padding-bottom: 30px;
}

.loan-details-wrapper .loan-box h5 {
    font-size: 600px;
    font-size: 16px;
    color: #182B54;
}

.loan-details-wrapper .loan-box h6 {
    color: #74787C;
    font-weight: 400;
}

.loan-details-wrapper .loan-box h6 span {
    font-size: 18px;
    font-weight: 500;
    color: #182B54;
}

.loan-details-wrapper .comment-form-wrap {
    padding: 60px 30px;
    margin-left: 40px;
    border: 1px solid #C7DFDF;
}

.loan-details-wrapper .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.loan-details-wrapper .comment-form-wrap .form-clt input,
.loan-details-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #F6F9FE;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
}

.loan-details-wrapper .comment-form-wrap .form-clt input::placeholder,
.loan-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: #74787C;
}

.loan-details-wrapper .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
}

.loan-details-wrapper .comment-form-wrap .theme-btn {
    border: none;
}

.loan-details-wrapper .comment-form-wrap .theme-btn .req-btn {
    background-color: #182B54;
}

.loan-details-wrapper .comment-form-wrap .theme-btn .log-btn {
    border: 1px solid #272727;
    color: #272727;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #272727;
    background-color: #FFF;
    transition-duration: 400ms;
}

.loan-details-wrapper .comment-form-wrap .theme-btn .log-btn:hover {
    background-color: #182B54;
    color: #FFF;
}

.loan-details-wrapper .details-list {
    margin-left: 50px;
}

.loan-details-wrapper .details-list li {
    list-style: none;
    color: #182B54;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #CCA1A1;
    padding-bottom: 10px;
}

.loan-details-wrapper .details-list li:not(:last-child) {
    margin-bottom: 10px;
}

.loan-details-wrapper .details-list li i {
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.loan-details-wrapper .details-list li:hover a {
    color: #015841;
}

.loan-details-wrapper .details-list li:hover i {
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg);
    color: #015841;
}

.service-single-card-2 {
    border: 1px solid #F4F5F5;
    padding: 35px 38px;
    transition-duration: 500ms;
    background-color: #FFF;
}

.service-single-card-2 .service-icon {
    margin-bottom: 15px;
}

.service-single-card-2 h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.service-single-card-2 p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.service-single-card-2:hover {
    border: 1px solid #C7DFDF;
}

.service-area-2 {
    padding: 140px 0;
}

@media screen and (max-width: 1199px) {
    .service-area-2 {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .service-area-2 {
        padding: 80px 0;
    }
}

.service-bg-img-area {
    position: relative;
    z-index: 1;
}

.service-bg-img-area::before {
    position: absolute;
    top: 0;
    left: 11%;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 87%;
    content: "";
    background: #182B54;
    z-index: -1;
    top: -8%;
}

.service-wrapper {
    margin-left: -12%;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .service-wrapper {
        margin-left: 0;
    }
}

.service-wrapper .service-image img {
    width: 100%;
    height: 100%;
}

.service-wrapper .service-area-3 {
    margin-left: -35%;
    margin-top: 50px;
}

@media screen and (max-width: 1199px) {
    .service-wrapper .service-area-3 {
        margin-left: 0;
    }
}

.service-wrapper .service-area-3 .service-items-2 {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    padding: 50px 40px;
}

.service-wrapper .service-area-3 .service-items-2 .icon {
    margin-bottom: 20px;
}

.service-wrapper .service-area-3 .service-items-2 h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-wrapper .service-area-3 .service-items-2 h5 a {
    color: #FFF;
}

.service-wrapper .service-area-3 .service-items-2 p {
    color: #FFF;
    margin-bottom: 20px;
}

.service-wrapper .service-area-3 .service-items-2 i {
    color: #FFF;
    font-size: 25px;
    transform: rotate(-45deg);
}

.service-wrapper .array-button {
    position: absolute;
    left: 14%;
    bottom: -1%;
}

.service-wrapper .array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

.service-wrapper .array-button .array-prev i {
    font-size: 18px;
    color: #FFF;
}

.service-wrapper .array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    transition: all 0.3s ease-in-out;
}

.service-wrapper .array-button .array-next i {
    font-size: 18px;
    color: #FFF;
}

.text-slider-area {
    padding-top: 250px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.text-slider-area .text-slider-content {
    display: flex;
    position: relative;
    animation: aspro-scroller-reverse 60s linear infinite;
    will-change: transform;
    white-space: nowrap;
    left: -60%;
}

.text-slider-area .text-slider-content h2 {
    text-transform: capitalize;
    color: #182B54;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-slider-area .text-slider-content h2 span {
    font-weight: 300;
}

@keyframes aspro-scroller-reverse {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%);
    }
}

.our-process-area {
    padding: 120px 0;
}

.our-process-area .shpape-pro {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
}

.our-process-area .single-process-card {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(243, 230, 230, 0.25);
    text-align: center;
    height: 310px;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition-duration: 500ms;
}

.our-process-area .single-process-card .single-process-content {
    padding: 0 60px;
}

.our-process-area .single-process-card .single-process-content .process-number {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.our-process-area .single-process-card .single-process-content .process-number.middle h3::after {
    position: absolute;
    content: "";
    height: 92px;
    width: 92px;
    border: 1px dashed #015841;
    border-radius: 50%;
    top: -8%;
    left: -8%;
    transition-duration: all 0.1s 0s ease-out;
    animation: spin 60s linear infinite;
}

.our-process-area .single-process-card .single-process-content .process-number h3 {
    height: 80px;
    width: 80px;
    font-size: 28px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: #015841;
    color: #FFF;
    position: relative;
    z-index: 1;
    transition-duration: 500ms;
}

.our-process-area .single-process-card .single-process-content .process-number h3::after {
    position: absolute;
    content: "";
    height: 92px;
    width: 92px;
    border: 1px dashed #015841;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 500ms;
}

.our-process-area .single-process-card .single-process-content h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 30px;
    transition-duration: 500ms;
}

.our-process-area .single-process-card .single-process-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    transition-duration: 500ms;
}

.our-process-area .single-process-card:hover {
    background-color: #015841;
}

.our-process-area .single-process-card:hover .single-process-content .process-number h3 {
    background-color: #FFF;
    color: #272727;
}

.our-process-area .single-process-card:hover .single-process-content .process-number h3::after {
    border-color: #FFF;
}

.our-process-area .single-process-card:hover .single-process-content h4 {
    color: #FFF;
}

.our-process-area .single-process-card:hover .single-process-content p {
    color: #FFF;
}

.video-area {
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
}

.video-area .video-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.video-area .video-content-area p {
    color: #015841;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.video-area .video-content-area h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 30px;
}

.video-area .video-content-area h2 span {
    font-weight: 300;
}

.video-player-btn a {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-color: #015841;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-size: 25px;
    position: relative;
    z-index: 10;
}

.video-player-btn a span {
    position: relative;
    z-index: 10;
}

.video-player-btn a::before,
.video-player-btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #015841;
    opacity: 1;
    border-radius: 50%;
}

.video-player-btn a::after {
    transition: all 200ms;
}

.video-player-btn a:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-area-home-2 {
    padding: 150px 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.video-area-home-2 .video-shape-1-home-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.video-area-home-2 .video-shape-2-home-2 {
    position: absolute;
    top: 52%;
    left: 40%;
    animation: swing 7s infinite;
}

.video-area-home-2 .video-text-2 .title-video {
    color: #015841;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 15px;
}

.video-area-home-2 .video-text-2 h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 20px;
}

.video-area-home-2 .video-text-2 h2 span {
    font-weight: 300;
}

.video-area-home-2 .video-text-2 p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.calculate-form-area {
    background-color: #FFF;
    padding: 20px;
}

.calculate-form-area .calculate-form-card {
    border: 1px solid #C7DFDF;
    padding: 40px 30px;
    padding-bottom: 70px;
}

.calculate-form-area .calculate-form-card .calculate-form-header p {
    color: #015841;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.calculate-form-area .calculate-form-card .calculate-form-header h2 {
    color: #182B54;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.calculate-form-area .calculate-form-card .calculate-form-header h2 span {
    font-weight: 300;
}

.calculate-form-area .calculate-form-card .form-control {
    border: 1px solid #ECE3E3;
    background: #F6F6F6;
    height: 60px;
    color: #A3A3A3;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    border-radius: 0;
}

.calculate-form-area .calculate-form-card ::placeholder {
    color: #A3A3A3;
}

.calculate-form-area .calcu-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}

.calculate-form-area .calcu-form-footer p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
}

.calculate-form-area .calcu-form-footer h4 {
    color: #015841;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 0;
}

.calculate-form-area .calcu-form-footer h4 span {
    font-weight: 600;
}

.calculate-form-area .calcu--btn-area {
    display: flex;
    align-items: center;
}

.counter-up-card-area {
    position: relative;
    top: -100px;
    z-index: 9;
}

.single-counter-card {
    display: flex;
    align-items: center;
    padding: 45px;
    box-shadow: 0px 4px 40px 0px rgba(223, 192, 192, 0.25);
    transition-duration: 500ms;
}

.single-counter-card.first {
    background-color: #015841;
}

.single-counter-card.first .counter-icon {
    background-color: #F38544;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card.first .counter-icon i {
    line-height: 100px;
}

.single-counter-card.first .counter-content-desc h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.single-counter-card.first .counter-content-desc p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
}

.single-counter-card.second {
    background-color: #FFF;
}

.single-counter-card.second .counter-icon {
    background-color: rgba(116, 120, 124, 0.21);
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card.second .counter-icon i {
    line-height: 100px;
    color: #015841;
}

.single-counter-card.second .counter-content-desc h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.single-counter-card.second .counter-content-desc p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
}

.single-counter-card.third {
    background-color: #182B54;
}

.single-counter-card.third .counter-icon {
    background-color: #223764;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card.third .counter-icon i {
    line-height: 100px;
}

.single-counter-card.third .counter-content-desc h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.single-counter-card.third .counter-content-desc p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
}

.counter-up-card-area-2 {
    position: relative;
    top: -190px;
    z-index: 9;
}

@media screen and (max-width: 1399px) {
    .counter-up-card-area-2 {
        top: 0;
        margin-bottom: 130px;
    }
}

.single-counter-card-2 {
    display: flex;
    align-items: center;
    padding: 45px;
    box-shadow: 0px 4px 40px 0px rgba(223, 192, 192, 0.25);
    transition-duration: 500ms;
}

@media screen and (max-width: 1399px) {
    .single-counter-card-2 {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .single-counter-card-2 {
        padding: 30px;
    }
}

.single-counter-card-2.first {
    background: rgba(39, 39, 39, 0.6);
    backdrop-filter: blur(5px);
}

.single-counter-card-2.first .counter-icon {
    background-color: #F38544;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card-2.first .counter-icon i {
    line-height: 100px;
}

.single-counter-card-2.first .counter-content-desc h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.single-counter-card-2.first .counter-content-desc p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
}

.single-counter-card-2.second {
    background-color: #015841;
}

.single-counter-card-2.second .counter-icon {
    background-color: rgba(255, 255, 255, 0.15);
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card-2.second .counter-icon i {
    line-height: 100px;
    color: #FFF;
}

.single-counter-card-2.second .counter-content-desc h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #FFF;
}

.single-counter-card-2.second .counter-content-desc p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
    color: #FFF;
}

.single-counter-card-2.third {
    background: rgba(39, 39, 39, 0.6);
    backdrop-filter: blur(5px);
}

.single-counter-card-2.third .counter-icon {
    background-color: #223764;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
}

.single-counter-card-2.third .counter-icon i {
    line-height: 100px;
}

.single-counter-card-2.third .counter-content-desc h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.single-counter-card-2.third .counter-content-desc p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3.2px;
}

.price-table-area {
    padding-bottom: 40px;
    position: relative;
}

.price-table-area .price-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.price-table-area .single-price-table-area {
    background: #F5F3F3;
    padding: 0 50px;
}

.price-table-area .single-price-table-area .price-card-img {
    position: relative;
    z-index: 1;
}

.price-table-area .single-price-table-area .price-card-img.middle {
    animation: wobble-vertical 5s infinite;
}

.price-table-area .single-price-table-area .price-card-img img {
    transform: rotate(-30deg);
}

.price-table-area .single-price-table-area .price-card-img::after {
    position: absolute;
    content: "";
    bottom: -35%;
    left: 10%;
    background-color: #D9D9D9;
    width: 120px;
    height: 6px;
    border-radius: 50%;
}

.price-table-area .single-price-table-area .price-body-desc {
    padding-bottom: 45px;
    margin-top: 115px;
}

.price-table-area .single-price-table-area .price-body-desc h4 {
    color: #182B54;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.price-table-area .single-price-table-area .price-body-desc h6 {
    color: #182B54;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.price-table-area .single-price-table-area .price-body-desc .price-tag-list {
    margin-top: 30px;
    padding-left: 0;
}

.price-table-area .single-price-table-area .price-body-desc .price-tag-list li {
    list-style: none;
    color: #182B54;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 10px;
}

.price-table-area .single-price-table-area .price-body-desc .price-tag-list li i {
    color: #015841;
    font-size: 15px;
    margin-right: 10px;
}

.price-table-area .single-price-table-area .price-body-desc .price-tag-list li:last-child {
    margin-bottom: 0;
}

.price-table-area .price-btn {
    background: #182B54;
    padding: 20px;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 500ms;
}

.price-table-area .price-btn i {
    margin-left: 40px;
    font-size: 10px;
    transition-duration: 500ms;
}

.price-table-area .price-btn:hover {
    background-color: #015841;
}

.price-table-area .price-btn:hover i {
    margin-left: 20px;
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.blog-area {
    padding-top: 140px;
    padding-bottom: 110px;
}

.blog-area .single-blog-card-area {
    padding-bottom: 30px;
}

.blog-area .single-blog-card-area .blog-header {
    margin-top: 40px;
}

.blog-area .single-blog-card-area .blog-header p {
    margin-right: 15px;
    color: #272727;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.blog-area .single-blog-card-area .blog-header p i {
    font-size: 15px;
    color: #015841;
    margin-right: 10px;
}

.blog-area .single-blog-card-area h3 {
    margin-bottom: 25px;
}

.blog-area .single-blog-card-area h3 a {
    color: var(--Black, #272727);
    font-family: var(--ff-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.blog-area .single-blog-card-area h3:hover a {
    color: #015841;
}

.blog-area .single-blog-card-area .blog-btn {
    color: #272727;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.blog-area .single-blog-card-area .blog-btn i {
    color: #015841;
    margin-left: 5px;
    transition-duration: 500ms;
}

.blog-area .single-blog-card-area .blog-btn:hover {
    color: #015841;
}

.blog-area .single-blog-card-area .blog-btn:hover i {
    margin-left: 15px;
}

.blog-area-home-2 {
    padding-bottom: 110px;
}

.blog-area-home-2 .single-blog-2-card {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-area-home-2 .single-blog-2-card .blog-2-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-area-home-2 .single-blog-2-card .blog-2-img img {
    width: 100%;
    transition-duration: 400ms;
    margin-left: 10px;
    transform: scale(1.06);
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 30px;
    right: 30px;
    background: rgba(24, 43, 84, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px;
    transition-duration: 500ms;
    display: inline-block;
    opacity: 0;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info.style-1 {
    background: rgba(24, 43, 84, 0.8);
    backdrop-filter: blur(5px);
    opacity: initial;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info .blog-header-2 p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info .blog-header-2 p i {
    color: #015841;
    margin-right: 8px;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 {
    margin-top: 6px;
    margin-bottom: 20px;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 a {
    color: #FFF;
    font-family: var(--ff-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition-duration: 400ms;
}

.blog-area-home-2 .single-blog-2-card .blog-2-content-info h3:hover a {
    color: #015841;
}

.blog-area-home-2 .single-blog-2-card:hover .blog-2-content-info {
    opacity: 1;
}

.blog-area-home-2 .single-blog-2-card:hover .blog-2-img img {
    margin-left: 0;
}

.blog-btn-2 {
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    transition-duration: 400ms;
}

.blog-btn-2 i {
    font-size: 15px;
    color: #015841;
    margin-left: 8px;
    transition-duration: 400ms;
}

.blog-btn-2:hover {
    color: #015841;
}

.blog-btn-2:hover i {
    margin-left: 15px;
}

.blog-details-wrapper .single-blog-post .details-image {
    margin-bottom: 40px;
}

.blog-details-wrapper .single-blog-post .details-image img {
    width: 100%;
    height: 100%;
}

.blog-details-wrapper .single-blog-post .post-meta {
    margin-bottom: 20px;
}

.blog-details-wrapper .single-blog-post .post-meta span {
    color: #272727;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

.blog-details-wrapper .single-blog-post .post-meta span i {
    margin-right: 10px;
    color: #015841;
    font-weight: 700;
}

.blog-details-wrapper .single-blog-post h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-details-wrapper .single-blog-post h5 {
    font-size: 22px;
    font-weight: 600;
    color: #74787C;
    margin-bottom: 30px;
}

.blog-details-wrapper .share-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EFE2E2;
    border-bottom: 1px solid #EFE2E2;
    padding: 30px 0;
}

.blog-details-wrapper .share-wrap .list {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
}

.blog-details-wrapper .share-wrap .list li {
    color: #272727;
    transition: all 0.4s;
}

.blog-details-wrapper .share-wrap .list li:hover {
    color: #015841;
}

.blog-details-wrapper .share-wrap .icon li {
    list-style: none;
    color: #272727;
}

.blog-details-wrapper .share-wrap .icon li a {
    margin-left: 5px;
}

.blog-details-wrapper .details-card {
    margin-top: 30px;
    padding: 60px 65px;
    border-radius: 5px;
    background: #F6F9FE;
    display: flex;
    align-items: center;
    gap: 50px;
}

.blog-details-wrapper .details-card .blog-image img {
    max-width: none;
}

.blog-details-wrapper .details-card h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-wrapper .details-card .social-icon {
    margin-top: 20px;
    gap: 15px;
}

.blog-details-wrapper .details-card .social-icon a {
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: #74787C;
    color: #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.blog-details-wrapper .details-card .social-icon a:hover {
    background-color: #015841;
    color: #FFF;
}

.blog-details-wrapper .comments-area {
    margin-top: 80px;
}

.blog-details-wrapper .comments-area .comments-heading {
    margin-bottom: 30px;
}

.blog-details-wrapper .comments-area .comments-heading h3 {
    font-size: 28px;
    font-weight: 500;
}

.blog-details-wrapper .comments-area .blog-single-comment .image img {
    max-width: none;
}

.blog-details-wrapper .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #202220;
}

.blog-details-wrapper .comments-area .blog-single-comment .content .head .reply {
    padding: 8px 15px;
    font-weight: 400;
    background-color: #015841;
    color: #FFF;
    margin-bottom: 20px;
}

.blog-details-wrapper .comments-area .blog-single-comment .content p {
    border-bottom: 1px solid #EFE1E1;
    padding-bottom: 25px;
}

.blog-details-wrapper .comments-area .blog-single-comment.style-1 {
    margin-left: 110px;
}

.blog-details-wrapper .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.blog-details-wrapper .comment-form-wrap .form-clt input,
.blog-details-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #F6F9FE;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
}

.blog-details-wrapper .comment-form-wrap .form-clt input::placeholder,
.blog-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: #74787C;
}

.blog-details-wrapper .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
}

.blog-details-wrapper .comment-form-wrap .theme-btn {
    border: none;
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: #F8F8F8;
    margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 24px;
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: #FFF;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    border: none;
    color: #272727;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: #015841;
    color: #FFF;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: none;
}

.main-sidebar .single-sidebar-widget .search-widget form button i {
    transform: rotate(-50deg);
    font-size: 20px;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background-color: #272727;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #FFF;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    color: #272727;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s;
    color: #272727;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: #015841;
    color: #FFF;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: #FFF;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: #FFF;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: #015841;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: #FFF;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: #FFF;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
    margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    list-style: none;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: #015841;
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: #015841;
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    background: #FFF;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background-color: #015841;
    color: #FFF;
}

.blog-details-area {
    padding-top: 100px;
    padding-bottom: 130px;
}

.our-client-area {
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.our-client-area .client-shape-home-2 {
    position: absolute;
    bottom: 0;
    left: -2%;
    z-index: -1;
}

.our-client-area .client-block-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(223, 192, 192, 0.25);
    padding: 35px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    margin-top: 52px;
}

.our-client-area .client-block-card .cleint-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.our-client-area .client-block-card .cleint-feed-desc {
    text-align: center;
}

.our-client-area .client-block-card .cleint-feed-desc .client-rating {
    padding-left: 0;
}

.our-client-area .client-block-card .cleint-feed-desc .client-rating li {
    list-style: none;
    display: inline-block;
    color: #015841;
    font-size: 20px;
}

.our-client-area .client-block-card .cleint-feed-desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.our-client-area .client-block-card .cleint-feed-desc .cleint-info h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.our-client-area .client-block-card .cleint-feed-desc .cleint-info h6 {
    color: #60AC45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.features-area-home-2 {
    padding-top: 140px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.features-area-home-2 .feature-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.features-area-home-2 .features-single-card {
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(231, 206, 206, 0.15);
    padding: 90px 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition-duration: 500ms;
    overflow: hidden;
}

.features-area-home-2 .features-single-card .fea-icon-shape {
    position: absolute;
    bottom: 30px;
    right: 15px;
    z-index: -1;
    line-height: 1;
    transition-duration: 700ms;
}

.features-area-home-2 .features-single-card .fea-icon-shape i {
    color: #EEE;
    font-size: 150px;
    transition-duration: 500ms;
}

.features-area-home-2 .features-single-card .features-icon {
    background-color: #015841;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 40px;
}

.features-area-home-2 .features-single-card .features-icon i {
    line-height: 100px;
    color: #FFF;
    font-size: 50px;
}

.features-area-home-2 .features-single-card h3 {
    color: #182B54;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    transition-duration: 500ms;
}

.features-area-home-2 .features-single-card p {
    color: #74787C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
    transition-duration: 500ms;
}

.features-area-home-2 .features-single-card .list-items li {
    color: #74787C;
}

.features-area-home-2 .features-single-card .list-items li:not(:last-child) {
    margin-bottom: 20px;
}

.features-area-home-2 .features-single-card:hover {
    background-color: #182B54;
}

.features-area-home-2 .features-single-card:hover h3 {
    color: #FFF;
}

.features-area-home-2 .features-single-card:hover p {
    color: #FFF;
}

.features-area-home-2 .features-single-card:hover .fea-icon-shape i {
    color: #2F3B56;
}

.features-area-home-2 .features-single-card:hover .fea-icon-shape {
    transform: rotate(360deg);
}

.project-wrapper .main-box {
    padding: 0;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .project-wrapper .main-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 30px;
    }
}

.project-wrapper .main-box .box {
    background-image: url(../img/card/01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    width: 325px !important;
    height: 544px;
    position: relative;
    overflow: hidden;
    list-style: none;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .project-wrapper .main-box .box {
        width: 570px !important;
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .project-wrapper .main-box .box {
        height: 420px;
        object-fit: cover;
    }

    .project-wrapper .main-box .box .project-content {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }
}

.project-wrapper .main-box .box .project-content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    padding: 20px 25px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-wrapper .main-box .box .project-content::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 47px;
    content: "";
    background-color: #015841;
    transform: translateY(-50%);
}

.project-wrapper .main-box .box .project-content h3 {
    font-size: 22px;
}

.project-wrapper .main-box .box .project-content h3 a {
    color: #182B54;
}

.project-wrapper .main-box .box .project-content h3 a:hover {
    color: #015841;
}

.project-wrapper .main-box .box .project-content .icon {
    transform: rotate(-40deg);
    color: #015841;
    transition: all 0.3s ease-in-out;
}

.project-wrapper .main-box .box .project-content .icon:hover {
    transform: rotate(0);
}

.project-wrapper .main-box .box.bg-1 {
    background-image: url(../img/card/02.jpg);
}

.project-wrapper .main-box .box.bg-2 {
    background-image: url(../img/card/03.jpg);
}

.project-wrapper .main-box .box.bg-3 {
    background-image: url(../img/card/04.jpg);
}

.project-wrapper .main-box .box.bg-4 {
    background-image: url(../img/card/05.jpg);
}

.project-wrapper .main-box .box.active {
    width: 570px !important;
    border: 10px solid #015841;
}

.project-wrapper .main-box .box.active .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.card-section-22 {
    padding: 140px 0 226px;
}

.card-section-22 .container-fluid {
    padding: 0 75px;
}

@media screen and (max-width: 1199px) {
    .card-section-22 .container-fluid {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1199px) {
    .card-section-22 .container-fluid {
        padding: 0 20px;
    }
}

.cta-home-2-area {
    padding-bottom: 140px;
}

.cta-home-2-area .cta-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cta-home-2-area .cta-content-card-area {
    display: flex;
    align-items: center;
    border: 5px solid #015841;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.cta-home-2-area .cta-content-card-area .cta-image {
    flex: 0 0 30%;
}

.cta-home-2-area .cta-content-card-area .cta-content-text {
    flex: 0 0 50%;
    margin-left: 40px;
}

.cta-home-2-area .cta-content-card-area .cta-content-text h6 {
    color: #60AC45;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7.2px;
    text-transform: uppercase;
}

.cta-home-2-area .cta-content-card-area .cta-content-text h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cta-home-2-area .cta-content-card-area .cta-icon-btn {
    flex: 0 0 20%;
    margin-left: 40px;
}

.cta-home-2-area .cta-content-card-area .cta-icon-btn a {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-color: #015841;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    transition-duration: 500ms;
}

.cta-home-2-area .cta-content-card-area .cta-icon-btn a i {
    line-height: 100px;
    transition-duration: 500ms;
}

.cta-home-2-area .cta-content-card-area .cta-icon-btn a:hover {
    background-color: #182B54;
    transform: rotate(-90deg);
}

.cta-area-2 {
    background-color: #015841;
    padding: 100px 0;
    position: relative;
}

.cta-area-2 .cta-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.cta-area-2 .cta-content-2-text {
    display: flex;
    align-items: center;
}

.cta-area-2 .cta-content-2-text .cta-icon-2 {
    flex: 0 0 125px;
    height: 125px;
    width: 125px;
    background-color: #272727;
    text-align: center;
    border-radius: 3px;
    margin-right: 50px;
}

.cta-area-2 .cta-content-2-text .cta-icon-2 i {
    line-height: 125px;
    color: #FFF;
    font-size: 50px;
}

.cta-area-2 .cta-content-2-text h2 {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 0;
}

.cta-area-2 .cta-btn-2 {
    text-align: right;
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 5px solid #015841;
    padding: 25px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .cta-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.cta-wrapper .cta-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.cta-wrapper .cta-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #015841;
    margin-bottom: 10px;
}

.cta-wrapper .cta-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #272727;
}

.cta-wrapper .cta-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #015841;
    border-radius: 100px;
}

.cta-wrapper .cta-icon i {
    color: #FFF;
    transform: rotate(45deg);
    font-size: 20px;
}

.contact-wrapper .contact-area .contact-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.contact-wrapper .contact-area .contact-items .icon {
    width: 80px;
    height: 80px;
    line-height: 90px;
    background: #015841;
    text-align: center;
    color: #FFF;
}

.contact-wrapper .contact-area .contact-items .icon i {
    font-size: 30px;
}

.contact-wrapper .contact-area .contact-items .content h5 {
    font-size: 22px;
    font-weight: 600;
}

.contact-wrapper .contact-area .contact-items .content .contact-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-wrapper .contact-area .contact-items .content .contact-info span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: #74787C;
    text-transform: capitalize;
}

.contact-wrapper .contact-area .contact-items .content .contact-info a {
    font-size: 16px;
    color: #272727;
    font-weight: 400;
}

.contact-wrapper .comment-form-wrap {
    background: #F6F9FE;
    padding: 60px 60px;
}

.contact-wrapper .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-wrapper .comment-form-wrap .form-clt input,
.contact-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #FFF;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
}

.contact-wrapper .comment-form-wrap .form-clt input::placeholder,
.contact-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: #74787C;
}

.contact-wrapper .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
}

.contact-wrapper .comment-form-wrap .theme-btn {
    border: none;
}

.map-area iframe {
    height: 705px;
    width: 100%;
}

.contact-us-area {
    padding-top: 80px;
    padding-bottom: 120px;
}

.carrer-wrapper {
    border-top: 1px solid #DDC3C3;
    border-bottom: 1px solid #DDC3C3;
    margin-bottom: 50px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .carrer-wrapper {
        flex-wrap: wrap;
    }
}

.carrer-wrapper .carrer-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .carrer-wrapper .carrer-items {
        flex-wrap: wrap;
    }
}

.carrer-wrapper .carrer-items .content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.carrer-wrapper .apply-button .app-btn {
    padding: 12px 30px;
    border-radius: 5px;
    background: #DAE2EB;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
}

.carrer-section {
    padding-top: 130px;
}

.carrer-details-wrapper .details-area h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.carrer-details-wrapper .details-area .details-content .content {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.carrer-details-wrapper .details-area .details-content .details-list {
    margin-top: 25px;
    border-top: 1px solid #C0C1C2;
    display: inline-block;
    padding-top: 20px;
}

.carrer-details-wrapper .details-area .details-content .details-list li {
    color: #272727;
    list-style-type: none;
}

.carrer-details-wrapper .details-area .details-content .details-list li:not(:last-child) {
    margin-bottom: 20px;
}

.carrer-details-wrapper .details-area .details-content .details-list li i {
    color: #015841;
    margin-right: 8px;
}

.carrer-details-wrapper .comment-form-wrap {
    background: #F6F9FE;
    padding: 60px 60px;
    margin-left: 40px;
}

.carrer-details-wrapper .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.carrer-details-wrapper .comment-form-wrap .form-clt input,
.carrer-details-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #FFF;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
}

.carrer-details-wrapper .comment-form-wrap .form-clt input::placeholder,
.carrer-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: #74787C;
}

.carrer-details-wrapper .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
}

.carrer-details-wrapper .comment-form-wrap .theme-btn {
    border: none;
}

.carrer-details-section {
    padding-top: 100px;
    padding-bottom: 130px;
}

.card-details-wrapper h2 {
    font-size: 46px;
    font-weight: 600;
    color: #272727;
    border-bottom: 1px solid #DDC3C3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.card-details-wrapper .card-items {
    display: flex;
    gap: 60px;
    border-bottom: 1px solid #DDC3C3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .card-details-wrapper .card-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.card-details-wrapper .card-items .card-image .apply-button {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.card-details-wrapper .card-items .card-image .apply-button .app-btn {
    padding: 12px 30px;
    border-radius: 5px;
    background: #DAE2EB;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
    display: inline-block;
}

.card-details-wrapper .card-items .card-image .apply-button .app-btn.style-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FFF;
}

.card-details-wrapper .card-items .content h3 {
    font-size: 28px;
    font-weight: 600;
}

.card-details-wrapper .card-items .content .card-list {
    margin-top: 20px;
}

.card-details-wrapper .card-items .content .card-list h6 {
    color: #182B54;
    margin-bottom: 20px;
}

.card-details-wrapper .card-items .content .card-list li {
    list-style: none;
}

.card-details-wrapper .card-items .content .card-list li:not(:last-child) {
    margin-bottom: 10px;
}

.card-details-wrapper .details-list {
    margin-left: 100px;
}

.card-details-wrapper .details-list li {
    list-style: none;
    color: #182B54;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #CCA1A1;
    padding-bottom: 10px;
    width: 350px;
}

.card-details-wrapper .details-list li:not(:last-child) {
    margin-bottom: 10px;
}

.card-details-wrapper .details-list li i {
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.card-details-wrapper .details-list li:hover a {
    color: #015841;
}

.card-details-wrapper .details-list li:hover i {
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg);
    color: #015841;
}

.card-details-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
}

.cta-area-3 {
    padding: 220px 0;
}

.cta-area-3.style-2 {
    margin-top: -50px;
}

@media screen and (max-width: 1199px) {
    .cta-area-3.style-2 {
        margin-bottom: -80px;
    }
}

.faq-area {
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .faq-area.style-2 {
        padding-bottom: 100px;
        margin-top: -188px;
    }
}

.faq-area .faq-shape-1 {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: -1;
    animation: shake 15s infinite;
}

.faq-area .faq-content-text-area p {
    color: #015841;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-area .faq-content-text-area h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 40px;
}

.faq-area .faq-content-text-area h2 span {
    font-weight: 300;
}

.faq-area .faq-content-text-area ul li {
    list-style: none;
    color: #272727;
    font-family: var(-ff-body);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}

.faq-area .faq-content-text-area ul li i {
    color: #015841;
    margin-right: 15px;
}

.faq-area .faq-content-text-area .faq-img-area {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.faq-area .faq-content-text-area .faq-img-area .faq-sub-img {
    position: absolute;
    top: -30px;
    right: 50px;
    z-index: 9;
    animation: shake 30s infinite;
}

.faq-area .faq-content-text-area .faq-img-area .faq-sub-img img {
    height: 100px;
    width: 100px;
    border: 10px solid #FFF;
}

.faq-area .ask-faq-area .accordion-item {
    border-radius: 5px;
    border: 1px solid #E7D2D2;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(235, 228, 228, 0.25);
    border-left: 8px solid #015841;
    border-radius: 3px 0px 0px 3px;
}

.faq-area .ask-faq-area .accordion-item:not(:last-child) {
    margin-bottom: 14px;
}

.faq-area .ask-faq-area .accordion-button {
    border-radius: 5px;
    color: #000;
    font-family: var(--ff-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    background: #FFF;
    border-bottom: none;
    box-shadow: none;
    padding: 20px;
    padding-left: 40px;
    transition-duration: 300ms;
}

.faq-area .ask-faq-area .accordion-item .accordion-body {
    border-top: 1px solid #E5CFCF;
    margin: 40px;
    margin-top: 0;
    padding: 0;
    padding-top: 20px;
}

.faq-area .ask-faq-area .accordion-item .accordion-body p {
    color: #74787C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.faq-area .ask-faq-area .accordion-button:focus {
    border-color: #E5CFCF;
    box-shadow: none;
    background-color: transparent;
}

.faq-area .ask-faq-area .accordion-item:hover .accordion-button {
    color: #015841;
}

.modern-list-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1199px) {
    .modern-list-area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .modern-list-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .modern-list-area {
        grid-template-columns: repeat(1, 1fr);
    }
}

.modern-list-area .single-modren-list-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modern-list-area .single-modren-list-card .modern-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modern-list-area .single-modren-list-card .modern-img img {
    margin-left: 10px;
    transform: scale(1.06);
    transition-duration: 400ms;
}

.modern-list-area .single-modren-list-card .modern-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 34, 38, 0.6);
    z-index: 9;
}

.modern-list-area .single-modren-list-card .modern-content-text {
    position: absolute;
    bottom: 45px;
    left: 40px;
    z-index: 10;
    transition-duration: 400ms;
}

.modern-list-area .single-modren-list-card .modern-content-text p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 18px;
}

.modern-list-area .single-modren-list-card .modern-content-text h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.modern-list-area .single-modren-list-card .modern-content-text .modern-desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.modern-list-area .single-modren-list-card .modren-btn {
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    transition-duration: 400ms;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 40px;
    z-index: 10;
}

.modern-list-area .single-modren-list-card .modren-btn:hover {
    transform: translateX(7px);
}

.modern-list-area .single-modren-list-card .modern-shape-1 {
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: 1;
    transition-duration: 400ms;
}

.modern-list-area .single-modren-list-card:hover .modern-content-text {
    bottom: 100px;
}

.modern-list-area .single-modren-list-card:hover .modren-btn {
    bottom: 50px;
}

.modern-list-area .single-modren-list-card:hover .modern-shape-1 {
    bottom: 0;
}

.modern-list-area .single-modren-list-card:hover .modern-img img {
    margin-left: 0;
}

.bor-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-wrap {
    padding: 100px 0;
    background-color: #182B54;
    padding-bottom: 80px;
}

.footer-wrap .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.footer-wrap .footer-desc {
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}

.footer-wrap .quick-links-nav h5 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}

.footer-wrap .quick-links-nav ul {
    padding-left: 0;
}

.footer-wrap .quick-links-nav ul li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-wrap .quick-links-nav ul li a {
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    display: flex;
    align-items: center;
    transition-duration: 500ms;
}

.footer-wrap .quick-links-nav ul li a i {
    margin-right: 8px;
    font-size: 10px;
}

.footer-wrap .quick-links-nav ul li:hover a {
    transform: translateX(10px);
    color: #015841;
}

.footer-wrap .footer-social-lick {
    padding-left: 0;
}

.footer-wrap .footer-social-lick li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .footer-social-lick li a {
    background-color: #243966;
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    font-size: 25px;
    transition-duration: 500ms;
}

.footer-wrap .footer-social-lick li a i {
    line-height: 60px;
}

.footer-wrap .footer-social-lick li:hover a {
    background-color: #015841;
}

.footer-wrap .footer-news-letter .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 55px;
    width: 100%;
    background-color: transparent;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.footer-wrap .footer-news-letter ::placeholder {
    color: #74787C;
}

.footer-wrap .sub-btn {
    border: none;
    width: 100%;
    font-size: 14px;
    transition-duration: 500ms;
}

.footer-wrap .sub-btn:hover {
    background-color: rgba(242, 122, 53, 0.7);
}

.copy-right-area {
    background-color: #182B54;
}

.copy-right-area .copy-right-text {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

.copy-right-area .copy-right-text p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.copy-right-area .copy-right-text p a {
    color: #015841;
}

/* Fonts */
:root {
    --ff-heading: "Jost";
    --ff-body: "Kumbh Sans";
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    scroll-behavior: smooth;
    font-family: var(--ff-body);
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
    color: #74787C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-heading);
    line-height: 1.3;
    font-weight: 600;
    color: #272727;
}

p {
    font-size: 1rem;
    font-family: var(--ff-body);
    color: #74787C;
    font-weight: 400;
}

.container {
    max-width: 1410px;
}

.container-fluid {
    --bs-gutter-x: 5.5rem;
}

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0 !important;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    text-decoration: none;
    outline: 0 solid transparent;
    font-family: var(--ff-body);
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
    transition: all 0.3s;
}

ul,
ol {
    margin: 0;
    padding-left: 0;
}

ul li,
ol li {
    text-decoration: none;
}

ul li:hover,
ul li:focus,
ol li:hover,
ol li:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.relative {
    position: relative;
    z-index: 1;
}

.section-title-area {
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.section-title-area h6 {
    border-radius: 31px;
    background: #706C6C;
    color: #74787C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 10px 20px;
}

.section-title-area h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.text--primary {
    color: #015841;
}

.text--second {
    color: #182B54;
}

.text--dark {
    color: #272727;
}

.text--navy {
    color: #6956F9;
}

.bg--primary {
    background-color: #015841;
}

.bg--second {
    background-color: #182B54;
}

.bg--navy {
    background-color: #6956F9;
}

.bg--dark {
    background-color: #000;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-1 {
    margin-left: 5px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-3 {
    margin-right: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.rest-btn {
    border: 1px solid #272727;
    padding: 20px 30px;
    display: inline-block;
    color: #272727;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    background-color: transparent;
    transition-duration: 400ms;
}

.rest-btn:hover {
    background-color: #182B54;
    color: #FFF;
}

.btn-2-form {
    background-color: #182B54;
    padding: 20px 30px;
    display: inline-block;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border: none;
    transition-duration: 400ms;
}

.btn-2-form i {
    font-size: 10px;
    margin-left: 20px;
}

.btn-2-form:hover {
    background-color: #015841;
}

.btn-1 {
    background-color: #015841;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.btn-1:hover {
    background-color: #182B54;
}

.btn-1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 23%;
    transform: translateY(-50%);
    background-color: #FFF;
    height: 14px;
    width: 1px;
    z-index: 1;
}

.btn-1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #015841;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: 0.45s;
}

.btn-1 i {
    position: relative;
    top: 2px;
    margin-left: 15px;
}

.btn-1:hover::before {
    top: -6px;
    left: 6px;
}

.btn-3 {
    background-color: #015841;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.btn-3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #015841;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: 0.45s;
}

.btn-3 i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.btn-3:hover::before {
    top: -6px;
    left: 6px;
}

.wel-btn-2 {
    background-color: #015841;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.wel-btn-2::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(242, 122, 53, 0.7);
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: 0.45s;
}

.wel-btn-2 i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.wel-btn-2:hover::before {
    top: -6px;
    left: 6px;
}

.btn-2 {
    background-color: #182B54;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.btn-2.style-2 {
    background: #FFF;
    color: #272727;
    border: 1px solid #272727;
}

.btn-2::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 43, 84, 0.5);
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: 0.45s;
}

.btn-2 i {
    position: relative;
    top: -1px;
    margin-left: 25px;
    font-size: 10px;
    transition-duration: 400ms;
}

.btn-2:hover::before {
    top: -8px;
    left: 8px;
}

.btn-4 {
    background-color: #272727;
    color: #FFF;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    padding: 20px 30px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.btn-4::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 43, 84, 0.5);
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: 0.45s;
}

.btn-4 i {
    position: relative;
    top: -1px;
    margin-left: 25px;
    font-size: 10px;
    transition-duration: 400ms;
}

.btn-4:hover::before {
    top: -8px;
    left: 8px;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-overlay-2 {
    position: relative;
    z-index: 1;
}

.bg-overlay-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(33, 34, 38, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-primary- {
    background-color: #015841;
    color: #FFF !important;
}

.btn-primary-:hover {
    background-color: #272727 !important;
}

.sere-btn {
    color: #706C6C;
    font-family: var(--ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    transition-duration: 500ms;
}

.sere-btn i {
    margin-left: 10px;
}

.sere-btn:hover {
    color: #015841;
}

.preloader {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101010101010;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}

.preloader .loader {
    position: relative;
    width: 20rem;
    height: 20rem;
    top: -2rem;
}

.preloader .loader::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.6956521739rem;
    height: 8.6956521739rem;
    background: #000;
    border-radius: 50%;
}

.preloader .loader .box {
    position: absolute;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}

.preloader .loader .box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}

.preloader .loader .box:nth-child(1) {
    top: 0;
    left: 0;
}

.preloader .loader .box:nth-child(1)::before {
    top: 50%;
    left: 50%;
    background: #015841;
    -webkit-animation: lightMe1 4s ease-out infinite normal;
    animation: lightMe1 4s ease-out infinite normal;
}

.preloader .loader .box:nth-child(2) {
    top: 0;
    right: 0;
}

.preloader .loader .box:nth-child(2)::before {
    top: 50%;
    right: 50%;
    background: #60AC45;
    -webkit-animation: lightMe2 4s ease-out infinite normal;
    animation: lightMe2 4s ease-out infinite normal;
}

.preloader .loader .box:nth-child(3) {
    bottom: 0;
    right: 0;
}

.preloader .loader .box:nth-child(3)::before {
    bottom: 50%;
    right: 50%;
    background: #182B54;
    -webkit-animation: lightMe3 4s ease-out infinite normal;
    animation: lightMe3 4s ease-out infinite normal;
}

.preloader .loader .box:nth-child(4) {
    bottom: 0;
    left: 0;
}

.preloader .loader .box:nth-child(4)::before {
    bottom: 50%;
    left: 50%;
    background: #015841;
    -webkit-animation: lightMe4 4s linear infinite normal;
    animation: lightMe4 4s linear infinite normal;
}

.preloader .loader .wrap-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.preloader .loader .text {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-animation: slider 8s ease-in infinite;
    animation: slider 8s ease-in infinite;
}

.preloader .loader .text span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.preloader .loader-text {
    color: #fff;
    transform: translateY(-4.5rem);
    letter-spacing: 6px;
    opacity: 0.5;
    font-size: 18px;
    font-family: var(--ff-heading);
    text-align: center;
    text-transform: capitalize;
    -webkit-animation: blink 1s ease-out infinite alternate;
    animation: blink 1s ease-out infinite alternate;
}

@-webkit-keyframes lightMe1 {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lightMe1 {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lightMe2 {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lightMe2 {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lightMe3 {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lightMe3 {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lightMe4 {
    0% {
        opacity: 0.1;
    }

    75% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lightMe4 {
    0% {
        opacity: 0.1;
    }

    75% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slider {
    0% {
        transform: translateY(0);
    }

    10.5% {
        transform: translateY(0);
    }

    12.5% {
        transform: translateY(-40px);
    }

    23% {
        transform: translateY(-40px);
    }

    25% {
        transform: translateY(-80px);
    }

    35% {
        transform: translateY(-80px);
    }

    37.5% {
        transform: translateY(-120px);
    }

    47.5% {
        transform: translateY(-120px);
    }

    50% {
        transform: translateY(-160px);
    }

    60% {
        transform: translateY(-160px);
    }

    62.5% {
        transform: translateY(-200px);
    }

    72.5% {
        transform: translateY(-200px);
    }

    75% {
        transform: translateY(-240px);
    }

    85% {
        transform: translateY(-240px);
    }

    87.5% {
        transform: translateY(-280px);
    }

    100% {
        transform: translateY(-280px);
    }
}

@keyframes slider {
    0% {
        transform: translateY(0);
    }

    10.5% {
        transform: translateY(0);
    }

    12.5% {
        transform: translateY(-40px);
    }

    23% {
        transform: translateY(-40px);
    }

    25% {
        transform: translateY(-80px);
    }

    35% {
        transform: translateY(-80px);
    }

    37.5% {
        transform: translateY(-120px);
    }

    47.5% {
        transform: translateY(-120px);
    }

    50% {
        transform: translateY(-160px);
    }

    60% {
        transform: translateY(-160px);
    }

    62.5% {
        transform: translateY(-200px);
    }

    72.5% {
        transform: translateY(-200px);
    }

    75% {
        transform: translateY(-240px);
    }

    85% {
        transform: translateY(-240px);
    }

    87.5% {
        transform: translateY(-280px);
    }

    100% {
        transform: translateY(-280px);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 0.75;
    }
}

@keyframes blink {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 0.75;
    }
}

#scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 20%;
    right: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #015841;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#scrollToTop::after {
    position: absolute;
    content: "";
    border: 2px dashed #182B54;
    animation: spin 25s linear infinite;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    border-radius: 50%;
}

#scrollToTop i {
    transform: rotate(-90deg);
}

#scrollToTop.scrolltop-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#scrollToTop.scrolltop-hide {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.section-title {
    margin-bottom: 60px;
}

.section-title.price-area {
    margin-bottom: 120px;
}

.section-title h6 {
    color: #015841;
    font-family: var(--ff-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.section-title h2 {
    color: #182B54;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 0;
}

.section-title h2 span {
    font-weight: 300;
}

.section-title.service- p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(39, 39, 39, 0.2);
    padding-bottom: 30px;
}

.find-btn.home-2 {
    color: #FFF;
    font-family: var(--ff-heading);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
}

.btn-8 {
    border-radius: 19.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: var(--White, #FFF);
    font-family: var(--ff-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 30px;
    display: inline-block;
    transition-duration: 400ms;
}

.btn-8 i {
    margin-right: 5px;
}

.btn-8:hover {
    background-color: #015841;
    border-color: #015841;
}

.cart-btn-hover-info {
    position: relative;
    z-index: 1010;
}

.section-title.service- {
    margin-bottom: 35px;
}

.mr-3 {
    margin-right: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.cart-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #ECECEC;
    font-size: 20px;
    transition-duration: 400ms;
    position: relative;
    z-index: 1010;
}

.cart-btn i {
    color: #706C6C;
    transition-duration: 400ms;
}

.cart-btn:hover {
    background-color: #015841;
}

.cart-btn:hover i {
    color: #FFF;
}

.view-for-btn {
    padding-left: 0;
    position: absolute;
    top: -90px;
    right: -100px;
    z-index: 10;
    transition-duration: 600ms;
}

.view-for-btn li {
    list-style: none;
    margin-bottom: 5px;
}

.view-for-btn li a {
    height: 40px;
    width: 40px;
    border: 1px solid #ECECEC;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #8A8A8A;
    transition-duration: 500ms;
}

.view-for-btn li a i {
    line-height: 38px;
    font-size: 15px;
}

.view-for-btn li a:hover {
    background-color: #015841;
    color: #FFF;
    border-color: #015841;
}

.cart-btn-hover-info:hover .view-for-btn {
    right: 0;
}

.form-control:focus {
    border-color: #015841;
    box-shadow: none;
}

.round-ani {
    transition: all 0.1s 0s ease-out;
    animation: spin 20s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.zoomIn {
    animation: zoom-in 3.5s infinite ease-in-out;
}

.bounce {
    animation: float 1.5s infinite ease-in-out;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(0);
    }
}

.section-padding {
    padding: 140px 0;
}

@media screen and (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (min-width: 1366px) and (max-width: 1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .video-area-home-2 .video-shape-2-home-2 {
        top: 45%;
        left: 37%;
    }

    .menu-area.home-2 .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 17px;
    }

    .faq-area .faq-content-text-area ul li {
        font-size: 18px;
    }

    .faq-area .faq-content-text-area ul li i {
        margin-right: 10px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 {
        font-size: 19px;
    }

    .service-list-area .service-single-card h4 {
        font-size: 20px;
    }

    .service-list-area .service-single-card {
        padding: 30px 25px;
    }

    .service-card-text {
        left: 10%;
    }

    .service-area-home-2 .service-shape-2 {
        left: 2%;
    }

    .calculate-form-area .calculate-form-card .calculate-form-header h2 {
        font-size: 38px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        margin: 0 20px;
    }

    .search-icon.home-1 {
        margin-right: 15px;
    }

    .service-img-ban-img-area .service-area .service-card-text {
        left: 10%;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card {
        padding: 30px 25px;
    }

    .our-process-area .shpape-pro img {
        max-width: 120px;
    }

    .single-counter-card .counter-content-desc h2 {
        font-size: 42px !important;
    }

    .price-table-area .single-price-table-area {
        background: #F5F3F3;
        padding: 0 40px;
    }

    .price-table-area .price-shape-1 {
        position: absolute;
        top: -6%;
        right: -6%;
        z-index: -1;
    }

    .price-table-area .price-shape-1 img {
        width: 80%;
    }

    .our-client-area .client-block-card {
        padding: 35px 25px;
    }

    .hero-area-home-2 .home-2-content-area .wel-content-shape-2 {
        position: absolute;
        bottom: 16%;
        right: 36%;
    }

    .about-us-area .about-content-text h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .about-us-area .about-content-text p {
        font-size: 15px;
        line-height: 27px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text h2 {
        font-size: 40px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text {
        bottom: 40px;
        left: 25px;
    }

    .service-img-ban-img-area .service-area .service-list-area {
        left: -30px;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card h4 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .menu-area.home-2 .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        margin: 0 14px;
    }

    .video-area-home-2 .video-shape-2-home-2 {
        top: 55%;
        left: 34%;
    }

    .modern-list-area .single-modren-list-card .modern-content-text {
        left: 30px;
    }

    .modern-list-area .single-modren-list-card .modern-content-text h4 {
        font-size: 19px;
    }

    .modern-list-area .single-modren-list-card .modern-content-text .modern-desc {
        font-size: 14px;
        line-height: 25px;
    }

    .modern-list-area .single-modren-list-card .modren-btn {
        left: 30px;
    }

    .service-area-home-2 .service-shape-2 {
        top: 19%;
    }

    .service-area-home-2 .service-card-text {
        left: 4%;
    }

    .video-area-home-2 .video-text-2 h2 {
        font-size: 40px;
    }

    .calculate-form-area .calculate-form-card .calculate-form-header h2 {
        font-size: 35px;
    }

    .service-area-home-2 .service-shape-2 {
        top: 8%;
        left: 0;
    }

    .service-card-text .service-content-text {
        left: 40px;
    }

    .service-card-text .service-content-text h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .service-list-area .service-single-card {
        padding: 30px 20px;
    }

    .service-list-area .service-single-card p {
        font-size: 13px;
        line-height: 26px;
    }

    .service-list-area .service-single-card h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 {
        font-size: 17px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 i {
        margin-right: 13px;
    }

    .features-area-home-2 .features-single-card {
        padding: 50px 30px;
    }

    .about-us-area .about-content-text {
        margin-left: 6%;
    }

    .container {
        max-width: 1140px;
    }

    .price-table-area .single-price-table-area .price-body-desc h4 {
        font-size: 26px;
    }

    .about-us-area .about-content-text p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .banking-shape-tab-1 img {
        width: 140px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 15px;
        margin: 0 20px;
    }

    .top-menu-asset .req-btn {
        margin-left: 15px;
    }

    .service-img-ban-img-area .service-area .service-card-text {
        left: 4%;
    }

    .faq-area .faq-content-text-area ul li {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .faq-area .ask-faq-area .accordion-button {
        font-size: 19px;
    }

    .faq-area .ask-faq-area .accordion-item .accordion-body p {
        font-size: 15px;
        line-height: 27px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 {
        line-height: 34px;
    }

    .top-menu-asset .search-icon i {
        font-size: 18px;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card {
        padding: 30px 20px;
    }

    .top-menu-asset .log-btn {
        margin-left: 15px;
    }

    .top-menu-asset .log-btn {
        font-size: 14px;
        padding: 15px;
    }

    .top-menu-asset .burg-menu-area a {
        margin-left: 15px;
    }

    .top-header.home-2 .menu-logo-area-2 .menu-area.home-2 {
        padding-left: 20px;
    }

    .hero-area-home-2 .home-2-content-text h2 {
        font-size: 60px;
        line-height: 76px;
    }

    .hero-area-home-2 .home-2-content-area .wel-content-shape-2 {
        bottom: 17%;
        right: 24%;
    }

    .price-table-area .single-price-table-area {
        padding: 0 35px;
    }

    .our-client-area .client-block-card .cleint-feed-desc p {
        font-size: 14px;
    }

    .single-counter-card .counter-content-desc h2 {
        font-size: 38px !important;
    }

    .single-counter-card {
        padding: 40px 30px;
    }

    .about-us-area .about-counter-area .counter-area-card p {
        font-size: 14px;
        letter-spacing: 2.2px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h6 {
        font-size: 18px;
        letter-spacing: 2.3px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 {
        font-size: 80px;
    }

    .price-table-area .single-price-table-area .price-body-desc .price-tag-list li {
        font-size: 15px;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card h4 {
        font-size: 21px;
    }

    .our-process-area .shpape-pro img {
        width: 100px;
    }

    .banking-service-area .banking-shape-1 img {
        width: 110px;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card p {
        font-size: 13px;
        line-height: 26px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1119px) {
    .container {
        max-width: 960px;
    }

    .top-header.home-2 .menu-logo-area-2 .menu-area.home-2 {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 84%;
        width: 84%;
    }

    .top-header.home-2 .top-header-content {
        padding: 0;
    }

    .menu-area.home-2 .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 13px;
    }

    .menu-area.home-2 .top-menu-asset .log-btn {
        margin-left: 15px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .menu-area.home-2 .top-header.home-2 .top-header-content {
        padding: 0;
    }

    .menu-area.home-2 .top-menu-asset .burg-menu-area a {
        margin-left: 15px;
        font-size: 18px;
    }

    .menu-area.home-2 .top-menu-asset .req-btn {
        margin-left: 15px;
    }

    .menu-area.home-2 .top-menu-asset .search-icon i {
        font-size: 16px;
    }

    .top-header.home-2 .menu-logo-area-2 .top-logo-area-2 {
        flex: 0 0 12%;
        padding-left: 0px;
    }

    .hero-area-home-2 .wel-img-home-2 .wel-img-2 img {
        height: 700px;
    }

    .top-header.home-2 .top-logo-area-2 a img {
        width: 130px;
    }

    .hero-area-home-2 .home-2-content-area {
        height: 700px;
    }

    .hero-area-home-2 .home-2-content-area .wel-content-shape-2 {
        bottom: 16%;
        right: 12%;
    }

    .hero-area-home-2 .home-2-content-text h2 {
        font-size: 52px;
        line-height: 73px;
    }

    .hero-area-home-2 {
        height: 700px;
    }

    .features-area-home-2 .features-single-card {
        padding: 35px;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h2 {
        font-size: 32px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h6 {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 {
        padding: 17px 34px;
        font-size: 14px;
        margin-right: 20px;
    }

    .about-us-home-2 .about-content-2 p {
        font-size: 15px;
        line-height: 27px;
    }

    .single-counter-card {
        padding: 30px 20px;
    }

    .service-card-text .service-content-text h2 {
        font-size: 32px;
    }

    .single-counter-card .counter-content-desc h2 {
        font-size: 35px !important;
        line-height: 44px !important;
    }

    .single-counter-card.first .counter-content-desc p {
        font-size: 15px !important;
        letter-spacing: 2.2px;
    }

    .single-counter-card .counter-icon {
        height: 85px !important;
        flex: 0 0 85px !important;
        margin-right: 20px !important;
        font-size: 40px !important;
    }

    .single-counter-card .counter-icon i {
        line-height: 85px !important;
    }

    .calculate-form-area .calculate-form-card .calculate-form-header h2 {
        font-size: 36px;
    }

    .desk-lg {
        display: none;
    }

    .video-shape-2-home-2 {
        display: none;
    }

    .service-area-home-2 .service-shape-2 {
        top: 32%;
        left: -3%;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h6 {
        letter-spacing: 5.2px;
    }

    .service-card-text {
        left: 3%;
    }

    .service-card-text .service-content-text {
        bottom: 40px;
        left: 30px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 {
        font-size: 70px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 span {
        font-size: 70px;
    }

    .top-logo-area a img {
        width: 120px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        margin: 0 9px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }

    .classy-nav-container a {
        font-size: 12px;
    }

    .btn-1 {
        padding: 12px 20px;
    }

    .search-icon.home-1 {
        width: 50px;
        height: 54px;
    }

    .search-icon.home-1 i {
        line-height: 52px;
    }

    .text-slider-area {
        padding-top: 500px;
    }

    .our-process-area .single-process-card {
        height: 280px;
        width: 280px;
    }

    .about-us-area .about-content-text h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .about-us-area .about-content-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about-us-area .about-content-text {
        margin-left: 2%;
    }

    .btn-2 {
        font-size: 14px;
        padding: 12px 20px;
    }

    .service-img-ban-img-area .service-area .service-card-text {
        left: 2%;
    }

    .about-us-area .about-image-2-area {
        margin-top: 80px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .about-us-area .about-image-2-area .about-img-2 {
        left: 0;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text {
        left: 30px;
    }

    .service-img-ban-img-area .service-area .service-card-text .service-content-text p {
        margin-bottom: 25px;
    }

    .service-img-ban-img-area .service-area .service-card-text {
        height: 850px;
    }

    .shpape-pro {
        display: none;
    }

    .section-title h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .section-title.service- p {
        font-size: 15px;
    }

    .banking-shape-tab-1 img {
        width: 130px;
    }

    .banking-service-area .banking-area-tab-content .banking-shape-tab-1 {
        top: 44%;
    }

    .banking-service-area .service-tab-area ul li .nav-link {
        font-size: 26px;
        line-height: 34px;
    }

    .counter-up-card-area .single-counter-card .counter-content-desc h2 {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .price-table-area .single-price-table-area {
        padding: 0 20px;
    }

    .price-table-area .single-price-table-area .price-body-desc h4 {
        font-size: 24px;
    }

    .price-table-area .single-price-table-area .price-body-desc .price-tag-list li {
        font-size: 15px;
    }

    .counter-up-card-area .single-counter-card .counter-icon {
        height: 80px !important;
        flex: 0 0 80px !important;
        font-size: 34px !important;
        margin-right: 20px !important;
    }

    .counter-up-card-area .single-counter-card .counter-icon i {
        line-height: 80px !important;
    }

    .counter-up-card-area .single-counter-card {
        padding: 30px 20px;
    }

    .counter-up-card-area {
        top: -80px;
    }

    .our-client-area .client-block-card .cleint-feed-desc p {
        font-size: 14px;
        line-height: 25px;
    }

    .faq-area .faq-content-text-area h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .faq-area .faq-content-text-area ul li {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info .blog-header-2 p {
        margin-right: 12px;
        font-size: 11px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info .blog-header-2 p i {
        margin-right: 4px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    .blog-btn-2 {
        font-size: 14px;
    }

    .cta-area-2 .cta-content-2-text h2 {
        color: #FFF;
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 0;
    }

    .top-header.home-2.header-sticky .menu-logo-area-2 .menu-area.home-2 {
        flex: 0 0 100%;
        width: 100%;
    }

    .top-header.home-2.header-sticky .menu-area.home-2 .top-menu-asset .burg-menu-area a {
        margin-left: 30px;
        font-size: 18px;
    }

    .top-header.home-2.header-sticky .menu-area.home-2 .top-menu-asset .log-btn {
        margin-left: 30px;
    }

    .top-header.home-2.header-sticky .menu-area.home-2 .top-menu-asset .req-btn {
        margin-left: 20px;
    }

    .btn-4 {
        font-size: 13px;
    }

    .cta-area-2 .cta-content-2-text .cta-icon-2 {
        flex: 0 0 110px;
        height: 110px;
        width: 110px;
        margin-right: 40px;
    }

    .cta-area-2 .cta-content-2-text .cta-icon-2 i {
        line-height: 110px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 {
        line-height: 28px;
    }

    .faq-area .faq-content-text-area ul li i {
        margin-right: 8px;
    }

    .our-client-area .client-block-card {
        padding: 35px 25px;
        padding-top: 100px;
    }

    .col-desk {
        display: none;
    }

    .footer-wrap .quick-links-nav ul li a {
        font-size: 13px;
    }

    .footer-wrap .footer-desc {
        font-size: 13px;
        line-height: 25px;
    }

    .footer-wrap .quick-links-nav h5 {
        font-size: 20px;
    }

    .our-client-area .client-block-card .cleint-feed-desc .cleint-info h3 {
        font-size: 20px;
    }

    .price-shape-1 img {
        width: 89px;
    }

    .banking-service-area .banking-shape-1 img {
        width: 77px;
    }

    .banking-service-area .banking-area-tab-content h2 {
        font-size: 41px;
    }

    .our-process-area .single-process-card .single-process-content h4 {
        margin-top: 70px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .menu-tri-sreach-btn {
        display: flex;
        align-items: center;
    }

    .hero-area-home-2 .home-2-content-text {
        padding-left: 0;
    }

    .hero-area-home-2 {
        flex-wrap: wrap;
        height: 700px;
    }

    .home-2-content-text {
        margin-top: 40px;
    }

    .hero-area-home-2 .home-2-content-area {
        flex: 0 0 100%;
        height: 700px;
    }

    .hero-area-home-2 .home-2-content-text h2 {
        font-size: 37px;
        line-height: 56px;
    }

    .burg-menu-area {
        display: none;
    }

    .wel-img-home-2 {
        display: none;
    }

    .hero-area-home-2 .home-2-content-text h6 {
        font-size: 15px;
        letter-spacing: 6.6px;
    }

    .wel-content-shape-2 {
        display: none;
    }

    .features-area-home-2 .features-single-card {
        padding: 30px;
    }

    .cta-home-2-area .cta-content-card-area {
        flex-wrap: wrap;
    }

    .cta-home-2-area .cta-content-card-area .cta-image {
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .vw-search-area {
        padding: 40px 15px;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h6 {
        font-size: 15px;
        letter-spacing: 2.2px;
    }

    .cta-home-2-area .cta-content-card-area .cta-icon-btn {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .cta-home-2-area .cta-content-card-area .cta-icon-btn a {
        height: 70px;
        width: 70px;
        font-size: 22px;
        margin-top: 30px;
    }

    .cta-home-2-area .cta-content-card-area .cta-icon-btn a i {
        line-height: 70px;
    }

    .features-area-home-2 {
        padding-bottom: 70px;
    }

    .cta-home-2-area {
        padding-bottom: 100px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info {
        flex-wrap: wrap;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 {
        margin-right: 0;
        margin-top: 15px;
    }

    .cta-home-2-area .cta-shape-1 {
        top: 0;
        right: 0;
        bottom: auto;
        z-index: -1;
        transform: rotate(180deg);
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 {
        font-size: 60px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 span {
        font-size: 60px;
    }

    .service-area-home-2 {
        padding: 100px 0;
    }

    .about-us-home-2 .about-image-content-home-2 {
        margin-bottom: 10px;
    }

    .service-card-text {
        display: none;
    }

    .video-area-home-2 .video-text-2 h2 {
        font-size: 39px;
        line-height: 50px;
    }

    .calculate-form-area {
        margin-top: 50px;
    }

    .calculate-form-area .calculate-form-card .calculate-form-header h2 {
        font-size: 32px;
    }

    .video-area-home-2 .video-shape-2-home-2 {
        display: none;
    }

    .calculate-form-area .calcu--btn-area {
        flex-wrap: wrap;
    }

    .rest-btn {
        padding: 18px 50px;
        margin-top: 15px;
    }

    .calculate-form-area .calculate-form-card {
        padding: 40px 20px;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .calculate-form-area .calcu-form-footer p {
        font-size: 14px;
    }

    .counter-up-card-area-home-2 {
        padding-top: 100px;
    }

    .faq-area .faq-content-text-area ul li {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .faq-img-area {
        margin-bottom: 50px;
    }

    .faq-area .faq-content-text-area ul li i {
        margin-right: 5px;
    }

    .faq-area .ask-faq-area .accordion-button {
        font-size: 16px;
        padding-left: 30px;
    }

    .our-process-area .single-process-card .single-process-content h4 {
        font-size: 22px;
    }

    .faq-area .ask-faq-area .accordion-item .accordion-body {
        margin: 20px;
        margin-top: 0;
    }

    .faq-area .ask-faq-area .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 27px;
    }

    .faq-area .ask-faq-area .accordion-button {
        padding: 20px;
    }

    .counter-up-card-area .single-counter-card:hover {
        transform: translateY(0);
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px;
    }

    .blog-btn-2 {
        font-size: 14px;
    }

    .search-icon.home-1 {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .search-icon.home-1 i {
        line-height: 38px;
        font-size: 16px;
    }

    .cta-area-2 .cta-content-2-text {
        flex-wrap: wrap;
    }

    .cta-area-2 .cta-content-2-text h2 {
        font-size: 29px;
        line-height: 45px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cta-area-2 .cta-btn-2 {
        text-align: left;
    }

    .menu-req-btn.desktop {
        display: none;
    }

    .top-logo-area a img {
/*        width: 100px;*/
    }

    .classy-nav-container .classy-navbar {
        height: 55px;
    }

    .menu-req-btn.mobile-v {
        display: block;
    }

    .menu-req-btn.mobile-v {
        padding-left: 15px;
        margin-top: 30px;
    }

    .top-header .top-header-content {
        height: 36px;
        padding: 0 10px;
    }

    .top-header-menu-list.desktop {
        display: none;
    }

    .top-contact-info p {
        font-size: 11px;
        margin-right: 15px;
    }

    .top-contact-info p i {
        font-size: 14px;
        margin-right: 5px;
    }

    .hero-area .hero-content-text h6 {
        font-size: 15px;
        letter-spacing: 8.6px;
    }

    .hero-area .hero-content-text h2 {
        font-size: 37px;
        line-height: 48px;
    }

    .hero-area {
        height: 650px;
    }

    .hero-area .hero-content-text p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 40px;
    }

    .btn-1 {
        font-size: 14px;
        line-height: 25px;
        padding: 12px 20px;
    }

    .about-us-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-us-area .about-content-text h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-us-area .about-content-text {
        margin-left: 0;
        margin-top: 50px;
    }

    .about-us-area .about-content-text p {
        font-size: 15px;
        line-height: 26px;
    }

    .btn-2 {
        font-size: 14px;
        line-height: 25px;
        padding: 12px 20px;
    }

    .about-us-area .about-counter-area .counter-area-card {
        border-right: none;
    }

    .about-us-area .about-image-2-area .about-img-2 {
        left: 0;
    }

    .about-us-area .about-image-2-area .number-service-text {
        bottom: 25px;
        left: 25px;
    }

    .about-us-area .about-image-2-area .number-service-text h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .about-us-area .about-image-2-area .number-service-text h2 span {
        font-size: 30px;
        letter-spacing: 13.6px;
    }

    .about-us-area .about-image-2-area .number-service-text p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 2px;
    }

    .about-us-area .about-image-2-area {
        margin-top: 50px;
    }

    .counter-about-desc {
        margin-top: 20px;
    }

    .service-img-ban-img-area .service-area .service-list-area {
        left: 0;
    }

    .service-img-ban-img-area .service-area .service-card-text {
        height: 400px;
    }

    .service-img-ban-img-area .banking-bg-img-area {
        height: 400px;
    }

    .service-img-ban-img-area .service-area .service-list-area .service-single-card h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .service-img-ban-img-area {
        display: none;
    }

    .text-slider-area {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .text-slider-area .text-slider-content h2 {
        font-size: 60px;
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 50px;
    }

    .shpape-pro {
        display: none;
    }

    .single-process-card {
        margin-bottom: 50px;
    }

    .our-process-area {
        padding: 120px 0;
        padding-bottom: 70px;
    }

    .banking-service-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banking-service-area .banking-area-tab-content {
        margin-left: 0;
        margin-top: 50px;
    }

    .our-client-area {
        padding: 100px 0;
    }

    .banking-service-area .service-tab-area ul li .nav-link {
        font-size: 22px;
        line-height: 22px;
    }

    .banking-service-area .banking-area-tab-content h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .banking-service-area .banking-area-tab-content .banking-shape-tab-1 {
        top: 50%;
        transform: translateY(-127%);
        left: -56%;
    }

    .bank-ser-list {
        margin-bottom: 20px;
    }

    .video-area .video-content-area h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .single-counter-card {
        padding: 30px;
    }

    .single-counter-card.first .counter-content-desc h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .single-counter-card.first .counter-icon,
    .single-counter-card.second .counter-icon,
    .single-counter-card.third .counter-icon {
        height: 80px;
        flex: 0 0 80px;
        margin-right: 20px;
        font-size: 36px;
    }

    .single-counter-card.first .counter-icon i,
    .single-counter-card.second .counter-icon i,
    .single-counter-card.third .counter-icon i {
        line-height: 80px;
    }

    .single-counter-card .counter-content-desc p {
        font-size: 14px !important;
    }

    .price-table-area .single-price-table-area .price-body-desc h4 {
        font-size: 23px;
    }

    .price-table-area .single-price-table-area {
        padding: 0 30px;
    }

    .price-table-area .single-price-table-area .price-body-desc .price-tag-list li {
        font-size: 14px;
        line-height: 26px;
    }

    .price-table-area .price-shape-1 {
        display: none;
    }

    .blog-area .single-blog-card-area {
        padding-bottom: 50px;
    }

    .blog-area {
        padding-bottom: 50px;
        padding-top: 100px;
    }

    .quick-links-nav {
        margin-top: 50px;
    }

    .our-process-area .single-process-card {
        margin: auto;
        margin-bottom: 50px;
    }

    .col-desk {
        display: none;
    }

    .menu-area.home-2 {
        background-color: transparent;
    }

    .menu-area.home-2 .top-menu-asset .search-icon i {
        color: #015841;
    }

    .menu-area.home-2 .classy-nav-container .classy-navbar .classynav ul li a {
        line-height: 41px;
    }

    .menu-area.home-2 .search-toggle-open.header-search {
        margin-right: 29px;
    }

    .menu-area.home-2 .breakpoint-on .classy-navbar .classy-menu {
        width: 100%;
        height: auto;
        top: -28px;
    }

    .top-header.home-2 {
        background-color: #272727;
        position: relative;
    }

    .top-header.home-2 .menu-logo-area-2 .top-logo-area-2 {
        flex: 0 0 35%;
        padding-left: 0;
    }

    .top-header.home-2 {
        position: fixed;
    }

    .top-header.home-2 .menu-logo-area-2 .menu-area.home-2 {
        flex: 0 0 100%;
        width: 100%;
        transform: translateY(0);
        display: flex;
        justify-content: end;
        background-color: transparent;
    }

    .top-header.home-2 .top-header .top-header-content {
        padding: 0;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .hero-area .hero-content-text h2 {
        font-size: 42px;
        line-height: 51px;
    }

    .section-title h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .hero-area-home-2 .home-2-content-text h2 {
        font-size: 46px;
        line-height: 61px;
    }

    .cta-area-2 .cta-content-2-text h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .faq-area .faq-content-text-area ul li {
        font-size: 17px;
        line-height: 30px;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h2 {
        font-size: 36px;
        line-height: 52px;
    }

    .modern-list-area .single-modren-list-card .modern-content-text h4 {
        font-size: 26px;
    }

    .about-us-area .about-content-text h2 {
        font-size: 42px;
        line-height: 57px;
    }

    .price-table-area .single-price-table-area .price-body-desc .price-tag-list li {
        font-size: 16px;
    }

    .blog-area .single-blog-card-area h3 a {
        font-size: 24px;
    }

    .blog-img img {
        width: 100%;
    }

    .top-contact-info p {
        font-size: 13px;
        margin-right: 30px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .container {
        max-width: 540px;
    }

    .hero-area-home-2 .home-2-content-text h2 {
        font-size: 54px;
        line-height: 70px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h6 {
        font-size: 19px;
    }

    .hero-area-home-2 .home-2-content-text h6 {
        font-size: 18px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 {
        font-size: 76px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 a {
        font-size: 29px;
        line-height: 45px;
    }

    .cta-area-2 .cta-content-2-text h2 {
        font-size: 50px;
        line-height: 67px;
    }

    .faq-area .ask-faq-area .accordion-button {
        font-size: 18px;
    }

    .about-us-home-2 .about-image-content-home-2 .exper-year-info h2 span {
        font-size: 76px;
    }

    .about-us-home-2 .about-content-2 .loan-succes-info h4 {
        margin-right: 10px;
        margin-top: 15px;
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 43px;
        line-height: 56px;
    }

    .hero-area .hero-content-text h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .hero-area .hero-content-text h6 {
        font-size: 20px;
    }

    .hero-area {
        height: 700px;
    }

    .about-us-area .about-content-text h2 {
        font-size: 48px;
        line-height: 61px;
    }

    .about-us-area .about-image-2-area .number-service-text {
        bottom: 30px;
        left: 30px;
    }

    .footer-wrap .footer-social-lick li a {
        height: 46px;
        width: 46px;
        line-height: 49px;
        font-size: 18px;
    }

    .footer-wrap {
        padding: 100px 0;
        padding-bottom: 30px;
    }

    .footer-wrap .quick-links-nav h5 {
        font-size: 23px;
    }

    .footer-logo-desc {
        margin-bottom: 50px;
    }

    .quick-links-nav {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .about-us-area .about-content-text h2 {
        font-size: 57px;
        line-height: 69px;
    }

    .cta-area-2 .cta-content-2-text h2 {
        font-size: 54px;
        line-height: 74px;
    }

    .about-us-area .about-counter-area .counter-area-card {
        border-right: 1px solid #E8D7D7;
    }

    .counter-about-desc {
        margin-top: 0;
        padding-left: 29px;
    }

    .about-us-area .about-image-2-area .number-service-text {
        bottom: 50px;
        left: 50px;
    }

    .about-us-area .about-image-2-area .number-service-text h2 {
        font-size: 74px;
        line-height: 60px;
    }

    .blog-area-home-2 .single-blog-2-card .blog-2-content-info h3 a {
        font-size: 24px;
        line-height: 39px;
    }

    .faq-area .ask-faq-area .accordion-button {
        font-size: 20px;
    }

    .faq-area .ask-faq-area .accordion-item .accordion-body p {
        font-size: 15px;
        line-height: 29px;
    }

    .video-area-home-2 .video-text-2 h2 {
        font-size: 56px;
        line-height: 76px;
    }

    .faq-img-area img {
        width: 100%;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h6 {
        font-size: 17px;
        letter-spacing: 3.2px;
    }

    .cta-home-2-area .cta-content-card-area .cta-content-text h2 {
        font-size: 40px;
        line-height: 58px;
    }

    .calculate-form-area .calculate-form-card .calculate-form-header h2 {
        font-size: 38px;
    }
}

/*# sourceMappingURL=style.css.map */
