/*

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

:root {
  --color-primary: #a4c639;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(104, 109, 94, 0.1);
}
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.3); */
  /* background-color: rgba(104, 109, 94, 0.1); */
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  ); */
  background-color: rgba(164, 198, 57, 0.6);
}

input:-webkit-autofill::webkit-input-placeholder {
  background-color: transparent !important;
}

input:-webkit-autofill {
  background-color: transparent !important;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
}
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.media {
  display: block;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a.filled-button {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
}

a.filled-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

a.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
}

a.border-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

.error {
  color: rgb(168, 36, 25);
}
input.error,
.form-select.error,
textarea.error {
  border-bottom: 2px solid rgb(168, 36, 25) !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h1 {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e1e1e;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
}

.section-heading2 h2 {
  color: var(--color-primary);
}

.section-heading em {
  font-style: normal;
  color: var(--color-primary);
  /* margin-left: 8px; */
}

.section-heading2 em {
  color: #1e1e1e;
  /* margin-left: 8px; */
}

.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: var(--color-primary);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
  background-color: var(--color-primary);
  height: 46px;
  line-height: 46px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.left-info li {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
  padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.left-info li i,
.sub-header ul.left-info li img {
  margin-right: 10px;
  font-size: 18px;
}

.sub-header ul.left-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.sub-header ul.right-icons {
  float: right;
}

.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li a {
  color: #fff;
  transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}

/* Header Style */
header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  height: 80px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .navbar {
  padding: 20px 0px;
}
.background-header .navbar {
  padding: 10px 0px;
}
.background-header {
  top: 0;
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.background-header .navbar-brand h2 {
  color: var(--color-primary) !important;
}
.background-header .navbar-nav a.nav-link,
.background-header .menu-dropdown a {
  color: #1e1e1e !important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: var(--color-primary) !important;
}
.background-header .menu-dropdown,
.search-menu .menu-dropdown {
  background: #ffffff;
}
.background-header .menu-dropdown li:hover a,
.search-menu .menu-dropdown li:hover a {
  color: #ffffff !important;
}

.navbar .navbar-brand {
  float: left;
  outline: none;
}
.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}
#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
  position: relative;
}

.navbar .navbar-nav .nav-item a i {
  margin-left: 12px;
}

.nav-item-search .hidden {
  display: none;
}

.nav-item-search {
  display: flex;
  align-items: center;
}

#icon-search {
  cursor: pointer;
}

#search-input {
  position: absolute;
  right: 0;
  top: 100%;
  width: 214px;
  background: #ffffff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* color: #c5c5c5; */
}

#search-input:focus {
  border-color: var(--color-primary);
}

.nav-item-search i {
  color: var(--color-primary);
  font-size: 18px;
}

.menu-item {
  position: relative;
}

.menu-dropdown {
  position: absolute;
  top: calc(100% + 3px);
  width: max-content;
  background: rgba(25, 35, 52, 0.6);
  color: #000000;
  left: -2px;
  border-radius: 8px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
  display: none;
  text-align: left;
  padding: 10px;
}

.menu-dropdown.active {
  display: block;
}

.menu-dropdown a {
  color: #ffffff;
  width: 100%;
  display: block;
}

.menu-dropdown li {
  padding: 10px;
}

.menu-dropdown li:hover {
  background: rgba(164, 198, 57, 0.5);
  color: #ffffff;
}

.nav-item::after {
  width: 100%;
  height: 10px;
  /* background: red; */
  content: "";
  display: block;
  position: absolute;
  top: 100%;
}

.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #ffffff;
  transition: all 0.5s;
  margin-top: 5px;
}
.search-menu .navbar .navbar-nav a.nav-link,
.search-menu .menu-dropdown a {
  color: #1e1e1e !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  background: rgba(225, 225, 225, 0.1);
  height: 36px;
  outline: none;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: var(--color-primary);
  font-size: 18px;
  line-height: 26px;
  font-family: "FontAwesome";
}

/* Banner Style */

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.banner-category .item {
  background-size: cover;
}

.Modern-Slider .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 265px 128px 169px;
  height: 100%;
}

.Modern-Slider .item .img-fill {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-category {
}

.banner-category .item .img-fill {
  height: 495px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider ul.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  gap: 10px;
}

.Modern-Slider ul.slick-dots li.slick-active,
.projects ul.slick-dots li.slick-active,
.partners ul.slick-dots li.slick-active,
.services ul.slick-dots li.slick-active,
.testimonials ul.slick-dots li.slick-active,
.list-team ul.slick-dots li.slick-active,
.thumbnails-partners ul.slick-dots li.slick-active {
  width: 24px !important;
}

.Modern-Slider ul.slick-dots li.slick-active button,
.projects ul.slick-dots li.slick-active button,
.partners ul.slick-dots li.slick-active button,
.services ul.slick-dots li.slick-active button,
.testimonials ul.slick-dots li.slick-active button,
.list-team ul.slick-dots li.slick-active button,
.thumbnails-partners ul.slick-dots li.slick-active button {
  background: rgba(217, 217, 217, 0.75);
  border: none;
  width: 24px !important;
}

.Modern-Slider ul.slick-dots li,
.projects ul.slick-dots li,
.partners ul.slick-dots li,
.services ul.slick-dots li,
.testimonials ul.slick-dots li,
.list-team ul.slick-dots li,
.thumbnails-partners ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: flex !important;
}

.Modern-Slider .slick-dots button,
.projects .slick-dots button,
.partners .slick-dots button,
.services .slick-dots button,
.testimonials .slick-dots button,
.list-team .slick-dots button,
.thumbnails-partners .slick-dots button {
  width: 10px;
  height: 5px;
  border: none;
  overflow: hidden;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 1000px;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}

.Modern-Slider .slick-dots button:focus,
.projects .slick-dots button:focus,
.partners .slick-dots button:focus,
.services .slick-dots button:focus,
.testimonials .slick-dots button:focus,
.list-team .slick-dots button:focus,
.thumbnails-partners .slick-dots button:focus {
  outline: none;
}

.Modern-Slider .text-content {
  /* text-align: left; */
  width: 100%;
  /* position: absolute; */
  /* top: 55%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.Modern-Slider .item h6,
.banner-category h6 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 133.4%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-primary);
  animation: fadeOutRight 1s both;
}

.Modern-Slider .item h4,
.banner-category h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p {
  /* max-width: 570px; */
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Request Form */

.request-form {
  background-color: var(--color-primary);
  padding: 40px 0px;
  color: #fff;
}

.request-form h4 {
  font-size: 22px;
  font-weight: 600;
}

.request-form span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.request-form a.border-button {
  margin-top: 12px;
  float: right;
}

/* Services */

.services {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

.services2 {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 10px !important;
}

.service-session {
  padding-bottom: 65px;
}

.session-header {
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  position: relative;
}

.service-session .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

.service-session .section-heading h2 {
  font-style: normal;
  font-weight: 700;
  padding: 0px 12px;
  font-size: 32px;
  color: var(--color-primary);
}

.service-session .section-heading em {
  color: #1b1b1b;
}

.services .slick-slide {
  /* margin-right: 37px; */
  padding-bottom: 30px;
}

.services .slick-slide .service-item-main {
  padding: 0px 18.5px;
}

.services .slick-list {
  /* margin-left: -18.5px; */
  /* margin-right: -37px; */
  width: 100%;
}

.projects .slick-list {
  /* margin-right: -19px; */
}

.slick-list {
  width: 100%;
}

.services ul.slick-dots {
  bottom: -30px !important;
}

.arrow-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  width: 48px;
  height: 40px;
  background: rgba(245, 245, 245, 0.5);
  opacity: 0.7;
  border-radius: 10px;
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  top: -80px;
  cursor: pointer;
}

.next-arrow {
  right: 0;
}

.prev-arrow {
  right: 62px;
}

.arrow-item:hover {
  background: #ffffff;
  box-shadow: 5px 5px 11px rgba(124, 167, 2, 0.18);
}

.service-item {
  border-radius: 13.916px;
  height: 100%;
  overflow: hidden;
  background-color: #ffff;
  box-shadow: 13.916px 18.5546px 23.1933px rgba(161, 193, 57, 0.1);
}

.services2 .service-item {
  box-shadow: none;
}

.services-homepage .service-item {
  background-color: #fafafa;
  box-shadow: none;
}

.service-item:hover {
  box-shadow: 13.916px 18.5546px 23.1933px rgba(161, 193, 57, 0.1);
}

.service-item img {
  width: 100%;
  overflow: hidden;
  height: 228.43px;
  border-radius: 0px !important;
  object-fit: cover;
}

.service-item .down-content {
  /* background-color: #f7f7f7; */
  padding: 30px 30px 40px;
  height: auto;
}

.service-item .down-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  text-align: center;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #282828;
}

.service-item .down-content p {
  margin-bottom: 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 154%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 78px;
}

.service-item .down-content div {
  display: flex;
  justify-content: center;
}

/* Projects */

.projects {
  background: #252525;
  padding: 90px 0px 120px 0px;
  color: #ffffff;
}

.projects .section-heading {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projects .section-heading h1 {
  color: #ffff;
}

.line-top {
  width: 174px;
  height: 8px;
  background: var(--color-primary);
  margin-bottom: 13px;
}

.projects .project-item-main {
  padding: 0px 8px;
  width: 100%;
}

.projects .slick-track {
  display: flex;
  gap: 20px;
}

.projects .project-item img {
  /* max-width: 244px; */
  width: 100%;
  height: 253px;
  background: #3a3a3a;
  border-radius: 14px;
  object-fit: cover;
}

.projects .project-item h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 5px;
  color: #ffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.projects .project-item div {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ffff;
}

.projects .arrow-item {
  padding: 12px;
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  border: 1px solid #a4c639;
  background: inherit;
  top: -108px;
}

.projects .next-arrow {
  right: 0;
}

.projects .prev-arrow {
  left: 0;
}

.projects .arrow-item:hover {
  background: inherit;
  box-shadow: none;
}

.projects ul.slick-dots,
.partners ul.slick-dots,
.services ul.slick-dots,
.testimonials ul.slick-dots,
.list-team ul.slick-dots,
.thumbnails-partners ul.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -56px;
  width: 100%;
  gap: 10px;
}

/* Fun Facts */

.fun-facts {
  margin-top: 140px;
  background-image: url(../images/fun-facts-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0px;
  color: #fff;
}

.fun-facts span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.fun-facts h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.fun-facts em {
  font-style: normal;
  color: var(--color-primary);
}

.fun-facts p {
  color: #fff;
  margin-bottom: 40px;
}

.fun-facts .left-content {
  margin-right: 45px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.count-digit {
  margin: 5px 0px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

/* More Info */

.more-info {
  margin: 140px 0px 60px;
}

.more-info-about {
  margin-top: 100px !important;
}

.more-info-about .more-info-content .left-image {
  margin-right: 60px;
  margin-bottom: 50px;
  float: left;
}

.about-us-content {
  display: none;
}
.about-us img,
.blog-content img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* display: block; */
  /* margin-left: auto; */
}

.about-us .image-style-align-right,
.blog-content .image-style-align-right {
  float: right;
  margin-left: 1.5em;
}

.about-us .image-style-align-left,
.blog-content .image-style-align-left {
  float: left;
  margin-right: 1.5em;
}

.about-us .image > figcaption,
.blog-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  /* color: hsl(0, 0%, 20%);
  background-color: hsl(0, 0%, 97%); */
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
  border: 1px solid transparent;
  text-align: center;
}

.about-us .image,
.blog-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}

.more-info .row {
  /* justify-content: space-between; */
  gap: 30px;
}

.more-info .left-image img,
.more-info .left-image {
  width: 100%;
  overflow: hidden;
  max-height: 548px !important;
  border-radius: 10px;
}

.more-info-about .left-image img,
.more-info-about .left-image {
  /* background: rgba(192, 192, 192, 0.85); */
  border-radius: 15px;
  /* height: 100% !important; */
  overflow: hidden;
}

.more-info .more-info-content {
  /* background-color: #f7f7f7; */
}

.about-info .more-info-content {
  background-color: transparent;
}

/* .about-info .right-content {
  padding: 0px !important;
  margin-right: 30px;
} */

.more-info .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-right: 40px; */
  margin-top: ;
}

.more-info-about h2 {
  margin-top: 17px !important;
  margin-bottom: 0px !important;
}

.more-info-about span {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 29px;
  display: block;
}

.more-info .right-content span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.more-info .right-content h2,
.more-info-about h2 {
  font-size: 32px;
  line-height: 129.5%;
  font-weight: 700;
  margin-bottom: 30px;
}

.more-info-about h2 {
  font-size: 45px !important;
}

.more-info .right-content em,
.more-info-about em {
  font-style: normal;
  color: var(--color-primary);
  text-transform: capitalize;
  /* margin-left: 8px; */
}

.more-info .right-content p,
.more-info-about p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 168.5%;
  text-align: justify;
}

.more-info-about .right-content p,
.more-info-about p {
  margin-bottom: 0px !important;
}

.more-info .right-content .filled-button,
.more-info-about .filled-button {
  width: max-content;
}

/* about-team */
.about-team {
  margin-top: 87px;
  margin-bottom: 37px;
  height: max-content;
  position: relative;
}

.about-team .about-team-content {
  background-image: url("../images/about-team.png");
  width: 100%;
  height: 429px;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.about-team .content {
  width: 529px;
  height: max-content;
  margin-top: 182px;
  background: #ffffff;
  box-shadow: 25px -25px 0px rgba(73, 97, 0, 0.31);
  border-radius: 21px;
  padding: 48px 45px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-transform: capitalize;
  color: #282828;
  text-align: justify;
  letter-spacing: 0.025em;
}

.about-team .content p {
  text-indent: 30px;
}

/* Mission Statement */
.mission {
  background: #f4f4f4;
  position: relative;
  /* padding-bottom: 86px;
  padding-top: 76px; */
  overflow: hidden;
}

.mission .mission-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px;
  gap: 30px;
  max-width: 595px;
  top: 121.06px;
  background: #ffffff;
  border-radius: 33px;
  z-index: 1;
  position: sticky;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  position: absolute;
}

.mission .mission-content .section-heading {
  margin-bottom: 0px !important;
}

.mission .mission-content p {
  text-indent: 30px;
}

.mission .mission-bg {
  width: 966px;
  height: 705px;
  margin-left: 433px;
  top: 0;
  content: "";
  background-image: url("../../images/mission.png");
  background-size: cover;
  border-radius: 20px;
}

/* about detail */
.about-detail {
  margin-bottom: 103px;
}

.about-detail .right-content {
  margin-top: 111px !important;
  text-align: justify;
}

.about-detail .right-content div {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #000000;
}

.about-detail .right-content .section-heading .line-top {
  width: 142px !important;
}

.about-detail .right-content .section-heading {
  text-align: left !important;
  margin-bottom: 40px !important;
}

.about-detail .right-content .section-heading em {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 0px !important;
}

/* Testimonials Style */

.about-testimonials {
  margin-top: 0px !important;
}

.testimonials {
  /* margin-top: 70px; */
  /* background-color: #f7f7f7; */
  padding: 70px 0px 96px;
}

.testimonials ul.slick-dots,
.list-team ul.slick-dots {
  bottom: -31px !important;
}

.testimonials .slick-slide {
  padding-right: 32px;
}

.testimonials .slick-list {
  padding: 16px 0px 28px !important;
  margin-right: -32px;
}

.testimonials .slick-arrow,
.testimonials .slick-arrow:focus {
  border: none;
  color: #ffff;
  background: #ffff;
  outline: none;
  position: absolute;
}

.testimonial-item {
  text-align: center;
  background-color: #fff;
  padding: 34px 36px;
  box-shadow: 16px 19px 28px rgba(67, 88, 0, 0.05);
  border-radius: 10px;
  height: 100%;
}
.testimonial-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 183.5%;
}
.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.testimonial-item span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.testimonial-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 40px auto 0px auto;
}

/* Call Back Style */

.callback-services {
  padding: 80px 0px;
  margin-top: 80px !important;
}

.contact-us {
  /* background-color: #f7f7f7; */
  padding: 50px 0px;
}

.contact-us .contact-form {
  background-color: transparent !important;
  /* padding: 0 !important; */
  background: #ffffff;
  /* box-shadow: 16px 5px 32px rgba(161, 193, 57, 0.1); */
  border-radius: 20px;
  margin-bottom: 30px;
}

.contact-us .contact-form input,
.contact-us .contact-form textarea {
  border-radius: 15px;
  background-color: #f2f2f2;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.callback-form {
  margin-top: 70px;
}

.callback-form .contact {
  /* background-color: var(--color-primary); */
  padding: 50px 0px;
  border-radius: 20px;

  /* text-align: center; */
}

.callback-form .contact .row {
  justify-content: center;
}

.callback-form .contact .contact-form {
  background: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.callback-form .contact-form input {
  height: 24px;
  display: inline-block;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.contact-form select {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 13px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}

.contact-form option {
  color: black;
}

.callback-form .contact-form select {
  margin-bottom: 35px;
}

.contact-form select:focus {
  outline: none;
}

.callback-form .contact-form textarea {
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  resize: none;
  margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

.contact-form button.filled-button,
.contact-us button.filled-button {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  margin: auto;
}

.contact-form button.filled-button:hover,
.contact-us button.filled-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

/* Partners Style */

.contact-partners {
  margin-top: -8px !important;
}

.contact-partners .partner-item {
  box-shadow: none !important;
  width: max-content !important;
  height: auto !important;
}

.partners {
  margin-top: 70px;
  background-color: #f7f7f7;
  padding: 60px 0px 90px;
}

.contact-partners {
  margin-top: 0px;
  background-color: #ffff;
  padding: 40px 0px;
}

.partners .partner-item {
  background: #ffffff;
  box-shadow: 8.7538px 8.7538px 11.937px rgba(161, 193, 57, 0.15);
  border-radius: 11.937px;
  /* max-width: 194.97px; */
  width: 100%;
  max-height: 167.91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.partners .slick-track {
  padding-bottom: 20px;
}

.partners .slick-slide .partner-item-main {
  padding: 0px 15.5px;
}

.partners .slick-dots button,
.services .slick-dots button,
.testimonials .slick-dots button,
.list-team .slick-dots button,
.thumbnails-partners .slick-dots button {
  color: #000000;
  background: rgba(164, 198, 57, 0.3) !important;
}

.partners ul.slick-dots li.slick-active button,
.services ul.slick-dots li.slick-active button,
.testimonials ul.slick-dots li.slick-active button,
.list-team ul.slick-dots li.slick-active button,
.thumbnails-partners ul.slick-dots li.slick-active button {
  background: var(--color-primary) !important;
}

.partners .partner-item img {
  max-width: 95px;
  height: 105.97px;
  margin: auto;
  object-fit: contain;
}

.contact-partners .partner-item img {
  max-width: 169px !important;
  height: 44px !important;
}

.partners .section-heading {
  text-align: left;
}

.partners .line-top {
  width: 67px;
}

/* Blog Style */

.blog {
  margin-top: 52px;
  padding-bottom: 69px;
}

.blog .view-more {
  display: flex;
  margin-top: 30px;
}

.blog .filled-button {
  margin: auto;
}

.blog .blog-item {
  background: rgba(245, 245, 245, 0.5);
  /* box-shadow: 12px 10px 14px rgba(71, 94, 0, 0.11); */
  border-radius: 9.18933px;
  overflow: hidden;
  position: relative;
}

.blog .blog-item .blog-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 60.7px;
  height: 17.77px;
}

.blog .read-more {
  margin-top: 17px;
}

.blog-homepage {
  row-gap: 30px;
  justify-content: center;
}

.blog-homepage .section-heading {
  margin-bottom: 30px;
}

.blog .read-more a,
.team-item .read-more a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  gap: 9px;
  text-transform: capitalize;
  color: var(--color-primary);
  justify-content: flex-end;
}

.blog .down-content {
  padding: 0px 20px 9px;
}

.blog .blog-item img {
  width: 100%;
}

.blog .blog-item .image {
  width: 100%;
  height: 200px;
  /* conent: ""; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog .blog-item {
  /* height: 400px; */
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.blog .blog-item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #1b1b1b;
  margin-bottom: 8px;
  margin-top: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 54px;
}

.blog .blog-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #3a3a3a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
}

/* Contact */

.contact {
  background: url("../../images/contact.png");
  padding: 32px 0px;
  color: #ffffff;
  background-size: cover;
}

.contact span {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.5%;
  text-transform: capitalize;
}

.contact ul {
  margin-top: 33px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-transform: capitalize;
  color: #ffffff;
}

.contact li {
  margin: 10px 0px;
}

.contact .section-heading {
  text-align: left;
  margin-bottom: 0px;
}

.contact .section-heading h1 {
  color: #ffffff;
}

.contact .contact-form {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 60px 56px 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contact .contact-form .send {
  margin: auto;
  margin-top: 15px;
}

.contact .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact .left-content ul {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.contact .left-content ul .phone {
  text-transform: uppercase;
}

.contact .contact-form .form-control {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}

.contact .contact-form .form-control:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact .contact-form textarea {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 14px !important;
  border-bottom: none !important;
  height: 121px !important;
  resize: none;
}

.contact .contact-form input {
  height: 24px;
}

.contact .contact-form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.contact .menu-list li {
  display: flex;
}

.contact .menu-list li div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.contact .menu-list li i {
  font-size: 18px;
  margin-right: 18px;
}

/* Footer Style */

footer {
  background-color: #232323;
  padding: 80px 0px;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
footer img {
  margin-bottom: 20px;
  width: 135.24px;
  height: 44.2px;
}
footer p {
  color: #fff;
}

footer ul.social-icons {
  margin-top: 25px;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li a img {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  /* background-color: #fff; */
  color: #232323;
  /* border-radius: 50%; */
  /* transition: all 0.3s; */
}

footer ul.social-icons li a img:hover {
  background-color: var(--color-primary);
}

footer ul.menu-list li {
  margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
  margin-bottom: 0px;
}

footer ul.menu-list li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: var(--color-primary);
}

footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  resize: none;
}

footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: var(--color-primary);
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

/* Sub-footer Style */

.sub-footer {
  background-color: #343434;
  text-align: center;
  padding: 25px 0px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}

.page-heading {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 150px 0px;
  color: #fff;
  text-transform: uppercase;
}

.page-heading h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 45px;
  line-height: 133.4%;
  /* letter-spacing: 2px; */
  margin-bottom: 5px;
  color: var(--color-primary);
}

.page-heading em {
  text-transform: uppercase;
  font-style: normal;
  color: #ffff;
}

.page-heading span {
  font-weight: 600;
  font-size: 20px;
  line-height: 133.4%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

.blog-detail-banner {
  padding: 319px 0px 38px 0px;
  text-align: left;
}

.blog-detail-banner .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.blog-detail-banner h1 {
  color: #ffff;
  font-weight: 900;
  font-size: 50px;
  line-height: 67px;
  margin-bottom: 0px;
}

.blog-detail-banner span {
  font-weight: 600;
  font-size: 16px;
  line-height: 133.4%;
  text-transform: none;
}

/* team */

.team {
  /* background-color: #f7f7f7; */
  /* margin-top: 140px; */
  /* margin-bottom: -140px; */
  padding: 60px 0px;
}

.list-team .slick-slide > div,
.projects .slick-slide > div {
  display: flex;
  /* gap: 120px; */
  justify-content: center;
  /* flex-wrap: wrap; */
}

.list-team .team-item {
  max-width: 383px;
  width: 100%;
}

.team-item {
  background: #ffffff;
  border-radius: 18.567px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 40px;
  width: 383.91px;
}

.team-item a {
  width: 100%;
}

.team-item img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  height: 426px;
  object-fit: cover;
  max-width: 383px;
}

.team-item .down-content {
  background-color: #fff;
  padding: 0px 30px 8px;
  width: 100%;
}

.team-item .down-content h4 {
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #282828;
}

.team-item .down-content span {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 150%;
  font-size: 18.6px;
  display: block;
  margin-bottom: 13px;
}

.team-item .down-content p {
  font-weight: 400;
  font-size: 15.9962px;
  line-height: 170%;
  color: #3a3a3a;
  margin-bottom: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Single Service */

.single-services {
  margin: 80px 0px;
}

#tabs .page-heading {
  padding: 230px 0px 80px 0px !important;
}

#tabs ul {
  margin-top: 57px;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-direction: row;
}

#tabs ul li {
  display: inline-block;
  width: max-conent;
}

#tabs ul li:last-child {
  margin-bottom: 0px;
}

#tabs ul li a {
  text-transform: uppercase;
  width: max-conent;
  height: 64px;
  padding: 19px 25px;
  display: inline-block;
  background: rgba(225, 225, 225, 0.1);
  background-blend-mode: overlay;
  border-radius: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

#tabs ul li.active a {
  background: var(--color-primary);
  box-shadow: 9px 0px 16px rgba(132, 174, 0, 0.2);
  color: #ffffff;
}

#tabs ul li a i {
  float: right;
  margin-top: 5px;
}

#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}

#tabs ul .ui-tabs-active a {
  background-color: var(--color-primary) !important;
}

#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}

.tabs-content {
  margin-left: 10px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
}

.tabs-content .row {
  /* column-gap: 35px; */
  row-gap: 50px;
}

.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  /* margin-top: 30px; */
}

.tabs-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #3a3a3a;
  margin-bottom: 0px;
}

.tab-content .content {
  /* display: none; */
}

/* .tab-content .content.active {
  display: block;
} */
/* Contact Information */

.contact-information {
  margin-top: 70px;
}

.contact-information .contact-item {
  padding: 36px 30px 30px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 6.73884px 6.73884px 9.18933px rgba(161, 193, 57, 0.08);
  /* max-width: 350px;
  height: 251px; */
}

.contact-main {
  gap: 70px;
  justify-content: center;
}

.contact-information .contact-item i {
  color: var(--color-primary);
  font-size: 41px;
  margin-bottom: 23px;
}

.contact-information .contact-item h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-bottom: 18px;
}

.contact-information .contact-item p {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.contact-information .contact-item div {
  font-weight: 600;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 20px;
  display: block;
}

/* Blog */
.blogs {
  margin-top: 80px;
  margin-bottom: 50px;
  overflow: hidden;
}

.blogs .list-tab {
  /* overflow: scroll; */
}

.list-tab .owl-stage,
.list-tab-services .owl-stage {
  display: flex;
  /* gap: 30px; */
}

.blogs .list-tab ul {
  display: flex;
  gap: 25px;
  width: max-conent;
}

.blogs .list-tab ul li a {
  padding: 8px 40px;
  background: #efefef;
  border-radius: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  width: max-content;
  display: flex;
}

.blogs .list-tab ul li.active a {
  background: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}

.blogs .list-tab .ui-tabs-active a {
  background: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffff;
}

.blogs .thumbnails {
  color: #ffff;
  margin: 30px 0px 81px;
  font-style: normal;
}

.blogs .thumbnails h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffff;
}

.blogs .thumbnails span {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #ffff;
}

.thumbnails-partners .slick-track {
  display: flex;
  gap: 30px;
}

.blogs .thumbnails .left-content {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  gap: 9px;
  width: 660px;
  height: 400px;
  box-shadow: 13.916px 18.5546px 23.1933px rgba(161, 193, 57, 0.1);
  border-radius: 15px;
  /* margin-right: 30px; */
}

.blogs .thumbnails .left-content h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blogs .thumbnails .left-content span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blogs .section-heading {
  text-align: left;
  margin-bottom: 0px;
}

.blogs .new-post {
  margin-bottom: 30px;
}

.blogs .new-post,
.blogs .all-post {
  row-gap: 30px;
}

.pagination ul {
  display: flex;
  margin: 60px auto 0px;
  gap: 20px;
  align-items: center;
}

#next,
#prev {
  cursor: pointer;
}

.pagination .pagination-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}

.pagination .active {
  background: var(--color-primary) !important;
  color: #ffff !important;
}

/* .blogs .list-tab,
.blog-detail .list-tab,
.list-tab-services {
  width: 100%;
  overflow-x: auto;
} */

/* .blogs .list-tab::-webkit-scrollbar,
.blog-detail .list-tab::-webkit-scrollbar,
.list-tab-services::-webkit-scrollbar {
  display: none;
} */

/* Blog detail */
.blog-detail {
  padding: 80px 0px;
  overflow: hidden;
}

.blog-detail img {
  /* margin: auto;
  display: flex;
  width: 100%; */
}

.blog-detail .author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #282828;
}

.blog-detail-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.blog-detail-content .blog-content > p {
  display: none;
}

.blog-detail-content .blogs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.blog-detail-content hr {
  height: 1px;
  width: 100%;
  content: "";
  background: #e4e4e4;
  margin: 0px;
}

.blog-detail-content .new-post .section-heading {
  margin-bottom: 30px;
  text-align: left;
}

/* Search */
.banner-search {
  padding: 230px 0px 0px 0px;
}

.banner-search h1 {
  letter-spacing: 0.085em;
  margin-bottom: 40px;
}

.input-search {
  display: flex;
  justify-content: center;
}

.input-search > div {
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(164, 198, 57, 0.15);
  border-radius: 15px;
  align-items: center;
  max-width: 50%;
  width: 544px;
  height: 44px;
  display: flex;
  justify-content: center;
  padding: 0px 14px;
}

.input-search input {
  border: none;
  width: 100%;
}

.input-search input:focus-visible {
  outline: none;
}

.input-search i {
  color: var(--color-primary);
  font-size: 15px;
}

/* ul.select2-selection__rendered:after,
 {
  width: 5px;
  height: 5px;
  background: red;
  conent: "";
  position:absolute;
} */

.form-select {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  display: flex;
  position: relative;
}

#icon-select {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection--multiple {
  background-color: inherit !important;
  border: none !important;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; */
  height: max-content !important;
  border-radius: 0px !important;
}

.select2-selection__choice {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  order: 2;
  margin-right: 0px;
  margin-left: 2px;
}

.select_multi {
  margin-bottom: 35px;
  height: auto;
}

.select2-hidden-accessible,
.select2-container,
.selection {
  height: auto !important;
  /* max-height: 200px;
  overflow-y: auto; */
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  /* height: 24px; */
  min-height: 24px;
  height: auto;

  /* height: max-content !important; */
}

.select2-selection__rendered input {
  margin-bottom: 0px !important;
}

.select2-selection__rendered li {
  margin: 0px 0px;
}

.select2-container--large .select2-dropdown {
  height: 400px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--color-primary) !important;
  border: none !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: var(--color-primary) !important;
}

.select2-results__option:hover {
  background-color: var(--color-primary) !important;
}

/* 404 */
.error-page {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0.03em;
  color: #282828;
}

.error-page .error-header {
  font-weight: 800;
  font-size: 300px;
  line-height: 366px;
  display: flex;
  align-items: center;
  color: var(--color-primary);
}

.error-page a {
  margin-top: 145px;
  padding: 5px 20px;
  height: 50px;
  background: var(--color-primary);
  border-radius: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.error-page a:hover {
  opacity: 0.6;
}

/* noti */
.alert {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  animation-name: example;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-direction: reverse;
  opacity: 0;
  text-align: center;
}

.alert i,
.alert .status {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.alert.show {
  animation-play-state: running;
}

@keyframes example {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}

/* Responsive Style */
@media (max-width: 768px) {
  .fa.fa-angle-left,
  .fa.fa-angle-right {
    display: none;
  }

  .Modern-Slider .PrevArrow:before,
  .Modern-Slider .NextArrow:before {
    content: "";
  }

  .arrow-item,
  .projects .arrow-item {
    display: none;
    padding: 0px;
    width: 0px;
    height: 0px;
    /* background: rgba(245, 245, 245, 0.5);
    opacity: 0.7;
    border-radius: 10px;
    color: var(--color-primary);
    font-size: 20px;
    position: absolute;
    top: -80px;
    cursor: pointer; */
    border: none;
  }

  .nav-item-search {
    display: inline-block;
  }
  #search-input.form-control {
    position: relative;
    display: inline-block;
  }
  #search-input.form-control.hidden {
    display: none !important;
  }
  .icon-search {
    display: inline-block;
    margin-left: 3px;
  }
  .error-page .error-header {
    font-size: 100px;
    line-height: 166px;
  }
  .testimonials .slick-slide {
    padding-right: 0px;
    padding: 0px 10px;
  }

  .testimonials .slick-list {
    /* padding: 16px 0px 28px !important; */
    margin-right: 0px;
  }
  .more-info {
    margin-top: 40px;
  }
  .contact .contact-form {
    padding: 60px 6px 30px;
  }
  .mission .mission-content {
    padding: 20px 20px;
  }
  #tabs ul li a {
    height: auto;
  }
}

@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .Modern-Slider .item h4 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .Modern-Slider .item p {
    max-width: 570px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .Modern-Slider .NextArrow {
    right: 5px;
  }
  .Modern-Slider .PrevArrow {
    left: 5px;
  }
  .request-form {
    text-align: center;
  }
  .request-form a.border-button {
    float: none;
    margin-top: 30px;
  }
  .services .service-item {
    margin-bottom: 30px;
  }
  .fun-facts .left-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .more-info .right-content {
    padding: 30px;
  }

  footer {
    padding: 80px 0px 20px 0px;
  }
  footer .footer-item {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  footer .last-item {
    border-bottom: none;
  }
  .about-info .right-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .team .team-item {
    margin-bottom: 30px;
  }
  #tabs ul {
    flex-direction: column;
  }
  .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .contact-item {
    margin-bottom: 30px;
  }
  .pagination ul {
    gap: 10px;
  }

  .pagination .pagination-item a {
    width: 30px;
    height: 30px;
    font-size: 12spx;
  }
  .mission .mission-bg {
    margin-left: 0px !important;
    width: 100%;
    height: 905px;
  }
  .menu-dropdown {
    position: relative;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    text-align: center;
    padding: 10px;
    background: #ffffff;
  }

  .menu-dropdown a {
    color: #1e1e1e;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: var(--color-primary) !important;
    border-bottom: none !important;
  }

  /* .blog-detail img {
    width: 100%;
  } */

  .mission .mission-bg {
    margin-left: 0px;
    width: 100%;
  }
  .Modern-Slider .item {
    padding: 80px 20px 60px;
  }
}
