/*---------------
CSS INDEX
===================

01. Theme default CSS
02. variables
03. mixins
04. common
05. overlay
06. header
07. breadcrumb 
08. mobile-menu
09. typography
10. search
11. custom-animation
12. btn
13. section-title
14. theme-banner
36. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default font
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&amp;family=Inter:wght@100..900&amp;display=swap");
/* 1. Theme default css */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
background-color: #4aab3d;
outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
background-color: #4aab3d;
outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
background: #071106;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
background: #071106;
}

body {
font-family: "Inter", sans-serif;
font-size: 18px;
line-height: 30px;
font-weight: 400;
font-style: normal;
color: #777c90;
}
@media only screen and (max-width: 1200px) {
body {
font-size: 16px;
}
}

.main-page-wrapper {
overflow-x: hidden;
}

.main-page-wrapper-white {
overflow-x: hidden;
}

.fix {
overflow: hidden;
}

a,
.button {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
text-decoration: none;
outline: none;
}

a:focus,
a:hover {
color: inherit;
text-decoration: none;
}

a,
button {
color: inherit;
outline: medium none;
text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
outline: 0;
}

.uppercase {
text-transform: uppercase;
}

.capitalize {
text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Exo", sans-serif;
color: #071106;
line-height: 1.4;
font-style: normal;
font-weight: 700;
text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
text-decoration: none;
}

h1 {
font-size: 40px;
}

h2 {
font-size: 35px;
}

h3 {
font-size: 28px;
}

h4 {
font-size: 22px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}

.list-none {
margin: 0px;
padding: 0px;
}

p {
font-size: 18px;
font-weight: 400;
line-height: 30px;
font-family: "Inter", sans-serif;
color: #777c90;
margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
p {
font-size: 16px;
}
}

hr {
border-bottom: 1px solid rgab(white, 0.1);
border-top: 0 none;
margin: 30px 0;
padding: 0;
}

label {
cursor: pointer;
font-size: 14px;
font-weight: 400;
}

*::-moz-selection {
background: black;
color: white;
text-shadow: none;
}

::-moz-selection {
background: black;
color: white;
text-shadow: none;
}

::selection {
background: black;
color: white;
text-shadow: none;
}

/*--
- Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
color: black;
font-size: 14px;
opacity: 1;
}

*::placeholder {
color: black;
font-size: 14px;
opacity: 1;
}

/*--
- Common Classes
-----------------------------------------*/
.fix {
overflow: hidden;
}

.clear {
clear: both;
}

.overlay-bg {
position: relative;
z-index: 2;
}
.overlay-bg::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.popup-video {
color: white;
border-radius: 50%;
background: #f6c206;
border-radius: 50%;
font-size: 20px;
line-height: 90px;
display: inline-block;
width: 90px;
height: 90px;
text-align: center;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
position: relative;
z-index: 1;
animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
color: white;
background: #4aab3d;
}

.ctn-preloader {
height: 100%;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999999;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ctn-preloader .icon {
animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
user-select: none;
margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
font-family: "Inter", sans-serif;
font-weight: 600;
letter-spacing: 8px;
display: inline-block;
color: rgba(7, 17, 6, 0.12);
position: relative;
font-size: 50px;
line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
animation: letters-loading 4s infinite;
color: #071106;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top: 0;
line-height: 30px;
position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
animation-delay: 1.4s;
}

@keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}

25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
#scrollToTopBtn {
font-size: 18px;
display: inline-block;
background: #4aab3d;
position: fixed;
width: 35px;
height: 35px;
right: 7px;
bottom: 7px;
border-radius: 6px;
line-height: 35px;
text-align: center;
transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}

#scrollToTopBtn i {
color: #fff;
}

#scrollToTopBtn:hover {
cursor: pointer;
background-color: #333;
}

#scrollToTopBtn.show {
opacity: 1;
visibility: visible;
}

html.lenis {
height: auto;
}

.lenis.lenis-smooth {
scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}

.lenis.lenis-stopped {
overflow: hidden;
}

.lenis.lenis-scrolling iframe {
pointer-events: none;
}

/*--
- Overlay
------------------------------------------*/
.overlay-soft {
position: relative;
z-index: 1;
}
.overlay-soft::after {
content: '';
position: absolute;
background: rgba(0, 0, 0, 0.2);
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1;
}

[data-overlay] {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
[data-overlay]::before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
background-color: white;
}

[data-overlay="dark"]::before {
background-color: #4aab3d;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
opacity: 0.1;
}

[data-opacity="2"]::before {
opacity: 0.2;
}

[data-opacity="3"]::before {
opacity: 0.3;
}

[data-opacity="4"]::before {
opacity: 0.4;
}

[data-opacity="5"]::before {
opacity: 0.5;
}

[data-opacity="6"]::before {
opacity: 0.6;
}

[data-opacity="7"]::before {
opacity: 0.7;
}

[data-opacity="8"]::before {
opacity: 0.8;
}

[data-opacity="9"]::before {
opacity: 0.9;
}

.main-header-area {
position: relative;
width: 100%;
left: 0;
z-index: 999;
}

.offset-sidebar {
display: block;
margin-top: 30px;
}

.theme-main-menu .ht-topbar-left a {
color: #fff;
font-size: 16px;
padding-right: 10px;
margin-right: 10px;
display: inline-block;
position: relative;
z-index: 1;
}
.theme-main-menu .ht-topbar-left a::before {
content: " ";
position: absolute;
background: white;
width: 2px;
height: 16px;
right: -3px;
top: 8px;
z-index: 1;
}
.theme-main-menu .ht-topbar-left a:last-child::before {
display: none;
}
.theme-main-menu .ht-topbar-right .login-wrapper {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.theme-main-menu .ht-topbar-right .login-wrapper::before {
content: " ";
position: absolute;
background: white;
width: 2px;
height: 16px;
right: 10px;
top: 9px;
z-index: 1;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-text {
color: white;
font-size: 16px;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form {
visibility: hidden;
opacity: 0;
transform: translateY(25px);
text-align: center;
width: 210px;
margin: auto;
background: white;
padding: 20px 16px;
border-radius: 10px;
position: absolute;
left: 0;
z-index: 999999;
box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form form {
width: 100%;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form input {
height: 40px;
border-radius: 4px;
border: 1px solid #d4dcff;
color: #777c90;
background: white;
padding-left: 10px;
width: 100%;
display: block;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form input::placeholder {
color: #777c90;
font-size: 14px;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form button {
border: 0;
width: 100%;
height: 35px;
line-height: 23px;
padding: 0;
font-weight: 400;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form .forgot-password {
color: #071106;
font-size: 14px;
}
.theme-main-menu .ht-topbar-right .login-wrapper:hover .login-form {
visibility: visible;
display: inline-block;
opacity: 1;
transform: translateY(35px);
}
.theme-main-menu .ht-topbar-right .select-language .gloabl-lang {
font-size: 16px;
color: #fff;
}
.theme-main-menu .ht-topbar-right .select-language .nice-select {
width: 100%;
background: transparent;
border: 0;
color: #fff;
font-size: 16px;
height: auto;
padding-left: 4px;
padding-right: 10px;
}
.theme-main-menu .ht-topbar-right .select-language .nice-select::after {
display: none;
}
.theme-main-menu .ht-topbar-right .select-language .nice-select::before {
content: "\F282";
font-family: "bootstrap-icons";
font-weight: 700;
position: absolute;
font-size: 16px;
right: -16px;
top: 20px;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.theme-main-menu .ht-topbar-right .select-language .nice-select::before {
display: none;
}
}
.theme-main-menu .ht-topbar-right .select-language .nice-select .option {
color: #071106;
min-height: auto;
line-height: 33px;
}
.theme-main-menu .ht-topbar-right .select-language .form-select:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: none;
}
.theme-main-menu .hamburger-menu {
color: #4aab3d;
font-size: 18px;
width: 40px;
height: 40px;
display: inline-block;
background: rgba(74, 171, 61, 0.08);
border-radius: 50%;
text-align: center;
line-height: 42px;
position: relative;
z-index: 1;
}
.theme-main-menu .hamburger-menu:hover {
background: #4aab3d;
color: white;
}

.main-menu {
position: relative;
z-index: 11;
}
.main-menu ul {
padding: 0;
margin: 0;
}
.main-menu ul li {
list-style: none;
position: relative;
z-index: 1;
display: inline-block;
}
.main-menu ul li:last-child a {
margin-right: 0;
}
.main-menu ul li:last-child a::before {
display: none;
}
.main-menu ul li.active {
color: #071106;
}
.main-menu ul li.active a {
color: #071106;
}
.main-menu ul li a {
color: #071106;
font-family: "Inter", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 1;
display: inline-block;
position: relative;
margin: 0 30px 0 0;
padding: 19px 0 20px 0;
}
@media only screen and (max-width: 1600px) {
.main-menu ul li a {
margin: 0 28px 0 0;
}
}
.main-menu ul li a::before {
content: "\F282";
font-family: "bootstrap-icons";
font-weight: 700;
position: absolute;
font-size: 16px;
right: -16px;
top: 20px;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu ul li a::before {
display: none;
}
}
.main-menu ul li a::after {
display: none;
}
.main-menu ul li a:hover {
color: #4aab3d;
}
.main-menu ul li a i {
font-size: 10px;
}
.main-menu ul li:hover::before {
width: 100px;
background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}
.main-menu ul li:hover > a {
color: #4aab3d;
}
.main-menu ul li ul.sub-menu {
border: 0;
position: absolute;
z-index: 5;
background-color: #fff;
border-radius: 0;
display: block;
right: 0;
left: 0;
padding: 0;
top: 100%;
visibility: hidden;
transform: scaleY(0);
opacity: 0;
min-width: 220px;
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
margin: 0;
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
display: block;
position: relative;
z-index: 1;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
position: absolute;
right: 0;
left: 100%;
top: 0;
}
.main-menu ul li ul.sub-menu li a {
color: #071106;
font-size: 16px;
font-family: "Inter", sans-serif;
font-weight: 500;
padding: 14px 25px;
display: block;
transition: all 0.3s ease-in-out;
width: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
float: right;
}
.main-menu ul li ul.sub-menu li a.active {
background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
background-color: transparent;
transform: translateX(5px);
text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}

.sticky-menu {
position: fixed;
background: white;
top: 0;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
padding-top: 0;
padding-bottom: 0;
}

.theme-menu-one .topbar {
position: relative;
z-index: 1010;
}
.theme-menu-one .topbar,
.theme-menu-one .main-header-area {
padding-left: 85px;
padding-right: 85px;
}
.theme-menu-one .sticky-menu {
padding: 10px 85px;
}
@media (max-width: 991.98px) {
.theme-menu-one .sticky-menu {
padding-top: 15px;
padding-bottom: 15px;
}
}
.theme-menu-one .nice-select .list {
left: -41px;
z-index: 9999;
}
@media only screen and (max-width: 1600px) {
.theme-menu-one .topbar,
.theme-menu-one .main-header-area,
.theme-menu-one .sticky-menu {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 1200px) {
.theme-menu-one .logo-area img {
width: 80%;
}
}
@media only screen and (max-width: 767.98px) {
.theme-menu-one .logo-area img {
width: 100%;
}
}

.theme-menu-two .topbar {
position: relative;
z-index: 1010;
}
.theme-menu-two .topbar,
.theme-menu-two .main-header-area {
padding-left: 100px;
padding-right: 100px;
}
.theme-menu-two .right-nav {
transform: translateY(4px);
}
.theme-menu-two .right-nav .client-area-btn .ht-btn {
color: #071106;
background: #f6c206;
}
.theme-menu-two .right-nav .client-area-btn .ht-btn:hover {
color: white;
}
.theme-menu-two .main-header-area.sticky-menu {
padding-top: 5px;
padding-bottom: 5px;
}
.theme-menu-two .nice-select .list {
left: -41px;
z-index: 9999;
}
@media only screen and (max-width: 1600px) {
.theme-menu-two .topbar,
.theme-menu-two .main-header-area {
padding-left: 0;
padding-right: 0;
}
.theme-menu-two .main-menu ul li a {
margin-right: 25px;
}
}
@media only screen and (max-width: 767.98px) {
.theme-menu-two .logo-area img {
max-width: 100%;
}
}

.theme-menu-three {
position: absolute;
width: 100%;
z-index: 90;
}
.theme-menu-three .topbar {
backdrop-filter: blur(25px);
background: rgba(255, 255, 255, 0.05);
padding-left: 85px;
padding-right: 85px;
position: relative;
z-index: 1000;
}
.theme-menu-three .logo-area img {
max-width: 100%;
}
.theme-menu-three .main-header-area {
padding-left: 85px;
padding-right: 85px;
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.theme-menu-three .main-header-area.sticky-menu {
background: #071106;
padding-top: 10px;
padding-bottom: 10px;
}
.theme-menu-three .main-menu ul li a {
color: white;
}
.theme-menu-three .right-nav .shopping-cart,
.theme-menu-three .right-nav .hamburger-menu {
color: white;
background: rgba(255, 255, 255, 0.2);
}
.theme-menu-three .right-nav .ht-btn-four {
color: white;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-menu-three .nice-select .list {
left: -41px;
z-index: 9999;
}
@media only screen and (max-width: 1800px) {
.theme-menu-three .main-header-area,
.theme-menu-three .topbar {
padding-left: 0;
padding-right: 0;
}
}

.theme-menu-four .topbar {
background: #0b3b5e;
}
.theme-menu-four .header-social-links a {
color: #f6c206;
font-size: 18px;
margin-right: 10px;
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.theme-menu-four .logo-area::before {
content: "";
position: absolute;
background: #4aab3d;
width: 345px;
height: 100%;
left: -100px;
top: 0;
z-index: -1;
}
.theme-menu-four .topbar,
.theme-menu-four .main-header-area {
padding-left: 100px;
padding-right: 100px;
}
.theme-menu-four .nice-select .list {
left: -41px;
z-index: 9999;
}
@media only screen and (max-width: 1600px) {
.theme-menu-four .topbar,
.theme-menu-four .main-header-area {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 1200px) {
.theme-menu-four .main-menu ul li a {
margin: 0 25px 0 0;
}
}
@media only screen and (max-width: 767.98px) {
.theme-menu-four .logo-area::before {
width: 115%;
left: -15px;
}
}

.onepage .main-menu ul li a::before,
.onepagetwo .main-menu ul li a::before,
.onepagethree .main-menu ul li a::before,
.onepagefour .main-menu ul li a::before {
display: none;
}

.page-title-area {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
}
.page-title-area::before {
content: "";
position: absolute;
background: rgba(7, 17, 6, 0.5);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
.page-title-area .page-title {
color: white;
font-size: 48px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.page-title-area .page-title {
font-size: 32px;
}
}
@media only screen and (max-width: 767.98px) {
.page-title-area .page-title {
font-size: 28px;
}
}

ul.breadcrumb {
display: inline-block;
}
ul.breadcrumb li {
display: inline-block;
}
ul.breadcrumb li:last-child a {
color: #4aab3d;
margin-right: 0;
padding-right: 0;
}
ul.breadcrumb li:last-child a::before {
display: none;
}
ul.breadcrumb li a {
color: white;
font-size: 20px;
font-weight: 500;
line-height: 1;
display: inline-block;
padding-right: 10px;
margin-right: 10px;
position: relative;
z-index: 1;
}
ul.breadcrumb li a::before {
content: "";
position: absolute;
background: white;
width: 5px;
height: 2px;
right: -4px;
top: 7px;
z-index: 1;
}
@media only screen and (max-width: 991.98px) {
ul.breadcrumb li a {
font-size: 16px;
}
}

/*! #######################################################################

MeanMenu 2.0.7
--------

To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
background: none;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}

.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: none !important;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav {
float: left;
width: 100%;
background: none;
margin-top: 0;
}

.mean-container .mean-nav > ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
display: block !important;
}

.mean-container .mean-nav ul li {
list-style-type: none !important;
position: relative;
float: left;
width: 100%;
}

.mean-container .mean-nav ul li a {
font-size: 16px;
display: block;
float: left;
width: 100%;
padding: 0.5em 5% 0.5em 0;
margin: 0;
text-align: left;
color: #fff;
/* border-top: 1px solid #383838;
border-top: 1px solid rgba(255, 255, 255, 0.5); */
text-decoration: none;
text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
font-size: 15px;
width: 80%;
padding: 0.4em 5%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255, 255, 255, 0.25);
opacity: 0.8;
/* filter: alpha(opacity=75);
text-shadow: none !important; */
visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 4px 8px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255, 255, 255, 0.1);
border: none !important;
/* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}

.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.mean-remove {
display: none !important;
}

.slide-bar {
position: fixed;
overflow-y: auto;
top: 0;
right: -370px;
width: 350px;
padding: 25px 30px;
height: 100%;
display: block;
background-color: #071106;
z-index: 1900;
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slide-bar {
width: 350px;
}
}
@media (max-width: 767px) {
.slide-bar {
width: 310px;
padding: 25px 20px;
}
}

.slide-bar.show {
right: 0;
}

.open-mobile-menu {
display: inline-block;
}
.open-mobile-menu a {
display: block;
width: 50px;
height: 50px;
background: #212121;
text-align: center;
line-height: 50px;
font-size: 20px;
margin-left: 20px;
color: #fff;
}
.open-mobile-menu a:hover {
background: #4aab3d;
}
.open-mobile-menu a.active {
background: #4aab3d;
}

.close-mobile-menu a {
color: white;
position: relative;
z-index: 2;
font-size: 16px;
top: -10px;
left: 0;
}
.close-mobile-menu a:hover {
color: #ff0000;
}

.on-side {
overflow: hidden;
}

.body-overlay {
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 0;
position: fixed;
top: 0;
z-index: 1010;
right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}

.body-overlay.active {
visibility: visible;
width: 100%;
opacity: 1;
display: block;
}

.offset-widget.offset-logo {
border-bottom: 1px solid #eeecec;
padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
font-size: 20px;
font-weight: 800;
color: white;
}
.offset-widget .info-widget p {
color: white;
}
.offset-widget .info-widget.info-widget2 p {
margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
margin-right: 7px;
color: white;
}

.fw-exbold {
font-weight: 800 !important;
}

.fw-bold {
font-weight: 700 !important;
}

.fw-semi {
font-weight: 600 !important;
}

.fw-medium {
font-weight: 500 !important;
}

.fw-normal {
font-weight: 400 !important;
}

.fw-light {
font-weight: 300 !important;
}

.fw-thin {
font-weight: 100 !important;
}

.fs-24 {
font-size: 24px !important;
}
@media only screen and (max-width: 1200px) {
.fs-24 {
font-size: 20px !important;
}
}
@media only screen and (max-width: 991.98px) {
.fs-24 {
font-size: 18px !important;
}
}

.fs-20 {
font-size: 20px !important;
}

.fs-18 {
font-size: 18px !important;
}

.fs-16 {
font-size: 16px !important;
}

.fs-14 {
font-size: 14px !important;
}

.fs-12 {
font-size: 12px !important;
}

/*--
- Background color
-----------------------------------------*/
.grey-bg {
background: #f7f7f7;
}

.white-bg {
background: white;
}

.black-bg {
background: #071106 !important;
}

.heding-bg {
background: #071106 !important;
}

.theme-bg {
background: #4aab3d !important;
}

/*--
- color
-----------------------------------------*/
.text-white {
color: white;
}

.text-black {
color: black;
}

.text-theme {
color: #4aab3d !important;
}

.text-body {
color: #777c90 !important;
}

.text-heding {
color: #071106 !important;
}

/*--
- fonts
-----------------------------------------*/
.body-font {
font-family: "Inter", sans-serif !important;
}

.heding-font {
font-family: "Exo", sans-serif !important;
}

.uppercase {
text-transform: uppercase;
}

.capitalize {
text-transform: capitalize;
}

.capitalize {
text-transform: lowercase;
}

.bg-none {
background: none !important;
}

.before-none::before {
display: none !important;
}

.after-none::before {
display: none !important;
}

/* search-area */
.search-area .search_input {
color: #4aab3d;
font-size: 18px;
width: 40px;
height: 40px;
display: inline-block;
background: rgba(74, 171, 61, 0.08);
border-radius: 50%;
text-align: center;
line-height: 42px;
position: relative;
z-index: 1;
}
.search-area .search_input:hover {
background: #4aab3d;
color: white;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
min-height: 150px;
}
.offcanvas-top .search-close {
position: absolute;
top: 50px;
right: 50px;
font-size: 30px;
color: #fff;
cursor: pointer;
}

.search-wrap {
padding-bottom: 100px;
}
.search-wrap input {
color: white;
font-size: 80px;
width: 100%;
background: transparent;
border: 0;
text-align: center;
display: inline-block;
height: auto;
padding: 0;
display: inline-block;
display: flex;
justify-content: center;
margin: 0 auto;
border-bottom: 2px solid white;
}
.search-wrap input::placeholder {
color: white;
padding-bottom: 80px;
font-size: 80px;
font-family: "Exo", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.search-wrap input::placeholder {
font-size: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.search-wrap input::placeholder {
font-size: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-wrap input::placeholder {
font-size: 30px;
}
}
@media (max-width: 767px) {
.search-wrap input::placeholder {
font-size: 20px;
}
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
color: white;
padding-bottom: 80px;
font-size: 80px;
font-family: "Exo", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
font-size: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
font-size: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
font-size: 30px;
}
}
@media (max-width: 767px) {
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
font-size: 30px;
}
}

@-webkit-keyframes rotated {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}

100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes rotated {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}

100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-webkit-keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}

50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}

50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@-webkit-keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@-webkit-keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

100% {
-webkit-transform: scale(0.2);
transform: scale(0.2);
}
}
@keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

100% {
-webkit-transform: scale(0.2);
transform: scale(0.2);
}
}
@-webkit-keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}

100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}

100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0.5;
}

40% {
opacity: 1;
}

100% {
opacity: 0.7;
}
}
@keyframes fade-in {
0% {
opacity: 0.5;
}

40% {
opacity: 1;
}

100% {
opacity: 0.7;
}
}
@keyframes hvr-ripple-out {
0% {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 1;
}

100% {
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
opacity: 0;
}
}
@keyframes hvr-ripple-out-two {
0% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}

100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@-webkit-keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

40% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

40% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes scale-up-one-1 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

40% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-one-1 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

40% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animationFramesOne {
0% {
transform: translate(0px, 0px) rotate(0deg);
}

20% {
transform: translate(73px, -1px) rotate(36deg);
}

40% {
transform: translate(141px, 72px) rotate(72deg);
}

60% {
transform: translate(83px, 122px) rotate(108deg);
}

80% {
transform: translate(-40px, 72px) rotate(144deg);
}

100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}

20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}

40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}

60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}

80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}

100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
/* Move frame*/
@keyframes moveRound {
0% {
background-color: #eee3ff;
left: -24px;
top: 0px;
}

25% {
background-color: #feddfc;
left: 100px;
top: 0px;
}

50% {
background-color: #efe4ff;
left: 100px;
top: 100px;
}

75% {
background-color: #e2fcf4;
left: -24px;
top: 200px;
}

100% {
background-color: #eee3ff;
left: -24px;
top: 0px;
}
}
@-webkit-keyframes moveRound {
0% {
background-color: #eee3ff;
left: -24px;
top: 0px;
}

25% {
background-color: #feddfc;
left: 100px;
top: 0px;
}

50% {
background-color: #efe4ff;
left: 100px;
top: 200px;
}

75% {
background-color: #e2fcf4;
left: -24px;
top: 100px;
}

100% {
background-color: #eee3ff;
left: -24px;
top: 0px;
}
}
@keyframes moveShap {
0% {
left: 0px;
top: 0px;
}

25% {
left: 100px;
top: 0px;
}

50% {
left: 100px;
top: 100px;
}

75% {
left: 0px;
top: 200px;
}

100% {
left: 0px;
top: 0px;
}
}
@keyframes moveShap2 {
0% {
right: 0px;
top: 0px;
}

25% {
right: 100px;
top: 0px;
}

50% {
right: 100px;
top: 100px;
}

75% {
right: 0px;
top: 200px;
}

100% {
right: 0px;
top: 0px;
}
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
to {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes heartbeat {
to {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
/* Rotation frame*/
@keyframes rotation {
to {
transform: rotate(360deg);
}
}
/* pulseBig */
@keyframes pulseBig {
0% {
box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
}

50% {
box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
}

100% {
box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
}
}
.scaleUp1 {
-webkit-animation-name: scaleUp1;
animation-name: scaleUp1;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
0% {
-webkit-transform: translateY(1);
transform: translateY(1);
}

20% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

40% {
-webkit-transform: translateY(1);
transform: translateY(1);
}

80% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(1);
transform: translateY(1);
}
}
@keyframes scaleUp1 {
0% {
-webkit-transform: translateY(1);
transform: translateY(1);
}

20% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

40% {
-webkit-transform: translateY(1);
transform: translateY(1);
}

80% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(1);
transform: translateY(1);
}
}
@keyframes runs {
0% {
transform: translateY(0) rotate(90deg);
}

50% {
transform: translateY(300px) rotate(90deg);
}

100% {
transform: translateY(-300px) rotate(180deg);
}
}
@-webkit-keyframes runs {
0% {
transform: translateY(0) rotate(90deg);
}

50% {
transform: translateY(300px) rotate(90deg);
}

100% {
transform: translateY(-300px) rotate(180deg);
}
}
@-moz-keyframes runs {
0% {
transform: translateY(0) rotate(90deg);
}

50% {
transform: translateY(300px) rotate(90deg);
}

100% {
transform: translateY(-300px) rotate(180deg);
}
}
@-o-keyframes runs {
0% {
transform: translateY(0) rotate(90deg);
}

50% {
transform: translateY(300px) rotate(90deg);
}

100% {
transform: translateY(-300px) rotate(180deg);
}
}
@keyframes zoomIncolor {
0% {
transform: scale(0.8);
}

50% {
transform: scale(1);
background: #4aab3d;
opacity: 0.5;
}

100% {
transform: scale(1.3);
background: #4aab3d;
opacity: 0.8;
}
}
@-webkit-keyframes zoomIncolor {
0% {
transform: scale(0.8);
}

50% {
transform: scale(1);
background: #4aab3d;
opacity: 0.5;
}

100% {
transform: scale(1.3);
background: #4aab3d;
opacity: 0.8;
}
}
@-moz-keyframes zoomIncolor {
0% {
transform: scale(0.8);
}

50% {
transform: scale(1);
background: #4aab3d;
opacity: 0.5;
}

100% {
transform: scale(1.3);
background: #4aab3d;
opacity: 0.8;
}
}
@keyframes squareMove {
0% {
transform: translateX(0px) rotate(0deg);
}

33% {
transform: translateY(-100px) rotate(180deg);
}

66% {
transform: translateX(200px) rotate(-90deg);
}

100% {
transform: translateX(0px) rotate(0deg);
}
}
@-webkit-keyframes squareMove {
0% {
transform: translateX(0px);
}

33% {
transform: translateY(-100px);
}

66% {
transform: translateX(200px);
}

100% {
transform: translateX(0px);
}
}
@-moz-keyframes squareMove {
0% {
transform: translateX(0px);
}

33% {
transform: translateY(-100px);
}

66% {
transform: translateX(200px);
}

100% {
transform: translateX(0px);
}
}
@keyframes float-bob {
0% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}

50% {
transform: translateY(-100px);
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
}

100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
}
.movingX {
animation: movingX 8s linear infinite;
}

@keyframes movingX {
0% {
transform: translateX(0);
}

50% {
transform: translateX(50px);
}

100% {
transform: translateX(0);
}
}
.jump {
animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
0% {
transform: translateY(0);
}

40% {
transform: translateY(-30px);
}

100% {
transform: translateY(0);
}
}
.jump-reverse {
animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
0% {
transform: translateY(0);
}

50% {
transform: translateY(30px);
}

100% {
transform: translateY(0);
}
}
.spin {
animation: spin 15s linear infinite;
}

@keyframes spin {
0% {
transform: rotate(0);
}

100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0);
}

50% {
transform: rotate(40deg);
}

100% {
transform: rotate(0);
}
}
@keyframes marqueslide {
from {
transform: translateX(0);
}

to {
transform: translateX(-100%);
}
}
/*--
-theme-btn
----------------------------------------*/
.ht-btn {
overflow: hidden;
color: white;
background: #4aab3d;
font-size: 16px;
font-family: "Inter", sans-serif;
font-weight: 600;
line-height: 1;
padding: 16px 30px 16px 30px;
display: inline-block;
text-align: center;
position: relative;
z-index: 1;
cursor: pointer;
text-decoration: none;
transition: all;
}
.ht-btn::before {
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
top: -200%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
background: #071106;
}
.ht-btn img {
display: inline-block;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
filter: invert(1);
}
.ht-btn:hover {
color: white;
}
.ht-btn:hover::before {
top: -40%;
}
.ht-btn:hover img {
transform: rotate(-45deg);
}

.ht-btn-two {
overflow: hidden;
color: #071106;
background: rgba(74, 171, 61, 0.1);
font-size: 18px;
font-family: "Inter", sans-serif;
font-weight: 600;
line-height: 1;
padding: 16px 30px 16px 30px;
display: inline-block;
text-align: center;
position: relative;
z-index: 1;
cursor: pointer;
text-decoration: none;
transition: all;
}
.ht-btn-two img {
display: inline-block;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
}
.ht-btn-two::before {
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
position: absolute;
width: 4px;
height: 100%;
content: "";
top: 0;
left: 0;
-webkit-transform: translateX(0%);
transform: translateX(0%);
z-index: -1;
background: #4aab3d;
}
.ht-btn-two:hover {
color: white;
}
.ht-btn-two:hover img {
filter: invert(1);
transform: rotate(-45deg);
}
.ht-btn-two:hover::before {
width: 100%;
}

.ht-btn-three {
color: #071106;
font-size: 16px;
font-weight: 500;
display: inline-block;
background: rgba(74, 171, 61, 0.1);
padding: 8px 18px;
position: relative;
z-index: 1;
}
.ht-btn-three::before {
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
position: absolute;
width: 0;
height: 100%;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
background: #4aab3d;
}
.ht-btn-three img {
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-btn-three:hover {
color: white;
}
.ht-btn-three:hover::before {
width: 100%;
}
.ht-btn-three:hover img {
filter: invert(1);
}

.ht-btn-four {
color: #071106;
font-size: 16px;
font-weight: 600;
line-height: 1;
display: inline-block;
border: 1px solid #071106;
padding: 15px 30px;
position: relative;
z-index: 1;
}
.ht-btn-four::before {
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
position: absolute;
width: 0;
height: 100%;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
background: #4aab3d;
}
.ht-btn-four img {
display: inline-block;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
}
.ht-btn-four:hover {
color: white;
border-color: #4aab3d;
}
.ht-btn-four:hover::before {
width: 100%;
}
.ht-btn-four:hover img {
transform: rotate(-45deg);
filter: invert(1);
}

.ht-border-btn {
color: #071106;
font-size: 15px;
font-weight: 600;
line-height: 1;
display: inline-block;
border: 1px solid rgba(7, 17, 6, 0.2);
padding: 12px 16px;
position: relative;
z-index: 1;
}
.ht-border-btn::before {
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
position: absolute;
width: 0;
height: 100%;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
background: #4aab3d;
}
.ht-border-btn img {
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
width: 16%;
display: inline-block;
}
.ht-border-btn:hover {
color: white;
border-color: #4aab3d;
}
.ht-border-btn:hover::before {
width: 100%;
}
.ht-border-btn:hover img {
transform: rotate(-45deg);
filter: invert(1);
}

.video-btn {
color: #071106;
background: #f6c206;
font-size: 16px;
font-weight: 600;
line-height: 1;
padding: 16px 30px;
width: unset;
height: unset;
border-radius: 0;
}
.video-btn img {
display: inline-block;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
}
.video-btn:hover {
color: #fff;
}
.video-btn:hover img {
filter: invert(1);
}

ul.slick-dots {
padding: 0;
margin: 0;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
margin-top: 45px;
text-align: center;
}
ul.slick-dots li {
display: inline-block;
border: 0;
width: unset;
height: unset;
}
ul.slick-dots li button {
border: 0;
font-size: 0;
width: 8px;
height: 8px;
margin: 0px 5px 0px 5px;
background: #f6c206;
padding: 0;
}
ul.slick-dots li.slick-active button {
width: 10px;
height: 10px;
background: #4aab3d;
transform: translateY(-1px);
}

.arrow-pagination-two .next-s2,
.arrow-pagination-two .next-sp2,
.arrow-pagination-two .prev-s2,
.arrow-pagination-two .prev-sp2 {
font-size: 23px;
width: 50px;
height: 50px;
background: #4aab3d;
color: #fff;
text-align: center;
line-height: 50px;
display: inline-block;
transition: all 0.4s;
cursor: pointer;
}
.arrow-pagination-two .next-s2:hover,
.arrow-pagination-two .prev-s2:hover {
background: #f6c206;
}
.arrow-pagination-two .prev-s2:hover,
.arrow-pagination-two .next-s2:hover {
background: #f6c206;
}

.dot-round ul.slick-dots {
margin-top: 26px;
}
.dot-round ul.slick-dots li button {
border-radius: 50%;
}
.dot-round ul.slick-dots li.slick-active button {
border-radius: 50%;
}

.blog-gallery-wrapper .slick-arrow {
position: absolute;
background: rgba(7, 17, 6, 0.6);
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
color: #fff;
font-size: 20px;
cursor: pointer;
}
.blog-gallery-wrapper .next-tb1 {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.blog-gallery-wrapper .prev-tb1 {
right: 0;
top: 50%;
transform: translateY(-50%);
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.faq-que-list .accordion-item {
border: 0;
background-color: transparent;
margin-bottom: 40px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
transition: unset;
color: #071106;
font-size: 24px;
font-family: "Exo", sans-serif;
font-weight: 600;
line-height: 1.875rem;
border: 0;
box-shadow: none;
background: rgba(7, 17, 6, 0.03);
border-left: 2px solid #f6c206;
border-radius: 0;
padding: 0;
padding: 26px 0 20px 20px;
position: relative;
box-shadow: 0;
-webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
word-wrap: normal;
display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
padding-bottom: 24px;
background: transparent;
border: 1px solid rgba(7, 17, 6, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.faq-que-list .accordion-item .accordion-button {
padding: 21px 20px;
font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-que-list .accordion-item .accordion-button {
padding: 21px 20px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.faq-que-list .accordion-item .accordion-button {
padding: 21px 10px;
font-size: 18px;
}
}
.faq-que-list .accordion-item .accordion-button:focus {
box-shadow: none;
outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
content: "\F2EA";
position: absolute;
font-family: "bootstrap-icons";
font-size: 25px;
font-weight: 300;
color: white;
background: #f6c206;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
right: 30px;
top: 50%;
transform: translateY(-50%) rotate(180deg);
transition: 0.3s linear;
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-que-list .accordion-item .accordion-button::before {
right: 10px;
font-size: 16px;
}
}
@media (max-width: 767px) {
.faq-que-list .accordion-item .accordion-button::before {
color: #071106;
right: 5px;
font-size: 16px;
width: unset;
height: unset;
background: transparent;
}
}
.faq-que-list .accordion-item .accordion-button::after {
display: none;
}
.faq-que-list .accordion-item .collapsed {
border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
content: "\F4FE";
color: #4aab3d;
transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
.faq-que-list .accordion-item .collapsed::before {
color: #071106;
right: 5px;
font-size: 16px;
width: unset;
height: unset;
background: transparent;
}
}
.faq-que-list .accordion-item .accordion-body {
background: rgba(7, 17, 6, 0.03);
border-left: 2px solid #f6c206;
}
.faq-que-list .accordion-item .accordion-body p {
color: #777c90;
}
.faq-que-list.style-two .accordion-item {
margin-bottom: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button {
padding: 30px 0 0px 20px;
border: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button span {
color: #fff;
font-size: 20px;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 53px;
background: #4aab3d;
margin-right: 5px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed {
background: transparent;
padding-top: 0;
margin-bottom: 20px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed span {
color: #4aab3d;
background: rgba(74, 171, 61, 0.1);
}
.faq-que-list.style-two .accordion-item .accordion-button:focus {
box-shadow: none;
outline: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button::before {
display: none;
}
.faq-que-list.style-two .accordion-item .accordion-button::after {
display: none;
}
.faq-que-list.style-two .accordion-item .collapsed {
border: 0;
}
.faq-que-list.style-two .accordion-item .collapsed::before {
display: none;
}
.faq-que-list.style-two .accordion-item .accordion-body {
background: rgba(7, 17, 6, 0.03);
padding-left: 78px;
padding-top: 13px;
margin-bottom: 20px;
border: 0;
}

.widget {
padding: 30px 40px 40px 40px;
}
@media (max-width: 1199.98px) {
.widget {
padding: 25px 15px 25px 15px;
}
}

.widget-title {
font-size: 24px;
font-weight: 600;
}

.social-links a {
color: white;
font-size: 18px;
background: rgba(255, 255, 255, 0.1);
margin-right: 10px;
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: white;
background: #4aab3d;
}

.category-widget li:last-child a {
margin-bottom: 0;
}
.category-widget li a {
color: #191f23;
font-size: 20px;
font-weight: 500;
line-height: 30px;
font-family: "Exo", sans-serif;
padding: 15px 10px 15px 20px;
background: white;
border: 1px solid rgba(7, 17, 6, 0.1);
margin-bottom: 20px;
display: block;
position: relative;
z-index: 1;
}
.category-widget li a::before {
content: "";
position: absolute;
background: #4aab3d;
height: 100%;
width: 0;
left: 0;
top: 0;
z-index: -1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.category-widget li a:hover {
color: white;
}
.category-widget li a:hover::before {
width: 100%;
}
@media (max-width: 1200px) {
.category-widget li a {
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
}
}

.widget-file .file-download {
color: #191f23;
font-size: 20px;
font-weight: 500;
line-height: 30px;
font-family: "Exo", sans-serif;
padding: 15px 10px 15px 20px;
background: white;
border: 1px solid rgba(7, 17, 6, 0.1);
margin-bottom: 20px;
display: block;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.widget-file .file-download:hover {
color: white;
background: #4aab3d;
}
.widget-file ul li:last-child .file-download {
margin-bottom: 0;
}

.widget-form {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 50px 35px;
background: rgba(7, 17, 6, 0.03);
}
.widget-form input,
.widget-form textarea {
background: 0;
border: 1px solid rgba(7, 17, 6, 0.1);
background: white;
border-radius: 0;
color: #777c90;
font-size: 16px;
display: block;
height: 60px;
width: 100%;
padding-left: 20px;
margin-bottom: 20px;
}
.widget-form input:focus,
.widget-form textarea:focus {
outline: none;
border-color: #071106;
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
color: #777c90;
font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
color: #777c90;
font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
color: #777c90;
font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
color: #777c90;
font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
color: #777c90;
font-size: 16px;
}
.widget-form textarea {
height: 146px;
resize: none;
padding-top: 10px;
}
.widget-form .widget-btn {
color: white;
font-size: 16px;
line-height: 19px;
font-family: "Exo", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 0;
width: 100%;
padding: 21px 0 20px 0;
}
.widget-form.overlay-bg::before {
background: rgba(7, 17, 6, 0.6);
}
@media (max-width: 1200px) {
.widget-form {
padding: 40px 15px;
}
}

.widget-categories ul li a {
color: #999999;
font-size: 16px;
padding: 15px 0;
display: block;
line-height: 1;
font-weight: 700;
}
.widget-categories ul li a:hover {
color: #071106;
text-decoration: underline;
}

.page-navigation .page-item:first-child .page-link {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.page-navigation .page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.page-navigation .page-link {
display: inline-block;
color: #071106;
background: rgba(7, 17, 6, 0.03);
font-size: 16px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
margin-right: 20px;
padding: 0;
border-radius: 0;
border: 0;
}
.page-navigation .page-link i {
font-size: 20px;
}
.page-navigation .page-link:focus {
z-index: 2;
color: #071106;
border-color: unset;
outline: none;
box-shadow: none;
}
.page-navigation .page-link:hover {
color: white;
background: #4aab3d;
}

.widget-post .recent-post {
display: flex;
align-items: center;
}
.widget-post .recent-post .post-thumb {
width: 110px;
height: 110px;
display: inline-block;
margin-right: 15px;
margin-bottom: 0;
}
.widget-post .post-content h5 {
font-size: 20px;
font-family: "Exo", sans-serif;
font-weight: 600;
}
.widget-post .post-content h5 a {
color: #071106;
}
.widget-post .post-content h5 a:hover {
color: #4aab3d;
}
.widget-post .post-content span {
color: #777c90;
font-size: 16px;
font-weight: 600;
}
.widget-post .post-content span i {
color: #4aab3d;
}
@media (max-width: 1599.98px) {
.widget-post .post-content h5 {
font-size: 18px;
}
}

.widget-search .search-form {
position: relative;
z-index: 1;
}
.widget-search .search-form input {
color: #777c90;
font-size: 16px;
height: 60px;
width: 100%;
line-height: 50px;
padding-left: 22px;
border: 0;
background: white;
border-radius: 0px;
border: 1px solid rgba(7, 17, 6, 0.1);
}
.widget-search .search-form input::placeholder {
color: #777c90;
}
.widget-search .search-form input::-moz-placeholder {
color: #777c90;
}
.widget-search .search-form input::-webkit-placeholder {
color: #777c90;
}
.widget-search .search-form input::-o-placeholder {
color: #777c90;
}
.widget-search .search-form .widget-btn {
border: 0;
background: #4aab3d;
width: 54px;
height: 50px;
line-height: 50px;
color: white;
position: absolute;
right: 5px;
top: 5px;
border-radius: 6px;
z-index: 1;
}
.widget-search .search-form .widget-btn i {
font-size: 16px;
}

.widget-categories-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget-categories-list ul li:last-child a {
margin-bottom: 0;
}
.widget-categories-list ul li a {
color: white;
width: 100%;
display: block;
padding: 18px 20px 17px 20px;
margin-bottom: 20px;
font-size: 18px;
line-height: 21px;
border-radius: 6px;
position: relative;
background: rgba(255, 255, 255, 0.03);
z-index: 1;
}
.widget-categories-list ul li a::before {
content: "";
position: absolute;
z-index: 1;
background: #4aab3d;
width: 2px;
height: 100%;
left: 0;
right: 0;
bottom: 0;
border-radius: 6px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: -1;
}
.widget-categories-list ul li a::after {
content: "";
position: absolute;
z-index: 1;
background: #4aab3d;
width: 2px;
height: 100%;
right: 0;
top: 0;
bottom: 0;
border-radius: 6px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: -1;
}
.widget-categories-list ul li a span {
font-weight: 500;
float: right;
}
.widget-categories-list ul li a:hover::before {
border-radius: 6px;
width: 100%;
}
.widget-categories-list ul li a:hover::after {
width: 0;
}

.tagcloud span {
color: #191f23;
font-size: 24px;
font-weight: 600;
display: inline-block;
margin-right: 10px;
}
.tagcloud a {
color: #777c90;
font-size: 16px;
line-height: 20px;
font-weight: 400;
background: #fff;
border: 1px solid rgba(7, 17, 6, 0.1);
display: inline-block;
padding: 15px 21px;
margin: 5px 5px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 1;
}
.tagcloud a::before {
content: "";
position: absolute;
z-index: 1;
background: white;
width: 0px;
height: 100%;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: -1;
}
.tagcloud a:hover {
color: white;
}
.tagcloud a:hover::before {
width: 100%;
background: #4aab3d;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.tagcloud a {
padding: 16px 16px;
margin: 5px 2px;
}
}
@media (max-width: 767px) {
.tagcloud a {
padding: 16px 10px;
margin: 5px 2px;
}
}

.cart-list-form {
border: 1px solid rgba(7, 17, 6, 0.1);
}
.cart-list-form .table th {
font-weight: 400;
font-size: 18px;
border: none;
border-bottom: 1px solid rgba(7, 17, 6, 0.1);
padding: 15px 30px;
text-align: start;
color: #071106;
}
.cart-list-form .table .product-thumbnails {
padding-left: 20px;
width: 100px;
}
.cart-list-form .table .product-thumbnails img {
max-height: 100%;
max-width: none;
}
.cart-list-form .table .product-img {
display: block;
max-width: 100px;
max-height: 100px;
overflow: hidden;
}
.cart-list-form .table tbody td {
border: none;
vertical-align: middle;
text-align: center;
padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
.cart-list-form .table .product-thumbnails {
padding-left: 10px;
}
}

.cart-list-form .table-responsive {
margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
width: 0.3em;
height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
background-color: #4aab3d;
}
.cart-list-form .table .product-info {
padding-left: 30px;
text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
padding: 0;
margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
font-weight: 500;
display: inline-block;
font-size: 15px;
color: #777c90;
padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
font-weight: 500;
letter-spacing: -0.5px;
font-size: 20px;
color: #071106;
}
@media only screen and (max-width: 991.98px) {
.cart-list-form .table .product-info .product-name {
font-size: 18px;
}
}
.cart-list-form .table .product-info .serial {
font-size: 15px;
color: #777c90;
padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
.cart-list-form .table .product-info {
padding-left: 15px;
}
}
.cart-list-form .table .quantity .product-value {
font-weight: 500;
font-size: 18px;
color: #777c90;
max-width: 55px;
background: 0 0;
border: none;
text-align: center;
padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
.cart-list-form .table .quantity .product-value {
max-width: 20px;
padding-left: 0;
}
}
.cart-list-form .table .quantity .order-box {
padding: 0;
margin: 0;
}
.cart-list-form .table .quantity li {
display: inline-block;
line-height: 40px;
max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
font-size: 24px;
padding: 0;
border: none;
vertical-align: inherit;
color: #071106;
background: #f7f7f7;
width: 36px;
height: 36px;
border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
.cart-list-form .table .quantity li .btn {
width: 25px;
height: 25px;
line-height: 25px;
}
}
.cart-list-form .table .remove-product {
color: #4aab3d;
font-size: 22px;
}
.cart-list-form .table tbody tr {
padding: 10px 0;
border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
font-size: 18px;
color: #777c90;
font-weight: 500;
}

.cart-footer .coupon-form {
position: relative;
z-index: 1;
}
.cart-footer .coupon-form input {
width: 275px;
border: none;
background: #f7f7f7;
font-size: 16px;
color: #071106;
padding-left: 14px;
height: 40px;
border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
font-size: 16px;
color: #071106;
}
.cart-footer .coupon-form input::-moz-placeholder {
font-size: 16px;
color: #071106;
}
.cart-footer .coupon-form input::-o-placeholder {
font-size: 16px;
color: #071106;
}
.cart-footer .coupon-form input::-webkit-placeholder {
font-size: 16px;
color: #071106;
}
.cart-footer .coupon-form input::-ms-placeholder {
font-size: 16px;
color: #071106;
}
.cart-footer .coupon-form .coupon_btn {
font-size: 16px;
font-weight: 400;
position: absolute;
right: 0;
top: 0;
border: 0;
height: 40px;
padding: 0;
width: 130px;
text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
color: #777c90;
}
.cart-footer .coupon-form .coupon_btn:hover::before {
background: #4aab3d;
}
.cart-footer .update-section p {
color: #777c90;
margin-bottom: 10px;
cursor: pointer;
}
.cart-footer .update-cart-button {
color: white;
font-size: 16px;
font-weight: 500;
border: 0;
background: #071106;
width: max-content;
height: 40px;
display: inline-block;
margin-top: -3px;
}

.cart-total-section {
padding: 40px 30px;
border-radius: 6px;
background: rgba(7, 17, 6, 0.03);
}
.cart-total-section .checkout-process {
width: 100%;
text-align: center;
background: #071106;
color: white;
font-size: 16px;
font-weight: 500;
display: block;
padding: 10px 25px;
}
.cart-total-section .checkout-process:hover {
background: #4aab3d;
}
@media only screen and (max-width: 767.98px) {
.cart-total-section {
padding: 40px 15px;
}
}

.cart-total-table tbody tr {
padding-bottom: 25px;
border-bottom: 1px solid rgba(119, 124, 144, 0.2);
margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
color: #071106;
font-size: 16px;
font-weight: 500;
padding: 10px 0px;
}

.checkout-form label {
color: #777c90;
font-size: 16px;
display: inline-block;
margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
width: 100%;
border-radius: 0;
background: rgba(7, 17, 6, 0.03);
border: 0;
color: #777c90;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 60px;
padding-left: 20px;
line-height: 60px;
margin-bottom: 25px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
color: #777c90;
font-size: 16px;
font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
color: #777c90;
font-size: 16px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
color: #777c90;
font-size: 16px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
color: #777c90;
font-size: 16px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
color: #777c90;
font-size: 16px;
}
.checkout-form .ht-select-menu {
width: 100%;
border-radius: 0;
background: rgba(7, 17, 6, 0.03);
border: 0;
color: #777c90;
font-size: 18px;
font-weight: 400;
width: 100%;
height: 60px;
padding-left: 20px;
line-height: 60px;
position: relative;
z-index: 10;
}
.checkout-form .nice-select {
position: relative;
z-index: 10;
}
.checkout-form .nice-select .option {
color: #071106;
}
.checkout-form textarea {
height: 200px;
}
.checkout-form .checkbox-list {
list-style: none;
padding: 0;
}

.payment-list {
padding: 0;
list-style: none;
}
.payment-list p {
color: #777c90;
}
.payment-list .credit-card-form h6 {
font-size: 16px;
}
.payment-list .credit-card-form input {
width: 100%;
border: 1px solid rgba(119, 124, 144, 0.15);
padding-left: 10px;
display: block;
margin-bottom: 15px;
height: 40px;
line-height: 40px;
color: #777c90;
}
.payment-list .credit-card-form input::placeholder {
color: #777c90;
}
.payment-list .credit-card-form input::-moz-placeholder {
color: #777c90;
}
.payment-list .credit-card-form input::-ms-placeholder {
color: #777c90;
}
.payment-list .credit-card-form input::-o-placeholder {
color: #777c90;
}
.payment-list .credit-card-form input::-webkit-placeholder {
color: #777c90;
}

.checkout__section {
overflow: hidden;
}

.shopping-cart {
color: #4aab3d;
font-size: 18px;
width: 40px;
height: 40px;
display: inline-block;
background: rgba(74, 171, 61, 0.08);
border-radius: 50%;
text-align: center;
line-height: 42px;
position: relative;
margin-right: 30px;
}
.shopping-cart span {
position: absolute;
background: #4aab3d;
border-radius: 50%;
width: 17px;
height: 17px;
padding: 0;
line-height: 17px;
top: -9px;
right: -9px;
left: auto;
}
.shopping-cart:hover {
background: #4aab3d;
color: white;
}

.categories-accordion .accordion-item {
background-color: transparent;
border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
border-radius: 0;
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 0;
font-size: 16px;
color: #071106;
font-weight: 400;
border: 0;
background-color: rgba(7, 17, 6, 0.03);
padding: 5px 8px;
border-radius: 0px;
}
.categories-accordion .accordion-button:focus {
z-index: 3;
border-color: none;
outline: 0;
box-shadow: none;
}
.categories-accordion .accordion-button::after {
content: "\f078";
font-size: 16px;
font-family: "Font Awesome 5 Pro";
background: none;
transition: transform 0.2s ease-in-out;
height: unset;
width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
content: "\f078";
font-size: 16px;
font-family: "Font Awesome 5 Pro";
background: none;
transform: rotate(180deg);
height: unset;
width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
color: #777c90;
}
.categories-accordion .accordion-item .accordion-collapse {
list-style: none;
border: 0;
border-width: 0;
background-color: rgba(7, 17, 6, 0.05);
padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
color: #777c90;
font-size: 15px;
line-height: 1;
}

.highlight_content li:first-child {
margin-bottom: 8px;
}
.highlight_content li a {
color: #071106;
font-size: 15px;
font-weight: 300;
}

.price-range {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.price-range .filter {
border: 0;
background: #4aab3d;
color: #fff;
font-size: 16px;
line-height: 1;
text-transform: capitalize;
display: inline-block;
padding: 10px 13px;
}
.price-range label {
color: #071106;
cursor: pointer;
font-size: 16px;
font-weight: 500;
display: inline-block;
margin-right: 15px;
margin-left: 15px;
}
.price-range #amount {
background: 0;
color: #777c90 !important;
display: inline-block;
}

.ui-widget.ui-widget-content {
position: relative;
border: 0;
}

.ui-widget-content {
border: 1px solid white;
background: #4aab3d;
color: white;
border: 0;
border-radius: 4px;
}

.ui-slider-horizontal {
height: 6px;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 15px;
height: 15px;
cursor: default;
-ms-touch-action: none;
touch-action: none;
border-radius: 50%;
border: 3px solid #071106;
top: -4px;
background: #f6c206;
}

.ui-widget-header {
border: 0;
background: #e6e6e6;
color: white;
font-weight: bold;
position: absolute;
height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
border-color: red;
background-color: white;
}

.widget-review .form-check .form-check-input {
background: none;
border: 1px solid #e6e6e6;
border-radius: 0;
width: 20px;
height: 20px;
background: rgba(7, 17, 6, 0.1);
margin-right: 8px;
}
.widget-review .form-check .form-check-input:focus {
border-color: transparent;
outline: 0;
box-shadow: none;
}
.widget-review .form-check input[type="checkbox"] {
color: #fbb807;
}
.widget-review .form-check input {
color: #fbb807;
}
.widget-review .products_rating a {
color: #fbb807;
}
.widget-review .products_rating span {
color: #777c90;
}

.color-picker a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
margin-right: 13px;
margin-bottom: 10px;
}

.product-wrapper {
padding: 15px 15px 15px 15px;
overflow: hidden;
position: relative;
z-index: 1;
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);
}
.product-wrapper .product-tag {
color: #4aab3d;
font-size: 14px;
line-height: 1;
font-weight: 400;
font-family: "Exo", sans-serif;
border-bottom: 1px solid #4aab3d;
display: inline-block;
margin-bottom: 13px;
}
.product-wrapper .product-img {
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 20px;
}
.product-wrapper .product-img img {
display: block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.product-wrapper .product-img .add-to-cart {
position: absolute;
left: 0;
right: 0;
width: 50%;
margin: 0 auto;
bottom: -60px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767.98px) {
.product-wrapper .product-img .add-to-cart {
width: 100%;
}
}
.product-wrapper .product-title {
color: #071106;
font-weight: 600;
margin-bottom: 4px;
}
.product-wrapper .product-title:hover {
color: #4aab3d;
}
.product-wrapper .pr-price {
color: #777c90;
font-size: 16px;
font-weight: 500;
font-family: "Exo", sans-serif;
margin-bottom: 15px;
}
.product-wrapper .pr-price .old-price {
margin-right: 12px;
}
.product-wrapper .pr-price .new-price {
color: rgba(7, 17, 6, 0.5);
}
@media (max-width: 991.98px) {
.product-wrapper .semi-title {
font-size: 20px;
}
}
.product-wrapper:hover .product-icon {
right: 16px;
}
.product-wrapper:hover .product-img img {
transform: scale(1.1);
}
.product-wrapper:hover .product-img .add-to-cart {
bottom: 16px;
}

.product-icon {
position: absolute;
top: 20px;
right: -50px;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.product-icon a {
color: white;
font-size: 15px;
display: block;
line-height: 32px;
background: #4aab3d;
width: 32px;
height: 32px;
border-radius: 50%;
text-align: center;
margin-bottom: 5px;
}
.product-icon a:nth-child(2) {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.product-icon a:nth-child(3) {
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.product-icon a:nth-child(4) {
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-ms-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
.product-icon a:hover {
color: white;
background: #071106;
}

.cart-btn {
overflow: hidden;
color: white;
font-size: 16px;
line-height: 1;
background: #071106;
width: 100%;
display: block;
text-align: center;
padding: 18px 0;
border-radius: 0;
position: relative;
z-index: 1;
}
.cart-btn::before {
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
top: -200%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
background: #4aab3d;
}
.cart-btn:hover {
color: white;
}
.cart-btn:hover::before {
top: -40%;
}

.shop-sidebar .widget-title {
margin-bottom: 15px;
}

.sort-item {
color: #071106;
font-size: 16px;
font-family: "Exo", sans-serif;
font-weight: 600;
}
.sort-item .sort-btn {
line-height: 1;
background: rgba(7, 17, 6, 0.05);
border: 1px solid rgba(7, 17, 6, 0.1);
padding: 12px 21px;
margin-left: 15px;
}
.sort-item .sort-btn i {
margin-left: 16px;
}
.sort-item .sort-btn::after {
display: none;
}
.sort-item .sort-btn:hover {
color: white;
background: #4aab3d;
}

.product-item-slider .product-item img {
display: block;
padding: 10px;
padding-left: 0;
}
@media (max-width: 991.98px) {
.product-item-slider .product-item img {
width: 100%;
padding: 0;
}
}

.product-thumb-slider .product-item img {
display: inline-block;
padding: 10px;
padding-left: 0;
width: 100%;
}

.cart-plus-minus {
position: relative;
display: inline-block;
}
.cart-plus-minus input {
color: #071106;
background: rgba(7, 17, 6, 0.03);
border: 0;
height: 50px;
width: 130px;
font-size: 25px;
line-height: 1;
text-align: center;
margin-top: 1px;
border-radius: 0;
}
.cart-plus-minus .qtybutton {
background: rgba(7, 17, 6, 0.3);
width: 35px;
height: 35px;
line-height: 30px;
position: absolute;
border-radius: 50%;
font-size: 25px;
color: #fff;
left: 7px;
top: 18%;
z-index: 1;
cursor: pointer;
}
.cart-plus-minus .inc {
left: auto;
right: 7px;
line-height: 35px;
}

.product-details .product-title {
color: #071106;
font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.product-details .product-title {
font-size: 28px;
}
}
@media (max-width: 991.98px) {
.product-details .product-title {
font-size: 24px;
}
}
.product-details .price-list .old-price {
font-size: 20px;
color: #777c90;
margin-right: 10px;
}
.product-details .price-list .new-price {
font-size: 22px;
color: #4aab3d;
font-family: "Exo", sans-serif;
}
.product-details .add-to-cart {
overflow: hidden;
color: white;
font-size: 16px;
line-height: 20px;
font-family: "Exo", sans-serif;
font-weight: 500;
background: #4aab3d;
padding: 14px 40px;
border-radius: 0;
position: relative;
z-index: 1;
}
.product-details .add-to-cart::before {
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
top: -200%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
background: #071106;
}
.product-details .add-to-cart:hover {
color: white;
}
.product-details .add-to-cart:hover::before {
top: -40%;
}
@media (max-width: 767px) {
.product-details .add-to-cart {
text-align: center;
width: 100%;
padding: 16px 23px;
}
}
.product-details .cart-btn {
width: unset;
padding: 16px 133px;
line-height: 20px;
display: inline-block;
}
@media (max-width: 767px) {
.product-details .cart-btn {
width: 100%;
padding: 16px 23px;
}
}

.product-rating a {
color: #f7c600;
font-size: 20px;
}
.product-rating a:last-child {
color: #071106;
}

.color-mode {
display: flex;
align-items: center;
}
.color-mode p {
color: #071106;
margin-bottom: 0;
}
.color-mode .color-cus {
background: white;
width: 35px;
height: 35px;
display: inline-block;
border-radius: 50%;
margin: 0 7px;
}

.product-tab {
border: 0;
background: 0;
border-radius: 0;
justify-content: center;
background: rgba(7, 17, 6, 0.03);
padding: 2px 0;
}
.product-tab .nav-link {
border: 0;
border-radius: 0;
color: #071106;
font-size: 17px;
font-family: "Exo", sans-serif;
font-weight: 500;
line-height: 30px;
display: inline-block;
padding: 15px 0;
margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
color: #4aab3d;
background-color: transparent;
border-bottom: 2px solid #4aab3d;
}

.cart-menu-right {
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
right: 0;
opacity: 1;
visibility: visible;
display: block;
transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
color: #222222;
padding-left: 10px;
position: absolute;
top: 36px;
border: 1px solid #4aab3d;
padding-left: 0;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
left: 30px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
color: #4aab3d;
}
.cart-menu-right .close-icon a:hover i {
transform: rotate(180deg);
}

.cart-style-1 {
padding: 100px 30px 30px 20px;
position: fixed;
z-index: 1200;
width: 450px;
height: 100%;
left: auto;
right: -450px;
top: 0;
background: white;
box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
overflow-y: auto;
}
.cart-style-1 .product {
display: flex;
align-items: flex-start;
padding: 10px 20px 25px 10px;
position: relative;
border-bottom: 1px solid #ededed;
margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
color: #071106;
font-weight: 400;
margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
color: #4aab3d;
}
.cart-style-1 .product .cart-product-info {
color: #071106;
}
.cart-style-1 .product figure {
margin-bottom: 0;
}
.cart-style-1 .product .product-img {
display: block;
width: 132px;
height: auto;
}
.cart-style-1 .product .remove-btn {
position: absolute;
z-index: 1;
right: 0;
top: 50%;
display: flex;
align-items: center;
transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
color: #071106;
font-size: 14px;
line-height: 1;
}
.cart-style-1 .cart-total {
display: flex;
align-items: flex-end;
color: #071106;
text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
margin-left: auto;
}
.cart-style-1 .cart-action .btn {
background: #4aab3d;
border-radius: 0;
padding: 6px 20px;
border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
background: transparent;
border: 1px solid #4aab3d;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 6px 30px 6px 20px;
margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
transform: translateX(10px);
line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
color: white;
background: #4aab3d;
}
@media only screen and (max-width: 767.98px) {
.cart-style-1 {
width: 315px;
}
.cart-style-1 .product .product-img {
width: 88px;
}
.cart-style-1 .product .product-img img {
width: 100%;
}
}

.social-links-two a {
color: #071106;
font-size: 18px;
display: inline-block;
border: 1px solid rgba(7, 17, 6, 0.1);
margin-right: 10px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.social-links-two a:hover {
color: #4aab3d;
transform: scale(1.1);
}

.theme-banner-one .ht-slider-wrapper {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: block;
z-index: 2;
}
.theme-banner-one .ht-slider-wrapper::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
background: linear-gradient(65.97deg, black 15.482%, transparent 82.028%);
}
.theme-banner-one .shapes-1 {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}
.theme-banner-one .shapes-2 {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.theme-banner-one .main-title {
color: white;
font-size: 90px;
line-height: 1.2;
}
.theme-banner-one .main-title span {
display: block;
}
.theme-banner-one .main-title .shapes-3 {
position: absolute;
left: -50px;
top: -30px;
}
.theme-banner-one p {
color: white;
font-size: 20px;
line-height: 36px;
max-width: 695px;
}
.theme-banner-one a.ht-btn::before {
background: white;
}
.theme-banner-one a.ht-btn:hover {
color: #071106;
}
.theme-banner-one .user-thumb img {
display: inline-block;
border-radius: 50%;
width: 42px;
}
.theme-banner-one .user-thumb .media-1 {
position: relative;
z-index: 1;
}
.theme-banner-one .user-thumb .media-2 {
position: relative;
z-index: 3;
margin-left: -17px;
}
.theme-banner-one .user-thumb .media-3 {
position: relative;
z-index: 5;
margin-left: -17px;
}
.theme-banner-one .user-thumb .media-add {
background: #f6c206;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 36px;
display: inline-block;
font-size: 25px;
color: #071106;
text-align: center;
border: 2px solid white;
position: relative;
z-index: 5;
margin-left: -17px;
transform: translateY(4px);
}
.theme-banner-one ul.slick-dots {
display: flex;
flex-direction: column;
right: auto;
left: 10%;
top: 50%;
transform: translateY(-50%);
margin: 0;
}
.theme-banner-one ul.slick-dots li button {
border-radius: 50%;
position: relative;
z-index: 1;
}
.theme-banner-one ul.slick-dots li button::before {
content: " ";
width: 14px;
height: 14px;
display: inline-block;
border-radius: 50%;
border: 2px solid #4aab3d;
left: -3px;
top: -3px;
position: absolute;
z-index: 1;
}
.theme-banner-one ul.slick-dots li.slick-active button::before {
width: 16px;
height: 16px;
border: 2px solid #f6c206;
left: -3px;
top: -3px;
}
@media only screen and (max-width: 1800px) {
.theme-banner-one ul.slick-dots {
left: auto;
right: 10%;
}
}
@media only screen and (max-width: 991.98px) {
.theme-banner-one ul.slick-dots {
justify-content: center;
flex-direction: row;
left: 0;
right: 0;
top: auto;
bottom: 5%;
}
}
@media only screen and (max-width: 1600px) {
.theme-banner-one .main-title {
font-size: 55px;
}
.theme-banner-one p {
font-size: 18px;
}
.theme-banner-one .shapes-1,
.theme-banner-one .shapes-2 {
width: 18%;
}
}
@media only screen and (max-width: 991.98px) {
.theme-banner-one .main-title {
font-size: 45px;
}
.theme-banner-one p {
font-size: 18px;
}
}
@media only screen and (max-width: 767.98px) {
.theme-banner-one .main-title {
font-size: 35px;
}
.theme-banner-one p {
font-size: 16px;
line-height: 30px;
font-weight: 400 !important;
}
}

.theme-banner-one .slick-slide.slick-current.slick-active [data-animate],
.theme-banner-two .slick-slide.slick-current.slick-active [data-animate],
.theme-banner-three .slick-slide.slick-current.slick-active [data-animate],
.theme-banner-four .slick-slide.slick-current.slick-active [data-animate] {
opacity: 1;
transform: none;
}
.theme-banner-one .slick-slide.slick-current.slick-active .animeslide-shape,
.theme-banner-two .slick-slide.slick-current.slick-active .animeslide-shape,
.theme-banner-three .slick-slide.slick-current.slick-active .animeslide-shape,
.theme-banner-four .slick-slide.slick-current.slick-active .animeslide-shape {
transition-delay: 0.6s;
}
.theme-banner-one .slick-slide.slick-current.slick-active .animeslide-heading,
.theme-banner-two .slick-slide.slick-current.slick-active .animeslide-heading,
.theme-banner-three .slick-slide.slick-current.slick-active .animeslide-heading,
.theme-banner-four .slick-slide.slick-current.slick-active .animeslide-heading {
transition-delay: 0.6s;
}
.theme-banner-one .slick-slide.slick-current.slick-active .animeslide-heading2,
.theme-banner-two .slick-slide.slick-current.slick-active .animeslide-heading2,
.theme-banner-three .slick-slide.slick-current.slick-active .animeslide-heading2,
.theme-banner-four .slick-slide.slick-current.slick-active .animeslide-heading2 {
color: #39aea8;
transition-delay: 1s;
}
.theme-banner-one .slick-slide.slick-current.slick-active .animeslide-desc,
.theme-banner-two .slick-slide.slick-current.slick-active .animeslide-desc,
.theme-banner-three .slick-slide.slick-current.slick-active .animeslide-desc,
.theme-banner-four .slick-slide.slick-current.slick-active .animeslide-desc {
transition-delay: 1.1s;
}
.theme-banner-one .slick-slide.slick-current.slick-active .animeslide-desc2,
.theme-banner-two .slick-slide.slick-current.slick-active .animeslide-desc2,
.theme-banner-three .slick-slide.slick-current.slick-active .animeslide-desc2,
.theme-banner-four .slick-slide.slick-current.slick-active .animeslide-desc2 {
transition-delay: 1.3s;
}

.theme-banner-two {
background: rgba(7, 17, 6, 0.05);
border-bottom-left-radius: 150px;
border-bottom-right-radius: 150px;
}
.theme-banner-two .shape-1 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
.theme-banner-two .shape-2 {
position: absolute;
right: 10.5%;
bottom: -12%;
z-index: 1;
animation: movingX infinite 6s linear;
}
.theme-banner-two .ht-subtitle {
font-size: 20px;
font-weight: 600;
font-family: "Inter", sans-serif;
border-bottom: 2px solid #4aab3d;
display: inline-block;
}
.theme-banner-two .main-title {
font-size: 90px;
line-height: 1.2;
}
.theme-banner-two .main-title .line-text {
color: transparent;
-webkit-text-stroke: 1px #071106;
position: relative;
z-index: 1;
display: inline-block;
}
.theme-banner-two .main-title .line-text::before {
content: attr(data-fill-text);
position: absolute;
width: 0;
height: 100%;
color: #071106;
-webkit-text-stroke: 0px transparent;
overflow: hidden;
transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.theme-banner-two .main-title .line-text:hover::before {
width: 100%;
}
.theme-banner-two .hero-right-img {
width: 43.6%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: absolute;
right: 0;
top: 0;
border-bottom-right-radius: 150px;
}
.theme-banner-two .hero-right-img .popup-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
}
.theme-banner-two .hero-right-img .popup-video img {
width: 22px;
}
.theme-banner-two ul li:first-child {
transform: translateY(5px);
}
@media only screen and (max-width: 1600px) {
.theme-banner-two .main-title {
font-size: 65px;
}
}
@media only screen and (max-width: 1200px) {
.theme-banner-two .main-title {
font-size: 55px;
}
}
@media only screen and (max-width: 991.98px) {
.theme-banner-two {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.theme-banner-two .hero-right-img {
width: 96%;
height: 350px;
position: relative;
border-bottom-right-radius: 0;
margin: 0 auto;
margin-top: 50px;
}
}
@media only screen and (max-width: 767.98px) {
.theme-banner-two .main-title {
font-size: 35px;
}
}

.theme-banner-three .ht-slider-wrapper-three {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 2;
}
.theme-banner-three .ht-slider-wrapper-three::before {
content: "";
background: linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -moz-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -ms-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -o-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -webkit-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.theme-banner-three .main-title {
color: white;
font-size: 90px;
line-height: 1.2;
}
.theme-banner-three p {
color: white;
font-size: 20px;
max-width: 571px;
}
.theme-banner-three .video-btn {
transform: translateY(-3px);
}
@media only screen and (max-width: 1600px) {
.theme-banner-three .main-title {
font-size: 65px;
}
}
@media only screen and (max-width: 1200px) {
.theme-banner-three .main-title {
font-size: 55px;
}
}
@media only screen and (max-width: 991.98px) {
.theme-banner-three .main-title {
font-size: 45px;
}
}
@media only screen and (max-width: 767.98px) {
.theme-banner-three .main-title {
font-size: 35px;
}
.theme-banner-three p {
font-size: 16px;
line-height: 30px;
font-weight: 400 !important;
}
}

.theme-banner-four .ht-slider-wrapper {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.theme-banner-four .ht-slider-wrapper::before {
content: "";
background: linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -moz-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -ms-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -o-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
background: -webkit-linear-gradient(180deg, rgba(7, 17, 6, 0.7), rgba(7, 17, 6, 0.7) 100%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.theme-banner-four .ht-subtitle {
color: white;
font-size: 20px;
font-weight: 600;
}
.theme-banner-four .main-title {
color: white;
font-size: 90px;
line-height: 1.2;
}
.theme-banner-four .ht-btn-four {
border: 1px solid #fff;
color: #fff;
}
.theme-banner-four .popup-video {
width: 57px;
height: 57px;
line-height: 57px;
}
.theme-banner-four .next-ht4,
.theme-banner-four .prev-ht4 {
width: 55px;
height: 55px;
position: absolute;
top: 50%;
left: 0;
z-index: 1;
display: inline-block;
border-radius: 50%;
font-size: 25px;
background: rgba(7, 17, 6, 0.5);
text-align: center;
line-height: 55px;
color: white;
cursor: pointer;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.theme-banner-four .next-ht4:hover,
.theme-banner-four .prev-ht4:hover {
background: rgba(7, 17, 6, 0.8);
transform: scale(1.3);
}
.theme-banner-four .prev-ht4 {
left: auto;
right: 0;
}
.theme-banner-four:hover .next-ht4 {
left: 5%;
opacity: 1;
}
.theme-banner-four:hover .prev-ht4 {
right: 5%;
opacity: 1;
}
@media only screen and (max-width: 1600px) {
.theme-banner-four .main-title {
font-size: 65px;
}
}
@media only screen and (max-width: 1200px) {
.theme-banner-four .main-title {
font-size: 45px;
}
}
@media only screen and (max-width: 767.98px) {
.theme-banner-four .main-title {
font-size: 35px;
}
}

[data-animate] {
opacity: 0;
transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
transform: translate3d(0, 15px, 0);
}

[data-animate="topani"] {
transform: translate3d(0, -15px, 0);
}

/*title-one*/
.title-style-one .upper-title {
font-size: 20px;
font-weight: 600;
font-family: "Inter", sans-serif;
}
.title-style-one .section-title {
font-size: 48px;
line-height: 1.35;
font-weight: 600;
}
.title-style-one .bottom-line2 {
display: inline-block;
border-bottom: 2px solid #4aab3d;
}
.title-style-one .bottom-line {
margin-top: -20px;
}
.title-style-one .vector-shape {
position: absolute;
left: 0;
bottom: 0;
}
@media only screen and (max-width: 1200px) {
.title-style-one .section-title {
font-size: 32px;
}
}
@media only screen and (max-width: 991.98px) {
.title-style-one .section-title {
font-size: 28px;
}
}

.border-text {
position: relative;
z-index: 1;
}
.border-text::before {
content: "";
background: #4aab3d;
width: 2px;
height: 50px;
position: absolute;
left: 0;
top: 6px;
z-index: 1;
}

.newsletter-title {
font-size: 34px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.newsletter-title {
font-size: 28px;
}
}
@media only screen and (max-width: 991.98px) {
.newsletter-title {
font-size: 24px;
}
}

.anim {
margin-top: 500px;
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
max-width: 100%;
height: 100vh;
background-color: #212121;
}

.anim h1 {
color: greenyellow;
font-size: 6vw;
max-width: 50%;
}

.anim h1 div {
display: inline-block;
}

.text-feature-one .top-shape-1 {
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
}
.text-feature-one .position-img {
position: absolute;
left: 0;
top: -48px;
width: 50%;
height: 808px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width: 1600px) {
.text-feature-one .position-img {
height: 700px;
top: 0;
}
}
@media (max-width: 1400px) {
.text-feature-one .position-img {
height: 600px;
top: 0;
bottom: 0;
}
}
@media (max-width: 1300px) {
.text-feature-one .position-img {
height: 500px;
}
}
@media only screen and (max-width: 991.98px) {
.text-feature-one .position-img {
width: 100%;
position: relative;
height: 400px;
}
}

.text-feature-two .top-shape-1 {
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
animation: float-bob-y infinite 4s linear;
}

.text-feature-three .top-shape {
position: absolute;
right: 21.51%;
z-index: -1;
}

.text-feature-four .shape-1 {
position: absolute;
right: 0;
bottom: 100px;
z-index: -1;
opacity: 0.5;
animation: float-bob-y 5s infinite linear;
}

.img-wrapper-one .main-img {
padding-left: 20px;
padding-bottom: 20px;
position: relative;
z-index: 2;
}
.img-wrapper-one .shape-1 {
position: absolute;
z-index: 2;
left: 20px;
top: 0;
}
.img-wrapper-one .shape-2 {
position: absolute;
z-index: -1;
left: 0;
bottom: 0;
}
.img-wrapper-one .expe-box {
width: 286px;
padding: 28px 0;
display: inline-block;
text-align: center;
z-index: 2;
bottom: 0;
right: 0;
animation: float-bob-y 4s infinite;
}
.img-wrapper-one .expe-box .bg-shape {
position: absolute;
z-index: -1;
left: 0;
right: 0;
margin: 0 auto;
top: 23px;
}
.img-wrapper-one .expe-box .icon {
display: inline-block;
background: #f6c206;
padding: 15px;
margin-bottom: 23px;
}
.img-wrapper-one .expe-box p {
font-size: 24px;
font-family: "Exo", sans-serif;
color: #fff;
font-weight: 600;
max-width: 226px;
margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
.img-wrapper-one .expe-box {
width: 160px;
padding-top: 15px;
padding-bottom: 15px;
}
.img-wrapper-one .expe-box p {
font-size: 16px;
line-height: 24px;
}
}

.img-wrapper-two .main-img2 {
margin-top: 52px;
}
.img-wrapper-two .target-box {
max-width: 222px;
text-align: center;
padding: 40px 30px 26px 30px;
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
}
.img-wrapper-two .target-box .counter-box {
color: #fff;
font-size: 48px;
font-weight: 600;
margin-bottom: 35px;
font-family: "Exo", sans-serif;
}
.img-wrapper-two .target-box p {
color: #fff;
font-size: 24px;
font-weight: 500;
}

.img-wrapper-three .main-img {
padding-left: 20px;
padding-bottom: 20px;
position: relative;
z-index: 2;
}
.img-wrapper-three .shape-1 {
position: absolute;
z-index: -1;
left: 28px;
top: -20px;
}
.img-wrapper-three .expe-box {
width: 254px;
padding: 28px 30px;
display: inline-block;
z-index: 2;
bottom: 0;
left: 0;
animation: float-bob-y 4s infinite;
}
.img-wrapper-three .expe-box .icon {
display: inline-block;
margin-bottom: 15px;
}
.img-wrapper-three .expe-box p {
font-size: 24px;
font-family: "Exo", sans-serif;
color: #fff;
font-weight: 600;
max-width: 226px;
margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
.img-wrapper-three .shape-1 {
left: 0;
}
}
@media only screen and (max-width: 767.98px) {
.img-wrapper-three .expe-box {
width: 160px;
padding-top: 15px;
padding-bottom: 15px;
}
.img-wrapper-three .expe-box p {
font-size: 16px;
line-height: 24px;
}
}

.img-wrapper-four .main-img2 {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
border-top: 10px solid #fff;
border-right: 10px solid #fff;
animation: float-bob-y infinite 5s linear;
}

.img-wrapper-five .img-wrap {
display: inline-block;
z-index: 2;
}
.img-wrapper-five .img-wrap::before {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #f6c206;
z-index: 2;
left: -20px;
top: 20px;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-five .img-wrap::after {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #4aab3d;
z-index: 2;
right: 0;
bottom: 0px;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-five .main-img {
position: relative;
z-index: 2;
}
.img-wrapper-five .main-img2 {
border-top: 8px solid white;
border-right: 8px solid white;
position: absolute;
left: -20px;
bottom: 0;
z-index: 2;
}
.img-wrapper-five .expe-box {
width: 352px;
display: inline-block;
margin: 0 0 0 auto;
}
.img-wrapper-five .expe-box .icon {
display: inline-block;
background: #f6c206;
padding: 15px;
}
.img-wrapper-five .expe-box .icon img {
filter: invert(1);
}
.img-wrapper-five .expe-box p {
font-size: 22px;
font-family: "Exo", sans-serif;
color: #071106;
font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
.img-wrapper-five .expe-box {
position: absolute;
z-index: 3;
left: 0;
bottom: 0;
right: 0;
margin: 0 auto;
}
.img-wrapper-five .expe-box p {
color: white;
}
}
@media only screen and (max-width: 767.98px) {
.img-wrapper-five .expe-box {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.img-wrapper-five .expe-box p {
font-size: 16px;
line-height: 24px;
}
}

.img-wrapper-six::before {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #f6c206;
z-index: 2;
left: -9px;
bottom: 27%;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-six::after {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #4aab3d;
z-index: 2;
left: -9px;
bottom: 0px;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-six h4 {
font-size: 24px;
}
.img-wrapper-six .main-img {
margin-left: 20px;
}
.img-wrapper-six .main-img2 {
margin-left: 20px;
}

.img-wrapper-seven .img-wrap {
display: inline-block;
z-index: 2;
}
.img-wrapper-seven .img-wrap::before {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #f6c206;
z-index: 2;
left: -20px;
top: 20px;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-seven .img-wrap::after {
content: "";
position: absolute;
height: 120px;
width: 10px;
display: inline-block;
background: #4aab3d;
z-index: 2;
right: 0;
bottom: 0px;
animation: float-bob-y infinite 5s linear;
}
.img-wrapper-seven .main-img {
position: relative;
z-index: 2;
}
.img-wrapper-seven .expe-box {
background: #0b3b5e;
border-right: 8px solid white;
border-top: 8px solid white;
width: 330px;
display: inline-block;
transform: rotate(-90deg);
position: absolute;
z-index: 11;
right: -20.6%;
bottom: 16.7%;
padding: 10px 35px;
}
.img-wrapper-seven .expe-box .icon {
display: inline-block;
background: #f6c206;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
}
.img-wrapper-seven .expe-box .icon img {
filter: invert(1);
}
.img-wrapper-seven .expe-box p {
font-size: 22px;
font-family: "Exo", sans-serif;
color: white;
font-weight: 600;
margin-bottom: 0;
max-width: 154px;
}
@media only screen and (max-width: 767.98px) {
.img-wrapper-seven .expe-box {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.img-wrapper-seven .expe-box p {
font-size: 16px;
line-height: 24px;
}
}

.img-wrapper-eight .shape-1 {
position: absolute;
z-index: -1;
left: 0;
bottom: 0;
}
.img-wrapper-eight .main-img2 {
position: absolute;
z-index: 1;
border: 8px solid #fff;
bottom: 0;
right: 23px;
}
.img-wrapper-eight h4 {
transform: rotate(-90deg);
right: -32px;
top: 19%;
}
@media only screen and (max-width: 1200px) {
.img-wrapper-eight .shape-1 {
left: 0;
}
}

.text-wrapper-one p {
color: #071106;
font-size: 20px;
font-weight: 500;
line-height: 36px;
}

.feature-list-one .icon {
color: white;
font-size: 16px;
background: #4aab3d;
width: 20px;
height: 20px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 20px;
}
.feature-list-one .text {
color: #505050;
font-size: 20px;
font-weight: 500;
}
@media only screen and (max-width: 1200px) {
.feature-list-one .text {
font-size: 18px;
}
}

.feature-list-two .icon {
color: #4aab3d;
font-size: 18px;
border: 2px solid #4aab3d;
width: 22px;
height: 22px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.feature-list-two .text {
color: #071106;
font-size: 20px;
font-weight: 500;
}
.feature-list-two:hover .icon {
color: white;
background: #4aab3d;
}
@media only screen and (max-width: 1200px) {
.feature-list-two .text {
font-size: 18px;
}
}

.brand-logo {
width: calc(100% - 476px);
margin: 0 auto;
text-align: center;
}
.brand-logo a {
background: rgba(255, 255, 255, 0.1);
display: inline-block;
padding: 20px 24px;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.brand-logo a::before {
content: "";
position: absolute;
z-index: -1;
background: #f6c206;
width: 6px;
height: 100%;
left: 0;
top: 0;
}
.brand-logo a img {
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.brand-logo a:hover {
transform: translateY(-5px);
}
.brand-logo a:hover img {
opacity: 0.8;
}
@media only screen and (max-width: 1600px) {
.brand-logo {
width: 100%;
}
}

.brand-wrapper {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: 2;
}
.brand-wrapper::before {
content: "";
background: rgba(7, 17, 6, 0.8);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}

.brand-logo-two {
width: calc(100% - 476px);
margin: 0 auto;
text-align: center;
}
.brand-logo-two a {
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.brand-logo-two a img {
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.brand-logo-two a:hover {
transform: translateY(-5px);
}
.brand-logo-two a:hover img {
filter: invert(0.2);
}
@media only screen and (max-width: 1600px) {
.brand-logo-two {
width: 100%;
}
}

.ht-video-section-one {
max-width: 1270px;
margin: 0 0 0 auto;
}
.ht-video-section-one .shape-arrow {
padding: 26px;
background: white;
}
.ht-video-section-one .video-bg {
background: #071106;
display: inline-block;
padding: 32px;
}
.ht-video-section-one .popup-video {
color: white;
width: 57px;
height: 57px;
line-height: 57px;
display: inline-block;
}
.ht-video-section-one h6 {
font-size: 16px;
font-weight: 600;
color: white;
border-bottom: 2px solid white;
margin-left: 30px;
margin-bottom: 0;
}

.ht-video-two {
max-width: 1170px;
margin: 0 auto;
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
background: white;
padding: 15px;
position: relative;
z-index: 5;
margin-top: -127px;
}
.ht-video-two .video-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 370px;
height: 225px;
text-align: center;
}
.ht-video-two .video-bg .popup-video {
width: 57px;
height: 57px;
line-height: 57px;
color: #000;
top: 50%;
transform: translateY(-50%);
}
.ht-video-two .content {
width: 475px;
}
.ht-video-two .content h3 {
font-size: 36px;
font-weight: 600;
}
.ht-video-two .icon-link {
color: white;
font-size: 25px;
display: inline-block;
width: 105px;
height: 105px;
border-radius: 50%;
text-align: center;
line-height: 105px;
background: #4aab3d;
}
.ht-video-two .icon-link:hover {
background: #f6c206;
}
.ht-video-two .shape-1 {
position: absolute;
right: 0;
top: 0;
z-index: -1;
height: 100%;
width: 233px;
}
@media only screen and (max-width: 1200px) {
.ht-video-two {
margin-top: 100px;
}
}
@media only screen and (max-width: 767.98px) {
.ht-video-two .content h3 {
font-size: 24px;
margin-top: 20px;
}
.ht-video-two .video-bg,
.ht-video-two .content {
width: 100%;
}
}

.ht-video-three {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 2;
}
.ht-video-three::before {
content: "";
position: absolute;
background: rgba(7, 17, 6, 0.5);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
.ht-video-three .popup-video {
background: white;
}

.counter-style-one .icon {
width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
background: #f8f8f8;
margin-right: 20px;
border: 2px solid #f8f8f8;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.counter-style-one .number {
color: #071106;
font-size: 36px;
font-weight: 600;
font-family: "Exo", sans-serif;
margin-bottom: 14px;
}
.counter-style-one .divider {
width: 50px;
height: 4px;
background: #4aab3d;
}
.counter-style-one p {
font-size: 20px;
font-weight: 500;
margin-top: 10px;
}
.counter-style-one:hover .icon {
border-color: #4aab3d;
}

.counter-style-two .icon {
width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
background: #f8f8f8;
margin-right: 20px;
border: 2px solid #f8f8f8;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.counter-style-two .number {
color: white;
font-size: 36px;
font-weight: 600;
font-family: "Exo", sans-serif;
margin-bottom: 14px;
}
.counter-style-two .divider {
width: 50px;
height: 4px;
background: white;
}
.counter-style-two p {
color: white;
font-size: 20px;
font-weight: 500;
margin-top: 10px;
}
.counter-style-two:hover .icon {
border-color: #f6c206;
}
@media only screen and (max-width: 1200px) {
.counter-style-two .number {
font-size: 28px;
}
.counter-style-two p {
font-size: 18px;
}
}

.icon-box img {
margin-bottom: 20px;
}
.icon-box h4 {
font-size: 24px;
margin-bottom: 15px;
font-weight: 600;
}
.icon-box .icon {
color: #4aab3d;
font-size: 20px;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
background: rgba(74, 171, 61, 0.1);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.icon-box:hover .icon {
color: white;
background: #4aab3d;
}

.expe-box-two {
padding: 45px 40px 10px 40px;
display: inline-block;
text-align: center;
z-index: 2;
width: 100%;
height: 100%;
}
.expe-box-two .icon {
display: inline-block;
background: #f6c206;
padding: 15px;
margin-bottom: 23px;
}
.expe-box-two h3 {
font-size: 40px;
font-family: "Exo", sans-serif;
color: #fff;
font-weight: 600;
margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
.expe-box-two {
padding-left: 15px;
padding-right: 15px;
}
.expe-box-two h3 {
font-size: 24px;
}
}

.skill-wrapper-box {
padding-left: 80px;
padding-right: 315px;
height: 100%;
padding-top: 100px;
padding-bottom: 50px;
}
@media (max-width: 1800px) {
.skill-wrapper-box {
padding-right: 50px;
padding-top: 42px;
}
}
@media (max-width: 991px) {
.skill-wrapper-box {
padding-right: 15px;
padding-left: 15px;
padding-top: 60px;
}
}

.skill-wrapper {
position: relative;
z-index: 1;
}
.skill-wrapper .skill-title .skill-category {
font-size: 20px;
font-weight: 600;
color: white;
}
.skill-wrapper .skill-title span {
color: white;
font-size: 18px;
position: absolute;
right: 13%;
top: 0;
}
.skill-wrapper .progress {
height: 20px;
background: rgba(25, 35, 31, 0.08);
border-radius: 0px;
}
.skill-wrapper .progress .progress-bar {
height: 20px;
background: linear-gradient(90deg, #4aab3d, rgba(82, 196, 89, 0) 98.485%);
width: 85%;
border-radius: 0px;
}
.skill-wrapper.sk-2 .progress .progress-bar {
width: 55%;
}
.skill-wrapper.sk-2 .skill-title span {
right: 15%;
}
.skill-wrapper.sk-3 .progress .progress-bar {
width: 95%;
}
.skill-wrapper.sk-3 .skill-title span {
right: 8%;
}

.progressbar-content .chart,
.progressbar-content .chart2 {
text-align: center;
position: relative;
z-index: 1;
}
.progressbar-content .chart span,
.progressbar-content .chart2 span {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-77%);
}
.progressbar-content .chart b,
.progressbar-content .chart2 b {
color: #071106;
font-size: 36px;
font-weight: 600;
}
.progressbar-content h4 {
font-size: 24px;
font-weight: 600;
}

.ht-marquee-wrapper {
overflow: hidden;
white-space: nowrap;
position: relative;
display: flex;
align-items: center;
}
.ht-marquee-wrapper:hover .marquee-slide {
animation-play-state: paused;
}

.marquee-slide {
display: inline-block;
animation: 35s marqueslide infinite linear;
padding: 14px 0;
display: flex;
align-items: center;
}
.marquee-slide .marquee-text {
color: transparent;
font-size: 200px;
font-weight: 600;
line-height: 1;
-webkit-text-stroke: 1px rgba(7, 17, 6, 0.1);
position: relative;
}
.marquee-slide .marquee-text::before {
content: attr(data-text);
position: absolute;
width: 0;
height: 100%;
color: #071106;
-webkit-text-stroke: 0px transparent;
overflow: hidden;
transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
opacity: 0.01;
}
.marquee-slide .marquee-text:hover::before {
width: 100%;
}
@media only screen and (max-width: 1600px) {
.marquee-slide .marquee-text {
font-size: 120px;
}
}

.graph-panel .chart-box {
padding: 0 30px;
}
.graph-panel .chart-box .chart-inner {
width: 65px;
background: rgba(119, 124, 144, 0.7);
}
@media only screen and (max-width: 1600px) {
.graph-panel .chart-box {
padding: 0 7px;
}
.graph-panel .chart-box .chart-inner {
width: 45px;
}
}
@media only screen and (max-width: 991.98px) {
.graph-panel .chart-box {
padding: 0 15px;
}
.graph-panel .chart-box .chart-inner {
width: 50px;
}
}
@media only screen and (max-width: 767.98px) {
.graph-panel .chart-box {
padding: 0 2px;
}
.graph-panel .chart-box span {
font-size: 14px;
}
.graph-panel .chart-box .chart-inner {
width: 30px;
}
}

.graph-panel-two .chart-box .chart-inner,
.graph-panel-two .chart-box .chart-inner-midlle,
.graph-panel-two .chart-box .chart-inner-right {
width: 20px;
background: #4aab3d;
display: block;
}
@media only screen and (max-width: 767.98px) {
.graph-panel-two .chart-box .chart-inner,
.graph-panel-two .chart-box .chart-inner-midlle,
.graph-panel-two .chart-box .chart-inner-right {
width: 10px;
}
}
.graph-panel-two .chart-box .chart-inner-midlle {
background: #f6c206;
}
.graph-panel-two .chart-box .chart-inner-right {
background: #0b3b5e;
}

.graph-cat-list .colors {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
background: #4aab3d;
position: relative;
z-index: 2;
}
.graph-cat-list .colors::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 1px solid rgba(7, 17, 6, 0.2);
left: -5px;
top: -5px;
border-radius: 50%;
z-index: -1;
}
.graph-cat-list h6 {
font-size: 18px;
font-weight: 600;
padding-left: 30px;
margin-left: 15px;
margin-bottom: 0;
position: relative;
z-index: 2;
}
.graph-cat-list h6::before {
content: "";
position: absolute;
width: 20px;
height: 2px;
background: #4aab3d;
left: 0;
top: 50%;
border-radius: 50%;
z-index: -1;
transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
.graph-cat-list h6 {
padding-left: 25px;
margin-left: 10px;
font-size: 16px;
}
}

.website-timer {
padding: 0;
margin: 0 auto;
list-style: none;
max-width: 450px;
display: flex;
justify-content: center;
justify-content: space-between;
}

.ht-service-section {
background: rgba(7, 17, 6, 0.03);
z-index: 2;
}
.ht-service-section .ht-service-wrapper-bg .next-s1,
.ht-service-section .ht-service-wrapper-bg .prev-s1 {
font-size: 23px;
width: 60px;
height: 60px;
background: #4aab3d;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 60px;
position: absolute;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
}
.ht-service-section .ht-service-wrapper-bg .next-s1 {
left: 11%;
top: 50%;
}
.ht-service-section .ht-service-wrapper-bg .prev-s1 {
right: 11%;
top: 50%;
}
.ht-service-section .ht-service-wrapper-bg:hover .next-s1,
.ht-service-section .ht-service-wrapper-bg:hover .prev-s1 {
opacity: 1;
visibility: visible;
}
.ht-service-section .service-slider-wrapper-three {
max-width: calc(100% - 595px);
margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
.ht-service-section .service-slider-wrapper-three {
max-width: calc(100% - 105px);
}
}
@media only screen and (max-width: 1200px) {
.ht-service-section .service-slider-wrapper-three {
max-width: calc(100% - 30px);
}
}

.service-slider-one,
.service-slider-two,
.service-slider-three {
margin-left: -15px;
margin-right: -15px;
}
.service-slider-one .slick-slide,
.service-slider-two .slick-slide,
.service-slider-three .slick-slide {
margin-left: 15px;
margin-right: 15px;
}

.service-slider-wrapper-three {
max-width: calc(100% + 315px);
}

.service-style-one .service-thumb,
.service-style-five .service-thumb {
position: relative;
z-index: 1;
}
.service-style-one .service-thumb::after,
.service-style-five .service-thumb::after {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.service-style-one .icon,
.service-style-five .icon {
background: #f6c206;
width: 80px;
height: 80px;
text-align: center;
line-height: 80px;
position: absolute;
z-index: 1;
right: 0;
bottom: -40px;
}
.service-style-one .icon img,
.service-style-five .icon img {
display: inline-block;
}
.service-style-one .service-title,
.service-style-five .service-title {
font-size: 24px;
font-weight: 600;
}
.service-style-one .content,
.service-style-five .content {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
.service-style-one .service-tag,
.service-style-five .service-tag {
position: absolute;
right: 0;
bottom: -25px;
z-index: 2;
}
.service-style-one .service-tag span,
.service-style-five .service-tag span {
color: #071106;
font-size: 16px;
font-weight: 600;
display: inline-block;
text-align: center;
width: 135px;
height: 50px;
line-height: 46px;
border-bottom: 2px solid rgba(7, 17, 6, 0.1);
border-top: 2px solid rgba(7, 17, 6, 0.1);
border-left: 2px solid rgba(7, 17, 6, 0.1);
background: #fff;
}
.service-style-one .service-tag .icon,
.service-style-five .service-tag .icon {
width: 50px;
height: 50px;
line-height: 50px;
}
.service-style-one .service-tag .icon img,
.service-style-five .service-tag .icon img {
display: inline-block;
}
.service-style-one:hover .service-thumb::after,
.service-style-five:hover .service-thumb::after {
width: 100%;
-webkit-animation: shine 0.75s;
animation: shine 0.75s;
}
@media only screen and (max-width: 1200px) {
.service-style-one .service-title,
.service-style-five .service-title {
font-size: 20px;
}
.service-style-one .content,
.service-style-five .content {
padding-left: 15px;
}
.service-style-one .content p,
.service-style-five .content p {
font-size: 16px;
}
}

@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.service-style-two {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
content: "";
width: 100%;
height: 100%;
background: #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
content: "";
width: 100%;
height: 0;
background: rgba(7, 17, 6, 0.9);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .content {
padding: 30px 30px 0 30px;
}
.service-style-two .icon {
position: absolute;
right: 30px;
top: 41px;
transform: scale(1);
visibility: visible;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .icon-white {
position: absolute;
right: 30px;
top: 41px;
transform: scale(0);
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .service-tag {
font-size: 16px;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .service-tag::before {
position: absolute;
top: 100%;
left: 0;
z-index: -1;
content: "";
width: 50px;
height: 2px;
background: #4aab3d;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .service-title {
font-size: 24px;
font-weight: 600;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .divider {
border-top: 1px solid rgba(7, 16, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-two .more-btn {
color: #071106;
font-size: 18px;
font-weight: 600;
border-bottom: 2px solid #071106;
display: inline-block;
margin-bottom: 30px;
margin-left: 30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
.service-style-two .content {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 767.98px) {
.service-style-two .content {
padding-left: 15px;
padding-right: 15px;
}
.service-style-two .icon,
.service-style-two .icon-white {
right: 15px;
}
}
.service-style-two:hover {
transform: translateY(-10px);
}
.service-style-two:hover::before {
height: 0;
}
.service-style-two:hover::after {
height: 100%;
}
.service-style-two:hover .icon {
transform: scale(0);
visibility: hidden;
}
.service-style-two:hover .icon-white {
transform: scale(1);
visibility: visible;
transform: scale3d(1.2, 1.2, 1.2);
}
.service-style-two:hover .service-tag,
.service-style-two:hover .service-title,
.service-style-two:hover p,
.service-style-two:hover .more-btn {
color: #fff;
}
.service-style-two:hover .service-tag::before {
background-color: #fff;
}
.service-style-two:hover .more-btn {
border-color: #fff;
}
.service-style-two:hover .divider {
border-color: rgba(255, 255, 255, 0.3);
filter: invert(0);
}

.service-style-three {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
content: "";
width: 100%;
height: 100%;
background: #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
content: "";
width: 100%;
height: 0;
background: #4aab3d;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .content {
padding: 30px 30px 0 30px;
position: relative;
z-index: 2;
}
.service-style-three .icon {
position: absolute;
right: 30px;
top: 41px;
transform: scale(1);
visibility: visible;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .icon-white {
position: absolute;
right: 30px;
top: 41px;
transform: scale(0);
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .service-tag {
font-size: 16px;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .service-tag::before {
position: absolute;
top: 100%;
left: 0;
z-index: -1;
content: "";
width: 50px;
height: 2px;
background: #4aab3d;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .service-title {
font-size: 24px;
font-weight: 600;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .divider {
position: relative;
z-index: 2;
border-top: 1px solid rgba(7, 16, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .more-btn {
color: #071106;
font-size: 18px;
font-weight: 600;
border-bottom: 2px solid #071106;
display: inline-block;
margin-bottom: 30px;
margin-left: 30px;
position: relative;
z-index: 2;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-three .bg-icon {
position: absolute;
bottom: 0;
right: 97px;
/* z-index: 1; */
}
@media only screen and (max-width: 767.98px) {
.service-style-three .content {
padding-left: 15px;
padding-right: 15px;
}
.service-style-three .icon,
.service-style-three .icon-white {
right: 15px;
}
}
.service-style-three:hover {
transform: translateY(-10px);
}
.service-style-three:hover::before {
height: 0;
}
.service-style-three:hover::after {
height: 100%;
}
.service-style-three:hover .icon {
transform: scale(0);
visibility: hidden;
}
.service-style-three:hover .icon-white {
transform: scale(1);
visibility: visible;
transform: scale3d(1.2, 1.2, 1.2);
}
.service-style-three:hover .service-tag,
.service-style-three:hover .service-title,
.service-style-three:hover p,
.service-style-three:hover .more-btn {
color: #fff;
}
.service-style-three:hover .service-tag::before {
background-color: #fff;
}
.service-style-three:hover .more-btn {
border-color: #fff;
}
.service-style-three:hover .divider {
border-color: rgba(255, 255, 255, 0.3);
filter: invert(0);
}

.service-style-four {
padding-top: 40px;
padding-bottom: 40px;
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
content: "";
width: 100%;
height: 100%;
background: #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -2;
content: "";
width: 100%;
height: 0;
background: #071106;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .shape-1 {
position: absolute;
left: 0;
right: 0;
top: 50px;
margin: 0 auto;
z-index: -1;
}
.service-style-four .icon {
display: inline-block;
transform: scale(1);
visibility: visible;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .icon-white {
display: none;
transform: scale(0);
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .service-tag {
font-size: 16px;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .service-tag::before {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 0 auto;
z-index: -1;
content: "";
width: 50px;
height: 2px;
background: #4aab3d;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .service-title {
font-size: 24px;
font-weight: 600;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .more-btn {
color: #071106;
font-size: 18px;
font-weight: 600;
border-bottom: 2px solid #071106;
display: inline-block;
position: relative;
z-index: 2;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .more-btn img {
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.service-style-four .bg-icon {
position: absolute;
bottom: 0;
right: 97px;
/* z-index: 1; */
}
.service-style-four:hover {
transform: translateY(-10px);
}
.service-style-four:hover::before {
height: 0;
}
.service-style-four:hover::after {
height: 100%;
}
.service-style-four:hover .icon {
display: none;
transform: scale(0);
visibility: hidden;
}
.service-style-four:hover .icon-white {
display: inline-block;
transform: scale(1);
visibility: visible;
transform: scale3d(1.2, 1.2, 1.2);
}
.service-style-four:hover .service-tag,
.service-style-four:hover .service-title,
.service-style-four:hover p,
.service-style-four:hover .more-btn {
color: #fff;
}
.service-style-four:hover .service-tag::before {
background-color: #fff;
}
.service-style-four:hover .more-btn {
border-color: #fff;
}
.service-style-four:hover .more-btn img {
filter: invert(1);
}

.service-style-five {
border: 1px solid rgba(7, 17, 6, 0.02);
background: rgba(7, 17, 6, 0.02);
}
.service-style-five .service-tag .icon {
background: #4aab3d;
line-height: 46px;
}
.service-style-five .service-tag .icon img {
display: inline-block;
filter: invert(1);
}
.service-style-five:hover .service-thumb::after {
width: 100%;
-webkit-animation: shine 0.75s;
animation: shine 0.75s;
}

.ht-progress-section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.work-process-wrapper .process-box {
width: 180px;
height: 180px;
border-radius: 50%;
border: 10px solid rgba(74, 171, 61, 0.1);
text-align: center;
line-height: 140px;
position: relative;
z-index: 1;
margin: 0 auto;
line-height: 162px;
}
.work-process-wrapper .process-box::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
display: inline-block;
background: white;
left: 0;
top: 0;
position: absolute;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.work-process-wrapper .process-box .step {
display: inline-block;
color: #071106;
font-size: 48px;
font-weight: 600;
}
.work-process-wrapper .process-box .icon {
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 50px;
background: green;
border-radius: 50%;
line-height: 50px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.work-process-wrapper .process-box:hover {
border-color: #4aab3d;
}
.work-process-wrapper .process-box:hover .icon {
background: #f6c206;
}
.work-process-wrapper .process-box:hover .icon img {
filter: invert(0);
}
.work-process-wrapper h4 {
font-size: 24px;
font-weight: 600;
}
.work-process-wrapper .shape-2 {
position: absolute;
right: -19%;
top: 18%;
}
@media only screen and (max-width: 1200px) {
.work-process-wrapper h4 {
font-size: 20px;
}
.work-process-wrapper .shape-2 {
display: none;
}
}

.work-process-wrapper-two .process-thumb {
overflow: hidden;
position: relative;
z-index: 2;
}
.work-process-wrapper-two .process-thumb::before {
content: "";
position: absolute;
background: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
transform: scale(1, 1);
}
.work-process-wrapper-two .process-thumb img {
display: block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.work-process-wrapper-two .content {
box-shadow: 5px 15px 45px 0px rgba(35, 34, 39, 0.08);
top: -47px;
}
.work-process-wrapper-two .content .number {
color: #fff;
font-size: 30px;
font-weight: 600;
font-family: "Exo", sans-serif;
text-align: center;
background: #000;
display: inline-block;
width: 81px;
height: 90px;
line-height: 90px;
}
.work-process-wrapper-two .content h4 {
font-size: 24px;
font-weight: 600;
}
.work-process-wrapper-two:hover .process-thumb img {
transform: scale(1.2) rotate(-5deg);
}
.work-process-wrapper-two:hover .number {
background: #4aab3d;
}
@media only screen and (max-width: 767.98px) {
.work-process-wrapper-two .content h4 {
font-size: 20px;
}
}

.ht-portfolio-section {
z-index: 2;
}
.ht-portfolio-section::before {
content: "";
position: absolute;
z-index: -1;
background: linear-gradient(180deg, rgba(7, 17, 6, 0.79), #071106 75.5%);
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ht-portfolio-section .bg-shape {
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 416px;
position: absolute;
z-index: -1;
left: 0;
top: 0;
}

.ht-portfolio-section-two {
margin-top: -110px;
background: rgba(7, 17, 6, 0.03);
z-index: 1;
}
.ht-portfolio-section-two .portfolio-bg-wrapper {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.pf-slider-three {
width: 100%;
}

.portfolio-slider-one {
margin-left: -15px;
margin-right: -15px;
}
.portfolio-slider-one .slick-slide {
margin-left: 15px;
margin-right: 15px;
}
.portfolio-slider-one .slick-slide.slick-current.slick-active.slick-center .pf-tag,
.portfolio-slider-one .slick-slide.slick-current.slick-active.slick-center .content {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

.portfolio-slider-two,
.portfolio-slider-three {
margin-left: -15px;
margin-right: -15px;
}
.portfolio-slider-two .slick-slide,
.portfolio-slider-three .slick-slide {
margin-left: 15px;
margin-right: 15px;
}
.portfolio-slider-two .slick-slide.slick-current.slick-active .portfolio-style-two .content,
.portfolio-slider-three .slick-slide.slick-current.slick-active .portfolio-style-two .content {
height: 100%;
}

.portfolio-style-one {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 420px;
position: relative;
z-index: 1;
}
.portfolio-style-one .content {
background: white;
padding: 15px 20px 10px 20px;
border-left: 2px solid #f6c206;
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-one .pf-tag {
color: #071106;
font-size: 18px;
font-weight: 600;
padding: 10px 20px 10px 20px;
background: #f6c206;
border-left: 4px solid #4aab3d;
margin-bottom: 20px;
display: inline-block;
position: absolute;
bottom: 24%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-one .pf-title {
font-size: 24px;
font-weight: 600;
width: calc(100% - 60px);
}
.portfolio-style-one .icon-link {
color: white;
font-size: 20px;
background: #4aab3d;
width: 50px;
height: 50px;
border-radius: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
transition: all 0.4s;
}
.portfolio-style-one .icon-link:hover {
background: #f6c206;
}

.portfolio-style-two,
.portfolio-style-six {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 450px;
position: relative;
}
.portfolio-style-two .content,
.portfolio-style-six .content {
position: absolute;
z-index: 1;
width: 100%;
height: 0;
left: 0;
top: 0;
overflow: hidden;
right: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-two .content::before,
.portfolio-style-six .content::before {
content: "";
position: absolute;
z-index: -1;
background: rgba(7, 17, 6, 0.7);
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.portfolio-style-two .icon-link,
.portfolio-style-six .icon-link {
color: white;
font-size: 20px;
background: #4aab3d;
width: 50px;
height: 50px;
border-radius: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
transition: all 0.4s;
margin-left: 30px;
margin-top: 50px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-two .icon-link:hover,
.portfolio-style-six .icon-link:hover {
background: #f6c206;
}
.portfolio-style-two .pf-tag,
.portfolio-style-six .pf-tag {
color: #fff;
font-size: 18px;
margin-top: 220px;
margin-bottom: 13px;
padding-left: 30px;
}
.portfolio-style-two .pf-title,
.portfolio-style-six .pf-title {
color: #fff;
font-size: 28px;
font-weight: 600;
padding-left: 30px;
}
.portfolio-style-two:hover .content,
.portfolio-style-six:hover .content {
height: 100%;
}
@media only screen and (max-width: 1600px) {
.portfolio-style-two,
.portfolio-style-six {
height: 350px;
}
.portfolio-style-two .pf-tag,
.portfolio-style-six .pf-tag {
margin-top: 100px;
}
.portfolio-style-two .pf-title,
.portfolio-style-six .pf-title {
font-size: 24px;
}
}
@media only screen and (max-width: 767.98px) {
.portfolio-style-two .icon-link,
.portfolio-style-six .icon-link {
margin-left: 15px;
margin-top: 15px;
}
.portfolio-style-two .pf-tag,
.portfolio-style-six .pf-tag {
padding-left: 15px;
}
.portfolio-style-two .pf-title,
.portfolio-style-six .pf-title {
padding-left: 15px;
}
}

.portfolio-style-three {
overflow: hidden;
position: relative;
z-index: 2;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-three .icon-link {
font-size: 30px;
color: #fff;
position: absolute;
z-index: 1;
background: rgba(7, 17, 6, 0.7);
width: 100%;
height: 0;
left: 0;
top: -5%;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-three:hover .icon-link {
top: 0;
height: 100%;
}

.portfolio-style-four {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 450px;
position: relative;
overflow: hidden;
}
.portfolio-style-four .content {
border: 2px solid white;
position: absolute;
z-index: 1;
max-width: 330px;
height: 350px;
left: -100%;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-four .content::before {
content: "";
position: absolute;
z-index: -1;
background: #4aab3d;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.portfolio-style-four .icon-link {
color: #071106;
font-size: 20px;
background: white;
width: 50px;
height: 50px;
border-radius: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
transition: all 0.4s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-four .icon-link img {
transform: rotate(-45deg);
}
.portfolio-style-four .icon-link:hover {
background: #f6c206;
}
.portfolio-style-four .pf-tag {
color: #fff;
font-size: 18px;
margin-bottom: 10px;
}
.portfolio-style-four .pf-title {
color: #fff;
font-size: 24px;
font-weight: 600;
}
.portfolio-style-four .shape-1 {
position: absolute;
right: 20px;
bottom: 20px;
}
.portfolio-style-four:hover .content {
visibility: visible;
opacity: 1;
left: 0;
right: 0;
margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
.portfolio-style-four {
height: 320px;
}
.portfolio-style-four .pf-tag {
margin-top: 50px;
}
.portfolio-style-four .pf-title {
font-size: 24px;
}
.portfolio-style-four .content {
height: 90%;
}
}
@media only screen and (max-width: 767.98px) {
.portfolio-style-four .content {
max-width: 100%;
}
.portfolio-style-four .icon-link {
margin-left: 15px;
margin-top: 15px;
}
.portfolio-style-four .pf-tag {
padding-left: 15px;
margin-top: 30px;
}
.portfolio-style-four .pf-title {
padding-left: 15px;
}
}

.portfolio-style-five {
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 420px;
position: relative;
z-index: 2;
}
.portfolio-style-five::before {
content: "";
position: absolute;
z-index: 1;
background: rgba(7, 17, 6, 0.1);
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.portfolio-style-five .content {
position: absolute;
width: 100%;
bottom: -100%;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio-style-five .pf-tag {
color: white;
font-size: 18px;
font-weight: 600;
padding: 10px 20px 10px 20px;
background: #4aab3d;
margin-left: 20px;
display: inline-block;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.portfolio-style-five .pf-title {
font-size: 24px;
font-weight: 600;
width: calc(100% - 60px);
background: #fff;
padding: 15px 10px 15px 20px;
border-left: 4px solid #4aab3d;
margin-left: 20px;
}
.portfolio-style-five .pf-title:hover {
color: #4aab3d;
}
.portfolio-style-five .icon-link {
color: white;
font-size: 20px;
background: #4aab3d;
width: 50px;
height: 50px;
border-radius: 50px;
border-top-right-radius: 0;
display: inline-block;
text-align: center;
line-height: 50px;
transition: all 0.4s;
position: absolute;
right: -45px;
top: -45px;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.portfolio-style-five .icon-link:hover {
background: #f6c206;
}
.portfolio-style-five:hover::before {
opacity: 1;
}
.portfolio-style-five:hover .icon-link {
right: 0;
top: 0;
}
.portfolio-style-five:hover .content {
bottom: 30px;
}
@media only screen and (max-width: 1200px) {
.portfolio-style-five {
height: 350px;
}
}
@media only screen and (max-width: 767.98px) {
.portfolio-style-five {
height: 300px;
}
.portfolio-style-five .pf-title {
font-size: 20px;
width: 100%;
}
}

.portfolio-menu .gf_btn {
color: #777c90;
font-size: 18px;
font-size: 400;
line-height: 18px;
padding: 16px 20px;
border: 0;
border-radius: 0;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
background: rgba(7, 17, 6, 0.03);
position: relative;
z-index: 1;
border: 1px solid rgba(7, 17, 6, 0.1);
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.portfolio-menu .gf_btn:hover, .portfolio-menu .gf_btn.active {
background: #4aab3d;
border-color: #4aab3d;
color: white;
}
@media only screen and (max-width: 991.98px) {
.portfolio-menu .gf_btn {
font-size: 16px;
padding: 10px;
}
}

.project-info ul li:last-child .info-box {
border: 0;
padding-bottom: 0;
}
.project-info .info-box {
border-bottom: 1px solid rgba(7, 16, 6, 0.1);
padding-bottom: 20px;
margin-bottom: 20px;
}
.project-info .info-box .icon {
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: #fff;
border-radius: 50%;
color: #4aab3d;
font-size: 20px;
margin-right: 20px;
}
.project-info .info-box p {
font-size: 16px;
margin-bottom: 5px;
}
.project-info .info-box h5 {
font-weight: 600;
}

.project-details-content .project-video .popup-video {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: white;
color: #071106;
font-size: 25px;
}

.ht-contact-section-one {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
}
.ht-contact-section-one::before {
content: "";
background: rgba(7, 17, 6, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.ht-contact-section-two {
z-index: 2;
}
.ht-contact-section-two .popup-video {
width: 57px;
height: 57px;
line-height: 57px;
color: #071106;
}
.ht-contact-section-two .bg-img {
width: 100%;
height: 540px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.ht-contact-section-two .bg-img::before {
content: "";
background: rgba(7, 17, 6, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.icon-box-bg {
position: relative;
z-index: -1;
}
.icon-box-bg::before {
content: "";
background: white;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.contact-form .input-wrapper {
position: relative;
z-index: 1;
}
.contact-form .input-wrapper span {
color: #4aab3d;
font-size: 18px;
font-weight: 700;
position: absolute;
z-index: 1;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.contact-form .input-wrapper input {
width: 100%;
height: 60px;
border: 1px solid rgba(255, 255, 255, 0.2);
backdrop-filter: blur(15px);
background: linear-gradient(180deg, rgba(7, 17, 6, 0.15), rgba(49, 119, 42, 0.03) 100%);
color: white;
font-size: 16px;
padding-left: 40px;
}
.contact-form .input-wrapper input::placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper input::-moz-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper input::-webkit-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper input::-o-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper input::-ms-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper textarea {
width: 100%;
height: 150px;
border: 1px solid rgba(255, 255, 255, 0.2);
backdrop-filter: blur(15px);
background: linear-gradient(180deg, rgba(7, 17, 6, 0.15), rgba(49, 119, 42, 0.03) 100%);
color: white;
font-size: 16px;
padding-left: 20px;
padding-top: 10px;
}
.contact-form .input-wrapper textarea::placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
color: white;
font-size: 16px;
}
.contact-form .input-wrapper .nice-select.service-chose {
width: 100%;
height: 60px;
border-radius: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
backdrop-filter: blur(15px);
background: linear-gradient(180deg, rgba(7, 17, 6, 0.15), rgba(49, 119, 42, 0.03) 100%);
}
.contact-form .input-wrapper .nice-select.service-chose span {
color: white;
font-size: 16px;
font-weight: 400;
padding-left: 20px;
}
.contact-form .input-wrapper .nice-select.service-chose .list {
width: 100%;
}
.contact-form .input-wrapper.ch-service {
z-index: 10;
}
.contact-form.form-two .input-wrapper input {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: rgba(7, 17, 6, 0.03);
}
.contact-form.form-two .input-wrapper input::placeholder {
color: #777c90;
}
.contact-form.form-two .input-wrapper input::-moz-placeholder {
color: #777c90;
}
.contact-form.form-two .input-wrapper input::-webkit-placeholder {
color: #777c90;
}
.contact-form.form-two .input-wrapper input::-o-placeholder {
color: #777c90;
}
.contact-form.form-two .input-wrapper input::-ms-placeholder {
color: #777c90;
}
.contact-form.form-two .input-wrapper .nice-select.service-chose {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: rgba(7, 17, 6, 0.03);
}
.contact-form.form-two .input-wrapper .nice-select.service-chose span {
color: #777c90;
}
.contact-form.form-two button {
height: 60px;
}
.contact-form.form-three .input-wrapper input {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: white;
}
.contact-form.form-three .input-wrapper input::placeholder {
color: #777c90;
}
.contact-form.form-three .input-wrapper input::-moz-placeholder {
color: #777c90;
}
.contact-form.form-three .input-wrapper input::-webkit-placeholder {
color: #777c90;
}
.contact-form.form-three .input-wrapper input::-o-placeholder {
color: #777c90;
}
.contact-form.form-three .input-wrapper input::-ms-placeholder {
color: #777c90;
}
.contact-form.form-three .input-wrapper .nice-select.service-chose {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: white;
}
.contact-form.form-three .input-wrapper .nice-select.service-chose span {
color: #777c90;
}
.contact-form.form-three button {
height: 60px;
}
.contact-form.form-four .input-wrapper input,
.contact-form.form-four .input-wrapper textarea {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: white;
}
.contact-form.form-four .input-wrapper input::placeholder,
.contact-form.form-four .input-wrapper textarea::placeholder {
color: #777c90;
}
.contact-form.form-four .input-wrapper input::-moz-placeholder,
.contact-form.form-four .input-wrapper textarea::-moz-placeholder {
color: #777c90;
}
.contact-form.form-four .input-wrapper input::-webkit-placeholder,
.contact-form.form-four .input-wrapper textarea::-webkit-placeholder {
color: #777c90;
}
.contact-form.form-four .input-wrapper input::-o-placeholder,
.contact-form.form-four .input-wrapper textarea::-o-placeholder {
color: #777c90;
}
.contact-form.form-four .input-wrapper input::-ms-placeholder,
.contact-form.form-four .input-wrapper textarea::-ms-placeholder {
color: #777c90;
}
.contact-form.form-four .input-wrapper .nice-select.service-chose {
color: #777c90;
border: 1px solid rgba(7, 17, 6, 0.1);
background: white;
}
.contact-form.form-four .input-wrapper .nice-select.service-chose span {
color: #777c90;
}

.contact-form-wrapper {
padding: 40px;
box-shadow: 5px 15px 45px 0px rgba(35, 34, 39, 0.08);
}
@media only screen and (max-width: 1200px) {
.contact-form-wrapper {
padding: 40px 15px;
}
}

.contact-bg {
background: rgba(7, 17, 6, 0.03);
box-shadow: 5px 15px 60px 0px rgba(35, 34, 39, 0.08);
}

.contact-form-wrapper2 {
padding: 55px 40px 60px 40px;
}
.contact-form-wrapper2 .shape-2 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
@media only screen and (max-width: 1200px) {
.contact-form-wrapper2 {
padding: 40px 15px;
}
}
@media only screen and (max-width: 767.98px) {
.contact-form-wrapper2 {
padding: 40px 0px;
}
}

.ht-cta-banner {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
}
.ht-cta-banner::before {
content: "";
background: rgba(7, 17, 6, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.ht-cta-banner .ht-btn-four {
color: white;
border-color: white;
transform: translateY(-3px);
}
.ht-cta-banner .ht-btn-four img {
filter: invert(1);
}
.ht-cta-banner .ht-btn::before {
background: white;
}
.ht-cta-banner .ht-btn:hover {
color: #071106;
}
.ht-cta-banner .ht-btn:hover img {
filter: invert(0);
}

.ht-consultant-form {
position: relative;
z-index: 3;
}
.ht-consultant-form .input-wrapper {
position: relative;
z-index: 1;
}
.ht-consultant-form .input-wrapper span {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid rgba(74, 171, 61, 0.1);
color: #4aab3d;
font-size: 20px;
}
.ht-consultant-form .input-wrapper input {
border: 0;
color: #777c90;
font-size: 16px;
width: 100%;
height: 50px;
padding-left: 15px;
background: white;
}
.ht-consultant-form .input-wrapper input::-moz-placeholder {
color: #777c90;
font-size: 16px;
}
.ht-consultant-form .input-wrapper input::-webkit-placeholder {
color: #777c90;
font-size: 16px;
}
.ht-consultant-form .input-wrapper input::-ms-placeholder {
color: #777c90;
font-size: 16px;
}
.ht-consultant-form .input-wrapper input::-o-placeholder {
color: #777c90;
font-size: 16px;
}
.ht-consultant-form button {
height: 50px;
}
.ht-consultant-form button::before {
background: white;
}
.ht-consultant-form button:hover {
color: #071106;
}
@media only screen and (max-width: 991.98px) {
.ht-consultant-form .newsletter-bg {
margin-bottom: 100px;
}
}

.ht-subscribe-one {
position: relative;
z-index: 3;
}
.ht-subscribe-one .subscribe-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: -125px;
}
@media only screen and (max-width: 991.98px) {
.ht-subscribe-one .subscribe-bg {
margin-bottom: 80px;
}
}

.ht-subscribe-two .subscribe-bg {
background: rgba(255, 255, 255, 0.05);
}
.ht-subscribe-two h4 {
color: white;
font-size: 24px;
font-weight: 600;
}

.subscribe-form {
width: 425px;
position: relative;
z-index: 1;
}
.subscribe-form input {
width: 100%;
height: 60px;
border: 0;
background: white;
color: #777c90;
font-size: 16px;
padding-left: 25px;
}
.subscribe-form input::placeholder {
color: #777c90;
font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
color: #777c90;
font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
color: #777c90;
font-size: 16px;
}
.subscribe-form input::-o-placeholder {
color: #777c90;
font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
color: #777c90;
font-size: 16px;
}
.subscribe-form button {
color: white;
font-size: 16px;
border: 0;
font-weight: 600;
line-height: 1;
padding: 17px 30px;
display: inline-block;
background: #4aab3d;
position: absolute;
right: 5px;
top: 5px;
}
.subscribe-form.style-two {
width: 519px;
}
.subscribe-form.style-two input {
border: 1px solid rgba(255, 255, 255, 0.3);
background: transparent;
margin: 0 0 0 auto;
display: block;
}
@media only screen and (max-width: 767.98px) {
.subscribe-form {
text-align: center;
width: 100%;
}
.subscribe-form button {
width: 100%;
position: relative;
top: unset;
right: unset;
margin-top: 10px;
}
.subscribe-form button.black-btn {
background: #071106;
}
}

.info-box2 {
padding: 15px 0 15px 10px;
/* border-left: 4px solid #f6c206; */
width: 350px;
}
.info-box2 .icon {
color: white;
font-size: 18px;
width: 40px;
height: 40px;
background: #4aab3d;
text-align: center;
line-height: 43px;
display: inline-block;
border-radius: 50%;
}
.info-box2 h5 {
font-size: 20px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.info-box2 {
width: 100%;
}
}

.ht-contact-section-two .header-social-links span {
color: #071106;
font-size: 20px;
font-weight: 600;
display: inline-block;
}
.ht-contact-section-two .header-social-links a {
color: #071106;
margin: 0 5px;
}
.ht-contact-section-two .header-social-links a:hover {
color: #4aab3d;
}

.contact-map iframe {
height: 650px;
width: 100%;
display: block;
}
@media only screen and (max-width: 1600px) {
.contact-map iframe {
height: 400px;
}
}

.signup-form-section .contact-wrapper {
background: white;
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);
padding: 25px 25px 15px 25px;
}
@media only screen and (max-width: 767.98px) {
.signup-form-section .contact-wrapper {
padding-left: 10px;
padding-right: 10px;
}
}
.signup-form-section .contact-form .input-wrapper span {
left: 21px;
}
.signup-form-section button.signup-btn {
border: 1px solid rgba(7, 17, 6, 0.1);
width: 100%;
height: 45px;
background: transparent;
color: #071106;
font-weight: 600;
}

.ht-feedback-section {
background: rgba(7, 17, 6, 0.03);
}
.ht-feedback-section .feedback-wrapper-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.ht-feedback-section .feedback-wrapper-bg .author-avatar-1,
.ht-feedback-section .feedback-wrapper-bg .author-avatar-2,
.ht-feedback-section .feedback-wrapper-bg .author-avatar-3,
.ht-feedback-section .feedback-wrapper-bg .author-avatar-4 {
border-radius: 50%;
position: absolute;
z-index: 1;
}
.ht-feedback-section .feedback-wrapper-bg .author-avatar-1 {
left: 32px;
top: 0;
animation: scale-up-one 4s linear infinite;
}
.ht-feedback-section .feedback-wrapper-bg .author-avatar-2 {
right: 32px;
top: 0;
animation: scale-up-one 8s linear infinite;
}
.ht-feedback-section .feedback-wrapper-bg .author-avatar-3 {
right: 77%;
top: 60%;
animation: scale-up-one 3s linear infinite;
}
.ht-feedback-section .feedback-wrapper-bg .author-avatar-4 {
right: 16%;
top: 60%;
animation: scale-up-one 6s linear infinite;
}
.ht-feedback-section .feedback-wrapper-bg2 {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.ht-feedback-section .feedback-wrapper-bg2::before {
content: "";
position: absolute;
background: rgba(7, 17, 6, 0.8);
width: 100%;
height: 100%;
z-index: -1;
left: 0;
top: 0;
}

.feedback-active-one {
max-width: 770px;
margin: 0 auto;
}

.feedback-active-two {
margin-left: -15px;
margin-right: -15px;
}
.feedback-active-two .slick-slide {
margin-left: 15px;
margin-right: 15px;
}
.feedback-active-two .slick-slide.slick-current.slick-active .feedback-wrapper-two {
border-color: #4aab3d;
}

.feedback-active-twob {
margin-left: -15px;
margin-right: -15px;
}
.feedback-active-twob .slick-slide {
margin-left: 15px;
margin-right: 15px;
}

.feedback-wrapper-one p {
font-size: 24px;
font-style: italic;
font-weight: 400;
color: #777c90;
line-height: 40px;
margin-bottom: 46px;
}
.feedback-wrapper-one .name {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.feedback-wrapper-one .designation {
font-size: 18px;
color: #777c90;
font-weight: 400;
}
.feedback-wrapper-one .rating a {
color: #f6c206;
font-size: 20px;
margin: 0 2px;
}
@media only screen and (max-width: 991.98px) {
.feedback-wrapper-one p {
font-size: 20px;
}
}

.feedback-wrapper-two {
padding: 27px 30px 38px 30px;
border-bottom: 4px solid transparent;
position: relative;
z-index: 1;
}
.feedback-wrapper-two img {
display: inline-block;
}
.feedback-wrapper-two .rating a {
color: #f6c206;
font-size: 18px;
margin-right: 3px;
}
.feedback-wrapper-two .tf-title {
font-size: 24px;
font-weight: 600;
}
.feedback-wrapper-two .author-info {
border-top: 2px solid rgba(7, 17, 6, 0.1);
}
.feedback-wrapper-two .quote {
position: absolute;
z-index: -1;
right: 30px;
bottom: 55px;
}
.feedback-wrapper-two .designation {
color: #777c90;
font-size: 16px;
font-weight: 400;
}
.feedback-wrapper-two .name {
font-size: 24px;
font-weight: 600;
color: #071106;
}
@media only screen and (max-width: 991.98px) {
.feedback-wrapper-two {
padding-left: 15px;
padding-right: 15px;
}
.feedback-wrapper-two .tf-title,
.feedback-wrapper-two .name {
font-size: 20px;
}
}

.feedback-wrapper-three {
position: relative;
z-index: 1;
}
.feedback-wrapper-three img {
display: inline-block;
}
.feedback-wrapper-three .rating a {
color: #f6c206;
font-size: 18px;
margin-right: 3px;
}
.feedback-wrapper-three .description {
color: white;
font-size: 20px;
font-weight: 500;
line-height: 40px;
}
.feedback-wrapper-three .designation {
color: white;
font-size: 18px;
font-weight: 400;
}
.feedback-wrapper-three .name {
font-size: 24px;
font-weight: 600;
color: white;
}
.feedback-wrapper-three .auhtor-img img {
border: 4px solid white;
border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
.feedback-wrapper-three .name {
font-size: 20px;
}
}
@media only screen and (max-width: 767.98px) {
.feedback-wrapper-three .description {
font-size: 18px;
font-weight: 400;
line-height: 30px;
}
}

.team-style-one {
border: 1px solid rgba(7, 17, 6, 0.1);
}
.team-style-one .team-thumb {
position: relative;
z-index: 1;
}
.team-style-one .team-thumb .team-social {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.team-style-one .team-thumb .team-social a {
color: #071106;
font-size: 20px;
background: white;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
opacity: 0;
transform: scale(0);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-one .team-thumb .team-social a i {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-one .team-thumb .team-social a:hover {
color: #4aab3d;
}
.team-style-one .team-thumb .team-social a:hover i {
transform: scale(1.2);
}
.team-style-one .team-thumb:hover .team-social a {
opacity: 1;
transform: scale(1);
}
.team-style-one .name {
color: #071106;
font-size: 24px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.team-style-one .name {
font-size: 20px;
}
.team-style-one p {
font-size: 16px;
}
}

.team-style-two {
overflow: hidden;
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
}
.team-style-two .team-thumb {
position: relative;
z-index: 1;
}
.team-style-two .team-thumb::before {
content: " ";
position: absolute;
background: rgba(7, 17, 6, 0.05);
width: 100%;
height: 0;
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-two .name {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.team-style-two .name:hover {
color: #4aab3d;
}
.team-style-two .inner-content {
position: relative;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-two .content {
height: 105px;
overflow: hidden;
position: relative;
z-index: 5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-two .team-social {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-two .team-social a {
color: #071106;
font-size: 18px;
background: rgba(7, 17, 6, 0.03);
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
margin-top: 20px;
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-two .team-social a:hover {
color: #4aab3d;
}
.team-style-two:hover .team-thumb::before {
height: 100%;
}
.team-style-two:hover .content {
overflow: visible;
}
.team-style-two:hover .inner-content {
top: -70px;
}
.team-style-two:hover .dark-blue {
background: #0b3b5e;
}
.team-style-two:hover .dark-blue .name,
.team-style-two:hover .dark-blue p {
color: #fff;
}
.team-style-two:hover .dark-blue .team-social a {
color: #fff;
background: rgba(255, 255, 255, 0.03);
}
@media only screen and (max-width: 1200px) {
.team-style-two .name {
font-size: 20px;
}
.team-style-two p {
font-size: 16px;
}
}

.team-style-three {
border: 1px solid rgba(7, 17, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-three .team-thumb {
padding: 10px 10px 0 10px;
position: relative;
z-index: 1;
}
.team-style-three .team-thumb .team-social {
position: absolute;
left: 0;
right: 0;
top: 70%;
transform: translateY(-50%);
}
.team-style-three .team-thumb .team-social a {
color: #071106;
font-size: 20px;
background: white;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
opacity: 0;
transform: scale(0);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-three .team-thumb .team-social a i {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-three .team-thumb .team-social a:hover {
color: white;
background: #0b3b5e;
}
.team-style-three .team-thumb .team-social a:hover i {
color: white;
transform: scale(1.2);
}
.team-style-three .team-thumb:hover {
background: #0b3b5e;
}
.team-style-three .team-thumb:hover .team-social a {
opacity: 1;
transform: scale(1);
}
.team-style-three .name {
color: #071106;
font-size: 24px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.team-style-three .name {
font-size: 20px;
}
.team-style-three p {
font-size: 16px;
}
}

.team-style-four {
background: rgba(7, 17, 6, 0.03);
border: 1px solid rgba(7, 17, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.team-style-four .team-thumb {
padding: 10px 10px 0 10px;
position: relative;
z-index: 1;
}
.team-style-four .media-action {
position: absolute;
right: 10px;
top: 15px;
z-index: 1;
}
.team-style-four .media-action .plus-icon {
width: 40px;
height: 40px;
display: inline-block;
font-size: 20px;
line-height: 40px;
text-align: center;
color: #fff;
background: #4aab3d;
position: relative;
}
.team-style-four .media-action .team-social {
width: 40px;
line-height: 40px;
text-align: center;
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
transform: translateY(55px);
bottom: 100%;
}
.team-style-four .media-action .team-social a {
color: #4aab3d;
background: white;
display: block;
margin-bottom: 6px;
}
.team-style-four .media-action .team-social a:hover {
color: #fff;
background: #4aab3d;
}
.team-style-four .media-action:hover {
overflow: visible;
}
.team-style-four .media-action:hover .team-social {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.team-style-four .name {
color: #071106;
font-size: 24px;
font-weight: 600;
}
@media only screen and (max-width: 1200px) {
.team-style-four .name {
font-size: 20px;
}
.team-style-four p {
font-size: 16px;
}
}

.biography-content .name a {
color: #071106;
font-size: 40px;
font-weight: 600;
}
.biography-content .designation {
font-size: 16px;
}
.biography-content .social-links a {
color: #071106;
border-radius: 0;
border: 1px solid rgba(25, 35, 31, 0.1);
background: rgba(25, 35, 31, 0.03);
margin-right: 10px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.biography-content .social-links a:hover {
color: white;
background: #4aab3d;
}
.biography-content h3 {
font-size: 30px;
margin-top: 30px;
}
.biography-content .divider {
background: #4aab3d;
width: 80px;
height: 2px;
display: block;
line-height: 1;
}
.biography-content .achivment a {
color: #071106;
font-size: 20px;
font-weight: 500;
display: block;
}
.biography-content .achivment a span {
color: #4aab3d;
margin-right: 10px;
display: inline-block;
}
@media only screen and (max-width: 1200px) {
.biography-content .name a {
font-size: 32px;
}
.biography-content h3 {
font-size: 24px;
}
.biography-content .achivment a {
font-size: 18px;
}
}

.member-qualification .skill {
position: relative;
z-index: 1;
}
.member-qualification .skill .skill-title .skill-category {
font-size: 20px;
font-weight: 600;
color: #071106;
}
.member-qualification .skill .skill-title span {
color: white;
font-size: 16px;
background: #4aab3d;
width: 50px;
height: 50px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 50px;
position: absolute;
right: 13%;
top: -46%;
}
.member-qualification .skill .progress {
height: 8px;
background: rgba(7, 17, 6, 0.05);
}
.member-qualification .skill .progress .progress-bar {
height: 8px;
background: #4aab3d;
width: 85%;
border-radius: 5px;
}
.member-qualification .skill.sk-2 .progress .progress-bar {
width: 55%;
}
.member-qualification .skill.sk-2 .skill-title span {
right: 15%;
}
@media only screen and (max-width: 767.98px) {
.member-qualification .skill.sk-2 .skill-title span {
right: 5%;
}
}
.member-qualification .skill.sk-3 .progress .progress-bar {
width: 95%;
}
.member-qualification .skill.sk-3 .skill-title span {
right: 8%;
}

.icon-box-two {
padding: 30px 0 20px 0;
border: 1px solid rgba(7, 17, 6, 0.1);
}
.icon-box-two .icon {
width: 80px;
height: 80px;
text-align: center;
line-height: 80px;
border-radius: 50%;
background: #4aab3d;
display: inline-block;
}
.icon-box-two .feature-title {
font-size: 20px;
font-weight: 600;
}

.ht-blog-section {
background: rgba(7, 17, 6, 0.03);
}
.ht-blog-section .blog-wrapper-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.blog-one.bg-shadow {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
}
.blog-one .blog-thumb {
width: 100%;
height: 314px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.blog-one .blog-thumb .blog-date {
color: #071106;
font-size: 16px;
font-weight: 500;
background: white;
padding: 8px 20px;
border-left: 2px solid #f6c206;
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
}
.blog-one .blog-meta a {
color: #777c90;
font-size: 16px;
font-weight: 600;
display: inline-block;
margin-right: 15px;
}
.blog-one .blog-meta a img {
display: inline-block;
transform: translateY(-2px);
}
.blog-one .blog-meta a:last-child {
margin-right: 0;
}
.blog-one .blog-title a {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.blog-one .blog-title a:hover {
text-decoration: underline;
}
.blog-one .blog-content {
padding: 0 15px 30px 20px;
}
.blog-one.classic-style .classic-gallery-item .blog-thumb {
display: block;
height: 400px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.blog-one.classic-style .blog-meta a img {
margin-right: 3px;
}
.blog-one.classic-style .blog-title a {
font-size: 32px;
}
.blog-one.classic-style .popup-video {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #fff;
}
.blog-one.classic-style .popup-video img {
width: 20px;
}
@media only screen and (max-width: 1200px) {
.blog-one.classic-style .classic-gallery-item .blog-thumb {
height: 300px;
}
.blog-one.classic-style .blog-meta a {
font-size: 15px;
font-weight: 400;
}
.blog-one.classic-style .blog-meta a {
margin-right: 3px;
}
.blog-one.classic-style .blog-title a {
font-size: 24px;
}
}
@media only screen and (max-width: 1200px) {
.blog-one .classic-gallery-item .blog-thumb {
height: 270px;
}
.blog-one .blog-content {
padding: 0 15px 30px 15px;
}
.blog-one .blog-meta a {
font-size: 15px;
font-weight: 400;
}
.blog-one .blog-meta a:first-child {
margin-right: 3px;
}
.blog-one .blog-title a {
font-size: 20px;
}
}

.blog-two {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
}
.blog-two .blog-thumb {
width: 100%;
height: 320px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.blog-two .blog-thumb .blog-date {
color: white;
font-size: 16px;
font-weight: 500;
background: #4aab3d;
padding: 8px 20px;
border-left: 2px solid white;
position: absolute;
z-index: 1;
top: 30px;
left: 20px;
}
.blog-two .blog-meta a {
color: #777c90;
font-size: 16px;
font-weight: 600;
display: inline-block;
background: rgba(7, 17, 6, 0.03);
line-height: 1;
padding: 15px 10px 13px 10px;
}
.blog-two .blog-meta a img {
display: inline-block;
transform: translateY(-2px);
}
.blog-two .blog-meta a:first-child {
margin-right: 15px;
}
.blog-two .blog-title a {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.blog-two .blog-title a:hover {
text-decoration: underline;
}
.blog-two .blog-content {
padding: 0 15px 30px 20px;
}
.blog-two .blog-btn {
color: #071106;
font-size: 16px;
font-weight: 600;
}
.blog-two .blog-btn img {
display: inline-block;
width: 16px;
transform: translateY(-1px);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-two .blog-btn:hover {
border-bottom: 2px solid #071106;
}
.blog-two .blog-btn:hover img {
transform: rotate(-45deg);
}
@media only screen and (max-width: 1600px) {
.blog-two .blog-meta a {
font-size: 15px;
font-weight: 400;
padding: 8px 5px 5px 5px;
}
.blog-two .blog-meta a:first-child {
margin-right: 3px;
}
}
@media only screen and (max-width: 1200px) {
.blog-two .blog-content {
padding: 0 15px 30px 15px;
}
.blog-two .blog-meta a {
font-size: 15px;
font-weight: 400;
}
.blog-two .blog-meta a:first-child {
margin-right: 3px;
}
.blog-two .blog-title a {
font-size: 20px;
}
}
@media only screen and (max-width: 1200px) {
.blog-two .blog-thumb {
height: 280px;
}
}

.blog-three {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
}
.blog-three .blog-thumb {
width: 100%;
height: 314px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.blog-three .blog-thumb .blog-date {
color: #071106;
font-size: 16px;
font-weight: 500;
background: white;
padding: 8px 20px;
border-left: 2px solid #f6c206;
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
}
.blog-three .blog-meta a {
color: #777c90;
font-size: 16px;
font-weight: 600;
display: inline-block;
}
.blog-three .blog-meta a img {
display: inline-block;
transform: translateY(-2px);
margin-right: 5px;
}
.blog-three .blog-meta a:first-child {
margin-right: 15px;
}
.blog-three .blog-title a {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.blog-three .blog-title a:hover {
text-decoration: underline;
}
.blog-three .blog-content {
padding: 0 15px 30px 20px;
}
@media only screen and (max-width: 1200px) {
.blog-three .blog-thumb {
height: 280px;
}
.blog-three .blog-content {
padding: 0 15px 30px 15px;
}
.blog-three .blog-meta a {
font-size: 15px;
font-weight: 400;
}
.blog-three .blog-meta a:first-child {
margin-right: 3px;
}
.blog-three .blog-title a {
font-size: 20px;
}
}

.blog-four {
box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
}
.blog-four .blog-thumb {
width: 100%;
height: 314px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.blog-four .blog-thumb .blog-date {
color: white;
font-size: 16px;
font-weight: 500;
background: #0b3b5e;
padding: 8px 20px;
border-left: 2px solid #f6c206;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
}
.blog-four .blog-meta a {
color: #777c90;
font-size: 16px;
font-weight: 600;
display: inline-block;
}
.blog-four .blog-meta a img {
display: inline-block;
transform: translateY(-2px);
margin-right: 5px;
}
.blog-four .blog-meta a:first-child {
margin-right: 15px;
}
.blog-four .blog-title a {
color: #071106;
font-size: 24px;
font-weight: 600;
}
.blog-four .blog-title a:hover {
text-decoration: underline;
}
.blog-four .blog-content {
padding: 0 15px 30px 20px;
}
@media only screen and (max-width: 1200px) {
.blog-four .blog-thumb {
height: 280px;
}
.blog-four .blog-content {
padding: 0 15px 30px 15px;
}
.blog-four .blog-meta a {
font-size: 15px;
font-weight: 400;
}
.blog-four .blog-meta a:first-child {
margin-right: 3px;
}
.blog-four .blog-title a {
font-size: 20px;
}
}

.blog-inner-wrapper {
width: calc(100% - 190px);
margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
.blog-inner-wrapper {
width: calc(100% - 30px);
}
}

.blog-active-one,
.blog-active-two {
margin-left: -15px;
margin-right: -15px;
}
.blog-active-one .slick-slide,
.blog-active-two .slick-slide {
margin-left: 15px;
margin-right: 15px;
}

.author-blockquote {
background: rgba(7, 17, 6, 0.03);
padding: 40px 30px 25px 30px;
}
.author-blockquote .blockquote {
margin-bottom: 30px;
}
.author-blockquote .blockquote p {
color: #071106;
font-weight: 500;
font-size: 20px;
font-style: italic;
}
.author-blockquote .blockquote-footer {
color: #071106;
font-size: 24px;
font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
.author-blockquote {
padding: 40px 15px 25px 15px;
}
}

.comment-box {
position: relative;
z-index: 1;
border-bottom: 2px solid rgba(7, 17, 6, 0.05);
}
.comment-box .name {
font-size: 20px;
font-weight: 600;
color: #071106;
}
.comment-box .comment-avatar {
float: left;
margin-right: 30px;
}
.comment-box .comment-avatar img {
width: 100px;
height: 100px;
}
@media (max-width: 767px) {
.comment-box .comment-avatar {
float: none;
margin-right: 0;
margin-top: 0;
margin-bottom: 15px;
}
}
.comment-box .comment-content {
overflow: hidden;
}
.comment-box .comment-content p i {
margin-right: 5px;
}
.comment-box .comment-content h5 {
margin-bottom: 3px;
}
.comment-box .comment-reply-link {
color: white;
font-size: 14px;
border: 1px solid #f3f3f3;
font-weight: 400;
padding: 10px 22px;
line-height: 1;
position: absolute;
background: #4aab3d;
z-index: 1;
right: 0;
top: 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
@media (max-width: 767px) {
.comment-box .comment-reply-link {
float: none;
margin-right: 0;
margin-top: 0;
position: relative;
}
}
.comment-box .comment-reply-link:hover {
color: white;
background: #071106;
}

.comment-list {
list-style: none;
padding: 0;
margin: 0;
}
.comment-list li {
padding-bottom: 20px;
margin-bottom: 45px;
}

.comment-form .widget-form input,
.comment-form .widget-form textarea {
border: 1px solid rgba(7, 17, 6, 0.1);
background: rgba(7, 17, 7, 0.03);
}
.comment-form .widget-form textarea {
height: 150px;
}

.ht-plan {
border-top: 1px solid rgba(7, 17, 6, 0.05);
box-shadow: 5px 15px 45px 0px rgba(35, 34, 39, 0.08);
background: white;
padding: 40px;
position: relative;
z-index: 2;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-plan::before {
content: "";
position: absolute;
background: white;
width: 100%;
height: 0;
left: 0;
top: 0;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-plan::after {
content: "";
position: absolute;
background: rgba(7, 17, 6, 0.9);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-plan .ht-plan-header .icon {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
background: #4aab3d;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-plan .ht-plan-header .icon img {
filter: invert(1);
}
.ht-plan .ht-price-title {
color: white;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 8px;
}
.ht-plan .ht-price-desc {
font-size: 16px;
font-weight: 500;
color: #4aab3d;
}
.ht-plan .ht-plan-price {
color: white;
font-size: 48px;
font-weight: 600;
}
.ht-plan .ht-plan-price .month {
color: #777c90;
font-size: 16px;
}
.ht-plan .ht-price-btn {
color: white;
font-size: 16px;
line-height: 1;
font-weight: 500;
padding: 16px 30px;
background: transparent;
border: 1px solid #fff;
display: inline-block;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.ht-plan .ht-price-btn img {
filter: invert(1);
}
.ht-plan .ht-plan-body ul {
list-style: none;
padding: 0;
margin: 0;
}
.ht-plan .ht-plan-body ul li {
font-size: 16px;
font-weight: 500;
color: white;
display: block;
padding-bottom: 10px;
}
.ht-plan .ht-plan-body ul li:nth-child(4) {
margin-bottom: 10px;
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ht-plan .ht-plan-body ul li .check-mark {
color: white;
font-size: 13px;
border-radius: 50%;
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
line-height: 17px;
margin-right: 8px;
}
.ht-plan .ht-plan-body ul li.price-available .check-mark {
background: #4aab3d;
}
.ht-plan .ht-plan-body ul li.unavailable .check-mark {
color: #071106;
background: white;
}
.ht-plan:hover::before, .ht-plan.active::before {
height: 100%;
}
.ht-plan:hover::after, .ht-plan.active::after {
top: auto;
bottom: 0;
height: 0;
}
.ht-plan:hover .ht-plan-price,
.ht-plan:hover .ht-price-desc,
.ht-plan:hover .ht-price-title, .ht-plan.active .ht-plan-price,
.ht-plan.active .ht-price-desc,
.ht-plan.active .ht-price-title {
color: #071106;
}
.ht-plan:hover .ht-price-btn, .ht-plan.active .ht-price-btn {
background: #4aab3d;
border: 1px solid transparent;
}
.ht-plan:hover .ht-plan-body ul li, .ht-plan.active .ht-plan-body ul li {
color: #777c90;
}
.ht-plan:hover .ht-plan-body ul li:nth-child(4), .ht-plan.active .ht-plan-body ul li:nth-child(4) {
border-color: rgba(7, 17, 16, 0.1);
}
.ht-plan:hover .ht-plan-body ul li .check-mark, .ht-plan.active .ht-plan-body ul li .check-mark {
color: white;
background: #4aab3d;
}
.ht-plan:hover .icon, .ht-plan.active .icon {
background: #f6c206;
}
.ht-plan:hover .icon img, .ht-plan.active .icon img {
filter: unset;
}
@media only screen and (max-width: 1200px) {
.ht-plan {
padding: 40px 30px;
}
.ht-plan .ht-price-title {
font-size: 24px;
}
.ht-plan .ht-plan-price {
font-size: 32px;
}
}
@media only screen and (max-width: 767.98px) {
.ht-plan {
padding: 30px 15px;
}
.ht-plan .ht-plan-price {
font-size: 32px;
}
}

.footer-one {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 2;
}
.footer-one::before {
content: "";
position: absolute;
background: #071106;
opacity: 0.95;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
.footer-one .shape-1 {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
}
.footer-one .shape-2 {
position: absolute;
z-index: 1;
right: 0;
top: 0;
}
.footer-one p {
color: white;
}
.footer-one .copyright-text {
border-top: 1px solid rgba(255, 255, 255, 0.2);
color: white;
}

.footer-widget .widget-title {
color: white;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.footer-widget .widget-title::before {
content: "";
position: absolute;
background: #4aab3d;
width: 50px;
height: 4px;
left: 0;
top: 100%;
z-index: 1;
}
.footer-widget ul {
padding-left: 0;
}
.footer-widget ul li {
list-style: none;
}
.footer-widget ul li a {
color: white;
font-size: 18px;
line-height: 28px;
font-weight: 400;
display: inline-block;
margin-bottom: 18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
color: #4aab3d;
}

.ht-widget-contact .info-box {
display: flex;
}
.ht-widget-contact .info-box-icon {
font-weight: 18px;
margin-right: 15px;
color: #4aab3d;
line-height: 1;
margin-top: 10px;
}
.ht-widget-contact .ht-content {
font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
color: #4aab3d;
}
.ht-widget-contact .info-box-label {
display: block;
font-size: 20px;
font-weight: 600;
line-height: 1;
margin-bottom: 8px;
}

.footer-two .footer-widget .widget-title {
color: #071106;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.footer-two .footer-widget .widget-title::before {
content: "";
position: absolute;
background: #4aab3d;
width: 50px;
height: 4px;
left: 0;
top: 100%;
z-index: 1;
}
.footer-two .footer-widget ul {
padding-left: 0;
}
.footer-two .footer-widget ul li {
list-style: none;
}
.footer-two .footer-widget ul li a {
color: #777c90;
font-size: 18px;
line-height: 28px;
font-weight: 400;
display: inline-block;
margin-bottom: 18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-two .footer-widget ul li a:hover {
color: #4aab3d;
}
.footer-two .copyright-text {
border-top: 1px solid rgba(7, 17, 6, 0.1);
color: #071106;
}
.footer-two .ht-footer-subscribe-form {
position: relative;
z-index: 1;
}
.footer-two .ht-footer-subscribe-form input {
border: 0;
color: #777c90;
font-size: 16px;
background: transparent;
border: 1px dashed rgba(7, 17, 6, 0.8);
height: 50px;
padding-left: 20px;
width: 100%;
}
.footer-two .ht-footer-subscribe-form input::placeholder {
color: #777c90;
font-size: 16px;
}
.footer-two .ht-footer-subscribe-form input::-moz-placeholder {
color: #777c90;
font-size: 16px;
}
.footer-two .ht-footer-subscribe-form input::-o-placeholder {
color: #777c90;
font-size: 16px;
}
.footer-two .ht-footer-subscribe-form input::-ms-placeholder {
color: #777c90;
font-size: 16px;
}
.footer-two .ht-footer-subscribe-form input::-webkit-placeholder {
color: #777c90;
font-size: 16px;
}
.footer-two .ht-footer-subscribe-form button {
color: white;
border: 0;
background: #4aab3d;
position: absolute;
right: 5px;
top: 5px;
width: 45px;
height: 39px;
}
.footer-two .social-links a {
color: #071106;
border: 1px solid rgba(7, 17, 6, 0.1);
}
.footer-two .social-links a:hover {
color: white;
border-color: #4aab3d;
}

.footer-three .footer-bg {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.footer-three p {
color: white;
}
.footer-three .copyright-text {
border-top: 1px solid rgba(255, 255, 255, 0.2);
color: white;
}

.footer-four .call-title {
color: #f6c206;
}
.footer-four .copyright-text {
background: rgba(255, 255, 255, 0.05);
color: white;
}
.footer-four .gallery-post a {
display: inline-block;
width: 80px;
height: 80px;
margin: 5px;
position: relative;
z-index: 1;
overflow: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-four .gallery-post a::before {
content: "\F470";
font-family: "bootstrap-icons";
font-size: 30px;
text-align: center;
color: #4aab3d;
position: absolute;
background: rgba(25, 35, 31, 0.5);
width: 100%;
height: 0;
left: 0;
top: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-four .gallery-post a:hover::before {
height: 100%;
top: auto;
bottom: 0;
visibility: visible;
opacity: 1;
}
@media only screen and (max-width: 1200px) {
.footer-four .gallery-post a {
width: 68px;
height: 68px;
margin: 0;
}
}

/*# sourceMappingURL=main.css.map */


/* =========================Custom CSS======================= */

/*============

Purple color
#b71f76

Red color
#eb1d30

Green color
#39aea8

Orange color
#f88f20

============*/

.theme-menu-four .topbar {background: #124b66 ;}

.theme-menu-four .logo-area::before {background: #ffffff;}

.main-menu ul li a {color: #000000;}

.main-menu ul li a:hover, .main-menu ul li ul.sub-menu li a:hover {color: #b71f76;}

.theme-menu-four .header-social-links a {color: #ffffff;}

.main-menu ul li ul.sub-menu li a {line-height: 1.5em; !important}

.main-title position-relative mb-20 h3 span {color: #ffffff;}

.ht-btn {background: #f04a20;}

.theme-bg {background: #b71f76 !important;}

.containerHome {padding: 60px 0 0 0;}

.pb-120 {padding-bottom: 60px;}

.pt-150 {padding-top: 60px;}

.category-widget-content h3 {line-height: 1.5em !important;}
.homeContent1 {padding: 0 30px 0 30px;}

.name mb-1 a {font-size: 1em !important ;}

.portfolio-style-one .pf-tag {background: #39aea8;}

.portfolio-style-one .icon-link {background: #b71f76;}

.iconLoc, .iconEmail, .iconCell {padding: 0 25px 0 0;}
.iconLoc i, .iconEmail i, .iconCell i  {padding: 0 0 0 12px;}

 
.title-style-one .section-title { font-size: 30px;}

.pb-25 {padding-bottom: 15px;}
.pt-25 {padding-top: 15px;}

.pf-title a {text-align: center;}
.service-style-five .service-tag span {font-size: 22px; width: 240px;}

.title-style-one .upper-title {    line-height: 1.8em;    text-align: left;}

.theme-main-menu .hamburger-menu {background: #124b66; }

 .main-header-area {border-bottom: 2px solid #124b66;}

.team-member-more-btn {padding: 5px 10px 5px 10px; background: #b71f76;  border-radius: 5px;   color: #ffffff;	
width:100px; text-align: center;}

/* ----- */
 
.copyright-text i {color: #b3b3b3; padding: 10px 0 0 10px !important; font-size: 0.7em;}

.heding-bg {padding: 50px 0 0 0;}

.logo-area .img-fluid {max-width: 500%;  height: auto;}

.info-box2 { background: #ffffff; width: auto !important;}

.bi-justify::before { font-size: 40px; font-weight: bold; color: #165a16;}

.bi bi-justify:active, .bi bi-justify:link, .bi bi-justify:hover, .bi bi-justify:visited  {background: none;}

.theme-main-menu .hamburger-menu, .theme-main-menu .hamburger-menu:hover  {background: none; }

@media (max-width: 1200px) { .pl-lg-100 {padding-left: 20px;} }


	
.topbar {max-height: 20px; height: auto !important; background: none;}
	
.theme-menu-four .topbar { background: #ffffff;}

.loginSection li {font: 12px arial; float: left; color: #000000; padding: 0 20px 0 20px; list-style-type: none; 	
display: inline-block !important; text-decoration: underline; min-height: 30px; height: auto !important;}
	

.color1, .feature-list-one h3 {color: #000000 !important;}
  
.main-menu ul li a::before {content: none;}
 