* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================
 ***/


/* :root {
    #368158: #368158; 
    --secondary-color: #0A0F20; 
    --pink-color: #FFC0CB;
   --violet-color: #7F00FF;
   --crimson-color: #DC143C;
   --orange-color: #FFA500;
   #676767: #676767; 
    #141417: #141417; 
    'Inter', sans-serif: 'Inter', sans-serif; 
    'Manrope', sans-serif: 'Manrope', sans-serif; 
 } */





body {
  font-size: 16px;
  color: #676767;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1710px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: 'Inter', sans-serif;
  color: #676767;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #141417;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #0E1D40;
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
/* @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 } */

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}


.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 18px 35px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one {
  background: #368158 !important;
}

.theme-btn.btn-two {
  background: --secondary-color;
}

.theme-btn.btn-three {
  background: #fff;
  color: #368158;
}

.theme-btn:before,
.theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: --secondary-color;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn.btn-two:before,
.theme-btn.btn-two:after {
  background: #368158;
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  width: 60px;
  line-height: 62px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #141417;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  background: #368158;
  border-color: #368158;
}

.pagination li a i {
  font-size: 16px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #368158;
  text-shadow: 0px 1px 0px #fff;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 } */



.sec-title {
  position: relative;
  display: block;
}

.sec-title h6 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sec-title h2 {
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
}

.sec-title.light .sub-title,
.sec-title.light h2 {
  color: #fff !important;
}

.sec-title p {
  margin-top: 17px;
}

.sec-title h2 span {
  color: #368158;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  background: #212226;
  padding: 16px 0px;
}

.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 350px;
}

.header-top .links-list {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .links-list li {
  margin-right: 35px;
}

.header-top .links-list li:last-child {
  margin: 0px !important;
}

.header-top .links-list li a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-top .links-list li a:hover {
  color: #368158;
}

.header-top .info-list {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .info-list li {
  position: relative;
  margin-right: 40px;
  padding-left: 32px;
  color: #fff;
}

.header-top .info-list li:last-child {
  margin: 0px !important;
}

.header-top .info-list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #368158;
}

.header-top .info-list li a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-top .info-list li a:hover {
  color: #368158;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .outer-box .logo-box {
  position: relative;
  padding: 61px 90px 61px 0px;
  margin-top: -60px;
  background: #368158;
  z-index: 1;
}

.main-header .outer-box .logo-box .shape {
  position: absolute;
  top: 0px;
  right: -24px;
  width: 24px;
  height: 100%;
  background: #368158;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.main-header .outer-box .logo-box:after {
  position: absolute;
  content: '';
  top: 0px;
  right: -32px;
  width: 32px;
  height: 100%;
  background: #368158;
  clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  opacity: 0.15;
}

.main-header .outer-box .logo-box:before {
  position: absolute;
  content: '';
  background: #368158;
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .theme-btn {
  padding: 13px 30px;
}

.main-header .menu-area {
  position: relative;
  display: flex;
  align-items: center;
}


/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  opacity: 1;
  color: #141417;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 17px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 37px;
  right: 0px;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  margin-top: 15px;
  z-index: 100;
  display: none;
  background: #0A0F20;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>.megamenu li>a {
  padding-left: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
  padding-left: 35px;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  background: #0A0F20;
  width: 230px;
  z-index: 100;
  display: none;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  padding-left: 35px;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: #0A0F20;
  display: none;
}

.mobile-menu .nav-logo img {
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  margin-bottom: 10px;
}

.sticky-header .main-menu .navigation>li>a {
  padding-top: 27px;
  padding-bottom: 27px;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
  top: 27px;
}

.main-header .sticky-header .outer-box .logo-box {
  margin-top: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.main-header .outer-box {
  position: relative;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl {
  background: #368158;
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: #368158;
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl {
  display: block;
}

.boxed_wrapper.ltr .demo-ltr {
  display: none;
}

.boxed_wrapper.rtl .demo-rtl {
  display: none;
}

.boxed_wrapper.rtl .demo-ltr {
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

/* @keyframes shine {
   100% {
     left: 125%;
   }
 } */


/** main-footer **/

.main-footer {
  position: relative;
  background: #0A0F20;
}

.main-footer .widget-section {
  position: relative;
  padding: 110px 0px 113px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-logo {
  margin-bottom: 21px;
}

.main-footer p,
.main-footer a {
  color: #fff;
}

.main-footer a:hover {
  color: #368158;
}

.main-footer .logo-widget p {
  margin-bottom: 40px;
}

.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li {
  margin-right: 20px;
}

.main-footer .social-links li:last-child {
  margin: 0px !important;
}

.main-footer .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
}

.main-footer .social-links li a:hover {}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.main-footer .widget-title h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #fff;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.main-footer .links-widget .links-list li a:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 11px;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before {
  background: #368158;
}

.main-footer .contact-widget .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .contact-widget .form-inner .form-group .select-box {
  min-height: 55px;
}

.main-footer .contact-widget .form-inner .form-group:last-child {
  margin-bottom: 0px;
  padding-top: 10px;
}

.main-footer .contact-widget .form-inner .form-group .nice-select,
.main-footer .contact-widget .form-inner .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.50);
  padding: 0px 20px;
  line-height: 55px;
  background: transparent;
  border-radius: 0px;
  transition: all 500ms ease;
}

.main-footer .contact-widget .form-inner .form-group .nice-select .option {
  color: #222;
}

.nice-select:before {
  position: absolute;
  content: '\e92e';
  font-family: 'icomoon';
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: rgba(255, 255, 255, 0.50);
}

.main-footer .contact-widget .form-inner .form-group .theme-btn:before,
.main-footer .contact-widget .form-inner .form-group .theme-btn:after {
  background: #fff !important;
}

.main-footer .contact-widget .form-inner .form-group .theme-btn:hover {
  color: #141417 !important;
}

.main-footer .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 193px;
  height: 540px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 209px;
  height: 550px;
  background-repeat: no-repeat;
}

.footer-bottom {
  padding: 30px 0px;
}

.footer-bottom p a {
  color: #368158;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}


/** header-style-two **/

.header-style-two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-two.main-header .outer-box .logo-box {
  padding-left: 35px;
  padding-right: 35px;
}

.header-style-two .logo-box:before,
.header-style-two .logo-box:after {
  display: none;
}

.header-style-two .header-lower {
  background: #fff;
  padding-right: 40px;
}

.header-style-two .header-top {
  padding-right: 40px;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #141417;
  box-shadow: 0px 5px 40px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover {
  color: #fff;
  background: #368158;
}

.list-style-one {
  position: relative;
  display: block;
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 19px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li:before {
  position: absolute;
  content: '\e91d';
  font-family: 'icomoon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: #368158;
}

.pt_115 {
  padding-top: 115px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}


/** header-style-three **/

.header-style-three {
  position: relative;
  background: #fff;
}

.header-style-three .header-top .top-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.main-header.header-style-three .outer-box .logo-box {
  background: transparent !important;
  margin-top: 0px;
  padding: 31px 0px;
}

.header-style-three .logo-box:before {
  display: none;
}

.header-style-three .outer-box .logo-box:after {
  display: none;
}

.main-header .menu-right-content .theme-btn.btn-two {
  background: transparent;
  border: 1px solid #0A0F20;
  color: #0A0F20 !important;
  padding: 12px 30px
}

.main-header .menu-right-content .theme-btn.btn-two:hover {
  color: #fff !important;
}

.accordion-box .block .acc-content {
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}





/* Extra CSS  */


/* 
.logo img{
  position: relative;
    top: 10px;
} */
.main-header .outer-box .logo-box {
  margin-top: -22px;
  padding: 49px 87px 28px 0px;
}

.main-header {
  box-shadow: 3px 1px 5px 3px #e9ecef69;
  background: white;
}

.main-header .outer-box .logo-box:before {
  background: white !important;
}

.main-menu .navigation>li>a {
  color: #000 !important;
}

.sticky-header {
  background: white;
}

@media screen and (max-width: 767px) {
  .main-header {
    position: relative;
    left: -16px;
  }
}

.why-work-section {
  background: linear-gradient(to right, #f6fbff, #eaf6fd);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* .container {
   max-width: 1200px;
   margin: auto;
 } */

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-heading p {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 23px;
}

.feature-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgb(227 6 0 / 15%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: translateY(50px);
  opacity: 0;
  animation: fadeUp 1s forwards;
  will-change: transform;
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 45px rgb(15 100 43 / 18%);
}

.feature-card .icon {
  font-size: 48px;
  color: #e30200;
  margin-bottom: 20px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.feature-card:hover .icon {
  color: #0f642b;
  text-shadow: 0 0 15px #0f642b71;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* @keyframes fadeUp {
   to {
     opacity: 1;
     transform: translateY(0);
   }
 } */

.delay-0 {
  animation-delay: 0s;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

@media (max-width: 500px) {
  .section-heading h2 {
    font-size: 28px;
  }

  .feature-card {
    padding: 25px 15px;
  }

  .feature-card .icon {
    font-size: 36px;
  }
}


.feature-block-one .inner-box:before {
  background-image: linear-gradient(100deg, #0e672fdb, #368158b5) !important;
}

.feature-block-one .inner-box .icon-box {
  background: #0c6633 !important;
}

.content_block_one .content-box .inner-box .single-item .icon-box {
  color: #166e3c !important;
}

.service-block-one .inner-box:before {
  background-image: linear-gradient(45deg, #0e6636b0, #ffab06b3) !important;
}

.service-block-one .inner-box .icon-box {
  color: #ffac00 !important;
}

.dream-testimonial-section {
  background: #fff;
  color: #222;
  padding-top: 66px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 12px;
  position: relative;
}

.dream-heading {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
}

.dream-slider {
  position: relative;
  min-height: 200px;
}

.dream-slide {
  display: none;
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.dream-slide.active {
  display: block;
  opacity: 1;
}

.dream-slide h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #caa838;
}

.dream-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 40px;
  box-sizing: border-box;
}

.dream-nav button {
  background: #ddd;
  color: #333;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: background 0.3s;
}

.dream-nav button:hover {
  background: #caa838;
  color: #fff;
}

@media (max-width: 768px) {
  .dream-heading {
    font-size: 24px;
  }

  .dream-slide {
    font-size: 16px;
    padding: 0 10px;
  }

  .dream-nav button {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

.dream-prev {
  position: relative;
  right: 107px;
}

.dream-next {
  position: relative;
  left: 107px;
}


.card-box-cta {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 30px 40px;
  max-width: 600px;
  margin: 0 auto;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-box-cta:hover {
  background: #caa838;
  color: #fff;
  transform: translateY(-4px);
}

.card-box-cta h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.card-box-link {
  text-decoration: none;
  display: inline-block;
}

.content_block_one .content-box .inner-box .single-item .icon-box:before {
  background: #136938 !important
}

.main-footer a:hover {
  color: #ffffff !important;
}

.main-footer .links-widget .links-list li a:hover:before {
  background: #ffffff !important;
}

.whatsapp-chat {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.whatsapp-chat img {
  width: 30px;
  height: 30px;
}

.whatsapp-chat:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.main-header .outer-box .logo-box:after {
  background: #ffffff !important;
}

.main-header .outer-box .logo-box .shape {
  background: #ffffff !important;
}

.team-section {
  position: relative;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.team-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
  opacity: 0.60;
}

.team-block-one .inner-box .image-box .social-links {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links {
  right: 20px;
  opacity: 1;
}

.team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.team-block-one .inner-box .image-box .social-links li:last-child {
  margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #141417;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  color: #fff;
  background: #368158;
}

.team-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 20px;
}

.team-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #141417;
}

.team-block-one .inner-box .lower-content h3 a:hover {
  color: #368158;
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #676767;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .designation {
  color: #368158;
}

@media only screen and (max-width: 767px) {
  .team-section {
    padding: 70px 0px 25px 0px;
  }
}

.ban_sec {
  width: 100%;
  position: relative;
}

.ban_img {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.ban_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ban_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #212529;
  padding: 0 20px;
}

.ban_text strong {
  font: 800 36px/42px "Montserrat", sans-serif;
  text-transform: uppercase;
  display: block;
}

.ban_text strong span {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
}

.ban_text p {
  font: 400 20px/28px "Montserrat", sans-serif;
  margin-top: 15px;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}

.breadcrumb li {
  color: #212529;
}

.breadcrumb li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .ban_text strong {
    font-size: 36px;
    line-height: 44px;
  }

  .ban_text strong span {
    font-size: 26px;
  }

  .ban_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ban_text strong {
    font-size: 28px;
  }

  .ban_text strong span {
    font-size: 20px;
  }

  .ban_text p {
    font-size: 14px;
  }

  .main-header .outer-box .logo-box {
    background: none !important;
  }

  .logo img {
    width: 110px;
    position: relative;
    left: 0px !important;
  }
}

.logo img {
  width: 110px;
  position: relative;
  left: 160px;
}


.footer-logo img {
  width: 140px;
}

.testimonial-style-two .owl-nav {
  position: absolute !important;
  left: -440px !important;
  bottom: 30px !important;
}


.image_block_two img {
  height: 420px;
}

.career-section {
  position: relative;
  background: #F6F6F6;
}

.career-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}

.career-block-one .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 30px 60px 30px 30px;
  margin-bottom: 30px;
}

.career-block-one .inner-box .author-box {
  position: relative;
  display: flex;
  align-items: center;
}

.career-block-one .inner-box .author-box .thumb-box {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.career-block-one .inner-box .author-box .thumb-box img {
  width: 100%;
}

.career-block-one .inner-box .author-box h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 7px;
}

.career-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.career-block-one .inner-box .info-box {
  position: relative;
}

.career-block-one .inner-box {
  position: absolute;
  content: '';
  background: #DEDEDE;
  width: 1px;
  height: 80px;
  top: 30px;
  right: -80px;
}

.career-block-one .inner-box .info-box li {
  position: relative;
  display: block;
  padding-left: 31px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.career-block-one .inner-box .info-box li:last-child {
  margin-bottom: 0px;
}

.career-block-one .inner-box .info-box li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
  color: #368158;
}

.career-block-one .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #368158;
  border: solid;
  border-width: 1px;
  border-color: #368158;
  padding: 16px 39px;
}

.career-block-one .inner-box .btn-box a:hover {
  color: #34714f !important;
  background: #368158;
}

.rtl .career-block-one .inner-box .author-box .thumb-box {
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .career-block-one .inner-box .info-box li {
  padding-left: 0px;
  padding-right: 31px;
}

.rtl .career-block-one .inner-box .info-box li i {
  left: inherit;
  right: 0px;
}

.rtl .career-block-one .inner-box .author-box:before {
  right: inherit;
  left: -80px;
}

@media only screen and (max-width: 1200px) {
  .career-block-one .inner-box .author-box:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .career-block-one .inner-box {
    display: block;
  }

  .career-block-one .inner-box .author-box {
    margin-bottom: 20px;
  }

  .career-block-one .inner-box .info-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .career-section {
    padding: 70px 0px 40px 0px;
  }

  .career-block-one .inner-box {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px) {
  .career-block-one .inner-box .author-box {
    display: block;
  }

  .career-block-one .inner-box .author-box .thumb-box {
    margin: 0px 0px 20px 0px !important;
  }
}

.career-details {
  position: relative;
}

.career-details-content {
  position: relative;
  display: block;
}

.career-details-content h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 6px;
}

.career-details-content .content-one span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #368158;
  margin-bottom: 20px;
}

.career-details-content p {
  margin-bottom: 30px;
}

.career-details-content p:last-child {
  margin-bottom: 0px;
}

.career-details-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.career-details-content .content-three .list-style-one li:before {
  display: none;
}

.career-details-content .content-three .list-style-one li:after {
  position: absolute;
  content: '';
  background: rgba(34, 34, 34, 1);
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.career-details-content .content-four {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-details-content .content-four .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.career-details-content .content-four .social-links li {
  margin-right: 10px;
}

.career-details-content .content-four .social-links li:last-child {
  margin: 0px !important;
}

.career-details-content .content-four .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(59, 89, 152, 1);
}

.career-details-content .content-four .social-links li:nth-child(2) a {
  background: rgba(85, 172, 238, 1);
}

.career-details-content .content-four .social-links li:nth-child(3) a {
  background: rgba(220, 78, 65, 1);
}

.career-details-content .content-four .social-links li:last-child a {
  background: rgba(63, 114, 155, 1);
}

.career-sidebar {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}

.career-sidebar h4 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: #368158;
  padding: 15px 15px;
}

.career-sidebar .info-list {
  position: relative;
  padding: 0px 30px 30px 30px;
}

.career-sidebar .info-list li {
  position: relative;
  display: block;
  padding: 15px 0px 15px 43px;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.career-sidebar .info-list li:last-child {
  border-bottom: none;
}

.career-sidebar .info-list li i {
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 30px;
  color: #368158;
}

.career-sidebar .info-list li h6 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}


.job-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  /* height: 630px; */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}


.job-form label {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.job-form input,
.job-form textarea {
  width: 100%;
  padding: 10px;
  /* margin: 8px 0 0px;   */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.submit-btn {
  background-color: #146a38;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #146a38;
}

/* @keyframes fadeIn {
   from {
     opacity: 0;
     transform: translate(-50%, -45%);
   }

   to {
     opacity: 1;
     transform: translate(-50%, -50%);
   }
 } */

.rtl .career-sidebar {
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .career-sidebar .info-list li {
  padding-left: 0px;
  padding-right: 43px;
}

.rtl .career-sidebar .info-list li i {
  left: inherit;
  right: 0px;
}

.rtl .career-details-content .content-three .list-style-one li:after {
  left: inherit;
  right: 0px;
}

.rtl .career-details-content .content-four .social-links li {
  margin-right: 0px;
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .career-sidebar {
    margin: 30px 0px 0px 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .career-details {
    padding: 70px 0px;
  }

  .cash-equity-image img {
    height: auto !important;
  }
}

@media only screen and (max-width: 499px) {
  .career-details-content .content-four {
    display: block;
  }

  .career-details-content .content-four .btn-box {
    margin-bottom: 20px;
  }
}

.page-title {
  position: relative;
  padding: 137px 0px;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.page-title .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 83px;
  width: 86px;
  height: 170px;
  background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 120px;
  width: 279px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 74px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 19px;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover {
  color: #368158;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.rtl .page-title .bread-crumb li {
  padding-right: 0px;
  padding-left: 15px;
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .page-title .bread-crumb li:before {
  right: inherit;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .page-title {
    padding: 90px 0px;
  }
}


.contact-info-section {
  position: relative;
}

.info-block-one {
  margin-top: 50px;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  margin-bottom: 30px;
  padding: 0px 30px 45px 30px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover {
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #368158;
  margin-top: -50px;
  margin-bottom: 35px;
}

.info-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.info-block-one .inner-box p a {
  display: inline-block;
  color: #676767;
}

.info-block-one .inner-box p a:hover {
  color: #368158;
}

.google-map-section {
  position: relative;
}

.google-map-section iframe {
  position: relative;
  width: 100%;
  height: 550px;
}

.contact-section {
  position: relative;
  background: rgba(247, 247, 247, 1);
}

.contact-section .form-inner {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: rgba(103, 103, 103, 1);
  padding: 10px 30px;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
  height: 170px;
  resize: none;
  padding-top: 15px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
  border-color: #368158;
}

@media only screen and (max-width: 767px) {
  .contact-info-section {
    padding: 70px 0px 40px 0px;
  }

  .google-map-section {
    padding-bottom: 70px;
  }

  .contact-section {
    padding: 70px 0px;
  }
}

.knowledge-center {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.section-title {
  color: #5e2b06;
  font-size: 1.8rem;
  max-width: 800px;
  margin: 0 auto 40px;
}

.card-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #1a1a1a;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0a592b;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .card-grid {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
  }
}

.card-content span:hover {
  color: white;
  /*background-color: #c9a736;*/
  border-color: #cfb260;
}

.cash-equity-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #2d1b0f;
}

.cash-equity-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cash-equity-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #381b0b;
  margin-bottom: 20px;
}

.cash-equity-intro {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto 40px;
  color: #333;
}

.cash-equity-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.cash-equity-text {
  flex: 1 1 55%;
}

.cash-equity-text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #381b0b;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cash-equity-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.cash-equity-image {
  flex: 1 1 40%;
}

.cash-equity-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 437px;
}

@media (max-width: 992px) {
  .cash-equity-content {
    flex-direction: column;
  }

  .cash-equity-text,
  .cash-equity-image {
    flex: 1 1 100%;
  }
}

.pt-30 {
  margin-top: 30px;
}

.text-justify {
  text-align: justify;
}
.t2a-payment-section {
  background: linear-gradient(135deg, #f9fbff 0%, #e8f0fe 100%);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #1e2a38;
}

.t2a-container {
  max-width: 1100px;
  margin: 0 auto;
}

.t2a-header {
  text-align: center;
  margin-bottom: 50px;
}

.t2a-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #cba838;
  letter-spacing: 1px;
}

.t2a-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 10px 0;
}

.t2a-desc {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

.t2a-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.t2a-content-wrapper:hover {
  transform: translateY(-5px);
}

/* Left side image circle */
.t2a-icon-box {
  flex: 1 1 40%;
  text-align: center;
  padding: 20px;
}

.t2a-icon-circle {
    background: linear-gradient(135deg, #136b39, #136b39);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(42, 119, 255, 0.3);
  overflow: hidden;
}

.t2a-icon-img {
  width: 80%;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.t2a-icon-circle:hover .t2a-icon-img {
  transform: scale(1.05);
}

.t2a-icon-text {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

/* Right side bank info */
.t2a-bank-info {
  flex: 1 1 55%;
  border-left: 3px solid #cba838;
  padding-left: 30px;
}

.t2a-bank-heading {
  font-size: 22px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.t2a-bank-list li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444;
}

/* Notes and Support Section */
.t2a-extra-info {
  text-align: left;
}

.t2a-note-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #cba838;
}

.t2a-note-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.7;
}

.t2a-support p {
  font-size: 15px;
  margin-top: 10px;
}

.t2a-support a {
  color: #cba838;
  text-decoration: none;
  font-weight: 500;
}

.t2a-support a:hover {
  text-decoration: underline;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .t2a-content-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .t2a-bank-info {
    border-left: none;
    border-top: 2px solid #cba838;
    padding-top: 25px;
    padding-left: 0;
  }

  .t2a-icon-circle {
    width: 100px;
    height: 100px;
  }

  .t2a-icon-img {
    width: 75%;
  }

  .t2a-title {
    font-size: 26px;
  }
}


.cash-equity-container h3 {
  color: #381b0b;
  font-size: 21px;
  text-align: justify !important;
}

.cash-equity-container p {
  text-align: justify;
}

.investment-heading {
  text-align: center;
  font-size: 26px;
  color: #2b6b49;
  font-weight: bold;
  margin: 40px 20px 30px;
}

.investment-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 20px 40px;
}

.investment-card-box {
  background: #2b6b49;
  width: 300px;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.investment-card-box:hover {
  transform: scale(1.05);
}

.investment-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.investment-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.investment-card-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  color: #eee;
}

.investment-card-box.active .investment-card-description {
  max-height: 300px;
  opacity: 1;
}

@media (max-width: 768px) {
  .investment-card-box {
    width: 90%;
  }
}

.process-section {
  position: relative;
  background: #FAFAFA;
}

.process-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}

.process-section .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.processing-block-one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #fff;
}

.processing-block-one:before {
  position: absolute;
  content: '';
  background: #368158;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.processing-block-one:hover:before {
  transform: scale(1, 1);
}

.processing-block-one .inner-box .count-text {
  position: absolute;
  top: -25px;
  right: -15px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #368158;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 22px 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.processing-block-one .inner-box .count-text:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.processing-block-one:hover .inner-box .count-text:before {
  transform: scale(1, 1);
}

.processing-block-one:hover .inner-box .count-text {
  color: #368158;
  background: #fff !important;
}

.processing-block-one .inner-box .count-text:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  border: dashed;
  border-width: 2px;
  border-color: #368158;
}

.processing-block-one .inner-box {
  padding: 30px;
}

.processing-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
  transition: all 500ms ease;
}

.processing-block-one:hover .inner-box h3,
.processing-block-one:hover .inner-box p {
  color: #fff;
}

.processing-block-one .inner-box p {
  transition: all 500ms ease;
}

.processing-block-one .arrow-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 20px;
  background-repeat: no-repeat;
  right: -105px;
}

.rtl .processing-block-one .arrow-shape {
  right: inherit;
  left: -145px;
  transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
  .process-section .inner-container {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }

  .process-section {
    padding: 70px 0px;
  }

  .processing-block-one .arrow-shape {
    display: none;
  }

  .processing-block-one {
    margin-bottom: 60px;
  }

  .processing-block-one:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 499px) {
  .processing-block-one .inner-box .count-text {
    right: 15px;
  }
}

.requirements-section {
  position: relative;
}

.requirements-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 30px 38px 30px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  min-height: 359px;
  margin-bottom: 30px;
}

.requirements-block-one .inner-box h4 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 74px;
  margin-bottom: 31px;
  z-index: 1;
}

.requirements-block-one .inner-box h4:before {
  position: absolute;
  content: '';
  background: #368158;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.10;
  z-index: -1;
}

.requirements-block-one .inner-box .list-item li {
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #141417;
  margin-bottom: 10px;
  padding-left: 15px;
}

.requirements-block-one .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.requirements-block-one .inner-box .list-item li:before {
  position: absolute;
  content: '';
  background: #0A0F20;
  left: 0px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}


.rtl .requirements-block-one .inner-box .list-item li {
  text-align: right;
  padding-left: 0px;
  padding-right: 15px;
}

.rtl .requirements-block-one .inner-box .list-item li:before {
  left: inherit;
  right: 0px;
}

@media only screen and (max-width: 767px) {
  .requirements-section {
    padding: 70px 0px 40px 0px;
  }
}

.warning-section {
  background-color: #156d3b;
  color: #ffffff;
  padding: 40px 20px;
}

.auto-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.warning-box {
  border-left: 4px solid #ffffff;
  padding-left: 20px;
}

.warning-box h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.warning-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: white;
}

@media (max-width: 768px) {
  .warning-box h4 {
    font-size: 20px;
  }

  .warning-box p {
    font-size: 14px;
  }

  .warning-box {
    padding-left: 15px;
  }
}

.mt-11 {
  margin-top: 11px;
}

.mt-70 {
  margin-top: 78px;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 180px 0px 225px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: 1;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 600px;
}

.banner-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-carousel .content-box h2 {
  font-size: 70px;
  line-height: 74px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span {
  color: #368158;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 33px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 616px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.banner-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 234px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.banner-section .owl-nav button {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  color: #000;
  border-radius: 50%;
  transition: all 500ms ease;
}

.banner-section .owl-nav button.owl-prev {
  left: 120px;
}

.banner-section .owl-nav button.owl-next {
  right: 120px;
}

.banner-section .owl-nav button:hover {
  color: #fff;
  background: #368158;
}

.banner-style-two .banner-carousel .slide-item {
  padding: 340px 0px 225px 0px;
}

.banner-style-two .banner-carousel .slide-item:before {
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  opacity: 0.6;
}

.banner-style-two .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 342px;
  height: 439px;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  z-index: 1;
}

.banner-style-three .banner-carousel .content-box h2 {
  font-size: 64px;
}

.banner-style-three .banner-carousel .slide-item {
  padding: 160px 0px 245px 0px;
}

.banner-style-three .banner-carousel .slide-item:before {
  opacity: 1;
  background: #FF0003;
  mix-blend-mode: multiply;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three {
  color: #141417 !important;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three:hover {
  color: #fff !important;
}

.banner-style-three .pattern-layer .pattern-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 346px;
  height: 447px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .pattern-layer .pattern-5 {
  position: absolute;
  top: 276px;
  right: 0px;
  width: 94px;
  height: 233px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.rtl .banner-carousel .content-box {
  text-align: right;
}

@media only screen and (max-width: 1700px) {
  .banner-section .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
  .banner-style-three .pattern-layer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-carousel .slide-item {
    padding: 90px 0px 136px 0px;
  }

  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section .pattern-layer {
    display: none;
  }

  .banner-style-two .banner-carousel .slide-item {
    padding: 280px 0px 100px 0px;
  }

  .banner-style-three .banner-carousel .content-box h2 {
    font-size: 40px;
  }

  .banner-style-three .banner-carousel .slide-item {
    padding: 100px 0px 185px 0px;
  }
}





.about-section {
  position: relative;
}

.image_block_one .image-box {
  position: relative;
  display: block;
}

.image_block_one .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_one .image-box .image img {
  width: 100%;
}


.image_block_one .image-box .image:before {
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_one .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .rating-box {
  position: absolute;
  left: 0px;
  top: 60px;
  background: #fff;
  width: 220px;
  padding: 24px 20px;
  text-align: center;
  z-index: 1;
}

.image_block_one .image-box .rating-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #FFBA09;
}

.image_block_one .image-box .rating-box h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.image_block_one .image-box .experience-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  bottom: 95px;
  width: 180px;
  height: 180px;
  text-align: center;
  background: #368158;
  border-radius: 50%;
  padding: 15px 20px;
  z-index: 1;
}

.image_block_one .image-box .experience-box h2 {
  display: block;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
}

.image_block_one .image-box .experience-box h6 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

.image_block_one .image-box .experience-box:before {
  position: absolute;
  content: '';
  width: 290px;
  height: 290px;
  border-radius: 50%;
  left: -55px;
  top: -55px;
  border: 20px solid rgba(255, 255, 255, 0.50);
}

.image_block_one .image-box .image-shape {
  position: absolute;
  left: -108px;
  top: 110px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.content_block_one .content-box {
  position: relative;
  display: block;
  margin-top: -5px;
}

.content_block_one .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 23px;
}

.content_block_one .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.content_block_one .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  color: #368158;
  z-index: 1;
}

.content_block_one .content-box .inner-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  background: #368158;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.10;
  z-index: -1;
}

.content_block_one .content-box .inner-box .single-item h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-section .pattern-layer {
  position: absolute;
  top: 60px;
  right: -224px;
  width: 394px;
  height: 394px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
}

.about-section .pattern-layer:before {
  position: absolute;
  content: '';
  background: #F2F2F2;
  width: 38px;
  height: 38px;
  left: 29px;
  top: 52px;
  border-radius: 50%;
}

/** about-style-two **/

.about-style-two {
  position: relative;
}

.content_block_three .content-box {
  position: relative;
  display: block;
}

.content_block_three .content-box .text-box p {
  margin-bottom: 30px;
}

.image_block_two .image-box {
  position: relative;
  display: block;
}

.image_block_two img {
  width: 100%;
}

.image_block_two .image-box .experience-box {
  position: relative;
  display: block;
  background: #212226;
  padding: 25px 30px 25px 140px;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
  min-height: 134px;
}

.image_block_two .image-box .experience-box h2 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 94px;
  text-align: center;
  background: rgba(217, 217, 217, 0.10);
  font-size: 45px;
  line-height: 38px;
  color: #fff;
  padding: 13px 0px 5px 0px;
}

.image_block_two .image-box .experience-box h2 span {
  display: block;
  font-size: 17px;
}

.image_block_two .image-box .experience-box h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.image_block_two .image-box .image-shape .shape-1 {
  position: absolute;
  left: 100px;
  bottom: 0px;
  width: 105px;
  height: 106px;
  background-repeat: no-repeat;
}

.image_block_two .image-box .image-shape .shape-2 {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 105px;
  height: 106px;
  background-repeat: no-repeat;
}

.image_block_two .image-box .image {
  position: relative;
  display: block;
}

.image_block_three .image-box {
  position: relative;
  display: block;
}

.image_block_three .image-box .image {
  position: relative;
  display: block;
}

.image_block_three .image-box .image img {
  width: 100%;
}

.image_block_three .image-box .rating-box {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 220px;
  background: #fff;
  text-align: center;
  padding: 22px 20px;
  border-top: 3px solid #368158;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
}

.image_block_three .image-box .rating-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #FFBA09;
}

.image_block_three .image-box .rating-box h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.image_block_three .image-box .thumb-list li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
  margin: 0px -7px;
}

.image_block_three .image-box .thumb-list li img {
  width: 100%;
  border-radius: 50%;
}

.image_block_three .image-box .experience-box {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 300px;
  background: #368158;
  padding: 24px 30px 24px 140px;
}

.image_block_three .image-box .experience-box h2 {
  position: absolute;
  left: 30px;
  top: 33px;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
}

.image_block_three .image-box .experience-box span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.image_block_three .image-box .experience-box h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.image_block_three .image-box .image-shape .shape-1 {
  position: absolute;
  left: -108px;
  bottom: 115px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.image_block_three .image-box .image-shape .shape-2 {
  position: absolute;
  top: 70px;
  right: 60px;
  width: 105px;
  height: 106px;
  background-repeat: no-repeat;
}

.image_block_two .image-box .image-shape .shape-3 {
  position: absolute;
  left: -52px;
  top: 109px;
  width: 105px;
  height: 106px;
  background-repeat: no-repeat;
}

.image_block_two .image-box .image-shape .shape-4 {
  position: absolute;
  bottom: 27px;
  right: -100px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}



/** RTL **/

.rtl .image_block_one .image-box {
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .content_block_one .content-box {
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .content_block_one .content-box .inner-box .single-item {
  padding-left: 0px;
  padding-right: 90px;
}

.rtl .content_block_one .content-box .inner-box .single-item .icon-box {
  left: inherit;
  right: 0px;
}

.rtl .image_block_two .image-box .image-shape .shape-1 {
  left: inherit;
  right: 100px;
}

.rtl .image_block_two .image-box .image-shape .shape-2 {
  right: inherit;
  left: 15px;
}

.rtl .content_block_three .content-box {
  margin-right: 0px;
  margin-left: 110px;
}



/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .about-section .pattern-layer {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .image_block_one .image-box {
    margin: 0px 0px 30px 0px !important;
  }

  .content_block_one .content-box {
    margin: 0px !important;
  }

  .content_block_three .content-box {
    margin: 0px 0px 30px 0px !important;
  }

  .image_block_three .image-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding: 70px 0px;
  }

  .about-style-two {
    padding: 70px 0px;
  }

  .image_block_two .image-box .image.pt_115 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {
  .image_block_one .image-box .experience-box:before {
    display: none;
  }

  .image_block_one .image-box .experience-box {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 0px;
    border-radius: 0px;
  }

  .image_block_one .image-box .rating-box {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 30px 0px;
  }

  .image_block_one .image-box {
    padding: 0px;
  }

  .image_block_three .image-box {
    padding-right: 0px;
  }

  .image_block_three .image-box .experience-box {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .image_block_three .image-box .rating-box {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin: 30px 0px;
  }
}









.modal .form-control,
.modal .form-select,
.modal textarea {
  height: 45px;
  font-size: 14px;
}

.modal textarea {
  height: auto;
  resize: none;
}

/* Button styling */
.modal .btn-submit {
  background-color: #006400;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
}

.modal .btn-reset {
  background-color: #006400;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
}

/* Align image and form properly */
.dream-modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.dream-left-section {
  background-color: #eee;
  /* background-image: url('assets/images/new-images/modal.jpg'); */
  background-size: cover;
  background-position: center;
  flex: 1 1 40%;
  min-height: 100%;
}

.dream-right-section {
  flex: 1 1 60%;
  padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .dream-modal-body {
    flex-direction: column;
  }

  .dream-left-section {
    display: none;
  }

  .image_block_two img {
    height: auto;
  }
}

.form-select {
  width: 100% !important;
}

.contact-info {
  position: relative;
  padding: 25px 30px 20px 30px !important;
}

/* .nav-logo {
    position: relative;
    padding: 27px 24px;
    text-align: left;
    padding-bottom: 5px !important;
} */



/** blog-details-content **/

.blog-details-content {
  position: relative;
}

.blog-details-content .news-block-three .inner-box {
  padding: 0px;
}

.blog-details-content .news-block-three .inner-box:before {
  display: none;
}

.blog-details-content .news-block-three .inner-box .image-box img {
  transform: scale(1) !important;
}

.blog-details-content .list-item li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
}

.blog-details-content .list-item li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .list-item li:before {
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.blog-details-content blockquote {
  position: relative;
  display: block;
  margin: 0px 0px 50px 0px;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
}

.blog-details-content blockquote .icon-box {
  position: absolute;
  right: 50px;
  bottom: 0px;
  opacity: 0.1;
}

.blog-details-content blockquote h5 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-details-content blockquote .author-inner {
  position: relative;
  display: block;
  padding: 9px 0px 9px 85px;
}

.blog-details-content blockquote .author-inner .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-details-content blockquote .author-inner .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .news-block-three .inner-box .lower-content blockquote .author-inner h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}

.blog-details-content blockquote .author-inner span {
  position: relative;
  display: block;
  line-height: 22px;
}

.blog-details-content h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.blog-details-content .content-one p {
  margin-bottom: 25px;
}

.blog-details-content .content-one p:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-one .image-box .image {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details-content .content-one .image-box .image img {
  width: 100%;
}

.blog-details-content .post-tag-option .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-tag-option .tags-list li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-tag-option .tags-list li span {
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  color: var(--title-color);
}

.blog-details-content .post-tag-option .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  background: rgba(247, 247, 247, 1);
  border-radius: 5px;
  padding: 5px 18px;
}

.blog-details-content .post-tag-option .tags-list li a:hover {
  color: #fff;
  background: var(--theme-color);
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  padding: 41px 70px 45px 190px;
}

.blog-details-content .author-box .author-thumb {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.blog-details-content .author-box span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

.blog-details-content .comment-form-area h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.blog-details-content .comment-form-area .form-group {
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comment-form-area .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-form-area .form-group input[type='text'],
.blog-details-content .comment-form-area .form-group input[type='email'],
.blog-details-content .comment-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: rgba(103, 103, 103, 1);
  padding: 10px 30px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form-area .form-group textarea {
  height: 170px;
  resize: none;
  padding-top: 15px;
}

.blog-details-content .comment-form-area .form-group input:focus,
.blog-details-content .comment-form-area .form-group textarea:focus {
  border-color: var(--theme-color);
}


/** RTL **/

.rtl .blog-details-content .list-item li {
  padding-left: 0px;
  padding-right: 20px;
}

.rtl .blog-details-content .list-item li:before {
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content blockquote .author-inner {
  padding-left: 0px;
  padding-right: 85px;
}

.rtl .blog-details-content blockquote .author-inner .author-thumb {
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content .post-tag-option .tags-list li {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .blog-details-content .author-box {
  padding-left: 70px;
  padding-right: 190px;
}

.rtl .blog-details-content .author-box .author-thumb {
  left: inherit;
  right: 40px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .blog-details-content .post-tag-option .tags-list li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {

  .blog-details-content .author-box,
  .rtl .blog-details-content .author-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .author-box .author-thumb {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .blog-details-content blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}



/** news-section **/

.news-section {
  position: relative;
  overflow: hidden;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  padding: 238px 30px 30px 30px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

.news-block-one .inner-box:after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover:after {
  height: 100%;
}

.news-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, rgba(33, 34, 38, 0), rgba(33, 34, 38, 0.85));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.news-block-one .inner-box .content-box {
  position: relative;
  z-index: 1;
}

.news-block-one .inner-box .post-date {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-weight: 500;
  background: #fff;
  padding: 10px 15px 10px 40px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.news-block-one .inner-box .post-date i {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 16px;
}

.news-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.news-block-one .inner-box h3 a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box h3 a:hover {
  color: var(--theme-color);
}

.news-block-one .inner-box .post-info {
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-one .inner-box .post-info li {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  margin-right: 20px;
}

.news-block-one .inner-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
  color: var(--theme-color);
}

.news-block-one .inner-box .post-info li a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box .post-info li a:hover {}

.news-block-one .inner-box .theme-btn {
  padding: 13px 40px;
}

.news-section .pattern-layer .pattern-1 {
  position: absolute;
  top: -134px;
  right: 0px;
  width: 237px;
  height: 433px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 275px;
  width: 183px;
  height: 237px;
  background-repeat: no-repeat;
}

.news-block-one .inner-box .theme-btn:before,
.news-block-one .inner-box .theme-btn:after {
  background: var(--theme-color);
}

.news-block-one .inner-box .theme-btn:hover {
  color: #fff !important;
}


/** news-style-two **/

.news-style-two {
  position: relative;
}

.news-style-two .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 237px;
  height: 433px;
  background-repeat: no-repeat;
}

.news-style-two .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 275px;
  width: 183px;
  height: 237px;
  background-repeat: no-repeat;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  padding: 0px 30px 0px 30px;
  margin-bottom: 30px;
}

.news-block-two .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: calc(100% - 110px);
  left: 0px;
  bottom: 0px;
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 44px;
}

.news-block-two .inner-box .lower-content .post-date {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -55px;
  right: 30px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-color);
}

.news-block-two .inner-box .lower-content .post-date h4 {
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}

.news-block-two .inner-box .lower-content .post-date h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.news-block-two .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .inner-box .lower-content h3 a:hover {
  color: var(--theme-color);
}

.news-block-two .inner-box .lower-content p {
  position: relative;
  display: block;
  padding-bottom: 29px;
  border-bottom: 1px solid #E5E5E5;
}

.news-block-two .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.news-block-two .inner-box .lower-content .post-info:before {
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 25px;
  top: 17px;
  left: 45%;
}

.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #6E6E6E;
  padding-left: 25px;
}

.news-block-two .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #6E6E6E;
}

.news-block-two .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
  color: var(--theme-color);
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
  color: var(--theme-color);
}


/** sidebar-page-container **/

.sidebar-page-container {
  position: relative;
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 0px 40px 40px 40px;
  margin-bottom: 65px;
}

.news-block-three .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}

.news-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.news-block-three .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-three .inner-box .lower-content {
  position: relative;
  padding-top: 24px;
}

.news-block-three .inner-box .lower-content .post-date {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -55px;
  right: 30px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-color);
}

.news-block-three .inner-box .lower-content .post-date h4 {
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}

.news-block-three .inner-box .lower-content .post-date h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgba(110, 110, 110, 1);
  padding-left: 25px;
  margin-right: 57px;
}

.news-block-three .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  background: rgba(217, 217, 217, 1);
  width: 1px;
  height: 25px;
  top: 0px;
  right: -29px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: var(--theme-color);
}

.news-block-three .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: rgba(110, 110, 110, 1);
}

.news-block-three .inner-box .lower-content .post-info li a:hover {
  color: var(--theme-color);
}

.news-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-three .inner-box .lower-content h3 a:hover {
  color: var(--theme-color);
}

.news-block-three .inner-box .lower-content p {
  margin-bottom: 30px;
}

.news-block-three .inner-box .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 11px 33px;
}

.news-block-three .inner-box .lower-content .btn-box a:hover {
  color: #fff !important;
  background: var(--theme-color);
}



/** RTL **/

.rtl .news-block-one .inner-box .post-info li {
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .news-block-three .inner-box .lower-content .post-date {
  right: inherit;
  left: 30px;
}



/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .news-section {
    padding: 70px 0px 40px 0px;
  }

  .news-style-two {
    padding: 0px 0px 40px 0px;
  }

  .news-style-two .pattern-layer {
    display: none;
  }

  .blog-grid {
    padding: 70px 0px;
  }

  .blog-image {
    padding: 70px 0px;
  }

  .sidebar-page-container {
    padding: 70px 0px;
  }

  .news-block-three .inner-box {
    padding: 0px;
  }

  .news-block-three .inner-box:before {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .news-block-one .inner-box {
    padding-top: 100px;
  }

  .news-block-three .inner-box .lower-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.main-footer .social-links li a:hover {
  background: #368158 !important;
}







/* extra css */

/* Container */
.why-work-with-us {
  background: #f5f8fa;
  padding: 60px 20px;
  text-align: center;
}

.why-work-with-us .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
}

.why-work-with-us .section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #cca53a;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* Cards Grid */
.why-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* Single Card */
.why-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

/* Icon */
.why-card .icon {
  font-size: 50px;
  color: #377e57;
  margin-bottom: 20px;
}

/* Card Title */
.why-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

/* Card Description */
.why-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}



/* Container & Section */
.creative-complaints {
  background: linear-gradient(135deg, #ceb26047, #38845957);
  padding: 80px 20px;
  font-family: 'Arial', sans-serif;
  display: flex;
  justify-content: center;
}

.creative-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.creative-title {
  font-size: 32px;
  color: #226943;
  margin-bottom: 50px;
}

.creative-title .creative-date {
  display: block;
  font-size: 16px;
  color: #caae54;
  margin-top: 8px;
}

/* Grid Cards */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.creative-card {
  background: linear-gradient(145deg, #186f3ede, #caa435db);
  padding: 25px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s, box-shadow 0.4s;
  cursor: pointer;
}

.creative-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-header {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.card-number {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

/* Note & Investor Charter */
.creative-note {
  font-size: 14px;
  color: #4e2e0f;
  margin-bottom: 30px;
}

.creative-investor h3 {
  color: #4e2e0f;
  font-size: 22px;
  margin-bottom: 10px;
}

.creative-investor a {
  color: #b5a64c;
  font-weight: bold;
  text-decoration: none;
}

.creative-investor a:hover {
  text-decoration: underline;
}

/* Button */
.creative-btn {
  background: #4e2e0f;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.creative-btn:hover {
  background: #6b4a2a;
}

/* PDF Modal */
.creative-pdf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.creative-pdf-content {
  width: 90%;
  max-width: 900px;
  height: 80%;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.creative-pdf-content iframe {
  width: 100%;
  height: 100%;
}

.creative-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}


.bullet-about-section {
  padding: 60px 20px;
  /* font-family: 'Georgia', serif; */
}

.bullet-container {
  max-width: 1200px;
  margin: 0 auto;
}

.bullet-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Bullet Menu */
.bullet-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 180px;
}

.bullet-menu li {
  cursor: pointer;
  margin: 15px 0;
  position: relative;
  padding-left: 25px;
  transition: all 0.3s ease;
}

.bullet-menu li::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.bullet-menu li.active::before {
  background-color: #12673a;
  transform: scale(1.3) translateY(-50%);
}

.bullet-menu li.active {
  color: #12673a;
  font-weight: bold;
}

/* Image Container */
.bullet-image-container {
  flex: 2 1 400px;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.bullet-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s ease;
}

/* Content Area */
.bullet-content-area {
  flex: 3 1 150px;
  min-height: 200px;
}

.bullet-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.bullet-content.active {
  display: block;
  opacity: 1;
}

/* Responsive Layout */
@media (max-width: 991px) {
  .bullet-layout {
    flex-direction: column;
    align-items: center;
  }

  .bullet-menu {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .bullet-menu li {
    padding-left: 10px;
  }

  .bullet-image-container {
    max-width: 90%;
    max-height: 250px;
    margin-bottom: 20px;
  }

  .bullet-content-area {
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .bullet-image-container {
    max-height: 200px;
  }

  .bullet-content-area {
    width: 100%;
  }
}




.why-us-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fdf6f00d, #fff5e638);
  /* font-family: 'Georgia', serif; */
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #cba73a;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.advantage-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  position: relative;
}

.advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.advantage-number {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #12673a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.advantage-card h3 {
  font-size: 22px;
  color: #12673a;
  margin-bottom: 15px;
}

.advantage-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media(max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}




.journey-section {
  padding: 80px 20px;
  background: #94ac9f26;
}

.journey-title {
  text-align: center;
  font-size: 36px;
  color: #12673a;
  margin-bottom: 50px;
  font-weight: bold;
}

.journey-layout {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

/* Timeline */
.journey-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 150px;
  position: relative;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #12673a;
  border-radius: 2px;
}

.journey-timeline li {
  position: relative;
  margin: 40px 0;
  padding-left: 50px;
  cursor: pointer;
  color: #555;
  font-weight: 500;
  transition: all 0.3s ease;
}

.journey-timeline li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 4px solid #12673a;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.journey-timeline li.active::before {
  background: #12673a;
}

.journey-timeline li.active {
  color: #12673a;
  font-weight: bold;
}

/* Content */
.journey-content {
  flex: 3 1 700px;
  min-height: 250px;
  position: relative;
}

.journey-item {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.journey-item.active {
  display: block;
  opacity: 1;
}

.content-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.content-wrapper.left {
  flex-direction: row-reverse;
  text-align: right;
}

.content-wrapper.right {
  flex-direction: row;
  text-align: left;
}

.content-text {
  flex: 1;
}

.content-text h4 {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  text-align: start;
}

.content-image {
  flex: 1;
}

.content-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.content-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media(max-width: 991px) {
  .journey-layout {
    flex-direction: column;
  }

  .journey-timeline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .journey-timeline::before {
    display: none;
  }

  .journey-timeline li {
    padding-left: 12px;
    margin: 0;
  }

  .content-wrapper {
    flex-direction: column !important;
    text-align: center !important;
  }
}

.image img {
  width: 100%;
  border-radius: 0px 0px 60px 0px !important;
}



/* Base styles */
.bullet-services-section {
  background: #faf7f5;
  font-family: "Poppins", sans-serif;
}

/* Section title */
.bullet-section-title {
  font-size: 34px;
  font-weight: 700;
  color: #3a1f04;
}

/* Accordion Styles */
.bullet-accordion-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.bullet-accordion-header {
  width: 100%;
  text-align: left;
  background: #186c3b;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.bullet-accordion-header:hover {
  background: #186c3b;
}

.bullet-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Smooth expanding content */
.bullet-accordion-body {
  background: #cca83e33;
  color: #4a3c30;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 25px;
}

.bullet-accordion-body p {
  /* margin: 15px 0; */
  line-height: 1.7;
}

/* Expanded state */
.bullet-accordion-item.active .bullet-accordion-body {
  padding: 20px 25px;
  max-height: 400px;
}

.bullet-accordion-item.active .bullet-icon {
  transform: rotate(45deg);
}

/* Contact Box */
.bullet-contact-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

.bullet-contact-box h3 {
  color: #186c3b;
  font-size: 24px;
  margin-bottom: 10px;
}

.bullet-contact-box p {
  color: #555;
  margin-bottom: 20px;
}

.bullet-contact-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.bullet-contact-box ul li {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
}

.bullet-contact-btn {
  display: inline-block;
  background: #186c3b;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bullet-contact-btn:hover {
  background: #cda83b;
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .bullet-section-title {
    text-align: center;
  }

  .bullet-contact-box {
    margin-top: 30px;
  }
}

.bullet-contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.bullet-contact-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #3a2c20;
}

.bullet-contact-list a {
  color: #a0522d;
  text-decoration: none;
  font-weight: 600;
  margin-left: 6px;
  transition: color 0.3s ease;
}

.bullet-contact-list a:hover {
  color: #7a3d1a;
  text-decoration: underline;
}



/* === Warning Section Styles === */
.bullet-warning-section {
  background: #ddcba43d;
  padding: 60px 20px;
}

.bullet-warning-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-left: 6px solid #cca739;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Decorative background shape */
.bullet-warning-box::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  background: rgba(177, 61, 0, 0.05);
  border-radius: 50%;
  z-index: 0;
}

/* Icon Styling */
.bullet-warning-icon {
  flex: 0 0 60px;
  font-size: 40px;
  color: #cca739;
  margin-right: 20px;
  z-index: 1;
}

/* Text Content */
.bullet-warning-content {
  z-index: 1;
}

.bullet-warning-content h3 {
  font-size: 24px;
  color: #cca739;
  font-weight: 700;
  margin-bottom: 10px;
}

.bullet-warning-content p {
  color: #3c2c1f;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.bullet-warning-content strong {
  color: #cca739;
}

/* Responsive Design */
@media (max-width: 768px) {
  .bullet-warning-box {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .bullet-warning-icon {
    margin: 0 0 15px 0;
    font-size: 45px;
  }

  .bullet-warning-content h3 {
    font-size: 22px;
  }

  .bullet-warning-content p {
    font-size: 15px;
  }

  .owl-carousel {
    height: 530px;
  }
}

/* .bullet-warning-icon {
  animation: pulseAlert 1.5s infinite;
}

@keyframes pulseAlert {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
} */

@media (max-width: 767px) {
  .owl-carousel {
    height: 430px;
  }

  .mobile-menu .nav-logo {
    position: relative;
    padding: 33px 19px;
    text-align: left;
    padding-bottom: 19px;
  }

  .why-us-section {
    padding: 26px 20px;
  }

  .journey-content {
    flex: 3 1 383px;
  }

  .testimonial-section {
    height: 606px !important;
  }

  .journey-section {
    padding: 2px 20px
  }
}





/* Section */
.bullet-career-section {
  background: linear-gradient(135deg, #f7f8fb 0%, #ffffff 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.bullet-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.bullet-header {
  text-align: center;
  margin-bottom: 60px;
}

.bullet-header h6 {
  color: #146a38;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.bullet-header h2 {
  font-size: 36px;
  color: #222;
  margin: 10px 0;
}

.bullet-header p {
  color: #555;
  font-size: 16px;
}

/* Job Grid */
.bullet-job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

/* Job Card */
.bullet-job-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #146a38;
}

.bullet-job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Job Content */
.bullet-job-content h3 {
  font-size: 22px;
  color: #222;
  margin-bottom: 10px;
}

.bullet-job-dept {
  color: #777;
  font-size: 15px;
  margin-bottom: 15px;
}

.bullet-job-info {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.bullet-job-info li {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.bullet-job-info i {
  color: #146a38;
  margin-right: 8px;
}

/* Button */
.bullet-apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #146a38f5, #caa636);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.bullet-apply-btn:hover {
  background: linear-gradient(135deg, #ffb347, #146a38);
  box-shadow: 0 4px 12px rgba(255, 127, 80, 0.4);
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .bullet-header h2 {
    font-size: 28px;
  }

  .bullet-job-card {
    padding: 25px 20px;
  }
}





.connect-section {
  background: white;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connect-container {
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.connect-header {
  margin-bottom: 60px;
}

.connect-subtitle {
  font-size: 16px;
  color: #c9a842;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.connect-title {
  font-size: 36px;
  font-weight: 700;
  color: #176f3d;
}

.connect-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.connect-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
}

.connect-icon {
  background: linear-gradient(135deg, #136b39, #a3bcaf);
  color: #fff;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(0, 119, 182, 0.3);
}

.connect-heading {
  font-size: 22px;
  font-weight: 600;
  color: #cca83e;
  margin-bottom: 10px;
}

.connect-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.connect-text a {
  color: #156d3b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.connect-text a:hover {
  color: #156d3b;
}

/* 🌍 Responsive Design */
@media (max-width: 768px) {
  .connect-title {
    font-size: 28px;
  }

  .connect-card {
    padding: 30px 15px;
  }

  .connect-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}



.mapform-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #bdc6c124, #f8ffff);
}

.mapform-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.mapform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 🗺️ Map Column */
.mapform-col {
  flex: 1;
  min-width: 300px;
}

.mapform-map .mapform-mapbox {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mapform-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 📬 Form Column */
.mapform-contact .mapform-formbox {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mapform-header {
  text-align: center;
  margin-bottom: 30px;
}

.mapform-header h6 {
  color: #c9a842;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}

.mapform-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #176f3d;
  margin-bottom: 10px;
}

.mapform-header p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* 📝 Form Fields */
.mapform-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mapform-inputrow {
  display: flex;
  gap: 15px;
}

.mapform-inputrow input {
  flex: 1;
}

.mapform-form input,
.mapform-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.mapform-form input:focus,
.mapform-form textarea:focus {
  border-color: #c9a842;
  box-shadow: 0 0 10px rgba(0, 119, 182, 0.15);
  outline: none;
}

.mapform-form textarea {
  resize: none;
  min-height: 120px;
}

/* 🚀 Button */
.mapform-btn {
  background: #146c3a;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  align-self: center;
  width: 50%;
}

.mapform-btn:hover {
  background: #146c3a;
  transform: translateY(-2px);
  /* box-shadow: 0 5px 15px #146c3a; */
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .mapform-row {
    flex-direction: column;
  }

  .mapform-map,
  .mapform-contact {
    flex: 1 1 100%;
  }

  .mapform-btn {
    width: 100%;
  }
}





/* ===== Career Growth Section ===== */
.career-growth-section {
  background: linear-gradient(135deg, #f7f9fb, #eaf4f0);
  overflow: hidden;
  position: relative;
}

.career-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.career-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Content Section */
.career-content-col {
  flex: 1;
  min-width: 320px;
}

.career-content-box {
  padding-right: 30px;
}

.career-subtitle {
  color: #00a86b;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.career-title {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.career-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.8;
}

/* Points List */
.career-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.career-points li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.career-points li i {
  color: #00a86b;
  margin-right: 10px;
  font-size: 18px;
}

.career-points li:hover {
  color: #00a86b;
  transform: translateX(5px);
}

/* Button */
.career-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00a86b, #00c77b);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
}

.career-btn:hover {
  background: linear-gradient(90deg, #00945f, #00a86b);
  box-shadow: 0 5px 15px rgba(0, 168, 107, 0.3);
  color: white;
}

/* Image Section */
.career-image-col {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.career-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.career-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 20px;
}

.career-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,168,107,0.15) 0%, transparent 80%);
  pointer-events: none;
}

/* Hover Effect */
.career-image-wrapper:hover .career-image {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .career-row {
    flex-direction: column-reverse;
  }
  .career-content-box {
    padding-right: 0;
    text-align: center;
  }
  .career-points li {
    justify-content: center;
  }
  .career-btn {
    margin-top: 10px;
  }
  .career-image-wrapper {
    width: 100%;
  }
}







/* ===== Leadership Showcase Section ===== */
.leadership-showcase-section {
    background: linear-gradient(135deg, #f3f8fd, #e7f3ff);
    overflow: hidden;
    position: relative;
}

.leadership-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header */
.leadership-main-header {
    text-align: center;
    margin-bottom: 60px;
}

.leadership-main-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #cda63b;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.leadership-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #195735;
}

/* ===== Layout ===== */
.leadership-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

/* Image Section */
.leadership-image-col {
    flex: 1 1 100%;
    text-align: center;
}

.leadership-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.leadership-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.leadership-image-box:hover .leadership-image {
    transform: scale(1.05);
}

.leadership-overlay {
    position: absolute;
    inset: 0;
    background: rgb(130 161 143 / 51%);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
}

.leadership-image-box:hover .leadership-overlay {
    opacity: 1;
}

.leadership-overlay-text {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Content Section */
.leadership-content-col {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 40px;
}

.leadership-text {
    color: #333;
    font-size: 17px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
    .leadership-main-title {
        font-size: 30px;
    }
    .leadership-overlay-text {
        font-size: 18px;
    }
    .leadership-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .leadership-row {
        flex-direction: column;
    }
}
