:root {
    --theme-color: #e83a15;
    --theme-color2: #00045f;
    --title-color: #161921;
    --body-color: #646464;
    --smoke-color: #f7f7f7;
    --smoke-color2: #800000;
    --black-color: #000000;
    --black-color: #000000;
    --black-color2: #080e1c;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --title-font: "Trebuchet MS", Arial, Helvetica, sans-serif;, Arial, Helvetica, sans-serif;
    --body-font: "Trebuchet MS", Arial, Helvetica, sans-serif;, Arial, Helvetica, sans-serif;
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
.theme-blue {
    --theme-color: #0052da;
    --theme-color2: #e83a15;
}
html,
body {
    scroll-behavior: auto !important;
}
body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
input:focus {
    outline: none;
    box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}
th {
    font-weight: 700;
    color: var(--title-color);
}
td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
ins {
    text-decoration: none;
}
pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
    display: none;
}
p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: #000;
    font-size: 19px;
    line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 34px;
    line-height: 1.167;
}
.h2,
h2 {
    font-size: 26px;
    line-height: 1.227;
}
.h3,
h3 {
    font-size: 26px;
    color: #a9210e;
    line-height: 1.278;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
}
.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }
    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
}
@media (min-width: 1560px) {
    .themeholy-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .themeholy-container2 .container {
        --main-container: 1220px;
    }
}
@media (min-width: 1922px) {
    .themeholy-container2 {
        margin-right: auto;
    }
}
@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
}
@media only screen and (min-width: 1300px) {
    .themeholy-container {
        --main-container: 1720px;
    }
}
.themeholy-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.themeholy-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}
.themeholy-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.themeholy-menu-wrapper .themeholy-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}
.themeholy-menu-wrapper .themeholy-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.themeholy-menu-wrapper .themeholy-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.themeholy-menu-wrapper.themeholy-body-visible {
    opacity: 1;
    visibility: visible;
}
.themeholy-menu-wrapper.themeholy-body-visible .themeholy-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.themeholy-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.themeholy-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.themeholy-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.themeholy-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.themeholy-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: none;
    color: var(--title-color);
    padding-left: 18px;
}
.themeholy-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.themeholy-mobile-menu ul li.themeholy-active > a {
    color: var(--theme-color);
}
.themeholy-mobile-menu ul li.themeholy-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.themeholy-mobile-menu ul li ul li {
    padding-left: 20px;
}
.themeholy-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.themeholy-mobile-menu ul .themeholy-item-has-children > a .themeholy-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.themeholy-mobile-menu ul .themeholy-item-has-children > a .themeholy-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}
.themeholy-mobile-menu ul .themeholy-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}
.themeholy-mobile-menu ul .themeholy-item-has-children.themeholy-active > a .themeholy-mean-expand:before {
    content: "\f068";
}
.themeholy-mobile-menu ul .themeholy-item-has-children.themeholy-active > a:after {
    content: "\f068";
}
.themeholy-mobile-menu > ul {
    padding: 0 40px;
}
.themeholy-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.themeholy-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}
.themeholy-menu-toggle:hover {
    background-color: var(--title-color);
}
.themeholy-menu-toggle.style-text,
.themeholy-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}
.themeholy-menu-toggle.style-text i,
.themeholy-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.themeholy-menu-toggle.style-text-white {
    color: var(--white-color);
}
@media (max-width: 400px) {
    .themeholy-menu-wrapper .themeholy-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .themeholy-mobile-menu > ul {
        padding: 0 20px;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.themeholy-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 21px 30px;
    min-width: 166px;
    border-radius: 0;
}
.themeholy-btn:before,
.themeholy-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
}
.themeholy-btn:before {
    -webkit-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
.themeholy-btn:after {
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.themeholy-btn:hover,
.themeholy-btn.active {
    color: var(--white-color);
    box-shadow: none;
}
.themeholy-btn:hover::before,
.themeholy-btn:hover:after,
.themeholy-btn.active::before,
.themeholy-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.themeholy-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none;
}
.themeholy-btn.style2:hover {
    color: var(--title-color);
    border-color: var(--white-color);
}
.themeholy-btn.style2:hover:before,
.themeholy-btn.style2:hover:after {
    background-color: var(--white-color);
}
.themeholy-btn.style3:hover {
    color: var(--title-color);
}
.themeholy-btn.style3:hover:before,
.themeholy-btn.style3:hover:after {
    background-color: var(--white-color);
}
.themeholy-btn.style4 {
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-size: 20px;
}
.themeholy-btn.style4:hover {
    color: var(--white-color);
}
.themeholy-btn.style4:hover:before,
.themeholy-btn.style4:hover:after {
    background-color: var(--title-color);
}
.themeholy-btn.style5 {
    background-color: var(--theme-color2);
    color: var(--white-color);
}
.themeholy-btn.style5:hover {
    color: var(--theme-color);
}
.themeholy-btn.style5:hover:before,
.themeholy-btn.style5:hover:after {
    background-color: var(--white-color);
}
.themeholy-btn.btn-fw {
    width: 100%;
}
.themeholy-btn.btn-fw:before,
.themeholy-btn.btn-fw:after {
    display: none;
}
.themeholy-btn.btn-fw:hover {
    background-color: var(--title-color);
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 44px);
    font-size: var(--btn-font-size, 22px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}
.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px;
}
.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--theme-color);
}
.play-btn.style3:hover > i {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
    background-color: var(--white-color);
}
.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: none;
    color: var(--theme-color);
}
.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-btn:hover {
    color: var(--theme-color);
}
.link-btn:hover::before {
    width: 100%;
}
.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: none;
    color: var(--theme-color);
}
.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.line-btn:hover {
    color: var(--title-color);
}
.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px;
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}

.newsletter-form .themeholy-btn {
    min-width: 145px;
    padding: 21px 20px;
}
@media (max-width: 1199px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px;
    }
    .themeholy-widget-about .about-text {
        margin-bottom: 20px;
    }
    .social-box.mb-30 {
        margin-bottom: 25px;
    }
}
.themeholy-header {
    position: relative;
    z-index: 41;
}
.themeholy-header .icon-btn {
    border-radius: 99px;
}
.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 21px;
    color: #000;
    text-transform: none;
}
.main-menu a:hover {
    color: #C00000;
}
.main-menu > ul > li {
    margin: 0 12px;
}
.main-menu > ul > li > a {
    padding: 17px 0;
    }
.main-menu > ul > li > a:hover {
    color: #C00000;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}
.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}
.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: none;
}
.main-menu ul.sub-menu li a:before {
    content: "\f7d9";
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}
.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 15px;
    }
}
.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.header-button .themeholy-btn {
    margin-left: 15px;
}
.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}
.header-button .icon-btn:hover .badge {
    background-color: var(--title-color);
}
.social-links .social-title {
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color);
}
.social-links a {
    padding-top: 25px;
    font-size: 18px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 10px 0 0;
}
.social-links a:last-child {
    margin-right: 0 !important;
}
.social-links a:hover {
    color: var(--theme-color);
}
.header-logo {
    padding-top: 35px;
    padding-bottom: 15px;
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
    content: "";
    height: 28px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: -1px;
    right: -30px;
}
.header-links li > i {
    margin-right: 6px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color);
}
.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}
.header-notice {
    margin: 0;
}
.header-top {
    padding: 16px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}
.header-top a:hover {
    color: var(--title-color);
}
.header-layout1 {
    position: relative;
}
.header-layout1 .menu-area {
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
}
.header-layout1 .menu-top,
.header-layout1 .main-menu {
    margin-left: 160px;
}
.header-layout1 .header-top {
    position: relative;
    z-index: 2;
}
.header-layout1 .header-top:before {
    content: "";
    height: 100%;
    width: 28.3%;
    background-color: var(--title-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
    
}
.header-layout1 .header-button .themeholy-btn {
    margin-right: 15px;
}
.header-layout1 .header-logo {
    position: relative;
    z-index: 2;
}
.header-layout1 .themeholy-menu-toggle {
    margin-left: auto;
}
.header-layout1 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.8%;
    height: 100%;
    z-index: 0;
}
.header-layout1 .logo-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color2);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
    z-index: -1;
}
@media (min-width: 1300px) {
    .header-layout1 .themeholy-container {
        --main-container: 1720px;
    }
}
@media (min-width: 1922px) {
    .header-layout1 .logo-bg {
        width: 30.1%;
    }
    .header-layout1 .header-top:before {
        width: 132%;
    }
}
@media (max-width: 1700px) {
    .header-links li:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1500px) {
    .header-layout1 .logo-bg {
        width: 21%;
    }
    .header-layout1 .menu-top,
    .header-layout1 .main-menu {
        margin-left: 40px;
    }
}
@media (max-width: 1399px) {
    .header-layout1 .header-button .themeholy-btn {
        display: none;
    }
}
@media (max-width: 1299px) {
    .header-layout1 .logo-bg {
        width: 26%;
    }
    .header-layout1 .header-top:before {
        width: 38%;
    }
    .header-layout1 .menu-top,
    .header-layout1 .main-menu {
        margin-left: 0;
    }
    .header-layout1 .header-button .icon-btn:last-child {
        display: none;
    }
    .header-links li:nth-child(3) {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 30%;
    }
    .header-layout1 .logo-bg:before {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    }
    .header-layout1 .header-links ul li:first-child {
        display: none;
    }
    .header-layout1 .header-top:before {
        width: 45%;
    }
}
@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 56%;
    }
    .header-layout1 .header-top {
        padding: 12px 0;
    }
    .header-layout1 .header-top:before {
        display: none;
    }
}
@media (max-width: 575px) {
    .header-layout1 .header-links li:nth-child(2) {
        display: none;
    }
    .header-layout1 .logo-bg {
        width: 65%;
    }
    .header-layout1 .header-logo img {
        max-width: 160px;
    }
}
@media (max-width: 375px) {
    .header-layout1 .logo-bg {
        width: 70%;
    }
}
.header-layout2 .header-top:before {
    width: 33%;
}
.header-layout2 .logo-bg {
    width: 30.5%;
}
.header-layout2 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
}
@media only screen and (min-width: 1300px) {
    .header-layout2 .themeholy-container {
        --main-container: 1520px;
    }
}
.menu-wrap {
    border-top: 1px solid var(--border-color);
}
.menu-wrap .main-menu > ul > li > a {
    padding: 15px 0;
}
.menu-wrap .icon-btn {
    --btn-size: 40px;
    line-height: 38px;
    font-size: 16px;
}
.menu-wrap .icon-btn .badge {
    font-size: 10px;
}
.menu-top {
    padding-top: 17px;
    padding-bottom: 17px;
}
.header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.header-info .icon-btn {
    color: var(--theme-color);
    border-radius: 99px;
}
.header-info .icon-btn:hover {
    color: var(--white-color);
}
.header-info_label {
    display: block;
    margin-top: -0.3em;
    color: #000;
    font-size: 18px;
    font-weight: 900;
}
.header-info_link {
    font-size: 15px;
    color: var(--title-color);
    display: block;
    margin-bottom: -0.9em;
}
.header-info_link:hover {
    color: var(--theme-color);
}
@media (min-width: 1922px) {
    .header-layout2 .logo-bg {
        width: 35%;
    }
    .header-layout2 .header-top:before {
        width: 37%;
    }
}
@media (max-width: 1700px) {
    .header-layout2 .logo-bg {
        width: 27%;
    }
    .header-layout2 .header-top:before {
        width: 30%;
    }
}
@media (max-width: 1500px) {
    .header-layout2 .logo-bg {
        width: 21%;
    }
}
@media (max-width: 1199px) {
    .menu-wrap {
        border-top: none;
    }
    .menu-wrap .main-menu > ul > li > a {
        padding: 37px 0;
    }
    .header-layout2 .header-top:before {
        width: 45%;
    }
    .header-layout2 .logo-bg {
        width: 31%;
    }
}
@media (max-width: 991px) {
    .header-layout2 .logo-bg {
        width: 65%;
    }
}
@media (max-width: 575px) {
    .header-layout2 .header-links li:nth-child(2) {
        display: inline-block;
    }
}
.contact-form {
    background-color: var(--white-color);
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    border-radius: 16px;
    padding: 40px;
}
@media (max-width: 1299px) {
    .contact-form {
        padding: 30px;
    }
}
.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: var(--body-color);
}
.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
    color: var(--body-color);
}
.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
    color: var(--body-color);
}
.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
    color: var(--body-color);
}
.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: var(--body-color);
}
.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
    color: var(--body-color);
}
.contact-form select::-ms-input-placeholder,
.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder {
    color: var(--body-color);
}
.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: var(--body-color);
}
.contact-form .nice-select .option {
    color: var(--title-color);
}
.contact-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.contact-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.contact-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.contact-form i {
    color: #888c97;
}
.contact-form textarea.form-control,
.contact-form textarea {
    min-height: 159px;
    padding-top: 16px;
    padding-bottom: 17px;
}
.contact-form .nice-select:after {
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
}
.contact-form .th-btn {
    padding: 19.5px 42px;
}
.contact-form .th-btn i {
    color: var(--white-color);
}
.contact-form.style2 textarea.form-control,
.contact-form.style2 textarea {
    min-height: 130px;
}
.contact-form.style2 select,
.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 textarea,
.contact-form.style2 input {
    height: 64px;
}
.contact-form2 {
    background-color: var(--white-color);
    border-radius: 16px 16px 0 0;
    padding: 40px;
}
@media (max-width: 575px) {
    .contact-form2 {
        padding: 30px;
    }
}
.contact-form2 .nice-select .option {
    color: var(--title-color);
}
.contact-form2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 400;
}
.contact-form2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.contact-form2 .nice-select .option:hover,
.contact-form2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.contact-form2 .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.form-btn-wrapp {
    background-color: var(--theme-color);
    border-radius: 0px 0px 16px 16px;
    padding: 16px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .form-btn-wrapp {
        padding: 16px 32px;
        display: block;
    }
}
@media (max-width: 480px) {
    .form-btn-wrapp .th-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form-btn-wrapp .th-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.form-btn-wrapp .th-btn:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.form-btn-wrapp .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.form-btn-wrapp .contact-info_link {
    color: var(--white-color);
    margin-bottom: 0;
}
.form-btn-wrapp .contact-info_link a {
    color: inherit;
}
@media (max-width: 480px) {
    .form-btn-wrapp.form-btn-wrapp2 .th-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form-btn-wrapp.form-btn-wrapp2 .th-btn img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.form-btn-wrapp.form-btn-wrapp2 .th-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.contact-icon .th-btn img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.contact-icon .th-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    border: 1px solid #e1e4e6;
    border-radius: 8px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (max-width: 375px) {
    .about-contact-grid {
        gap: 14px;
        padding: 15px 15px 18px;
    }
}
.about-contact-grid:not(:last-child) {
    margin-bottom: 30px;
}
.about-contact-grid .about-contact-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    background: var(--title-color);
    border-radius: 50%;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 375px) {
    .about-contact-grid .about-contact-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.about-contact-grid .about-contact-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-contact-grid .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -0.3em;
    margin-bottom: 2px;
}
.about-contact-grid .about-contact-details-text {
    color: var(--title-color);
    margin-bottom: 0;
}
.about-contact-grid .about-contact-details-text a:not(:hover) {
    color: initial;
}
.about-contact-grid:hover .about-contact-icon {
    background: var(--theme-color);
}
.contact-form-area {
    padding-top: 176px;
    max-width: 606px;
}
@media (max-width: 991px) {
    .contact-form-area {
        padding-top: 0px;
    }
}
.contact-map {
    position: relative;
    line-height: 0px;
    border-radius: 30px;
}
@media (max-width: 991px) {
    .contact-map {
        margin-bottom: 40px;
    }
}
.contact-map .contact-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.contact-map .contact-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}
@media (max-width: 991px) {
    .contact-map .contact-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}
.contact-map .contact-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 3;
}
.contact-map .contact-icon img {
    -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
    animation: jumpAni 2s ease-in-out infinite alternate;
}
.contact-map .contact-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 90%;
    width: 38px;
    height: 18px;
    border-radius: 50%;
    background: rgba(13, 13, 12, 0.2);
    z-index: -1;
}
.contact-map .contact-icon:before {
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    margin: auto;
    top: 50%;
    width: 130px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--white-color);
    z-index: -1;
}
@-webkit-keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px);
    }
    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px);
    }
}
@keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px);
    }
    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px);
    }
}
@-webkit-keyframes location-anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes location-anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.contact-map iframe {
    width: 100%;
    height: 365px;
    border-radius: 30px;
}
.contact-map.style2 iframe {
    width: 100%;
    height: 398px;
    border-radius: 0;
}
.contact-map.style3 iframe {
    border-radius: 16px;
}
.contact-text {
    max-width: 369px;
    font-size: 18px;
}
.cantact-area6 {
    padding: 188px 0;
}
@media (max-width: 991px) {
    .cantact-area6 {
        padding: 100px 0;
    }
}
.contact-form-area.contact-form3 {
    padding-top: 120px;
    margin: auto;
}
@media (max-width: 991px) {
    .contact-form-area.contact-form3 {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .contact-form-area.contact-form3 {
        padding-top: 30px;
    }
}
.contact-form-area.contact-form3 textarea.form-control,
.contact-form-area.contact-form3 textarea textarea {
    min-height: 130px;
}
.form-select {
    line-height: 64px;
}
.contact6-overlay {
    position: relative;
}
.contact6-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(left, rgba(11, 20, 34, 0.8) 0%, rgba(11, 20, 34, 0.2) 100%);
    background: linear-gradient(90deg, rgba(11, 20, 34, 0.8) 0%, rgba(11, 20, 34, 0.2) 100%);
}
.contact6-title .sec-title {
    text-transform: none;
}
@media (max-width: 991px) {
    .contact6-title .sec-title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .contact6-title .sec-title {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .contact6-title > .contact-text2 br {
        display: none;
    }
}
.contact8-titlebox .sub-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.counter-card_wrapp .counter-card {
    background: var(--theme-color);
}
.counter-card_wrapp .counter-card .counter-shape {
    border: 1px solid var(--white-color);
}
@media (max-width: 1199px) {
    .counter-card_wrapp .counter-card .counter-shape {
        border-color: var(--theme-color);
    }
}
.counter-card_wrapp .counter-card .counter-shape::before {
    background: var(--white-color);
}
@media (max-width: 1199px) {
    .counter-card_wrapp .counter-card .counter-shape::before {
        background: var(--theme-color);
    }
}
.contact-4-titlebox .th-btn {
    padding: 15px 26px;
}
.form4-btn-wrapp .th-btn {
    padding: 15px 25px;
}
.form4-btn-wrapp .th-btn img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.form4-btn-wrapp .th-btn:hover img {
    -webkit-filter: brightness(3) invert(0);
    filter: brightness(3) invert(0);
}
.contact-infobox {
    padding: 60px;
    border-radius: 30px;
}
@media (max-width: 1299px) {
    .contact-infobox {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .contact-infobox {
        padding: 20px;
    }
}
.contact-infobox .title-area {
    margin-bottom: 15px;
}
.contact-infobox .sec-title {
    margin-bottom: 15px;
}
.about-contact-grid.inner-style {
    border: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--th-border-color);
    border-radius: 0;
}
.about-contact-grid.inner-style .about-contact-details-text {
    font-weight: 600;
    font-size: 24px;
    color: var(--title-color);
}
@media (max-width: 575px) {
    .about-contact-grid.inner-style .about-contact-details-text {
        font-size: 22px;
        line-height: 1.5;
    }
}
.about-contact-grid:hover .about-contact-icon {
    color: var(--white-color);
    background: var(--theme-color);
}
.about-contact-grid:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-contact-grid .about-contact-icon {
    font-size: 26px;
    color: var(--title-color);
    background: var(--white-color);
}
.contact-formbox .contact-form {
    padding: 60px;
}
@media (max-width: 767px) {
    .contact-formbox .contact-form {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .contact-formbox .contact-form {
        padding: 20px;
    }
}
.contact-formbox .contact-form .th-btn {
    padding: 14px 26px;
}
.contact-formbox form {
    border: 1px solid var(--th-border-color);
}
.contact-formbox .form-group .form-select {
    padding: 5px 25px 5px 25px;
    background: var(--smoke-color);
}
.contact-formbox .form-group > img {
    -webkit-filter: contrast(0);
    filter: contrast(0);
}
.contact-formbox .form-control {
    border: 0;
    background-color: var(--smoke-color);
}
.contact-formbox textarea.form-control {
    min-height: 229px;
}
.contact-map.style2 iframe {
    height: 600px;
    border-radius: 30px;
}
.contact-wrapp2 {
    border-radius: 30px;
}
.contact-infobox-top {
    padding: 35px 95px;
}
@media (max-width: 1299px) {
    .contact-infobox-top {
        padding: 35px 30px;
    }
}
.contact-infobox-bottom {
    padding: 0 60px;
    border-top: 3px solid var(--white-color);
}
@media (max-width: 1299px) {
    .contact-infobox-bottom {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .contact-infobox-bottom {
        padding: 0 20px;
    }
}
.contact-infobox-bottom .about-contact-grid {
    margin-bottom: 0;
    border: 0;
    padding: 40px 0;
}
.contact-infobox-bottom .about-contact-grid:not(:last-child) {
    padding-right: 56px;
    border-right: 3px solid var(--white-color);
}
@media (max-width: 1299px) {
    .contact-infobox-bottom .about-contact-grid:not(:last-child) {
        padding-right: 22px;
    }
}
@media (max-width: 1199px) {
    .contact-infobox-bottom .about-contact-grid:not(:last-child) {
        border-right: 0;
        border-bottom: 3px solid var(--white-color);
    }
}
@media (max-width: 767px) {
    .contact-infobox-bottom .about-contact-grid:not(:last-child) {
        padding-right: 0;
    }
}
.contact-infobox-bottom .about-contact-icon {
    color: var(--theme-color);
}
.contact-titlebox2 {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .contact-titlebox2 {
        padding: 30px 0;
    }
}
.contact-titlebox2 .sub-title {
    font-size: 18px;
}
.contact-titlebox2 .sec-title {
    font-size: 36px;
    margin-bottom: 18px;
}
====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:140px 0px 60px;
	background-color:#f5f8ff;
}

.about-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-position:100%;
}

.about-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .image-column .image{
	position:relative;
	border-radius:35px;
	overflow:hidden;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column{
	position:relative;
	margin-left:-140px;
	padding:30px 45px;
	border-radius:15px;
	margin-top:-30px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .content-column .inner-column .title{
	position:relative;
	color:#243559;
	font-size:20px;
	font-weight:500;
	padding-left:40px;
	text-transform:uppercase;
}

.about-section .content-column .inner-column .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:32px;
	height:2px;
	background-color:#80c32f;
}

.about-section .content-column h2{
	position:relative;
	color:#243559;
	font-weight:700;
	line-height:1.2em;
	margin-top:10px;
	margin-bottom:20px;
}

.about-section .content-column h2 span{
	position:relative;
	color:#80c32f;
}

.about-section .content-column .inner-column p{
	position:relative;
	color:#7683a3;
	font-size:16px;
	line-height:1.7em;
}

.about-section .content-column .inner-column .text{
	position:relative;
	color:#243559;
	font-size:18px;
	line-height:1.7em;
	padding-left:30px;
	margin-bottom:20px;
	font-weight:500;
	border-left:4px solid #80c32f;
}

/* Fact Counter */

.fact-counter{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	margin-right:-30px;
}

.fact-counter .column .inner .content{
	position:relative;
	padding-left:60px;
}

.fact-counter .column .inner .icon{
	position:absolute;
	width:45px;
	height:45px;
	left:0px;
	top:0px;
	color:#80c32f;
	font-size:22px;
	text-align:center;
	line-height:41px;
	font-weight: 400;
	border-radius:10px;
	border:2px solid #80c32f;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
	color:#ffffff;
	border-radius:50px;
	background-color:#80c32f;
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:30px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:500;
	color:#243559;
	font-size:20px;
	line-height:1em;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	color:#7683a3;
	font-size:16px;
	font-weight:400;
	margin-top:5px;
}

.fact-counter.style-two{
	margin-top:40px;
}

.fact-counter.style-two .column .inner .content{
	padding-left:90px;
}

.fact-counter.style-two .column .inner .icon{
	width:70px;
	height:70px;
	font-size:34px;
	line-height:66px;
}

.fact-counter.style-two .column .inner .count-outer{
	font-size:36px;
}
.footer-wrapper {
    --th-border-color: rgba(255, 255, 255, 0.2);
    --body-color: #fff;
    position: relative;
    z-index: 2;
    background-color: #a9210e;
    overflow: hidden;
}
.footer-wrapper .th-social a {
    --icon-size: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
}
.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
}
.footer-wrapper .social-links a {
    margin: 0 30px 0 0;
}
.widget-area {
    padding-top: 100px;
    padding-bottom: 48px;
}
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links li {
    font-size: 14px;
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
}
@media (max-width: 575px) {
    .footer-links li {
        padding-right: 20px;
        margin-right: 5px;
    }
}
.footer-links li:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 10px;
    background-color: var(--theme-color);
    right: 0;
}
.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links a {
    font-family: inherit;
    color: var(--white-color);
}
.footer-links a:hover {
    color: var(--theme-color);
}
.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    border-top: 1px solid var(--th-border-color);
}
.copyright-wrap .copyright-text {
    font-size: 16px;
    color: var(--white-color);
    text-align: center;
}
.copyright-wrap .copyright-text a {
    color: var(--theme-color);
}
.copyright-wrap .copyright-text a:hover {
    color: var(--white-color);
}
.copyright-wrap.bg-title .copyright-text a:hover {
    color: var(--theme-color);
}
.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.footer-contact-area {
    padding: 20px 0;
    background-color: var(--white-color);
    border-radius: 0 0 40px 40px;
    max-width: 1620px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .footer-contact-area {
        border-radius: 0 0 15px 15px;
    }
}
.footer-contact-wrap {
    --body-color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-wrap .divider {
    width: 1px;
    height: 80px;
    background-color: var(--body-color);
}
@media (max-width: 767px) {
    .footer-contact-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
        padding: 20px 0;
    }
    .footer-contact-wrap .divider {
        display: none;
    }
}
.footer-contact .box-title {
    font-size: 16px;
    margin-bottom: 7px;
}
.footer-contact .box-text {
    color: var(--title-color);
    max-width: 305px;
    margin-top: -0.45em;
}
.footer-contact .box-text a {
    color: inherit;
}
.footer-contact .box-text a:hover {
    color: var(--theme-color);
}
.footer-contact .box-icon {
    font-size: 34px;
    color: var(--theme-color);
}
.copyright-text {
    margin: 0;
}
.copyright-text a {
    color: var(--theme-color);
}
.copyright-text a:hover {
    color: var(--white-color);
}
.th-widget-contact {
    max-width: 265px;
}
.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px;
}
.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0;
}
.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.schedule-info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.th-widget-schedule {
    width: 280px;
    max-width: 100%;
}
.th-widget-schedule .title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.newsletter-widget {
    max-width: 290px;
}
.newsletter-widget .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.newsletter-widget .newsletter-form .th-btn {
    width: 100%;
}
.newsletter-widget .form-group {
    margin-bottom: 0;
}
.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    min-width: 56px;
    padding: 0;
}
.newsletter-widget .icon-btn:hover {
    background-color: var(--title-color);
}
.newsletter-widget .footer-text {
    margin-bottom: 25px;
}
.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    gap: 10px;
}
@media (max-width: 1199px) {
    .newsletter-form {
        max-width: 460px;
    }
}
.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%;
}
.newsletter-form .form-group > i {
    color: var(--theme-color);
}
.newsletter-form input {
    width: 100%;
}
.newsletter-form .th-btn {
    min-width: 150px;
}
.newsletter-form .newsletter-btn {
    display: inline-block;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    min-width: 55px;
}
.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}
.newsletter-wrap .newsletter-title {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.newsletter-wrap .info-title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    color: transparent;
    -webkit-text-stroke: 0.4px var(--light-color);
}
.newsletter-wrap .divider {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 50px;
}
.newsletter-wrap .newsletter-form {
    max-width: 510px;
    gap: 0;
}
@media (max-width: 1299px) {
    .newsletter-wrap .newsletter-form {
        max-width: 440px;
    }
}
.newsletter-wrap .newsletter-form input {
    height: 50px;
    border-radius: 8px 0 0 8px;
}
.newsletter-wrap .newsletter-form .th-btn {
    min-width: 190px;
    border-radius: 0 8px 8px 0;
    height: 50px;
    padding: 10px 20px;
}
.newsletter-wrap .newsletter-form .th-btn:before {
    background-color: var(--light-color);
}
.newsletter-wrap .newsletter-form .th-btn i {
    margin-left: 8px;
}
@media (max-width: 1199px) {
    .newsletter-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 25px 0;
    }
    .newsletter-wrap .newsletter-form {
        max-width: 700px;
    }
    .newsletter-wrap .newsletter-form .th-btn {
        font-size: 0;
        min-width: 50px;
    }
    .newsletter-wrap .newsletter-form .th-btn i {
        font-size: 16px;
        margin-left: 0;
    }
    .newsletter-wrap .divider {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer-wrapper .newsletter-form {
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }
    .copyright-text {
        text-align: center;
    }
}
.footer-layout2 .copyright-wrap {
    border: none;
}
.footer-layout2 .footer-contact-area {
    border-radius: 0;
    -webkit-clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1299px) {
    .footer-layout2 .footer-contact-area {
        -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
        clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
    }
}
@media (max-width: 767px) {
    .footer-layout2 .footer-contact-area {
        -webkit-clip-path: none;
        clip-path: none;
    }
}
.footer-layout2 .form-control {
    border-radius: 0;
}
.footer-layout2 .th-btn {
    border-radius: 0;
}
.th-widget-contact {
    max-width: 280px;
}
.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.info-box:last-child {
    margin-bottom: 0;
}
.info-box .box-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--theme-color);
    border-radius: 8px;
    text-align: center;
    margin-right: 10px;
}
.info-box .box-text {
    color: var(--body-color);
    margin-top: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.5;
}
.info-box .box-link {
    display: inline-block;
    color: var(--body-color);
}
.info-box .box-link:hover {
    color: var(--theme-color);
}
.footer-layout3 {
    --th-border-color: rgba(255, 255, 255, 0.2);
    background-color: #101111;
}
.footer-contact-area.style-black {
    background-color: #101111;
    max-width: 100%;
    border-radius: 0;
}
.footer-contact-area.style-black .footer-contact-wrap .divider {
    background-color: rgba(255, 255, 255, 0.2);
}
.footer-newsletter-area {
    background-color: var(--title-color);
}
.hammer-ani1 img {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: hammer1 1.5s cubic-bezier(0.38, -0.07, 0.58, 1) infinite;
    animation: hammer1 1.5s cubic-bezier(0.38, -0.07, 0.58, 1) infinite;
}
@-webkit-keyframes hammer1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}
@keyframes hammer1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}
.footer-layout4 {
    --th-border-color: rgba(255, 255, 255, 0.2);
    background-color: #1c244a;
}
.footer-layout4 .th-social a:not(:hover) {
    background-color: rgba(255, 255, 255, 0.08);
}
.footer-layout4 .widget-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-layout4 .widget-area .divider {
    width: 1px;
    background-color: var(--th-border-color);
    padding: 0;
}
.footer-layout4 .footer-widget {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .footer-layout4 .footer-widget {
        margin-bottom: 50px;
    }
    .footer-layout4 .widget-area {
        padding-bottom: 30px;
    }
    .footer-layout4 .widget-area .divider {
        display: none;
    }
}
.footer-layout5 {
    --th-border-color: rgba(255, 255, 255, 0.2);
    background-color: #1c244a;
}
.footer-layout5 .th-social a:not(:hover) {
    background-color: rgba(255, 255, 255, 0.08);
}
.footer-layout5 .footer-contact-area.style-black {
    background-color: rgba(0, 0, 0, 0.1);
}

