@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-finance.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-gray2: #797979;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #C8F169;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #144443;
  --theme-color2-rgb: 20, 68, 67;
  --theme-color3: #f4f5f8;
  --theme-color4: #0f0f0f;
  --theme-color5: #13132E;
  --theme-color6: #DADADA;
  --theme-color7: #039397;
  --theme-color8: #163838;
  --theme-color-silver: #C4C4C4;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #0f0f0f;
  --theme-color3-text-color: #fff;
  --gradient-1: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
  --body-color: #fff;
  --text-color: #646464;
  --headings-color: #0B3130;
  --link-color: #0B3130;
  --link-hover-color: #C8F169;
  --body-font-family: "Poppins", sans-serif;
  --heading-font-family: "DM Sans", sans-serif;
  --style-font: "Manrope", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 80px;
  --h2-font-size: 56px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: #9F9F9F;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 56px;
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: var(--body-color);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
}

h3 a,
h5 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */

p {
  padding: 0;
  margin: 0;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

ul {
  margin-bottom: 10px;
}

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

b {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

/*
 * container.scss
 * -----------------------------------------------
*/
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/*=== Default Form ===*/

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
/***

====================================================================
Reset
====================================================================

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

/***

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

***/

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

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: var(--body-color);
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/*=======================
    Preloader
=======================*/

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #000;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

/*Btn Style One*/
.btn-style-one {
  background-color: var(--bg-theme-color2);
  border-radius: 100px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 20px 42px;
  position: relative;
  text-transform: capitalize;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

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

.btn-style-one:hover {
  color: var(--headings-color);
}

/*Btn Style*/

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.overlay-anim {
  position: relative;
}

.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*img-animation**********************/
@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
  animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

/*** 
====================================================================
Page Title
====================================================================
***/
.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 40px;
  position: relative;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content: "";
  mix-blend-mode: normal;
}

.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-top: 15px;
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-style-one .main-box {
  padding: 0 70px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one .main-box {
    padding: 14px 30px;
  }
}

.header-style-one .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-style-one .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box .outer-box {
    gap: 25px;
  }
}

.header-style-one .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  line-height: 1;
}

@media (max-width: 1399.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}

.header-style-one .main-box .btn-style-one {
  padding: 20px 38px;
}

@media (max-width: 991.98px) {
  .header-style-one .main-box .btn-style-one {
    display: none;
  }
}

.header-style-one.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.header-style-one.header-3 .main-box {
  padding-left: 30px;
}

.header-style-one.header-3 .main-box .main-menu {
  position: relative;
  margin-right: 50px;
}

.header-style-one.header-3 .main-box .ui-btn-outer {
  margin-right: 50px;
}

.header-style-one.header-3 .btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  padding: 24px 35px !important;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .header-style-one.header-3 .btn-style-one {
    margin-top: 0px;
  }
}

.header-style-one.header-3 .btn-style-one:before {
  display: none;
}

.header-style-one.header-3 .btn-style-one:hover {
  background-position: 100% 0;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

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

@media (max-width: 1899.98px) {
  .main-menu .navigation>li {
    margin-right: 35px;
  }
}

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

.main-menu .navigation>li:before {
  background-color: var(--headings-color);
  bottom: 23px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 0%;
}

.main-menu .navigation>li:hover:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation>li>a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--heading-font-family);
}

@media (max-width: 1899.98px) {
  .main-menu .navigation>li>a {
    font-size: 15px;
  }
}

.main-menu .navigation>li>a:hover {
  color: var(--headings-color);
}

.sticky-header {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  max-height: 40px;
}

.sticky-header .nav-outer {
  background: none;
  position: relative;
}

.sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}

/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
  padding: 80px 0;
}

@media (max-width: 1199.98px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

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

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

.fix {
  overflow: hidden;
}

.footer-bg {
  background-color: #052221;
}

.body-bg {
  background-color: #F6F5EF;
}

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--heading-color);
  display: block;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

@media (min-width: 992px) {
  .mobile-nav-toggler {
    display: none;
  }
}


.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.3s ease;
}

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


.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

.mobile-menu .menu-box .navigation a {
  color: #fff;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 0.3s ease;
}

body.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  /* padding-left: 54px; */
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

/*** 

====================================================================
Section Title
====================================================================

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

@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 0;
  }
}

.sec-title .sub-title {
  position: relative;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
  padding-left: 50px;
  gap: 10px;
}

.sec-title .sub-title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9.803px solid transparent;
  border-bottom: 9.803px solid transparent;
  border-left: 19.606px solid;
}

.sec-title .sub-title .triangle.triangle1 {
  border-left-color: var(--theme-color1);
  left: 5px;
  z-index: 9;
}

.sec-title .sub-title .triangle.triangle2 {
  border-left-color: #113c3d;
  left: 20px;
  -webkit-animation: move2 1s infinite alternate ease-in-out;
  animation: move2 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move2 {
  0% {
    left: 20px;
  }

  100% {
    left: 17px;
  }
}

@keyframes move2 {
  0% {
    left: 20px;
  }

  100% {
    left: 17px;
  }
}

@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 469.98px) {
  .sec-title h2 {
    font-size: 30px;
  }
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/*** 

====================================================================
    Banner Section
====================================================================

***/

.hero-section {
  background-image: url('../images/home-3/hero/hero-bg.png');
  background-position: center;
  background-size: cover;
}

.header-lower {
  background: rgb(76 76 76 / 20%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-3 {
  position: relative;
  z-index: -1;
  padding: 250px 90px 100px;
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content {
    padding: 0px 0px 50px;
  }
}

.hero-3 .hero-content h1 {
  font-size: 90px;
  font-weight: 600;
  color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
    line-height: 130%;
  }
}

@media (max-width: 767.98px) {
  .hero-3 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 575.98px) {
  .hero-3 .hero-content h1 {
    font-size: 44px;
  }
}

.hero-3 .hero-content h1 span {
  color: var(--theme-color1);
}

.hero-3 .hero-content .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content .text-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-3 .hero-content .text-item p {
  font-size: 18px;
  color: var(--theme-color-white);
  max-width: 530px;
  text-transform: capitalize;
  line-height: 195%;
}

.hero-3 .hero-content .text-item img {
  border-radius: 50px;
}

.hero-3 .hero-content .hero-button {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-3 .hero-content .hero-button .theme-btn {
  position: relative;
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
}

@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}

.hero-3 .hero-content .hero-button .theme-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 62px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hero-3 .hero-image {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}

.hero-3 .hero-image .text-circle {
  position: absolute;
  top: 30%;
  right: 14%;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .hero-3 .hero-image .text-circle {
    display: none;
  }
}

.hero-3 .hero-image .text-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-3 .hero-image .text-circle .star {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** 

====================================================================
    Features Section
====================================================================

***/

.feature-section-3 {
  margin: 30px 30px 0;
}

.feature-box-3 {
  background-color: var(--theme-color-white);
  border-radius: 30px;
  padding: 45px 50px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.feature-box-3 .arrow-shape {
  position: absolute;
  right: 30px;
  bottom: -40px;
  z-index: -1;
}

.feature-box-3 .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.feature-box-3 .client-image img {
  border-radius: 50%;
  border: 1px solid #fff;
}

.feature-box-3 .client-image .icon-2 {
  margin-left: -15px;
}

.feature-box-3 .client-image .icon-3 {
  margin-left: -15px;
}

.feature-box-3 .client-image .icon-4 {
  margin-left: -15px;
}

.feature-box-3 span {
  font-size: 48px;
  color: var(--headings-color);
  display: inline-block;
}

@media (max-width: 469.98px) {
  .feature-box-3 span {
    font-size: 34px;
    line-height: 1;
  }
}

.feature-box-3 span b {
  font-weight: 600;
  color: var(--headings-color);
}

.feature-box-3 .theme-btn {
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .feature-box-3 .theme-btn {
    margin-top: 30px;
  }
}

.feature-box-3 .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .feature-box-3 .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .feature-box-3 .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
}

.feature-box-3 .theme-btn.btn-style-one:before {
  display: none;
}

@media (max-width: 575.98px) {
  .feature-box-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

@media (max-width: 469.98px) {
  .feature-box-3 .theme-btn.btn-style-one {
    padding: 22px 34px;
    padding-right: 70px;
  }
}

.feature-box-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.feature-box-3 .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.feature-box-3 .theme-btn .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  bottom: 4px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 62px;
}

.feature-service-card-items {
  border-radius: 30px;
  background: #103C3B;
  padding: 50px 60px;
  padding-bottom: 30px;
}

@media (max-width: 1699.98px) {
  .feature-service-card-items {
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .feature-service-card-items {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .feature-service-card-items {
    padding: 25px;
  }
}

.feature-service-card-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 30px;
  color: var(--theme-color-white);
}

.feature-service-card-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-service-card-items .content {
  margin-top: 25px;
}

.feature-service-card-items .content h3 a {
  color: var(--theme-color-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.feature-service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.feature-service-card-items .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

.feature-service-card-items .content .text-btn {
  color: var(--theme-color-white);
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.feature-service-card-items:hover .icon {
  background-position: 100% 0;
}

.feature-service-card-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/*** 

====================================================================
		About Section
====================================================================

***/

.about-section {
  position: relative;
  z-index: 9;
}

.image-column-3 .inner-column {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.image-column-3 .inner-column .image1 {
  max-width: 500px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.image-column-3 .inner-column .image1 img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-column-3 .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-column-3 .inner-column .image2 {
  max-width: 295px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  bottom: -120px;
  right: 0;
}

.image-column-3 .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-column-3 .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 991.98px) {
  .image-column-3 .inner-column {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .image-column-3 .inner-column {
    margin-bottom: 0;
  }

  .image-column-3 .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-content-3 .about-text {
  margin-top: 25px;
}

.about-content-3 .about-block .inner-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.about-content-3 .about-block .inner-box .icon {
  color: var(--theme-color-black);
  font-size: 50px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.about-content-3 .about-block .inner-box .title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 5px;
}

.about-content-3 .about-block .inner-box .text {
  margin: 0;
}

.about-content-3 .about-block .inner-box:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.about-content-3 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 450px;
}

@media (max-width: 575.98px) {
  .about-content-3 .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-content-3 .skill-feature {
  margin-top: 30px;
}

.about-content-3 .skill-feature .box-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font-family);
}

.about-content-3 .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--headings-color);
  text-transform: capitalize;
}

.about-content-3 .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: #E8E8E8;
  border-radius: 12px;
  overflow: visible;
  margin-top: 15px;
}

.about-content-3 .skill-feature .progress-bar {
  background-color: #0C6460;
  height: 8px;
  margin: 0;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  margin-top: 0;
}

.about-content-3 .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}

.about-content-3 .theme-btn {
  position: relative;
}

.about-content-3 .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

.about-content-3 .theme-btn.btn-style-one:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-content-3 .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .about-content-3 .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
}

@media (max-width: 575.98px) {
  .about-content-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.about-content-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.about-content-3 .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.about-content-3 .theme-btn .icon {
  background-color: #fff;
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  height: 62px;
  font-size: 50px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 62px;
}

.progress {
  background-color: transparent;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
}

/*** 

====================================================================
    Services Section
====================================================================

***/

.service-know-box {
  border-radius: 100px;
  background: #C8F169;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  max-width: 770px;
  margin: 60px auto 0;
}

@media (max-width: 767.98px) {
  .service-know-box {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 14px;
  }
}

.service-know-box .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .service-know-box .icon {
    margin: 0 auto;
  }
}

.service-know-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color2);
  text-transform: capitalize;
}

.service-know-box p a {
  font-weight: 600;
  text-decoration: underline;
}

.service-know-box p a i {
  margin-left: 5px;
  font-size: 19px;
}

.how-it-work-wrapper {
  border: 1px dashed #d9d9d9;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .how-it-work-wrapper {
    margin-top: 30px;
  }
}

.how-it-work-items-style-3 {
  padding: 30px;
  padding-bottom: 0;
  border-right: 1px solid #d9d9d9;
}

.how-it-work-items-style-3 .number {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.how-it-work-items-style-3 .title {
  margin-bottom: 10px;
  font-size: 24px;
}

.how-it-work-items-style-3:hover .number {
  color: var(--headings-color);
}

.how-it-work-items-style-3.border-none {
  border-right: none;
}

.how-sec-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.how-sec-text a {
  color: #0C6460;
  text-decoration: underline;
}

.how-it-work-section {
  position: relative;
  z-index: 9;
}

.how-it-work-section .circle-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .how-it-work-section .circle-shape {
    display: none;
  }
}


.why-choose-section-2 {
  position: relative;
  margin: 0 30px;
  border-radius: 50px;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .why-choose-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .why-choose-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.why-choose-section-2 .circle-shape {
  position: absolute;
  bottom: 170px;
  right: 0;
}

@media (max-width: 1399.98px) {
  .why-choose-section-2 .circle-shape {
    display: none;
  }
}

.why-choose-section-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 68, 67, 0)), color-stop(14%, rgba(20, 68, 67, 0.8)), color-stop(30%, rgba(20, 68, 67, 0.96)), to(#144443));
  background: linear-gradient(90deg, rgba(20, 68, 67, 0) 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%);
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 1199.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 80px;
  }
}

.why-choose-us-wrapper-2 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

@media (max-width: 1199.98px) {
  .service-imagestyle-3 {
    display: none;
  }
}

.service-imagestyle-3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.choose-us-content-2 {
  margin-left: 40px;
}

@media (max-width: 1699.98px) {
  .choose-us-content-2 {
    margin-left: 105px;
  }
}

@media (max-width: 1399.98px) {
  .choose-us-content-2 {
    margin-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .choose-us-content-2 {
    margin-left: 0;
  }
}

.choose-us-box-style-2 {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .choose-us-box-style-2 {
    margin-top: 30px;
  }
}

.choose-us-box-style-2 .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 28px;
  color: var(--theme-color-white);
}

.choose-us-box-style-2 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.choose-us-box-style-2 .content {
  max-width: 310px;
  margin-top: 25px;
}

.choose-us-box-style-2 .content h3 {
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.choose-us-box-style-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.choose-us-box-style-2 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
  background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}

.choose-us-box-style-2 .content p {
  color: var(--theme-color-white);
  line-height: 218%;
}

.choose-us-box-style-2:hover .icon {
  background-position: 100% 0;
}

.choose-us-box-style-2:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.growth-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .growth-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .growth-section {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.growth-section .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.growth-section::after {
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.growth-section .sec-title {
  border-bottom: 1px solid rgba(230, 230, 230, 0.212);
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.growth-section .theme-btn {
  position: relative;
}

.growth-section .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .growth-section .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .growth-section .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
}

@media (max-width: 575.98px) {
  .growth-section .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.growth-section .theme-btn.btn-style-one:before {
  display: none;
}

.growth-section .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.growth-section .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.growth-section .theme-btn .icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 62px;
}

.growth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.growth-block .pie-graph {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 122px;
}

.growth-block .pie-graph .inner-text {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  font-family: var(--heading-font-family);
}

.growth-block .content-box .title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.growth-block .content-box .text {
  font-size: 16px;
  line-height: 28.8px;
  color: #d1d5db;
  margin-bottom: 0;
}

.growth-block:hover .pie-graph .inner-text {
  background-position: 100% 0;
}

.feature-growth-box-items {
  margin-top: 30px;
  padding: 34px 25px;
  padding-top: 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.feature-growth-box-items::before {
  background-color: var(--theme-color-white);
  border-radius: 15px;
  height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50px;
  z-index: -1;
  height: initial;
}

.feature-growth-box-items::after {
  background-color: var(--headings-color);
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: initial;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  top: 50px;
  z-index: -1;
}

.feature-growth-box-items .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  font-size: 40px;
  color: var(--theme-color-white);
  height: 103px;
  line-height: 103px;
  margin: 0 auto;
  text-align: center;
  width: 103px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-growth-box-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-growth-box-items .content {
  margin-top: 25px;
}

.feature-growth-box-items .content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature-growth-box-items .content p {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature-growth-box-items.style-top {
  margin-top: 60px;
}

@media (max-width: 1199.98px) {
  .feature-growth-box-items.style-top {
    margin-top: 30px;
  }
}

.feature-growth-box-items:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.feature-growth-box-items:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-growth-box-items:hover .icon {
  background-position: 100% 0;
}

.feature-growth-box-items:hover .content h3 {
  color: #fff;
}

.feature-growth-box-items:hover .content p {
  color: #F5F5F5;
}


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

.footer-widget-wrapper .footer-widget-items .user-links {
  position: relative;
}

.footer-widget-wrapper .footer-widget-items .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-wrapper .footer-widget-items .user-links li a {
  color: #B8B8B8;
  position: relative;
}

.footer-widget-wrapper .footer-widget-items .user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gradient-1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget-wrapper .footer-widget-items .user-links li:hover a {
  color: var(--theme-color-white);
}

.footer-widget-wrapper .footer-widget-items .user-links li:hover a::before {
  width: 100%;
}

.footer-widget-wrapper.style-2 {
  padding: 20px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
  .footer-widget-wrapper.style-2 {
    padding: 50px 0 80px;
  }
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 {
  margin-top: 20px;
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
  background: rgba(242, 241, 246, 0.1);
  padding: 10px 30px;
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid;
}

@media (max-width: 1199.98px) {
  .footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li a {
  color: var(--theme-color-white);
}

.footer-widget-wrapper.style-2 .user-links {
  position: relative;
}

.footer-widget-wrapper.style-2 .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-wrapper.style-2 .user-links li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-wrapper.style-2 .user-links li a {
  color: var(--theme-color-white);
  position: relative;
}

.footer-widget-wrapper.style-2 .user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gradient-1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget-wrapper.style-2 .user-links li:hover a {
  color: var(--theme-color-white);
}

.footer-widget-wrapper.style-2 .user-links li:hover a::before {
  width: 100%;
}

.footer-widget-wrapper.style-2 .user-links-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

@media (max-width: 1199.98px) {
  .footer-widget-wrapper.style-2 .user-links-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-section-2 {
  margin: 0 30px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .footer-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-section-2 {
    margin: 0 0px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.footer-section-2 .bg-color {
  position: absolute;
  right: 0;
  top: -500px;
  bottom: 0;
  z-index: -1;
}

.footer-section-2 .bg-color img {
  height: 100%;
}

.footer-top-wrapper {
  padding: 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .footer-top-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-top-wrapper .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-top-wrapper .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--theme-color-white);
}

.footer-top-wrapper .social-icon a:hover {
  background: var(--theme-color1);
  color: var(--headings-color);
}

.footer-section-2 {
  position: relative;
  z-index: 9;
}

.footer-section-2 .footer-shape {
  position: absolute;
  top: 30px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .footer-section-2 .footer-shape {
    display: none;
  }
}

.logo-img {
  width: 250px;
}

@media (max-width: 1400.98px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1200px) {
  .header-style-one.header-3 .main-box .main-menu {
    margin-right: 0px;
  }

  .header-style-one .main-box .outer-box {
    gap: 10px;
  }

  .hero-3 {
    padding: 200px 90px 80px;
  }
}


@media (max-width: 1024px) {
  .hero-3 .hero-image .text-circle {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-3 {
    padding: 200px 20px 80px;
  }
}

.footer-bottom-text {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer-bottom-text a {
  color: #fff;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details-block {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius: 8px;
  padding: 65px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.contact-details-block .inner-box {
  max-width: 260px;
  margin: 0 auto;
}

.contact-details-block .icon {
  margin-bottom: 20px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-size: 50px;
  line-height: 1;
  color: var(--headings-color);
}

.contact-details-block .icon svg,
.contact-details-block .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-details-block .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.contact-details-block .text {
  margin-bottom: 0;
  color: var(--text-color2);
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 28px;
  font-size: 18px;
}

.contact-details-block:hover {
  background-color: var(--theme-color2);
}

.contact-details-block:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: var(--theme-color-white);
}

.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: var(--theme-color-white);
}

.contact-details-block:hover .title {
  color: var(--theme-color-white);
}

.contact-details-block:hover .text {
  color: var(--theme-color-white);
}

.contact-six-aera {
  overflow: hidden;
}

.contact-six__wrp {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 100px;
  margin-right: -20px;
}

@media (max-width: 1199.98px) {
  .contact-six__wrp {
    padding: 60px 30px;
  }
}

.contact-six__wrp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(6, 50, 50, 0.8);
}

.contact-six__image {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 20px;
}

.contact-six__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-six__image .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .contact-six__image .circle-btn {
    padding-top: 40px;
  }
}

.contact-six__image .circle-btn span {
  display: block;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.contact-six__image .circle-btn span i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-six__image .circle-btn:hover span i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.contact-six__item .section-header {
  max-width: 860px;
}

.contact-six__item .section-header .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .contact-six__item .section-header .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-six__item .section-header .text {
  font-size: 16px;
}

.contact-six__item .wrp {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
  .contact-six__item .wrp {
    gap: 20px;
  }
}

.contact-details,
.career-form {
  overflow: hidden;
}

.contact-details .content-column .inner-column .google-map iframe {
  width: 100%;
  height: 350px;
}

.contact-details .content-column .inner-column form .type-feild,
.career-form .content-column .inner-column form .type-feild {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.contact-details .content-column .inner-column form .type-feild input,
.career-form .content-column .inner-column form .type-feild input {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}

.contact-details .content-column .inner-column form .type-feild textarea,
.career-form .content-column .inner-column form .type-feild textarea {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  height: 130px;
}

.contact-details .content-column .inner-column form .type-feild i,
.career-form .content-column .inner-column form .type-feild i {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-details .content-column .inner-column.right-column{
  max-width: 590px;
  margin-left: auto;
}
.career-form .content-column .inner-column.right-column {
  width: 75%;
  padding: 2rem;
  border-radius: 1rem;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-details .content-column .inner-column.right-column .sec-title,
.career-form .content-column .inner-column.right-column .sec-title{
  margin-bottom: 55px !important;
}

/***


====================================================================
    Services Section
====================================================================

***/
.service-section {
  position: relative;
  z-index: 9;
  border-radius: 30px;
  margin: 0 15px;
  padding: 120px 30px;
  background-attachment: fixed;
}

.service-section::before {
  background: linear-gradient(280deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 50.27%);
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.service-section .ellipse-bg {
  position: absolute;
  top: 45px;
  left: 150px;
  z-index: -1;
  display: inline-block;
  width: 180px;
  height: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #C8F169;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.service-wrapper {
  margin: 0 30px;
  margin: 0 15px;
  margin: 0;
}

.service-card-items {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  margin-top: 30px;
  padding: 50px;
  padding-bottom: 30px;
}

@media (max-width: 1699.98px) {
  .service-card-items {
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .service-card-items {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .service-card-items {
    padding: 25px;
  }
}

.service-card-items .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  height: 68px;
  line-height: 72px;
  text-align: center;
  width: 68px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--theme-color-white);
  font-size: 35px;
}

.service-card-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-items .content {
  margin-top: 35px;
}

.service-card-items .content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.service-card-items .content p {
  color: #C4C4C4;
}

.service-card-items .content .link-btn {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  font-size: 35px;
  color: var(--theme-color-white);
}

.service-card-items .content .link-btn:hover {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.service-card-items:hover .icon {
  background-position: 100% 0;
}

.service-card-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-section .section-counter-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C8F169;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  font-family: var(--body-font-family);
}

.service-card-items-2 {
  margin-top: 30px;
  position: relative;
  padding: 30px 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.service-card-items-2.img-contain{
  padding: 0;
}
.service-card-items-2.img-contain::before {
  left: 0;
}

.service-card-items-2 .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-card-items-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid #DADADA;
  left: 14px;
  width: initial;
  z-index: -1;
}

[data-tm-layout=dark] .service-card-items-2::before {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.service-card-items-2 .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.service-card-items-2 .service-icon .icon {
  width: 89px;
  height: 92px;
  line-height: 92px;
  background: #144443;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 33px;
  color: var(--theme-color1);
}

.service-card-items-2 .service-icon .icon .arrow-shape {
  position: absolute;
  bottom: -52px;
  left: 0px;
}

.service-card-items-2 .service-icon .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-items-2 .service-icon .icon .service-triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
}

.service-card-items-2 .service-icon .icon .service-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid #235C5B;
  border-bottom: 11px solid transparent;
}

.service-card-items-2 .service-icon .number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  opacity: 0.3;
  font-size: 96px;
  font-weight: 700;
  color: transparent;
  font-family: var(--body-font-family);
  line-height: 1;
}

[data-tm-layout=dark] .service-card-items-2 .service-icon .number {
  -webkit-text-stroke-color: var(--headings-color);
}

.service-card-items-2 .content {
  padding: 30px;
}

@media (max-width: 767.98px) {
  .service-card-items-2 .content {
    padding: 30px 30px 25px;
  }
}

.service-card-items-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items-2 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.service-card-items-2 .content p {
  line-height: 218%;
}

@media (max-width: 1199.98px) {
  .service-card-items-2 .content p br {
    display: none;
  }
}

.service-card-items-2:hover .service-icon .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


/***
====================================================================
    News Section
====================================================================

***/
.news-box-items {
  margin-top: 30px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

[data-tm-layout=dark] .news-box-items {
  background-color: var(--dark-color2);
}

.news-box-items .news-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.news-box-items .news-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.news-box-items .news-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

.news-box-items .news-image .post-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: #144443;
  text-align: center;
  padding-top: 13px;
}

.news-box-items .news-image .post-box .date {
  font-size: 24px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1);
  line-height: 1;
}

.news-box-items .news-image .post-box .month {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: var(--body-font);
  line-height: 1;
}

.news-box-items .news-content {
  margin-top: 20px;
}

.news-box-items .news-content .comments-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  padding: 12px 17px;
  line-height: 1;
  gap: 24px;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list {
  background: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content .comments-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.news-box-items .news-content .comments-list li {
  font-size: 14px;
}

.news-box-items .news-content .comments-list li i {
  color: var(--headings-color);
  margin-right: 5px;
}

.news-box-items .news-content .comments-list svg {
  margin-right: 5px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list svg path {
  fill: #fff;
}

.news-box-items .news-content h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 18px;
}

[data-tm-layout=dark] .news-box-items .news-content h3 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content h3 {
    font-size: 20px;
  }
}

.news-box-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-box-items .news-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.news-box-items .news-content .link-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #144443;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}

[data-tm-layout=dark] .news-box-items .news-content .link-btn {
  color: var(--link-color);
}

.news-box-items .news-content .link-btn .icon {
  background: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
  border-radius: 26px;
  color: var(--theme-color-white);
  display: inline-block;
  height: 26px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-box-items .news-content .link-btn .icon i {
  display: inline-block;
  font-size: 14px;
}

.news-box-items .news-content .link-btn:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news-box-items:hover .news-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-box-items:hover .news-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
/***
====================================================================
Blog Details
====================================================================***/ 
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 24px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.blog-details__date .day {
  color: #fff;
  font-size: 16px;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
}

.blog-details__content {
  display: block;
  margin-top: 22px;
  position: relative;
}

.blog-details__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color1);
}

.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  font-size: 20px;
  font-weight: var(--h4-font-weight);
  margin: 0;
  margin-bottom: 5px;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--bg-theme-color1);
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
  margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
  width: 80px;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 13px;
  padding-right: 5px;
}

.nav-link-white .info-btn {
color: white;
}
.nav-link-white .main-menu .navigation>li>a:hover{
  color: #b9b9b9;
}
.nav-link-white .main-menu .navigation>li:hover:before{
  background-color: #b9b9b9;
}