
/*** 
====================================================================
	Css Files
====================================================================
***/
/* Module Css */
@import url('module-css/header.css');
@import url('module-css/footer.css');
@import url('module-css/services.css');
@import url('module-css/about.css');
@import url('module-css/banner.css');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/*=============================
	1. Variable CSS
===============================*/
:root {
    --thm-body-font: 'AktivGrotesk';
    --thm-heading-font: 'AktivGrotesk';
    --thm-primary: #FFD550;
    --thm-primary-rgb: 255, 213, 80;
    --thm-secondary: #186265;
    --thm-secondary-rgb: 24, 98, 101;
    --thm-body-font-color: #60666C;
    --thm-paragraph-color: #60666C;
    --thm-body-font-size: 16px;
    --thm-body-font-weight: 300;
    --thm-heading-font-color: #ffffff;
    --thm-heading-font-weight: 700;
    --thm-body-background: #ffffff;
    --thm-bg-one: #0D4250;
    --thm-bg-two: #186265;
    --thm-white: #ffffff;
    --thm-black: #0D4250;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
}

body {
    font-family: var(--thm-body-font);
    font-weight: var(--thm-body-font-weight);
    font-size: var(--thm-body-font-size);
    /* font-size: calc(0.52em + 1vmin); */
    line-height: 28px;    
    font-style: normal;
    letter-spacing: 0.5px;
}

p {
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: 28px;    
}


ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #ff8400;
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-heading-font);
    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

a strong{
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}
h1 span{
    font-size: 28px;
}

.header-h3{
    background-color: #ffffff;
}

.header-h3 a {
    display: inline-block;
}

.bg-light-green {
    background-color: #19564114;
}
.bg-color1{
    background-color: #000;
}
.bg-color2{
    background-color:#241f21;
}

.innerbox{
    background-color: #ff840098;
    padding: 30px;      
}

/*------------new-css--------------*/
section.padding-bottom {
    padding-bottom: 120px;
}

.text p {
    /* font-size: 15px;
    font-weight: 300 !important;
    line-height: 19px; */
    margin-top: 7px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0 0 10px 25px;
    position: relative;
}

.list1 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F270";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #ff8400;
}

.list2 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F270";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #ffffff;
}


.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f3e7";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #ff8400;
}

/*---------------end--------------*/
/*== Swiper Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 162px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 40px;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #fff;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 10px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 400;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: #ff8400;
    border-color: var(--thm-primary);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}

/*=============================
	Sec Title CSS
===============================*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 58px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.sec-title .sub-title h5 {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title .sub-title h5 span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    top: 1px;
    padding-right: 2px;
}

.sec-title h2 {
    color: var(--thm-heading-font-color);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}


/*=============================
	Sec Title Two CSS
===============================*/
.sec-title-two {
    position: relative;
    display: block;
    margin-top: 0px;
    /* padding-bottom: 30px; */
}

.sec-title-two .sub-title {
    position: relative;
    display: inline-block;
    background: #242021;
    padding: 29px 44px;
    margin: 14px 0;
    z-index: 1;
    
}

.sec-title-two .sub-title::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(94deg, #ff8400 -1.21%, #ff8400 116.84%);
    width: 3px;
    content: "";
    z-index: -1;
}

.sec-title-two .sub-title h5 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
}

.sec-title-two h2 {
    /* font-size: 31px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize; */
    color: #fff;
}

/*=============================
	Sec Title Three CSS
===============================*/
.sec-title-style3 {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 57px;
}

.sec-title-style3 .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sec-title-style3 .sub-title.center {
    justify-content: center;
}

.sec-title-style3 .sub-title .icon {
    position: relative;
    display: block;
}

.sec-title-style3 .sub-title .icon img {
    width: 100%;
}

.sec-title-style3 .sub-title h5 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title-style3 h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
}

/*=============================
	Thm Btn
===============================*/
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-heading-font-color);
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-body-font);
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.thm-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: #ff8400;
    z-index: -1;
    border: 1px solid #fff;
}

.thm-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.thm-btn:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn:hover:before {
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
    color: #fff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.thm-btn i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    z-index: 1;
}


/*== Owl Nav Style1 Css ======*/
.owl-nav-style1.owl-theme .owl-nav {
    position: relative;
    display: block;
    margin-top: 0;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    margin-left: 15px;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev span,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.owl-nav-style1.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 53px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -1px;
    bottom: -5px;
    right: -1px;
    border-radius: 9px;
    background-color: var(--thm-primary-color);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}


.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}


.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

.auto-container {
    position: static;
    max-width: 1320px;
    width: 100%;
    padding: 0px 12px;
    margin: 0 auto;
}

/* Bootstrap 5 */
.container {
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    --bs-gutter-x: 24px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 24px;
}

.fix {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}



/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff8400;
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #fff;
    color: #000;
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background-color: var(--thm-body-background);
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 26px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: #a0a0a0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid #a0a0a0;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-body-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ff8400;
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #a0a0a0;
}

.styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: #a0a0a0;
    font-size: 17px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-black);
}


/***
=============================================
    xs Sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../img/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .6;
    visibility: visible;
    transition-delay: 0.0s;
    right: 100%;
    background-color: #000000;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms ease 800ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--thm-body-font-color);
    transition: all 500ms ease;
    outline: none;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: transparent;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
    position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
    position: relative;
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: #fff;
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: #fff;
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--thm-black);
}

/*=============================
	Faq One Css
===============================*/
 .faq-one {
    position: relative;
    display: block;
    background: #000000;
    padding: 120px 0px 120px;
    z-index: 1;
}

.faq-one .big-title {
    position: absolute;
    top: 40px;
    left: -120px;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.faq-one .big-title h2 {
    color: transparent;
    -webkit-text-stroke: 2px rgb(233 114 37);
    font-size: 150px;
    line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-one .row {
    align-items: center;
    justify-content: space-between;
}


.faq-one--two {
    position: relative;
    display: block;
}

.faq-one--two .sec-title-two {
    padding-bottom: 43px;
}

.faq-one--two .sec-title-two .sub-title {
    background: rgba(var(--thm-white-rgb), 0.2);
}

.faq-one--two .sec-title-two h2 {
    color: #fff;
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-title h2::before {
    content: "\e932";
    font-size: 15px;
}

.faq-one--two .faq-one__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e932";
    transform: rotate(-180deg);
    color: var(--thm-primary);
    top: -1px;
}

.faq-one--two .faq-one__faq ul li {
    border-bottom: 1px solid rgba(var(--thm-white-rgb), 0.10);
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-title {
    padding-left: 20px;
    padding-right: 20px;
}

.faq-one--two .faq-one__accrodion .accrodion.active .accrodion-title {
    background: rgba(var(--thm-white-rgb), 0.10);
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 6px;
}

.faq-one--two .faq-one__accrodion .accrodion .accrodion-content {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 21px;
}

.faq-one--two .faq-one__contact-info {
    background: #fff;
    text-align: -moz-center;

}

.faq-one--two .faq-one__contact-info .title-box p {
    color: var(--thm-primary);
}

.faq-one--two .faq-one__contact-info-number .icon {
    background: var(--thm-primary);
}

.faq-one--two .faq-one__contact-info-number .icon span {
    color: #fff;
}

.faq-one--two .faq-one__contact-info-number .text h3 a:hover {
    color: var(--thm-primary);
}

.faq-one--two .faq-one__contact-info .btn-box .thm-btn::after {
    background-color: var(--thm-black);
}

.faq-one--two .faq-one__contact-info .btn-box .thm-btn::before {
    background: var(--thm-primary);
}



.flexbox .element {
    height: 100%;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 72%);
    content: '';
}

.parallax.overlap1:before {
    background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
    position: relative;
    z-index: 1;
}

.parallax-fixed {
    background-attachment: fixed;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 265px;
    z-index: 999;
    background-color: rgb(245 245 245);
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-left: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    /* background-color: #21564050; */
    padding: 8px 10px;
    color: #000;
    border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: auto;
    right: -16px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a {
    color: #ff8400 !important;
    background-color: #000;
}

.address-box {
    margin-bottom: 15px;
}

.address-box .address-icon-holder {
    float: left;
    margin-right: 15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0090f0;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.address-box .address-icon-holder:before {
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #0090f0 transparent transparent transparent;
    content: "";
    left: 10px;
}

.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box .address-content strong {
    color: #ffffff;
}

.address-box .address-content {
    color: #ffffff;
}

.address-box1 {
    display: flex;
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 0 20px 0 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.36);
}

.address-icon-holder1 {
    font-size: 20px;
    margin-right: 16px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #195641;
    border-radius: 10px 0 0 10px;
    color: #fff;
}

.address-icon-holder1 i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.contact-wrap1 .address-content {
    padding: 0px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}
.home-h1{
    background-color:#195641;
}

.faq-one .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    background: #ff8400;
    /* border-radius: 50%; */
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    /* font-family: var(--thm-body-font); */
}

.faq-one .btn-box .thm-btn:hover {
    color: #000;
}

.about-two .big-title {
    position: absolute;
    top: 40px;
    right: -100px;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.about-two .big-title h2 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(233, 115, 37, 0.185);
    font-size: 150px;
    line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;    
}

.single-service-item {
    margin: 20px 0;
}

.box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.testimonial-box{
    padding: 30px;
    margin-bottom: 50px;
    border: 1px solid #ff840086;
    position: relative;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 18px 50px -10px;
}

.testimonial-box .quoto1{
    position: absolute;
    top: -37px;
    left: 0%;
    font-size: 57px;   
}

.testimonial-box .quoto2{
    position: absolute;
    bottom: -22px;
    right: 0%;
    font-size: 57px;
    transform: rotateY(180deg)    
}

.contact-container{
    border: 1px dotted #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.contact-icon {    
    text-align: center;    
    border: 5px solid #ff8400;
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}





