@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Ecoly 
    Author: wowtheme7
    Author URI: https://themeforest.net/user/wowtheme7/portfolio
    Description: "Ecoly – Ecology Wind & Solar Energy HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

    TABLE OF CONTENTS
    -------------------------------------------------------------------------------

    01. Basic
        01.01 Mixins
        01.02 Variables
        01.03 Buttons
        01.04 Typography

    02. Template Section Styles
        02.01 About
        02.02 Animation
        02.03 Brand
        02.04 Contact
        02.05 CTA
        02.08 Feature
        02.09 Footer
        02.10 Header
        02.11 Helping
        02.12 Hero
        02.14 MeanMenu
        02.16 Preloader
        02.19 Service
        02.22 Testimonial

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Basic
/*----------------------------------------*/

@font-face {
    font-family: "DM Sans";
    src: url("../webfonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Anek Latin";
    src: url("../webfonts/AnekLatin-VariableFont_wdth,wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Funnel Display";
    src: url("../webfonts/FunnelDisplay-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}



:root {
  --body:#0d1317;
  --black: #000;
  --white: #fff;
  --theme: #23c4ff;
  --theme-2:#256EFF ; /*#256EFF*/
  --theme-3: #23c4ff;
  --theme-4: #79B900;
  --header: #ffffff;
  --text: #fff;
  --text-2: #ebfeff;
  --border: #CAD2D2;
  --bg: #232B2B;
  --bg-2: #F5F5F5;
  --bg-3: #F3F8F3;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme);
  font-family: "DM Sans", sans-serif;
  color: #091613;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 7px 7px 32px;
 }
@media (max-width: 575px) {
  .theme-btn {
    padding: 7px 7px 7px 22px;
  }
}
.theme-btn i {
  margin-left: 20px;
  transition: all 0.4s ease-in-out;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50%;
  background-color: #091613;
  color: var(--theme);
  
}
@media (max-width: 575px) {
  .theme-btn i {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #091613;
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
 

}
.theme-btn:hover {
  color: var(--white);
  
  
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn:hover i {
  background-color: var(--theme);
  color: #091613;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
  }
}

.header-main .theme-btn,
.about-section .theme-btn,
.service-section .theme-btn
{
 box-shadow: inset 0 0 0 2px var(--theme);
}

.header-main .theme-btn::before,
.about-section .theme-btn::before,
.service-section .theme-btn::before
{
   box-shadow: inset 0 0 0 2px var(--theme);
}


/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Funnel Display", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

.h1 {
  font-size: 88px;
  font-weight: 800;
  line-height: 97%;
}
@media (max-width: 1899px) {
  .h1 {
    font-size: 78px;
  }
}
@media (max-width: 1600px) {
  .h1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .h1 {
    font-size: 60px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  .h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  .h1 {
    font-size: 36px;
  }
}

.h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 129%;
}
@media (max-width: 1399px) {
  .h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 145%;
}
@media (max-width: 1199px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .h4 {
    font-size: 20px;
  }
}

.h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
}

.h6 {
  font-size: 14px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.invert{
  color:var(--bg);
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-image-items-style-1 {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .about-image-items-style-1 {
    margin-right: 0;
  }
}
.about-image-items-style-1 .about-image {
  width: 370px;
  margin-top: 60px;
  margin-left: -80px;
}
@media (max-width: 1399px) {
  .about-image-items-style-1 .about-image {
    margin-left: 0;
    width: initial;
    max-width: 370px;
  }
}
.about-image-items-style-1 .about-image img {
  width: 100%;
  height: 100%;
}

.about-section-2 {
  margin: 0 15px;
}

.about-content-style-1 .section-title .h2 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .about-content-style-1 .section-title .h2 {
    font-size: 25px;
  }
}
.about-content-style-1 .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-content-style-1 .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-content-style-1 .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.about-content-style-1 .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about-content-style-1 .list-items ul li img {
  margin-right: 10px;
}
.about-content-style-1 .bottom-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 47px;
}
@media (max-width: 1199px) {
  .about-content-style-1 .bottom-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-content-style-1 .bottom-items .icon-box-items {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about-content-style-1 .bottom-items .icon-box-items .icon {
  width: 100%;
  max-width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background-color: rgba(0, 93, 181, 0.07);
  border-radius: 50%;
}
.about-content-style-1 .bottom-items .icon-box-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.about-content-style-1 .bottom-items .icon-box-items .content p {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .about-content-style-1 .bottom-items .icon-box-items .content p br {
    display: none;
  }
}
.about-content-style-1 .bottom-items .icon-box-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.about-content-style-1 .theme-btn {
  margin-top: 50px;
}



@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -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 float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -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 float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.brand-image img{
  width:100%;
  max-width:150px;
}

.brand-section .top-text {
  margin-bottom: 60px;
  font-size: 18px;
  color: var(--text-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.brand-section .top-text .line-1 {
  display: inline-block;
  width: 224px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.26);
}
@media (max-width: 991px) {
  .brand-section .top-text .line-1 {
    display: none;
  }
}

.contact-section {
  margin: 0 15px;
  border-radius: 20px;
}

.contact-form-box {
  border-radius: 20px;
  background: var(--white);
  padding: 35px;
}
.contact-form-box .h3 {
  margin-bottom: 30px;
}
.contact-form-box .form-clt input, .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  color: var(--bg);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}

.counter-wrapper-2 {
  border-radius: 20px;
  background: var(--white);
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

.counter-wrapper-222 {
  border-radius: 20px;
  background: #E6E6E6;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

.counter-section-2 .container {
  max-width: 1390px;
}

.counter-image-style-2 {
  max-width: 465px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .counter-image-style-2 {
    margin-top: 30px;
    max-width: initial;
    padding: 0 25px;
    padding-right: 0;
  }
}
.counter-image-style-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-information-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .contact-information-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    margin-top: 40px;
  }
}
.contact-information-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-form-box-2 {
  margin-right: 20px;
  padding: 0 35px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .contact-form-box-2 {
    margin-right: 0;
  }
}
.contact-form-box-2 .h3 {
  margin-bottom: 20px;
}
.contact-form-box-2 .form-clt input, .contact-form-box-2 .form-clt textarea {
  line-height: 1;
  padding: 10px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.contact-form-box-2 .form-clt textarea {
  padding-bottom: 100px;
}
.contact-form-box-2 .form-clt.color-2 {
  background: var(--white);
}

.contact-left-image-style-5 {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
}
.contact-left-image-style-5 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-form-box-5-area {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .contact-form-box-5-area {
    margin-left: 0;
  }
}

.contact-form-box-5 .form-clt input, .contact-form-box-5 .form-clt textarea {
  line-height: 1;
  padding: 18px 20px;
  width: 100%;
  text-transform: capitalize;
  color: #898989;
  border-radius: 6px;
  border: 1px solid rgba(216, 221, 225, 0.77);
  background: var(--white);
}
.contact-form-box-5 .form-clt textarea {
  padding-bottom: 130px;
}
.contact-form-box-5 .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.contact-top .h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .contact-top .h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .contact-top .h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.contact-top .icon-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 40px 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items {
    display: block;
  }
}
.contact-top .icon-box-items .icon {
  max-width: 62px;
  height: 62px;
  line-height: 70px;
  text-align: center;
  background-color: rgba(20, 75, 36, 0.1);
  border-radius: 50%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items .icon {
    margin-bottom: 15px;
  }
}
.contact-top .icon-box-items .icon i {
  transition: all 0.4s ease-in-out;
  font-size: 26px;
  color: var(--theme-2);
}
.contact-top .icon-box-items .content .h5 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .contact-top .icon-box-items .content .h5 {
    font-size: 18px;
  }
}
.contact-top .icon-box-items:hover .icon img {
  filter: brightness(0) invert(1);
}

.contact-middle-items {
  margin-top: 120px;
}
.contact-middle-items .contact-form-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 50px 40px;
}
.contact-middle-items .contact-form-box .h3 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-middle-items .contact-form-box .form-clt input, .contact-middle-items .contact-form-box .form-clt textarea {
  border-radius: 2px;
  border: 1px solid rgba(0, 53, 102, 0.12);
  background: var(--white);
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}
.contact-middle-items .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}
.contact-middle-items .contact-form-box .theme-btn {
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .contact-form-box .theme-btn i {
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .google-map-items iframe {
  width: 100%;
  height: 610px;
  border-radius: 10px;
}

.cta-section {
  background-color: var(--theme);
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .cta-section {
    margin-top: 0;
  }
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 0;
    justify-content: center;
  }
  .cta-wrapper .h3 {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    text-align: center;
  }
}
.cta-wrapper .cta-image {
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-image {
    display: none;
  }
}
.cta-wrapper .h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .cta-wrapper .h3 {
    font-size: 30px;
  }
}
.cta-wrapper .theme-btn {
  background-color: var(--header);
  color: var(--white);
}
.cta-wrapper .theme-btn::before {
  background-color: var(--white);
}
.cta-wrapper .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.cta-wrapper .theme-btn:hover {
  color: var(--header);
}


.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  background:var(--bg);
  z-index: -1;
}

.footer-widget-wrapper {
  padding: 0 0 120px;
}


@media (max-width: 991px) {
.info-item > div:nth-child(1){
  display:none;
}
}

.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head .h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.22px;
}
.footer-widget-wrapper .footer-widget-items .footer-content .title {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .title {
    font-size: 30px;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  color: var(--theme);
  margin-top: 48px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .theme-btn {
    margin-top: 30px;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn i {
  color: var(--bg);
  background-color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn::before {
  background-color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn:hover {
  color: var(--bg);
  border: 2px solid var(--theme);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn:hover i {
  color: var(--theme);
  background-color: var(--bg);
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .footer-widget-items .list-area li i {
  margin-right: 9px;
  font-size: 14px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-contact-form {
  background-color: var(--theme-2);
  border-radius: 0 0 13px 13px;
  padding: 30px;
  width: 315px;
  margin-top: -18px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form {
    margin-top: 30px;
    border-radius: 13px;
  }
}
.footer-widget-wrapper .footer-contact-form .footer-shape {
  position: absolute;
  top: -3px;
  left: -8px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form .footer-shape {
    display: none;
  }
}
.footer-widget-wrapper .footer-contact-form .footer-shape-2 {
  position: absolute;
  top: -3px;
  right: -8px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form .footer-shape-2 {
    display: none;
  }
}
.footer-widget-wrapper .footer-contact-form .icon {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-contact-form .h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.footer-widget-wrapper .footer-contact-form p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
.footer-widget-wrapper .footer-contact-form form {
  position: relative;
  margin-top: 25px;
}
.footer-widget-wrapper .footer-contact-form form input {
  width: 100%;
  border: none;
  background-color: var(--white);
  padding: 0 18px;
  border-radius: 48px;
  line-height: 1;
  color: var(--text);
  height: 50px;
  line-height: 50px;
}
.footer-widget-wrapper .footer-contact-form form input::placeholder {
  color: var(--text);
}
.footer-widget-wrapper .footer-contact-form form .theme-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 14px;
}
.footer-widget-wrapper.style-3 {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper.style-3 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper.style-3 {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper.style-3 .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper.style-3 .widget-head .h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  padding-bottom: 18px;
}
.footer-widget-wrapper.style-3 .widget-head .h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--theme-4);
}
.footer-widget-wrapper.style-3 .widget-head .h3::after {
  position: absolute;
  bottom: 0;
  left: 60px;
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--theme-4);
}
.footer-widget-wrapper.style-3 .footer-content p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  max-width: 320px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper.style-3 .footer-content p {
    max-width: initial;
  }
}
.footer-widget-wrapper.style-3 .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.footer-widget-wrapper.style-3 .footer-content .social-icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-content .social-icon a:hover {
  background-color: var(--theme-4);
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li {
  font-size: 16px;
  font-weight: 500;
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li a:hover {
  color: var(--theme-4);
}
.footer-widget-wrapper.style-3 .footer-contect-2 li {
  color: var(--white);
  display: flex;
  gap: 14px;
}
.footer-widget-wrapper.style-3 .footer-contect-2 li:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widget-wrapper.style-3 .footer-contect-2 li i {
  color: var(--theme-4);
  font-size: 20px;
}
.footer-widget-wrapper.style-3 .footer-contect-2 li a {
  color: var(--white);
}

.footer-bottom-wrapper3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
}
.footer-bottom-wrapper3 p {
  color: var(--white);
}
.footer-bottom-wrapper3 p b {
  color: #256EFF;
  font-weight: 400;
}
.footer-bottom-wrapper3 .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .footer-bottom-wrapper3 .footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-bottom-wrapper3 .footer-menu li a {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(var(--theme-4), var(--theme-4));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-wrapper3 .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme-4);
}

.footer-info-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .footer-info-bottom {
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .footer-info-bottom {
    margin-bottom: 80px;
  }
}
.footer-info-bottom .info-item {
  display: flex;
  gap: 20px;
}
.footer-info-bottom .info-item .content .h6 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 15px;
}
.footer-info-bottom .info-item .content p {
  color: rgba(255, 255, 255, 0.8);
  position:relative;
}
.footer-info-bottom .info-item .content p a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-info-bottom .info-item .content p a:hover {
  color:var(--theme);
}

/*Underline addtion */
.footer-info-bottom .info-item .content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px; 
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;

}

.footer-info-bottom .info-item .content p a:hover::after{
  transform: scaleX(1);
}


.footer-info-bottom .social-icon-list .h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 15px;
}
.footer-info-bottom .social-icon-list .social-icon {
  font-size: 20px;
  gap: 20px;
  display: flex;
  align-items: center;
}
.footer-info-bottom .social-icon-list .social-icon a {
  color: var(--white);
}
.footer-info-bottom .social-icon-list .social-icon a:hover {
  color: var(--theme);
}

.footer-bottom {
  background-color:  #256EFF;
  padding: 18px 0 25px;
}
.footer-bottom .text-1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.footer-section-5 {
  position: relative;
  z-index: 9;
}
.footer-section-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(17, 17, 17, 0.5);
  z-index: -1;
}

.footer-section-2 {
  position: relative;
  z-index: 9;
}
.footer-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(25, 42, 25, 0.92);
}

.footer-widget-wrapper-2 {
  padding: 50px 0 80px;
}
.footer-widget-wrapper-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget .widget-head .h3 {
  font-size: 20px;
  font-weight: 800;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li {
  font-weight: 400;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a {
  color: var(--text);
  position: relative;
  padding-left: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li a {
  color: var(--text);
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li span {
  display: block;
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list {
  margin-top: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list .h4 {
  font-size: 20px;
  font-weight: 800;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list .social-icon {
  gap: 20px;
  font-size: 24px;
  color: var(--header);
  margin-top: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list .social-icon a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 98px;
  height: 95px;
  object-fit: cover;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 4px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: var(--theme);
  font-size: 15px;
  font-weight: 500;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 162%;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .h6 a {
  color: var(--header);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .h6 a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area.style-white-text .recent-post-items .content .h6 a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area.style-white-text .recent-post-items .content .h6 a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .list-area li a::before {
  background-color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .list-area li a:hover {
  color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn {
  background-color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn i {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .footer-content .social-icon a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .footer-content .social-icon a:hover {
  color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .recent-post-area .recent-post-items .content .post-date li {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .recent-post-area .recent-post-items .content .h6 a:hover {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .icon {
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 25px;
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content span {
  color: #fff;
  font-weight: 500;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content .h3 {
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content .h3 a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.theme-color-2 .contact-list-2 li .icon {
  color: var(--theme);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .widget-head .h3 {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li {
  position: relative;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a {
  color: var(--white);
  padding-left: 0;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a i {
  font-size: 14px;
  margin-right: 5px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a::before {
  display: none;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme-3);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon {
  gap: 20px;
  font-size: 20px;
  margin-top: 20px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon a {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon a:hover {
  color: var(--theme-3);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input {
  margin-top: 30px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  border: none;
  background-color: var(--white);
  position: relative;
  border: 1px solid var(--border);
  padding: 16px 22px;
  color: var(--text);
  border-radius: 111px;
  text-transform: capitalize;
  line-height: 1;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
  width: 100%;
  margin-top: 12px;
  height: 55px;
  line-height: 1;
  padding: 7px 7px 7px 0px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
  margin-left: 0;
  position: absolute;
  top: 6px;
  right: 8px;
  bottom: 0;
}

.footer-info-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  border-bottom: 1px solid rgba(231, 221, 221, 0.1098039216);
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .footer-info-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 {
    display: grid;
    justify-content: center;
  }
}
.footer-info-wrapper-2 .info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 262px;
  width: 100%;
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items {
    display: grid;
    justify-content: center;
  }
}
.footer-info-wrapper-2 .info-items.border-none {
  border-right: none;
  padding-right: 0;
}
.footer-info-wrapper-2 .info-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-3);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  font-size: 30px;
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items .icon {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items .content {
    text-align: center;
  }
}
.footer-info-wrapper-2 .info-items .content .h5 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 5px;
}
.footer-info-wrapper-2 .info-items .content .h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-info-wrapper-2 .info-items .content .h6 a {
  color: var(--white);
}

.footer-bottom-wrapper-2.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper-2.style-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer-bottom-wrapper-2.style-2 .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom-wrapper-2.style-2 .footer-menu li a {
  color: rgba(255, 255, 255, 0.75);
  background-image: linear-gradient(var(--theme-3), var(--theme-3));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-wrapper-2.style-2 .footer-menu li a:hover {
  background-size: 100% 1px;
}

.footer-bottom-2 {
  background: rgba(255, 255, 255, 0.13);
  padding: 20px 0;
}
.footer-bottom-2 p {
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom-2.style-3 {
  padding: 16px 0;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
  /* Hide scrollbar - Firefox */
  /* Hide scrollbar - IE/Edge */
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  font-family: "Funnel Display", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
 
  text-decoration: none;

}


/*Underline addtion */
.header-main .main-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px; 
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;

}

.header-main .main-menu ul li a:hover::after{
  transform: scaleX(1);
}


.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;

}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-2);
  text-decoration: underline !important;
}
.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  max-height: 740px;
  overflow-y: auto;
  overflow-x: hidden;
    text-decoration: underline !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 5.5px;
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  margin-left: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  height: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.header-main .main-menu ul li .has-homemenu::-webkit-scrollbar {
  display: none;
}
.header-main .main-menu ul li .has-homemenu {
  scrollbar-width: none;
}
.header-main .main-menu ul li .has-homemenu {
  -ms-overflow-style: none;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 10px;
}
.header-1 .mega-menu-wrapper {
  margin: 0 55px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .header-1 .mega-menu-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.header-1 .mega-menu-wrapper .header-left {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1600px) {
  .header-1 .mega-menu-wrapper .header-left {
    gap: 30px;
  }
}
.header-1 .mega-menu-wrapper .header-right {
  gap: 0;
}
.header-1 .mega-menu-wrapper .sidebar__toggle {
  cursor: pointer;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar {
    width: 28px;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:first-child {
    left: 0;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:nth-child(2) {
    width: 25px;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header-1 .main-menu ul li {
    margin-inline-end: 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-1 .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-2);
  font-family: "Funnel Display", sans-serif;
}
@media (max-width: 1600px) {
  .header-1 .main-menu ul li a {
    font-size: 14px;
  }
}
.header-1 .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1 .main-menu ul li .submenu {
  background: var(--white);
  color: #626C74;
}
.header-1 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  font-family: "Funnel Display", sans-serif;
  text-transform: capitalize;
}
.header-1 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-1 .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-1 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-1 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme);
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme) !important;
}
.header-1 .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-1 .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-1 .theme-btn {
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .header-1 .theme-btn {
    padding: 7px 7px 7px 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .theme-btn i {
    margin-left: 5px;
  }
}


.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
  background-color: var(--bg);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-1 {
  padding-top: 0;
}
.sticky.header-1 .theme-btn {
  margin-top: 0;
}

.offcanvas__info {
  background: var(--body) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info.style-2 {
  border-left: 2px solid var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__close {
  background-color: var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme-3);
  color: var(--white);
  border: 1px solid var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  background-color: var(--theme-3);
  color: var(--white);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  color: var(--text);
}
.offcanvas__info.style-2 .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
}
.offcanvas__info.style-2 .theme-btn i {
  background-color: var(--white);
  color: var(--header);
}
.offcanvas__info.style-3 {
  border-left: 2px solid var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__close {
  background-color: var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .social-icon a {
  color: var(--header);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme-4);
  color: var(--white);
  border: 1px solid var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  background-color: var(--theme-4);
  color: var(--white);
}
.offcanvas__info.style-3 .theme-btn {
  background-color: var(--theme-4);
  color: var(--white);
  padding: 18px 36px;
  border-radius: 5px;
}
.offcanvas__info.style-3 .theme-btn i {
  background-color: var(--white);
  color: var(--header);
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list {
  margin-bottom: 50px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
}

@media (max-width:380px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
    display:none;
  }
}


.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content .h4 {
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  font-family: "Anek Latin", sans-serif;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content .h4 a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-button {
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width:100%;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.error-items {
  text-align: center;
}
.error-items .thumb {
  max-width: 795px;
  margin: 0 auto;
}
.error-items .thumb img {
  width: 100%;
  height: 100%;
}
.error-items .content {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}
.error-items .content .h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .error-items .content .h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items .content .h2 {
    font-size: 40px;
  }
}
.error-items .content .theme-btn {
  border: 1px solid transparent;
  margin-top: 40px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.container-2 {
  max-width: 1320px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(25, 42, 25) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.mt-15 {
  margin-top: 15px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid var(--theme);
  background: transparent;
  color: var(--header);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}

.pt-35 {
  padding-top: 35px !important;
}

.hero-1 {
  position: relative;
  z-index: 9;
  border-radius: 22px;
  margin: 15px;
  padding-bottom: 100px;
  margin-bottom: 5rem;
  padding-right: 85px;
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-1,.service-section,.contact-section {
    margin-inline:0 !important;
    border-radius:0 !important;
  }

  .hero-1{
    margin-top:0 !important;
  }
}




.hero-1 .social-icon {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  gap: 10px;
}
@media (max-width: 1600px) {
  .hero-1 .social-icon {
    left: 15px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .social-icon {
    display: none !important;
  }
}
.hero-1 .social-icon .line {
  width: 1px;
  height: 87px;
  background: #192A19;
  transform: rotate(0deg);
  margin-left: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-1 .social-icon span {
  color: #192A19;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  transform: rotate(-90deg);
  margin-left: -10px;
  display: inline-block;
  margin-top: 45px;
}
.hero-1 .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
}
.hero-1 .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.hero-1 .hero-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .hero-shape-1 {
    display: none;
  }
}
.hero-1 .hero-shape-2 {
  position: absolute;
  top: 50%;
  left: 40%;
}
@media (max-width: 1600px) {
  .hero-1 .hero-shape-2 {
    left: 30%;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-shape-2 {
    display: none;
  }
}
.hero-1 .hero-ratting {
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 99;
}
.hero-1 .hero-ratting img {
  width: 245px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-ratting img {
    width: 210px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-ratting {
    display: none;
  }
}
.hero-1 .hero-content-items {
  margin-left: -125px;
  padding-top: 100px;
}

.hero-content a{
  color:var(--bg)!important;
}

.hero-content a:hover{
  color:var(--text)!important;
}


@media (max-width: 1899px) {
  .hero-1 .hero-content-items {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items {
    margin-left: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-items {
    padding-top: 60px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items {
    padding-top: 50px;
  }
}
.hero-1 .hero-content-items .hero-content .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  font-family: "DM Sans", sans-serif;
}
.hero-1 .hero-content-items .hero-content .sub-title img {
  margin-right: 10px;
}
.hero-1 .hero-content-items .hero-content .h1 {
  color: var(--text-2);
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 1899px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 78px;
  }
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 60px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 55px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content {
position: relative;
z-index:2;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content-items .hero-content .h1 {
    font-size: 36px;
  }
}
.hero-1 .hero-content-items .hero-content .theme-btn {
  background-color: var(--header);
  color: var(--white);
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .hero-content .theme-btn {
    margin-top: 28px;
  }
}
.hero-1 .hero-content-items .hero-content .theme-btn::before {
  background-color: var(--theme-2);
}
.hero-1 .hero-content-items .hero-content .theme-btn i {
  background-color: var(--bg);
  color: var(--header);
}
.hero-1 .hero-content-items .hero-content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme-2);
}

.hero-1 .hero-content-items .counter-items-area {
  margin-top: 150px;
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items .counter-items-area {
    gap: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 30px;
  }
}
.hero-1 .hero-content-items .counter-items-area .counter-items .h2 {
  font-size: 66px;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items .h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items .h2 {
    font-size: 48px;
  }
}
.hero-1 .hero-content-items .counter-items-area .counter-items p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items p {
    font-size: 16px;
  }
}
.hero-1 .hero-image {
  position: absolute;
  top: 15px;
  right: 20px;
  bottom: 15px;
  max-width: 915px;
}
.hero-1 .hero-image img {
  height: 100%;
  width:auto;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    top: 0;
    right:0;
    bottom:0;
   
    translate: 13% 2% ;
    height:125%;
    width:auto;

  }
  .hero-1 .hero-image img {
    width: auto;
  }
}

@media (max-width: 1015px) {
  .hero-1 .hero-image {
    opacity:25%;   
    top:4.5rem;
  }
}

@media (max-width: 768px) {
  .hero-1 .hero-image {
     translate: 26% 2% ;
  }
}

.scrolling-wrap {
  white-space: nowrap;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 999;
  margin-top: -20px;
}
.scrolling-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #005DB5, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .scrolling-wrap::before {
    display: none;
  }
}
.scrolling-wrap::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  right: 0;
  background: linear-gradient(270deg, #005DB5, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .scrolling-wrap::after {
    display: none;
  }
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 118px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Funnel Display", sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  letter-spacing: -5.9px;
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 90px;
  }
}
.scrolling-wrap.color-2 .comm .cmn-textslide {
  color: var(--header);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Funnel Display", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 16px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}


.main-sideber .single-sideber-widget {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sideber-widget {
    margin-bottom: 30px;
  }
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sideber-widget .search-widget form input {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  width: 100%;
  color: #6F7783;
  border-radius: 79px;
  border: 1px solid rgba(34, 48, 53, 0.25);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #5b696d;
  text-align: center;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 12px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme-2);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content .h6 {
  font-weight: 500;
  margin-top: 5px;
  line-height: 162%;
  font-size: 16px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content .h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content .h6 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #4b5563;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.main-sideber .single-sideber-widget ul li a {
  color: #4b5563;
}
.main-sideber .single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: #4b5563;
}
.main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 48, 53, 0.25);
  padding-bottom: 15px;
}
.main-sideber .single-sideber-widget ul li:hover a {
  color: var(--theme-2);
}
.main-sideber .single-sideber-widget ul li:hover span {
  color: var(--theme-2);
}
.main-sideber .single-sideber-widget .tagcloud a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #5b696d;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sideber-widget .tagcloud a {
    margin-right: 25px;
  }
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  color: var(--theme-2);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Anek Latin", sans-serif, "DM Sans", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Anek Latin", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}



.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}


.section-title .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.section-title .sub-title.color-2 {
  color: var(--theme-3);
}
.section-title .sub-title.color-3 {
  color: var(--theme-4);
  font-family: "Anek Latin", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.sub-title{
  display:flex !important; 
  align-items: center;
}

.text-center .sub-title{
  justify-content: center;
}


.section-title img {
  margin-right: 10px;
}
.section-title .h2 {
  font-family: "Funnel Display", sans-serif;
}

.section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
}
.section-title-2 .h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-title-2 .h6 img {
  margin-right: 10px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title-2 {
  margin-bottom: 0;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg-2);
}

.section-bg-3 {
  background-color: var(--bg-3);
}

.section-bg-4 {
  background-color: rgba(121, 185, 0, 0.03);
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-box-style-1 {
  margin-left: 50px;
  max-width: 555px;
}
@media (max-width: 991px) {
  .service-box-style-1 {
    margin-left: 0;
  }
}
.service-box-style-1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 12px;
  background: var(--white);
  padding: 20px 45px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 12px;
  background: #091613;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-box-style-1 li .first-text {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .first-text .icon svg {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-style-1 li .first-text .h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-style-1 li .first-text .h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.service-box-style-1 li .arrow-icon {
  color: var(--theme);
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .arrow-icon:hover i {
  transform: rotate(0);
}
.service-box-style-1 li:not(:last-child) {
  margin-bottom: 15px;
}
.service-box-style-1 li:hover::before {
  opacity: 1;
  visibility: visible;
  right: 0;
  width: 100%;
}
.service-box-style-1 li:hover .first-text .icon svg {
  transform: scaleX(-1) !important;
}
.service-box-style-1 li:hover .first-text .icon svg path {
  fill: var(--theme);
}
.service-box-style-1 li:hover .first-text .h3 a {
  color: var(--white);
}
.service-box-style-1 li:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
}

.service-content-style-1 .theme-btn {
  margin-top: 30px;
}

.service-box-style-1 a{
  color:var(--bg);
}


.service-section {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  margin: 0 15px;
}
.service-section .service-image {
  max-width: 820.622px;
  height: 751.807px;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (max-width: 1899px) {
  .service-section .service-image {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .service-section .service-image {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .service-section .service-image {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .service-section .service-image {
    position: static;
    max-width: initial;
    height: 500px;
    margin: 30px 20px 0;
  }
}
.service-section .service-image img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.service-section-2 {
  border-radius: 115px 115px 0 0;
  background: #031F3A;
  margin: 0 15px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .service-section-2 {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
  }
}
@media (max-width: 1399px) {
  .service-section-2 {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .service-section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}


.testimonial-box-items-style-1 {
  margin-top: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .testimonial-box-items-style-1 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-items-style-1 {
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-style-1 {
    padding-right: 10px;
  }
}
.testimonial-box-items-style-1 .h4 {
  font-size: 18px;
  font-weight: 600;
}
.testimonial-box-items-style-1 .star {
  color: #FF8000;
  margin-top: 30px;
}
.testimonial-box-items-style-1 .star i {
  margin-left: 5px;
}
.testimonial-box-items-style-1 .testi-text {
  margin-top: 15px;
  max-width: 332px;
}
.testimonial-box-items-style-1 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.testimonial-box-items-style-1 .client-info .client-content .h5 {
  font-weight: 600;
}

.testimonial-section .swiper-dot {
  text-align: center;
  margin: 50px auto 0;
  position: relative;
  z-index: 9;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet {
  background-color: var(--theme-2);
  width: 9px;
  height: 9px;
  opacity: 1;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 49%;
  left: 56%;
  transform: translate(-52%, -48%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  content: "";
}