* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
    --fira-sans: "Fira Sans", sans-serif;
    --theme1: #64221F;
    --theme2: #FFCC29;
    --transition: all .5s ease-in-out;
}

::selection {
    color: #64221F;
    background: #FFCC29;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

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

body {
    font-size: 16px;
    color: #3c3b3b;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Barlow", sans-serif;
    background: rgb(255, 255, 255);
}

a {
    text-decoration: none;
    cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.py-70 {
    padding: 70px 0;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

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

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/* .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.style-two .preloader {
    background-image: url(../images/icons/preloader-2.svg);
}

.style-three .preloader {
    background-image: url(../images/icons/preloader-3.svg);
}

.style-four .preloader {
    background-image: url(../images/icons/preloader-4.svg);
}

.style-five .preloader {
    background-image: url(../images/icons/preloader-5.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
} */

.owl-nav,
.owl-dots {
    display: none;
}

/* preloade custom */
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.preloader-inner img {
    display: block;
    position: relative;
    left: -62px;
    top: 42px;
    /* left: -58px;
    top: 45px; */
    /* margin: 0 auto 0 auto; */
}

.loader {
    font-size: 60px;
    display: inline-block;
    font-family: "Anavio";
    font-weight: 500;
    color: #201e1e;
    box-sizing: border-box;
    text-shadow: 0 0 2px #64221F, 0 0 1px #64221F, 0 0 1px #64221F;
    position: relative;
    line-height: normal;
}

.preloader-txt {
    margin-left: 20px;
}

.loading-text {
    position: absolute;
    left: 0;
    top: 0;
    color: #64221F;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-animation: animloader 6s linear infinite;
    animation: animloader 6s linear infinite;
}

@-webkit-keyframes animloader {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes animloader {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #201e1e;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-one:hover {
    color: #ffffff;
    background: transparent;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
}

.btn-style-one:hover .btn-title {
    color: #ffffff;
}

.btn-style-one .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #64221F;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-one .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
}

.main-header .header-top {
    position: relative;
    color: rgb(255, 255, 255);
    background: #64221F;
    padding: 10px 0px;
}

.main-header .header-top .inner {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-header .header-top .text {
    position: relative;
    margin-bottom: 0px;
    font-weight: 600;
}

.main-header .header-top .text span {
    margin-right: 10px;
    line-height: 1em;
    padding: 2px 10px;
    border-radius: 11px;
}

.header-top .top-left,
.header-top .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top .contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top .contact-info li {
    font-size: 16px;
    font-weight: 500;
}

.header-top .contact-info li a {
    color: #fff;
}

.header-top .contact-info li:hover a {
    color: var(--theme2);
}

.header-top .contact-info li i {
    margin-right: 10px;
}

.header-top.style-two .contact-info li i {
    color: #fff !important;
}

.main-header .header-top .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
}

.bootstrap-select .dropdown-menu li {
    width: 100%;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.main-header .header-top .language span {
    color: rgb(61, 99, 118);
    margin: 1px 8px 0px 0px;
}

.header-top .language .language-switcher .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 83px;
}

.header-top .language .language-switcher button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    top: -2px;
    border-radius: 4px;
    padding: 0px 10px 0px 0px;
    background: transparent;
    border-width: initial;
    border-style: initial;
    border-color: transparent;
    -o-border-image: initial;
    border-image: initial;
    height: auto;
}

.header-top .language .language-switcher .dropdown-toggle .filter-option::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    font-size: 15px;
    color: rgb(255, 255, 255);
    right: 0px;
    top: 1px;
}

.header-top .contact-info-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top .contact-info-two li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 20px;
    line-height: 1.2em;
}

.header-top .contact-info-two li a {
    color: #fff;
}

.header-top .contact-info-two li i {
    margin-right: 10px;
}

.header-top .social-links {
    position: relative;
}

.header-top .social-links li {
    float: left;
}

.header-top .social-links li+li {
    margin-left: 20px;
}

.header-top .social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-top .social-links li a:hover {
    color: var(--theme2);
}

/* Header Upper */

/* .main-header.header-style-three .header-upper .logo-box .logo2 {
    display: none;
} */

.main-header .header-upper {
    position: relative;
    border-top: 1px solid rgb(229, 229, 229);
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
}

.main-header .header-upper .logo-box {
    float: left;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    text-align: center;
    padding: 22px 0px;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    float: right;
}

.navbar-right-info {
    float: right;
    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;
    margin: 25px 0px 25px 40px;
}

.navbar-right-info .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 25px;
}

.navbar-right-info .sidemenu-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.navbar-right-info .faq-btn {
    position: relative;
    border-left: 1px solid #d0d0d0;
    margin-right: 40px;
    padding: 11px 0;
    padding-left: 20px;
}

.navbar-right-info .faq-btn a {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #202020;
}

.navbar-right-info .faq-btn a span {
    margin-right: 8px;
}

.navbar-right-info .link-btn {
    margin-right: 30px;
}

.main-header .nav-outer .main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 30px;
    /* margin-top: 20px; */
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--fira-sans);
    color: #201e1e;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li.dropdown {
    padding-right: 14px;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: -15px;
    top: 3px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul {
    width: 320px;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
    width: max-content;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* width: 320px; */
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    /* border-top: 2px solid; */
    background-color: #ffffff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #41394f;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    font-size: 16px;
    text-transform: capitalize;
    color: #201e1e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    /* border-top: 2px solid; */
    background-color: #ffffff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #201e1e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
    color: #64221F;
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.current>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFCC29;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before,
.main-menu .navigation>li>ul>li>ul>li.current>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
    right: auto;
    right: 100%;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation>li:nth-last-child(-n+2)>ul {
    left: auto;
    right: 0;
}

.main-menu .navigation>li:nth-last-child(-n+2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.main-header.header-style-one .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

/* Header Style Three */

.main-header.header-style-three .header-top .language {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding-right: 15px;
}

.main-header.header-style-three .header-top .contact-info li+li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.main-header.header-style-three {
    position: absolute;
}

.main-header.header-style-three .header-upper .inner-container {
    border: 0;
}

.main-header.header-style-three .header-upper .auto-container,
.header-top.style-three .auto-container {
    max-width: 1375px;
}

.main-header.header-style-three .header-upper .inner-container {
    background: #ffffff;
    padding: 0 80px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #64221F;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #64221F;
}

.main-menu .navigation>li>ul>li.current>a {
    color: #64221F;
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li.current>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFCC29;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation>li>ul>li:hover>a::before,
.main-menu .navigation>li>ul>li.current>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-header.header-style-three .main-menu .navigation>li.current>a {
    color: #64221F !important;
}

.main-header.header-style-three .main-menu .navigation>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFCC29;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-header.header-style-three .main-menu .navigation>li:hover>a::before,
.main-header.header-style-three .main-menu .navigation>li.current>a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-header.header-style-three .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-three .header-upper .logo-box .logo {
    padding: 10px 0;
}

.main-header.header-style-three .navbar-right-info {
    margin: 25px 0px 25px 40px;
}

.main-header.header-style-three .main-menu .navigation>li {
    padding: 26px 0;
}

.main-header.header-style-three .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-three .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-three .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-three .btn-style-one .btn-title::before {
    background: #64221F;
}

.mobile-menu .navigation>li:hover>a,
.mobile-menu .navigation>li.current>a {
    color: var(--theme2);
}

.mobile-menu .navigation>li>ul>li:hover>a {
    color: var(--theme2);
}

.mobile-menu .navigation>li>ul>li.current>a {
    color: var(--theme2);
}

.mobile-menu .navigation>li>ul>li>ul>li.current>a {
    color: var(--theme2);
}

.mobile-header.header-style-three .main-menu .navigation>li.current>a {
    color: var(--theme2) !important;
}

/* Header Middle */

.header-middle {
    position: relative;
}

.header-middle .outer-box {
    margin: 0 -50px;
}

.header-middle .wrapper-box {
    position: relative;
    background: #132252;
    padding: 22px 50px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header-middle .logo {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
}

.header-middle .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.header-middle .icon-box {
    position: relative;
    padding-left: 50px;
    margin-right: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.header-middle .icon-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .icon-box:last-child:before {
    display: none;
}

.header-middle .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.header-middle .icon-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header-middle .icon-box .text {
    color: #fff;
    margin-bottom: 0;
}

.header-middle .btn-style-one {
    background: transparent;
    border: 2px solid;
    margin-top: 3px;
    overflow: visible;
}

.header-middle .btn-style-one:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../images/icons/icon-33.png);
}

.header-middle .btn-style-one .btn-title {
    padding: 5px 25px;
}

.header-upper .social-links {
    position: relative;
}

.header-upper .social-links li {
    float: left;
}

.header-upper .social-links li+li {
    margin-left: 20px;
}

.header-upper .social-links li a {
    color: #0c2957;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/***

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

/***

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

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

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    /* margin-bottom: 100px; */
    filter: brightness(0) invert(1);
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme1);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 0px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Sec Title */

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title svg {
    vertical-align: bottom;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
    /* padding-bottom: 20px; */
    letter-spacing: -0.5px;
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    /* padding-bottom: 20px; */
    letter-spacing: -0.5px;
}

.sec-title.style-two h2 {
    /* padding-bottom: 20px; */
    color: #3c3b3b;
    font-weight: 600;
}

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

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

.sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Barlow", sans-serif;
}

.sec-title h4 span {
    position: relative;
    margin-right: 10px;
}

.sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}

.sec-title.text-center .text-decoration {
    margin: 0px auto;
}

.sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right,
.sec-title .text-decoration .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}

.sec-title .text-decoration .left::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .left::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text {
    margin-top: 20px;
    font-size: 18px;
    color: #232629;
    font-weight: 500;
    margin-bottom: 0;
}

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

.sec-title h5 {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px 5px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.sec-title.style-three h2 {
    padding-bottom: 0px;
}

.sec-title.style-three .text {
    font-size: 20px;
    font-weight: 500;
    color: #0c2957;
}

.sec-title.style-three.light .text {
    color: #fff;
}

.text-decoration-two {
    position: relative;
    height: 3px;
    width: 74px;
    background: url(../images/icons/sec-title-dec.png);
    display: block;
}

.light .text-decoration-two {
    background: url(../images/icons/sec-title-dec-2.png);
}

.text-center .text-decoration-two {
    margin: 0 auto;
}

.sec-title.style-four h2 {
    padding-bottom: 20px;
}

.sec-title.style-five h2 {
    padding-bottom: 20px;
}

.text-decoration-three {
    position: relative;
    height: 3px;
    width: 70px;
    display: block
}

.light .text-decoration-three,
.text-decoration-three {
    background: url(../images/icons/sec-title-dec-3.png);
}

.text-center .text-decoration-three {
    margin: 0 auto
}

.sec-title.style-five h2 {
    padding-bottom: 20px
}


/* About Section */

.about-section {
    position: relative;
    padding: 80px 0px 40px;
}

.about-section .image-block {
    position: relative;
}

.about-section .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px;
}

.about-section .image-one {
    position: relative;
    margin-left: 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section .image-one:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about-section .image-two {
    position: relative;
    margin-top: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}


.about-section .image-two .image-box:before,
.about-section-two .image-block:hover .image-one::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-section .image-two:hover .image-box:before,
.about-section-two .image-block .image-one::before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.about-section .image-two img {
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
    border-image: initial;
}

.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.about-section .logo img {
    position: relative;
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

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

/* Funfacts Section */

.funfacts-section {
    position: relative;
    padding: 100px 0px 70px;
}

.funfacts-section .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.fact-counter {
    position: relative;
}

.fact-counter .inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    padding: 40px 38px;
    border-radius: 6px;
}

.fact-counter .icon-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 16px;
}

.fact-counter .icon-box .icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fact-counter .icon-box .counter-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    top: -4px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: "Fira Sans", sans-serif;
    background-image: url(../images/shape/pattern-4.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter .text {
    font-size: 18px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    line-height: 1.4em;
    margin: 0px;
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select>.dropdown-toggle .contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: #3c3b3b8f;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

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

.why-choose-us-section .features-list {
    position: relative;
    padding-bottom: 55px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
}

.why-choose-us-section .features-list:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: rgb(83, 84, 108);
}

.why-choose-us-section .single-feature-item {
    position: relative;
    padding: 0px 0px 0px 95px;
    margin-bottom: 45px;
}

.why-choose-us-section .single-feature-item:before {
    position: absolute;
    content: "\f106";
    font-size: 55px;
    color: rgb(83, 84, 108);
    font-family: Flaticon;
    line-height: 48px;
    top: 5px;
    left: 0px;
    background: rgb(32, 22, 48);
    transition: .5s;
}

.why-choose-us-section h5 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.why-choose-us-section .text {
    color: rgb(210, 204, 218);
}

/* Map Section */

.map-section {
    position: relative;
}

.map-section .map-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

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

.map-section-two {
    position: relative;
}

.map-section-two .map-outer {
    position: relative;
    height: 450px;
}

.map-section-two .google-map {
    height: 450px;
}

.map-section .google-map h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 9px 24px;
    background: #99c64a;
}

.gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0px;
}

.gm-style .gm-style-iw-t::after {
    background: -o-linear-gradient(45deg, rgb(153, 198, 74) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgb(153, 198, 74) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.gmnoprint {
    display: none;
}

.map-section .contact-info {
    position: relative;
    max-width: 372px;
    margin: 0px 0px 0px auto;
    padding: 50px 40px 40px;
}

.map-section .contact-info .icon-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 39px;
}

.map-section .contact-info .icon {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 2px;
    top: 0px;
    font-size: 50px;
    line-height: 50px;
}

.map-section .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.map-section .contact-info h5 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: inherit;
}

.map-section .contact-info h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.map-section .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.map-section .contact-info ul li {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.map-section .contact-info ul li a {
    color: rgb(255, 255, 255);
}

.map-section .link-btn {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.map-section .link-btn::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: rgb(203, 56, 40);
}

.map-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 33px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.map-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-prev::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.map-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-next::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

/* CTA Section */

.cta-section {
    position: relative;
    padding: 110px 0px 84px;
    background: #f2f3f6;
}

.cta-section .image-column .image {
    position: relative;
    margin-left: -95px;
    margin-right: -20px;
    margin-top: -50px;
}

.cta-section .sec-title h2 {
    padding-bottom: 0px;
}

.cta-section .sec-title .text {
    padding-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.cta-section .content-column .image {
    margin-bottom: 10px;
    text-align: center;
}

.cta-section .content-column .bottom-content {
    margin-bottom: 80px;
}

.cta-section .link-btn {
    margin-bottom: 25px;
}

.cta-section .theme-btn {
    margin: 0 10px;
}

.cta-section .btn-style-one span {
    padding: 9px 30px;
}

.cta-section .btn-style-two span {
    padding: 9px 30px;
}

.cta-section .btn-style-two {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.cta-section .hint {
    font-size: 18px;
    font-weight: 500;
}

/* Main Footer */

.main-footer {
    position: relative;
    color: rgb(196, 197, 199);
    background-color: var(--theme1);
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 30px;
}

.main-footer.sp-two .widgets-section {
    padding: 210px 0px 30px;
}

.main-footer.sp-three .widgets-section {
    padding: 135px 0px 30px;
}

.main-footer .column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: var(--theme2);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
}

.main-footer .logo-widget h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-footer .logo-widget .link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.main-footer .logo-widget .link-btn i {
    margin-right: 10px;
}

/* Link Widget */

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.links-widget ul li a:hover {
    color: #fff;
}

.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:before {
    opacity: 1;
}

.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:after {
    opacity: 1;
}

/* Instagram Widget */

.instagram-widget .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -4.5px;
}

.instagram-widget .wrapper-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px 4.5px 11px;
    border-radius: 6px;
}

.instagram-widget .wrapper-box .image .overlay-link {
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(255, 255, 255, 0.75);
}

.instagram-widget .wrapper-box .image:hover .overlay-link {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Footer Style Three  */

.main-footer.style-three .widgets-section {
    padding: 80px 0px 50px;
}

/* About Widget */

.about-widget .text {
    font-size: 18px;
    color: #d2ccda;
}

.about-widget .list {
    margin-bottom: 35px;
}

.about-widget .list li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.about-widget .list li a {
    position: relative;
    color: #d2ccda;
    padding-left: 30px;
}

.about-widget .list li a:before {
    position: absolute;
    content: "\f134";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: Flaticon;
}

/* Link Widget Two */

.links-widget-two .widget-content {
    position: relative;
}

.links-widget-two ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget-two ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 22px;
}

.links-widget-two ul li a:before {
    position: absolute;
    content: "\f105";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.links-widget-two ul li a:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.links-widget-two ul li a:hover:before {
    opacity: 0;
}

.links-widget-two ul li a:hover:after {
    opacity: 1;
}

.links-widget-two ul li a:hover {
    color: #fff;
}

/* Twitter Widget */

.twitter-widget .widget-content {
    position: relative;
}

.twitter-widget .image-box {
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 22px;
}

.twitter-widget .image-box img {
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 6px;
    width: 60px;
}

.twitter-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
}

.twitter-widget .user a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #d2ccda;
}

.twitter-widget .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.twitter-widget p {
    font-size: 16px;
    font-weight: 500;
}

.twitter-widget .date {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 500;
    color: #d2ccda;
}

.twitter-widget .date i {
    margin-right: 10px;
}

.twitter-widget .date:before {
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 58px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 95px;
}

.footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-bottom ul.menu li {
    position: relative;
    margin-right: 20px;
}

.footer-bottom ul.menu li+li:before {
    position: absolute;
    content: '/';
    color: #d2ccda;
    left: -13px;
    top: 0;
    font-size: 18px;
}

.footer-bottom ul.menu li a {
    position: relative;
    color: #d2ccda;
    font-size: 18px;
}

.footer-bottom .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom .scroll-to-top-two i {
    margin-right: 5px;
}

.footer-bottom .social-links {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-bottom .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .social-links li a:hover {
    color: #ffffff;
}

.footer-bottom .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer-bottom .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer-bottom .social-links li a span {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/* Scroll To Top style */

.scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 54px;
    height: 54px;
    color: #64221F;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 8888;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #FFCC29;
    background-color: #64221F;
}

/* About Us Two */

.about-section-two {
    position: relative;
    padding: 80px 0 80px;
    margin-top: 49px;
}

.about-section-two .image-block .image-one {
    position: relative;
}

.about-section-two .image-block img {
    border-radius: 6px;
}

.about-section-two .image-block .image-two {
    position: absolute;
    right: 0;
    top: 0;
}

.about-section-two .image-block .image-three {
    position: absolute;
    right: 60px;
    bottom: 0;
}

.about-section-two .image-block .image-three .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    text-align: center;
}

.about-section-two .image-block .image-three .video-box a {
    color: #fff;
}

.about-section-two .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-two .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.about-section-two .content-block {
    position: relative;
}

.about-section-two .content-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3c3b3b;
}

.about-section-two .content-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-two .read-more-link {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fira-sans);
    padding-left: 20px;
}

.about-section-two .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 1px;
    width: 17px;
}

.about-section-two .read-more-link i {
    margin-right: 3px;
}

.about-section-two .owl-nav,
.about-section-two .owl-dots {
    display: none;
}

/* Services Section */
.shivalika li.text p {
    margin-left: 20px;
}

.shivalika a {
    color: #3c3b3b;
}

.shivalika a:hover {
    color: var(--theme2);
}

.services-section {
    position: relative;
    padding: 80px 0 50px;
    background-size: cover;
}

.service-block-one {
    position: relative;
}

.service-block-one .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px 26px;
    padding-top: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
    transition: var(--transition);
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 102px;
    height: 91px;
    background: url(../images/shape/shape-2.png) no-repeat;
}

.service-block-one .icon {
    position: relative;
    font-size: 50px;
    width: 93px;
    height: 93px;
    border: 1px dashed #c0c0c0;
    padding: 6px;
    border-top-left-radius: 30px;
    margin-bottom: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}

.service-block-one:hover .icon {
    border-radius: 0px;
}

.service-block-one .icon .icon-inner {
    position: relative;
    background-color: #fff;
    width: 79px;
    height: 79px;
    line-height: 65px;
    text-align: center;
    font-size: 50px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one:hover .icon .icon-inner {
    color: #fff;
    border-radius: 0;
}

.service-block-one:hover .icon .icon-inner img {
    filter: brightness(0) invert(1);
}

.service-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    color: #3c3b3b;
    margin-bottom: 20px;
}

.service-block-one .text {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 0px;
}

.service-block-one .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one .read-more-link:hover {
    padding-left: 42px;
}

.service-block-one .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 1px;
    width: 21px;
}

.service-block-one .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one .read-more-link:hover i {
    opacity: 1;
}

/* Services Section Five */

.services-section-five {
    position: relative;
    padding: 80px 0 50px;
}

.services-section-five .content-box:hover .icon img {
    filter: brightness(0) invert(1);
}

.services-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.service-block-five {
    position: relative;
}

.service-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box .content-box {
    position: relative;
    padding: 30px;
    padding-left: 133px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    z-index: 9;
    min-height: 120px;

}

.service-block-five .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--theme1);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 20px;
    opacity: .3;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: var(--theme2);
}

.service-block-five .inner-box:hover:before {
    bottom: -10px;
}

.service-block-five .inner-box:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    opacity: .5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: var(--theme2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover:after {
    bottom: -5px;
}

.service-block-five .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    padding-right: 20px;
    line-height: 60px;
    color: #a3b4ce;
    border-right: 1px solid #d6d6d6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.style-two .service-block-five .icon {
    color: var(--theme1);
}

.style-two .service-block-five .inner-box:hover .icon {
    color: #fff;
}

.service-block-five .inner-box:hover .icon {
    border-color: #6b3838;
}

.service-block-five h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover h4 {
    color: #fff;
}

/* Margin Padding */

.mb-50 {
    margin-bottom: 50px !important;
}

.px-15 {
    padding: 0 15px !important;
}

/* Team Section */

.team-section {
    position: relative;
    padding: 100px 0 70px;
}

.team-section .auto-container {
    max-width: 1230px;
}

/* Funfacts Section Two */

.funfacts-section-two {
    position: relative;
    padding: 80px 0 50px;
    background-color: #f9f4e4;
}

.funfacts-section-two .inner {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
}

.funfacts-section-two .content {
    position: relative;
    padding: 31px 30px;
    background-color: var(--theme1);
    transition: var(--transition);

}

.funfacts-section-two .icon-box {
    position: absolute;
    width: 160px;
    height: 160px;
    line-height: 160px;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 30px;
}

.funfacts-section-two .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.funfacts-section-two .count-box {
    font-size: 60px !important;
    line-height: 50px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.funfacts-section-two .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.funfacts-section-two p {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.funfacts-section-two p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    height: 1px;
    width: 10px;
}

.funfacts-section-two .icon-box .icon {
    filter: brightness(0) invert(1);
}


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

.dropup .dropdown-toggle::after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active,
.contact-form .btn-light:not(:disabled):not(.disabled):active,
.contact-form .show>.btn-light.dropdown-toggle {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
}

.subscribe-newsletter {
    position: relative;
    padding: 50px 30px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 9;
    text-align: center;


}

.subscribe-newsletter,
.subscribe-newsletter:before,
.subscribe-newsletter:after {
    background: linear-gradient(90deg, var(--theme1), var(--theme2))
}

.subscribe-newsletter:before {
    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    top: -20px;
    height: 20px;
    opacity: .3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.subscribe-newsletter:after {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    top: -10px;
    height: 10px;
    opacity: .5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.subscribe-newsletter .sec-title h4 {
    color: #fff;
}

/* Post Widget */

.post-widget {
    position: relative;
}

.post-widget .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.post-widget .image {
    position: absolute;
    left: 0;
    top: 7px;
}

.post-widget .image img {
    border-radius: 6px;
}

.post-widget .date {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.post-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.post-widget h4 a {
    color: #fff;
}

.post-widget .read-more-post {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #aab1c8;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.post-widget .read-more-post i {
    font-weight: normal;
    margin-left: 10px;
}

/* Contact Widget */

.contact-widget .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.contact-widget ul.list {
    margin-bottom: 20px;
}

.contact-widget ul.list li {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.contact-widget ul.list li a {
    color: #fff;
}

.contact-widget ul.list li:hover a {
    color: var(--theme2);
}

.contact-widget .social-links {
    position: relative;
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .social-links li a:hover {
    color: #ffffff;
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-widget .social-links li a span {
    position: relative;
}

/* Footer Bottom Two */

.footer-bottom-two {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 22px;
}

.footer-bottom-two .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 22px;
}

.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-two .menu li+li {
    margin-left: 25px;
}

.footer-bottom-two .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
}

/* Footer Bottom Three */

.footer-bottom-three {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    /* background-color: #e9eef8; */
    padding-top: 15px;
}

.footer-bottom-three .auto-container {
    margin: 0;
    padding: 0;
}

.footer-bottom-three .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-bottom-three .copyright-text a {
    color: #ffffff;
}

.footer-bottom-three .copyright-text a:hover {
    color: var(--theme2);
}

.footer-bottom-three .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-three .menu li+li {
    margin-left: 25px;
}

.footer-bottom-three .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
}

.footer-bottom-three .bottom-area {
    border-top: 1px solid #d2d6e0;
    padding: 12px 0;
}

.footer-bottom-three .bottom-area ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom-three .bottom-area ul li {
    margin-right: 55px;
    line-height: 40px;
}

.footer-bottom-three .bottom-area ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
}

.footer-bottom-three .bottom-area ul li:last-child {
    margin-right: 0;
}

/* About Section Three */

.about-section-three {
    position: relative;
    padding-top: 150px;
}

.about-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 130px;
    right: 0;
    top: 0;
    background-size: cover;
}

.about-section-three .sec-title .read-more-link {
    position: relative;
    color: #0c2957;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-top: 20px;
    display: inline-block;
}

.about-section-three .sec-title .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #c3cbd9;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    transition: var(--transition);
}

.team-block-two .image {
    position: relative;
}

.team-block-three .image img {
    width: 100%;
}

.team-block-two .image .default-image {
    transition: 1s;
}

.default-image img {
    /* background: linear-gradient(180deg, #f1ede0, #dcd3d3); */
    border-radius: 10px 10px 0 0;
    background-color: #dbdbdb;
}

.team-block-two .image .hover-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 1s;
}

.team-block-two .content {
    position: relative;
    background-color: #fff;
    padding: 15px 22px 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-right: 20px;
    margin-left: -15px;
    border-radius: 6px;
    text-align: center;
}

.team-block-two .content:before {
    position: absolute;
    content: '';
    background-color: #fff;
    top: 0;
    width: 50px;
    right: -20px;
    bottom: 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: 6px;
    border-right: 3px solid #64221f61;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-two:hover .content:before {
    border-right: 3px solid var(--theme2);
}

.team-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.team-block-two .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.team-block-two .video-btn {
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-block-two .video-btn:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    opacity: 0;
}

.team-block-two .inner-box:hover .video-btn:before {
    opacity: 1;
}

.team-block-two .video-btn a {
    position: relative;
    color: #9ca6b6;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #d8dce5;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-two .inner-box:hover .video-btn a {
    color: #fff;
}

.team-block-two .video-btn a span {
    position: relative;
    left: 2px;
}

.about-section-three .team-area {
    padding-bottom: 70px;
}

.about-section-three .fact-counter-three {
    position: relative;
    margin-bottom: -130px;
    z-index: 9;
}

.about-section-three .fact-counter-three .image {
    margin-bottom: 30px;
}

.about-section-three .fact-counter-three .image img {
    border-radius: 6px;
    width: 100%;
}

.fact-counter-three {
    position: relative;
}

.fact-counter-three .inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    padding: 50px 30px;
    border-radius: 6px;
    background-image: url(../images/shape/pattern-1.jpg);
    background-size: cover;
}

.fact-counter-three .inner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/shape/pattern-2.jpg);
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.fact-counter-three .inner:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.fact-counter-three .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    top: -4px;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fact-counter-three .inner:hover .counter-title {
    color: #fff;
}

.fact-counter-three .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: "Fira Sans", sans-serif;
    background-image: url(../images/shape/pattern-15.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fact-counter-three .inner:hover .count-box {
    background-color: #fff;
    background-image: url(../images/shape/pattern-16.png);
}

.fact-counter-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    line-height: 1.4em;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

.fact-counter-three .inner:hover .read-more-link {
    color: #fff;
}

.fact-counter-three .read-more-link i {
    opacity: 0;
    margin-left: 5px;
    color: #fff;
}

.fact-counter-three .inner:hover .read-more-link i {
    opacity: 1;
}

/* Experience Section */

.experience-section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.experience-section .sec-title .text {
    color: #d2ccda;
}

.experience-section .icon-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.experience-section .icon-box .icon {
    position: absolute;
    left: 40px;
    top: 40px;
}

.experience-section .icon-box .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #51495e;
    line-height: 68px;
    text-align: center;
    background-color: #2e243e;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.experience-section .icon-box .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    border: 1px solid #51495e;
    border-radius: 50%;
}

.experience-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.experience-section .icon-box .text {
    font-size: 18px;
    font-weight: 500;
    color: #d2ccda;
    margin-bottom: 35px;
}

.experience-section .experience-wrapper {
    position: relative;
    margin-bottom: 30px;
    max-width: 570px;
}

.experience-section .experience-wrapper h1 {
    position: absolute;
    right: -202px;
    top: 0;
    -webkit-transform: rotate(90deg) translateX(50%);
    -ms-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
    font-size: 80px;
    color: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.experience-section .experience-year {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 183px;
    width: 183px;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    margin-left: -32px;
    margin-top: 5px;
}

.experience-section .experience-year h2 {
    position: relative;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 900;
}

.experience-section .experience-year .text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

/* Subscribe Newletter Two */

.subscribe-newsletter-two {
    padding-top: 75px;
    padding-bottom: 90px;
    margin-bottom: -29px;
    z-index: 9;
    position: relative;
}

.subscribe-newsletter-two .form-group {
    position: relative;
}

.subscribe-newsletter-two .form-group input {
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    padding-left: 65px;
    padding-right: 180px;
    border-radius: 6px;
    color: #fff;
}

.subscribe-newsletter-two .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-newsletter-two .form-group i {
    color: #fff;
    position: absolute;
    left: 40px;
    top: 17px;
}

.subscribe-newsletter-two h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.subscribe-newsletter-two .btn-style-one .btn-title::before {
    background-color: #fff;
}

.subscribe-newsletter-two .btn-style-one:hover .btn-title {
    color: var(--theme1);
}

.subscribe-newsletter-two .btn-style-one {
    background-color: var(--theme1);
}

/* Porojects Section Two */

.projects-section-two {
    position: relative;
    padding: 80px 0 0;
    background-color: var(--theme1);
}

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

.project-block-two .inner-box {
    position: relative;
}

.project-block-two .inner-box a {
    color: #fff;
}

.project-block-two .inner-box:hover a {
    color: var(--theme2);
}

.project-block-two .image {
    position: relative;
}

.project-block-two .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(19, 34, 82) 0%, rgba(19, 34, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(82 19 19) 0%, rgba(19, 34, 82, 0) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(19, 34, 82) 0%, rgba(19, 34, 82, 0) 100%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.owl-item.active .project-block-two .image:before {
    opacity: 1;
}

.project-block-two .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 60px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.owl-item.active .project-block-two .content {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.project-block-two .left-box {
    position: relative;
    /* padding-right: 60px; */
}

.project-block-two .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 10px;
}

.project-block-two .category:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    height: 1px;
    width: 50px;
    background-color: #fff;
}

.project-block-two h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.project-block-two .text {
    border-left: 3px solid;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    padding-left: 30px;
    margin-left: 30px;
}

.projects-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.projects-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -92px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #9ca6b6;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.projects-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -92px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 66px;
    right: 0px;
    color: #9ca6b6;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    background-color: #fff;
}

.projects-section-two .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

/* Services Section Four */

.services-section-four {
    position: relative;
    padding: 80px 0 80px;
}

.services-section-four .row {
    row-gap: 30px;
}

.service-block-four {
    position: relative;
    transition: var(--transition);
}

.service-block-four .inner-box {
    position: relative;
}

.service-block-four .image-box {
    position: relative;
}

.service-block-four .image-box img.csr {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-four .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: .74;
    background-image: -moz-linear-gradient(3deg, rgb(15, 49, 134) 56%, rgb(173, 189, 229) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(82 19 19) 0%, rgba(19, 34, 82, 0) 100%);
    background-image: -ms-linear-gradient(3deg, rgb(15, 49, 134) 56%, rgb(173, 189, 229) 100%);
}

.service-block-four .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* .service-block-four .inner-box:hover .icon-box {
    opacity: 0;
} */

.service-block-four .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-four:hover,
.contact-details-section-three .outer-box:hover,
.faq-section-five:hover,
.services-section .inner-box:hover,
.funfacts-section-two .content:hover,
.team-block-two .inner-box:hover {
    transform: translateY(-5px);
}

.service-block-four .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-four:hover .icon-box h4,
.service-block-four:hover .icon-box .icon {
    color: var(--theme2);
}

.service-block-four .icon-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-four .overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-four .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-four .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-top: 4px solid;
    border-bottom: 4px solid;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.service-block-four .inner-box:hover .overlay:after,
.service-block-four .inner-box:hover .overlay:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.service-block-four .overlay:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-left: 4px solid;
    border-right: 4px solid;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.service-block-four .content {
    position: relative;
    padding: 35px 30px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* .service-block-four .inner-box:hover .content {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
} */

.service-block-four .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.services-section-four .sec-title h2 {
    padding-bottom: 0;
}

.text p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Why Coose Us Section Two */

.whay-choose-block .inner-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.whay-choose-block .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}

.whay-choose-block .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #ffffff30;
    line-height: 55px;
    text-align: center;
    background-color: #183783;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whay-choose-block .inner-box:hover .icon span {
    border-radius: 0;
}

.whay-choose-block .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background-image: url(../images/shape/pattern-15.png);
    border-radius: 50%;
}

.whay-choose-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3c3b3b;
}

.whay-choose-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.whay-choose-block .text:last-child {
    margin-bottom: 0px;
}

@media (max-width:575px) {

    .whay-choose-block h4 {
        text-align: center;
    }
}


/** page-title **/

.page-title {
    position: relative;
    padding: 230px 0px 80px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(32, 22, 48) 0%, rgba(32, 22, 48, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, var(--theme1) 0%, rgba(32, 22, 48, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(32, 22, 48) 0%, rgba(32, 22, 48, 0) 100%);
}

.page-title .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
    font-family: var(--fira-sans);
    /* text-transform: uppercase; */
}

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

.page-title .content-box .bread-crumb li:hover a {
    color: var(--theme2);
}

.page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline;
}

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

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    top: -1px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

/* Error Section */

.error-section {
    position: relative;
    padding: 100px 0;
}

.error-section .image {
    margin-bottom: 60px;
}

.error-section h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.error-section .text {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Sidebar Page Container */

.sidebar-page-container {
    position: relative;
    padding: 100px 0 70px;
}

.sidebar-page-container .pattern {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-size: cover;
}

.sidebar {
    position: relative;
    margin-bottom: 30px;
}

.widget+.widget {
    margin-top: 50px;
}

.widget .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

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

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #5a5a68;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:hover:before,
.pagination li a.active:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.pagination li a:hover,
.pagination li a.active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}


.mb-30 {
    margin-bottom: 30px;
}

.mb-lg-70 {
    margin-bottom: 70px;
}


.filters {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/* Team Section Three */

.team-section-three {
    position: relative;
    padding: 40px 0 80px;
}

.team-section-three .text,
.team-section-three .text p {
    margin-bottom: 20px;
}

.team-section-three .row .team-block-two {
    display: flex;
    justify-content: start;
    align-items: center;
}

.team-section-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: var(--fira-sans);
}

.team-section-three .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
}

.team-section-three .sec-title .text {
    font-size: 20px;
    color: inherit;
}

.team-section-three .link-btn {
    position: relative;
    margin-top: 50px;
}

/* Team Section Four */

.team-section-four {
    position: relative;
    padding: 40px 0 80px;
}

.team-section-four .text,
.team-section-four .text p {
    margin-bottom: 20px;
}

.team-section-four .row .team-block-two {
    display: flex;
    justify-content: start;
    align-items: center;
}

.team-section-four .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: var(--fira-sans);
}

.team-section-four .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
}

.team-section-four .sec-title .text {
    font-size: 20px;
    color: inherit;
}

.team-section-four .link-btn {
    position: relative;
    margin-top: 50px;
}

/* Funfacts Section Two / Style Two */

.funfacts-section-two.style-two .content {
    background: transparent;
}

.funfacts-section-two.style-two .icon-box {
    background: transparent;
    top: 63px;
}

.funfacts-section-two.style-two .inner:before {
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    width: 1px;
    bottom: 20px;
    background: #41394f;
}

.funfacts-section-two.style-two .column:last-child .inner:before {
    display: none;
}

/* Contact Details */

.contact-details-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section .sec-title h2 {
    padding-bottom: 20px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
}

.contact-info-block .icon-box {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-block h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info-block h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-block ul li a {
    color: #0c2957;
}

.contact-info-block {
    position: relative;
}

/* Faq Section Five */

.faq-section-five {
    position: relative;
    background-color: #f1f5f8;
    border-radius: 10px;
    transition: var(--transition);
}

.faq-section-five .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.faq-section-five .contact-form-area {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 10px;
}

.faq-section-five .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-five .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-five .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-five .contact-form .bootstrap-select>.dropdown-toggle,
.faq-section-five .contact-form .form-group input[type="text"],
.faq-section-five .contact-form .form-group input[type="email"],
.faq-section-five .contact-form .form-group textarea,
.faq-section-five .contact-form .form-group select {
    border-color: transparent;
    border: 1px solid #e1e5e9;
}

.faq-section-five .contact-form .form-group textarea {
    height: 106px;
}

.faq-section-five .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

/* Contact Details Three */

.map {
    padding: 50px 0 80px;
}

.map iframe {
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.contact-details-section-three {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
}

.contact-details-section-three .sec-top .text {
    font-size: 20px;
    font-weight: 500;
}

.contact-details-section-three .outer-box {
    position: relative;
    background: #fff;
    padding: 12px 60px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
    transition: var(--transition);

}

.contact-info-block-three {
    position: relative;
    z-index: 2;
}

email:before {
    content: attr(data-user) "\0040";
}

email::after {
    content: attr(data-domain);
}

.contact-info-block-three .inner-box {
    position: relative;
    background: #fff;
    padding: 50px 0px;
    padding-left: 65px;
    border-bottom: 1px solid #e1e5e9;
}

.contact-info-block-three:last-child .inner-box {
    border-bottom: 0;
}

.contact-info-block-three .icon {
    position: absolute;
    left: 0;
    top: 50px;
}

.contact-info-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-three ul li {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.contact-info-block-three ul li a {
    color: #3c3b3b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .wrapper-box {
    position: relative;
}

.contact-details-section-three .pointer-block {
    position: absolute;
    left: 21%;
    top: 36%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.contact-details-section-three .pointer-block:nth-child(2) {
    left: 61%;
    top: 45.5%;
}

.contact-details-section-three .pointer-block:nth-child(3) {
    left: auto;
    right: 18.5%;
    top: auto;
    bottom: 28%;
}

.contact-details-section-three .pointer-block:nth-child(4) {
    left: 48.5%;
    bottom: 20.5%;
    top: auto;
}

.contact-details-section-three .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point {
    border-color: #fec8c2;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}

.contact-details-section-three .pointer-block .point:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:after {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.contact-details-section-three .pointer-block .point:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:before {
    background-color: #fca197;
}

.contact-details-section-three .pointer-block:nth-child(1) .point:before,
.contact-details-section-three .pointer-block:nth-child(3) .point:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.contact-details-section-three .pointer-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    bottom: 30px;
    left: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.contact-details-section-three .pointer-block .content:before {
    position: absolute;
    content: '';
    left: 90px;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.contact-details-section-three .pointer-block:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.contact-details-section-three .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    text-align: center;
}

/* Widget Categories */

.widget_categories {
    margin-bottom: 45px;
}

.widget_categories .categories-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e5e9;
}

.widget_categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget_categories .categories-list li a:hover {
    padding-left: 0;
}

.widget_categories .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 0px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories .categories-list li a span {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories .widget-title {
    margin-bottom: 7px;
}

/* Widget Categories */

.widget_categories_two {
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: var(--transition);
}

.widget_categories_two:hover {
    transform: translateY(-5px);
}

.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #201e1e;
}

.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories_two .categories-list li a span {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories_two .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    color: #fff;
}

.widget_categories_two .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories_two .widget-title {
    margin-bottom: 7px;
}

/* Widget Brochur */
.service-sidebar {
    position: relative;
}

/* Widget Contact */

.widget_contact {
    padding: 50px 30px;
    border-radius: 6px;
    background-color: white;
    background-size: cover;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.widget_contact:hover {
    transform: translateY(-5px);
}

.widget_contact img {
    margin-bottom: 30px;
}

.widget_contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3c3b3b;
    /* padding-bottom: 25px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.widget_contact .phone-number a,
.widget_contact .text a {
    color: #3c3b3b;
}

.resort .widget_contact .email {
    margin-bottom: 10px;
}

.widget_contact a:hover,
.widget_contact .email a:hover {
    color: var(--theme2);
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #3c3b3b;
}

.widget_contact .btn-style-one:hover .btn-title {
    color: var(--theme2);
}

.widget_contact {
    position: sticky;
    top: 100px;
}

/* Services Details */

.services-details .text:last-child p {
    margin-bottom: 0;
}

.services-details {
    position: relative;
    padding: 80px 0 80px;
}

.services-details .details a {
    color: #0c2957;
}

.services-details .details a:hover {
    color: #FFCC29;
}

.services-details .content-side .details .text {
    margin-bottom: 0;
}

.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 50px;
}

.services-details .content-side .image-slide img {
    border-radius: 6px;
}

.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: var(--theme1);
    padding: 40px;
    border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.services-details .content-side h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-details .content-side .icon {
    position: relative;
    font-size: 200px;
    line-height: 210px;
    color: #e5ebf4;
}

.services-details .content-side .text {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .text p {
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .list {
    position: relative;
}

.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.services-details .content-side .list li:last-child {
    margin-bottom: 0px;
}

.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}

.services-details .tab-btn-style-one {
    position: relative;
    border: 0px;
    margin-bottom: 30px;
}

.services-details .tab-btn-style-one li {
    margin-bottom: 10px;
    width: 100%;
}

.services-details .tab-btn-style-one li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #0c2957;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active,
.services-details .tab-btn-style-one li a:hover {
    color: #fff;
}

.services-details .tab-btn-style-one li a:before {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    font-size: 16px;
    right: 20px;
    top: 13px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active:before,
.services-details .tab-btn-style-one li a:hover:before {
    opacity: 1;
}

.services-details .tab-content {
    position: relative;
    margin-bottom: 30px;
}

.services-details .tab-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-details .tab-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-details .tab-content img {
    border-radius: 6px;
}

/* About Section Six */

.about-section-six {
    position: relative;
    padding: 40px 0px 40px;
}

.about-section-six .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-six .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-six .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-six .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-six .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 50px;
}

.about-section-six .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section-six .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .content-column .text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.about-section-six .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section-six .experience-years-block {
    position: relative;
}

.about-section-six .experience-years-block .image {
    position: relative;
    display: inline-block;
}

.about-section-six .experience-years-block .image img {
    border-radius: 50%;
}

.about-section-six .experience-years-block h2 {
    position: absolute;
    left: 0;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.about-section-six .experience-years-block .text {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fira-sans);
    padding: 54px 29px 0;
    line-height: 1.2em;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
}

.about-section-six .experience-years-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0;
    background-image: url(../images/shape/shape-18.png);
    background-position: 50% 80%;
}

.about-section-six .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.about-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.about-section-six .whay-choose-block .text {
    color: #0c2957;
}

.about-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.about-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}


/* Features Section */

.features-section-six {
    position: relative;
    padding: 80px 0 50px;
    background-color: #f1f5f8;
}

.features-section-six .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section-six .content {
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 15px;
}

.features-section-six .video-box {
    position: relative;
    text-align: right;
    margin-bottom: -70px;
}

.features-section-six .video-box .image {
    position: relative;
}

.features-section-six .video-box .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 270px;
}

.features-section-six .video-box .image img {
    position: relative;
}

.features-section-six .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 116px;
    border-radius: 50%;
    z-index: 9;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.features-section-six .whay-choose-block {
    position: relative;
}

.features-section-six .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.features-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #f1f5f8;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span img {
    filter: brightness(0) invert(1);
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    top: 49px;
    z-index: 10;
}

.main-slider .tparrows.gyges {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
    line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
    color: var(--theme1) !important;
    background-color: var(--theme2);
}

/* .main-slider .tp-dottedoverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .50);
} */

/* Alert Color */
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.close {
    color: black;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.3;
    text-shadow: none;
    vertical-align: middle;
}

/* grecaptcha */
.grecaptcha-badge {
    bottom: 60px;
    z-index: 999;
}