/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*/
:root {
  --inter: "montserrat", sans-serif;
  --primary-color: #2f3b83;
  --secondary-color: #64a841;
  --sub-bg: #f5f5f5;
  --heading-color: #0e0e0e;
  --paragraph: #303030;
  --span: #888888;
  --border: #d9d9d9;
  --white: #ffffff;
  --black: #000000;
  --border-1px: 1px solid #d9d9d9;
  --border-2px: 2px solid #d9d9d9;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 55px 0px #2f3b8326;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--inter);
  color: var(--paragraph);
  background-color: var(--white);
  line-height: 28px;
  font-weight: 400;
  /*text-transform: capitalize;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  font-family: var(--inter);
}

h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

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

p {

  padding: 0;
  line-height: 28px;
  font-size: 18px;
  text-transform: none;
}
span {
  display: inline-block;
  color: var(--span);
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--heading-color);
  transition: var(--transition);
}

a:hover {
  color: var(--heading-color);
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

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

input {
  border: none;
  outline: none;
}

::placeholder {
  color: var(--span);
}

::selection {
  color: var(--white);
  background-color: var(--primary-color);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--border);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 8px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.mt-5 {margin-top: 5px;}  .mt-10 {margin-top: 10px;}  .mt-15 {margin-top: 15px;}  .mt-20 {margin-top: 20px;}  .mt-25 {margin-top: 25px;}  .mt-30 {margin-top: 30px;}  .mt-35 {margin-top: 35px;}  .mt-40 {margin-top: 40px;}  .mt-45 {margin-top: 45px;}  .mt-50 {margin-top: 50px;}  .mt-55 {margin-top: 55px;}  .mt-60 {margin-top: 60px;}  .mt-65 {margin-top: 65px;}  .mt-70 {margin-top: 70px;}  .mt-75 {margin-top: 75px;}  .mt-80 {margin-top: 80px;}  .mt-85 {margin-top: 85px;}  .mt-90 {margin-top: 90px;}  .mt-95 {margin-top: 95px;}  .mt-100 {margin-top: 100px;}  .mt-105 {margin-top: 105px;}  .mt-110 {margin-top: 110px;}  .mt-115 {margin-top: 115px;}  .mt-120 {margin-top: 120px;}  .mt-125 {margin-top: 125px;}  .mt-130 {margin-top: 130px;}
/*-- Margin Bottom --*/
.mb-5 {margin-bottom: 5px;}  .mb-10 {margin-bottom: 10px;}  .mb-15 {margin-bottom: 15px;}  .mb-20 {margin-bottom: 20px;}  .mb-25 {margin-bottom: 25px;}  .mb-30 {margin-bottom: 30px;}  .mb-35 {margin-bottom: 35px;}  .mb-40 {margin-bottom: 40px;}  .mb-45 {margin-bottom: 45px;}  .mb-50 {margin-bottom: 50px;}  .mb-55 {margin-bottom: 55px;}  .mb-60 {margin-bottom: 60px;}  .mb-65 {margin-bottom: 65px;}  .mb-70 {margin-bottom: 70px;}  .mb-75 {margin-bottom: 75px;}  .mb-80 {margin-bottom: 80px;}  .mb-85 {margin-bottom: 85px;}  .mb-90 {margin-bottom: 90px;}  .mb-95 {margin-bottom: 95px;}  .mb-100 {margin-bottom: 100px;}  .mb-105 {margin-bottom: 105px;}  .mb-110 {margin-bottom: 110px;}  .mb-115 {margin-bottom: 115px;}  .mb-120 {margin-bottom: 120px;}  .mb-125 {margin-bottom: 125px;}  .mb-130 {margin-bottom: 130px;}
.mr-5 {margin-right: 5px;}  .mr-10 {margin-right: 10px;}  .mr-15 {margin-right: 15px;}  .mr-20 {margin-right: 20px;}  .mr-25 {margin-right: 25px;}  .mr-30 {margin-right: 30px;}  .mr-35 {margin-right: 35px;}  .mr-40 {margin-right: 40px;}  .mr-45 {margin-right: 45px;}  .mr-50 {margin-right: 50px;}  .mr-55 {margin-right: 55px;}  .mr-60 {margin-right: 60px;}  .mr-65 {margin-right: 65px;}  .mr-70 {margin-right: 70px;}  .mr-75 {margin-right: 75px;}  .mr-80 {margin-right: 80px;}  .mr-85 {margin-right: 85px;}  .mr-90 {margin-right: 90px;}  .mr-95 {margin-right: 95px;}  .mr-100 {margin-right: 100px;}  .mr-105 {margin-right: 105px;}  .mr-110 {margin-right: 110px;}  .mr-115 {margin-right: 115px;}  .mr-120 {margin-right: 120px;}  .mr-125 {margin-right: 125px;}  .mr-130 {margin-right: 130px;}  .mr-135 {margin-right: 135px;}
/*-- Padding Top --*/
.pt-5 {padding-top: 5px;}  .pt-10 {padding-top: 10px;}  .pt-15 {padding-top: 15px;}  .pt-20 {padding-top: 20px;}  .pt-25 {padding-top: 25px;}  .pt-30 {padding-top: 30px;}  .pt-35 {padding-top: 35px;}  .pt-40 {padding-top: 40px;}  .pt-45 {padding-top: 45px;}  .pt-50 {padding-top: 50px;}  .pt-55 {padding-top: 55px;}  .pt-60 {padding-top: 60px;}  .pt-65 {padding-top: 65px;}  .pt-70 {padding-top: 70px;}  .pt-75 {padding-top: 75px;}  .pt-80 {padding-top: 80px;}  .pt-85 {padding-top: 85px;}  .pt-90 {padding-top: 90px;}  .pt-95 {padding-top: 95px;}  .pt-100 {padding-top: 100px;}  .pt-105 {padding-top: 105px;}  .pt-110 {padding-top: 110px;}  .pt-115 {padding-top: 115px;}  .pt-120 {padding-top: 120px;}  .pt-125 {padding-top: 125px;}  .pt-130 {padding-top: 130px;}  .pt-135 {padding-top: 135px;}
/*-- Padding Bottom --*/
.pb-5 {padding-bottom: 5px;}  .pb-10 {padding-bottom: 10px;}  .pb-15 {padding-bottom: 15px;}  .pb-20 {padding-bottom: 20px;}  .pb-25 {padding-bottom: 25px;}  .pb-30 {padding-bottom: 30px;}  .pb-35 {padding-bottom: 35px;}  .pb-40 {padding-bottom: 40px;}  .pb-45 {padding-bottom: 45px;}  .pb-50 {padding-bottom: 50px;}  .pb-55 {padding-bottom: 55px;}  .pb-60 {padding-bottom: 60px;}  .pb-65 {padding-bottom: 65px;}  .pb-70 {padding-bottom: 70px;}  .pb-75 {padding-bottom: 75px;}  .pb-80 {padding-bottom: 80px;}  .pb-85 {padding-bottom: 85px;}  .pb-90 {padding-bottom: 90px;}  .pb-95 {padding-bottom: 95px;}  .pb-100 {padding-bottom: 100px;}  .pb-105 {padding-bottom: 105px;}  .pb-110 {padding-bottom: 110px;}  .pb-115 {padding-bottom: 115px;}  .pb-120 {padding-bottom: 120px;}  .pb-125 {padding-bottom: 125px;}  .pb-130 {padding-bottom: 130px;}  .pb-135 {padding-bottom: 135px;}
/*-- Padding Left --*/
.pl-5 {padding-left: 5px;}  .pl-10 {padding-left: 10px;}  .pl-15 {padding-left: 15px;}  .pl-20 {padding-left: 20px;}  .pl-25 {padding-left: 25px;}  .pl-30 {padding-left: 30px;}  .pl-35 {padding-left: 35px;}  .pl-40 {padding-left: 40px;}  .pl-45 {padding-left: 45px;}  .pl-50 {padding-left: 50px;}  .pl-55 {padding-left: 55px;}  .pl-60 {padding-left: 60px;}  .pl-65 {padding-left: 65px;}  .pl-70 {padding-left: 70px;}  .pl-75 {padding-left: 75px;}  .pl-80 {padding-left: 80px;}  .pl-85 {padding-left: 85px;}  .pl-90 {padding-left: 90px;}  .pl-95 {padding-left: 95px;}  .pl-100 {padding-left: 100px;}  .pl-105 {padding-left: 105px;}  .pl-110 {padding-left: 110px;}  .pl-115 {padding-left: 115px;}  .pl-120 {padding-left: 120px;}  .pl-125 {padding-left: 125px;}  .pl-130 {padding-left: 130px;}  .pl-135 {padding-left: 135px;}
/*-- Padding Right --*/
.pr-5 {padding-right: 5px;}  .pr-10 {padding-right: 10px;}  .pr-15 {padding-right: 15px;}  .pr-20 {padding-right: 20px;}  .pr-25 {padding-right: 25px;}  .pr-30 {padding-right: 30px;}  .pr-35 {padding-right: 35px;}  .pr-40 {padding-right: 40px;}  .pr-45 {padding-right: 45px;}  .pr-50 {padding-right: 50px;}  .pr-55 {padding-right: 55px;}  .pr-60 {padding-right: 60px;}  .pr-65 {padding-right: 65px;}  .pr-70 {padding-right: 70px;}  .pr-75 {padding-right: 75px;}  .pr-80 {padding-right: 80px;}  .pr-85 {padding-right: 85px;}  .pr-90 {padding-right: 90px;}  .pr-95 {padding-right: 95px;}  .pr-100 {padding-right: 100px;}  .pr-105 {padding-right: 105px;}  .pr-110 {padding-right: 110px;}  .pr-115 {padding-right: 115px;}  .pr-120 {padding-right: 120px;}  .pr-125 {padding-right: 125px;}  .pr-130 {padding-right: 130px;}  .pr-135 {padding-right: 135px;}

.bor {
  border: 1px solid var(--border);
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.primary-color {
  color: var(--primary-color) !important;
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

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

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

.sm-font {
  font-size: 14px;
}

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

.overlay, .subscribe-area, .involve__bg, .donation, .achievement, .service-single__right-item .item-two, .banner-four {
  position: relative;
}
.overlay::before, .subscribe-area::before, .involve__bg::before, .donation::before, .achievement::before, .service-single__right-item .item-two::before, .banner-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.star i {
  color: #e76100;
}

.career-btn,.btn-one, .btn-two, .btn-two-light, .btn-one-white, .btn-one-light {
  padding: 15px 20px;
  font-weight: 600;
  color: var(--primary-color);
  transition: var(--transition);
  border: 2px solid var(--primary-color);
  border-radius: 6px;
  position: relative;
  text-transform: capitalize;
}
.btn-one i, .btn-two i, .btn-two-light i, .btn-one-white i, .btn-one-light i {
  padding: 0 5px;
  position: relative;
}
.btn-one span, .btn-two span, .btn-two-light span, .btn-one-white span, .btn-one-light span {
  color: var(--primary-color);
  position: relative;
  transition: var(--transition);
}
.btn-one::before, .btn-two::before, .btn-two-light::before, .btn-one-white::before, .btn-one-light::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--primary-color);
  color: var(--white);
  transition: var(--transition);
}
.career-btn:hover{
  background-color: var(--primary-color);
  color: var(--white);
}
.btn-one:hover, .btn-two:hover, .btn-two-light:hover, .btn-one-white:hover, .btn-one-light:hover {
  color: var(--white);
}
.btn-one:hover span, .btn-two:hover span, .btn-two-light:hover span, .btn-one-white:hover span, .btn-one-light:hover span {
  color: var(--white);
}
.btn-one:hover::before, .btn-two:hover::before, .btn-two-light:hover::before, .btn-one-white:hover::before, .btn-one-light:hover::before {
  width: 100%;
  left: 0px;
}

.btn-one-light {
  border: 2px solid var(--white);
  color: var(--white);
}
.btn-one-light span {
  color: var(--white);
}
.btn-one-light:hover {
  border: 2px solid var(--primary-color);
}

.btn-one-white {
  background-color: var(--white);
  border: 2px solid var(--white);
}
.btn-one-white::before {
  border-radius: 6px;
}

.btn-two, .btn-two-light {
  border-radius: 100px;
  overflow: hidden;
}
.btn-two::before, .btn-two-light::before {
  border-radius: 100px;
}

.btn-two-light {
  border: 2px solid var(--white);
  color: var(--white);
}
.btn-two-light span {
  color: var(--white);
}
.btn-two-light::before {
  background-color: var(--white);
}
.btn-two-light:hover {
  color: var(--primary-color);
}
.btn-two-light:hover span {
  color: var(--primary-color);
}

.arry-btn button {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-btn button:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.arry-btn .active {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-prev {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-prev:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-next {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.image-arry {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid var(--white);
  line-height: 90px;
}
.image-arry i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 22px;
  color: var(--white);
  display: inline-block;
}

.dot .swiper-pagination-bullet, .dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
}
.dot .swiper-pagination-bullet::before, .dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #858585;
  transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--primary-color);
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary-color);
}

.dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}
.dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.radio-btn {
  display: flex;
  align-items: center;
}
.radio-btn p {
  color: var(--span);
  margin-left: 10px;
  font-size: 14px;
}
.radio-btn span {
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.radio-btn span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 6px;
  left: 6px;
}
.radio-btn .radio-btn-active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.radio-btn .radio-btn-active::after {
  background-color: var(--white);
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: var(--transition);
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f30c";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: var(--transition);
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header .header-top {
  padding: 16px 0;
  overflow: hidden;
  background-color: var(--heading-color);
}
.header .header-top .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .header-top-wrp .info {
  color: var(--white);
}
.header .header-top .header-top-wrp .info span {
  color: var(--white);
}
.header .header-top .header-top-wrp .info a {
  transition: var(--transition);
  color: var(--white);
  font-size: 15px;
}
.header .header-top .header-top-wrp .info a:hover {
  color: var(--primary-color);
}
.header .header-top .header-top-wrp .info i {
  color: var(--primary-color);
  padding-right: 5px;
}
.header .header-top .header-top-wrp .info li {
  float: left;
  line-height: 0;
}
.header .header-top .header-top-wrp .link-info {
  position: relative;
  z-index: 2;
}
.header .header-top .header-top-wrp .link-info li {
  float: left;
  line-height: 0;
}
.header .header-top .header-top-wrp .link-info li a {
  width: 40px;
  color: var(--white);
  text-align: center;
}
.header .header-top .header-top-wrp .link-info li a:hover {
  color: var(--primary-color);
}

.header-section {
  background-color: var(--white);
  box-shadow: var(--shadow);
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: var(--transition);
  background: var(--white);
  box-shadow: var(--shadow);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}
.header-wrapper .logo-menu {
  max-width: 184px;
}
.header-wrapper .logo-menu img {
  max-width: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: var(--transition);
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
  text-transform: capitalize;
  padding: 35px 10px;
}
.header-wrapper .main-menu li a:hover {
  color: var(--primary-color);
}
.header-wrapper .main-menu li a i {
  margin:7px;
  font-size: 12px;
}

.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(20px);
}
@media (min-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: 9;
    width: 300px;
    transition: var(--transition);
    background: var(--white);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: var(--transition);
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--heading-color);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 8px 25px;
  transition: var(--transition);
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.header-wrapper .main-menu li .sub-menu li :hover {
  margin-left: 10px;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  border-bottom:1px solid var(--primary-color) !important;
}
.header-wrapper .main-menu .menu-btn button {
  margin-left: 45px;
  padding: 15px 30px;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  transition: var(--transition);
}
.header-wrapper .main-menu .menu-btn button i {
  font-size: 16px; !important;
}
.header-wrapper .main-menu .menu-btn button span {
  color: var(--white);
  transition: var(--transition);
}
.header-wrapper .main-menu .menu-btn button:hover {
  background-color: var(--white);
}
.header-wrapper .main-menu .menu-btn button:hover span {
  color: var(--primary-color);
}
.header-wrapper .sub_menu_wrp {
  position: relative;
}
.header-wrapper .sub_menu_wrp a i {
  margin-top: 8px;
}
.header-wrapper .sub_menu_wrp .sub_sub_menu {
  position: absolute;
  width: 349px;
  right: -353px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 992px) {
  .header-wrapper .sub_menu_wrp .sub_sub_menu {
    position: relative;
    width: 100%;
    right: 0px;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.05);
    background-color: var(--white);
    top: 4px;
    opacity: 0;
    z-index: 5;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .header-wrapper .main-menu li a i {
    /*padding:10px;*/
    font-size: 16px;
    color:  var(--primary-color);
    /*background : var(--primary-color);*/
  }
  .page-banner {
  background-image: url(../../images/bg/banner2.webp);
  text-transform: capitalize;
  text-align: center;
  padding:60px 0px;
}
}

.header-wrapper .sub_menu_wrp .sub_sub_menu li:hover {
  margin-left: 0 !important;
}
.header-wrapper .sub_menu_wrp:hover .sub_sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  border-bottom:1px solid var(--primary-color) !important;
}

.header-one__logo {
  padding: 27px 60px;
  background-color: var(--primary-color);
}
.header-one__dots {
  padding: 30px;
  background-color: var(--heading-color);
}
.header-one__info {
  justify-content: end;
  flex-wrap: nowrap;
  width: 450px;
}
.header-one__info .menu_info {
  padding: 25px 40px;
}
.header-one__info .menu-btn {
  margin-right: 30px;
}
.header-one__info .menu-btn a,
.header-one__info .menu-btn span {
  color: var(--primary-color);
  font-weight: 600;
}

.header-three {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-three .header-top-wrp {
  padding: 0 15px;
}
.header-three .header-wrapper {
  padding: 0 15px;
}
.header-three .menu-btn a {
  padding: 33px 30px !important;
  border-radius: 0 !important;
}
.header-three .menu-btn a:hover {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}
.header-three .menu-btn a:hover span {
  color: var(--white) !important;
}

.header-four__logo {
  margin-left: 100px;
  margin-right: 100px;
}
.header-four__logo .logo {
  padding: 0 !important;
}
.header-four .header-section {
  background-color: transparent !important;
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 99;
}
.header-four .header-section .header-four__logo-light {
  display: none;
}
.header-four .header-wrapper .main-menu .menu-btn a {
  padding: 0;
  background-color: transparent !important;
  border: none;
}
.header-four .header-wrapper .main-menu .menu-btn a span {
  color: var(--white) !important;
}
.header-four .header-wrapper {
  padding: 0 30px;
}
.header-four .menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: var(--transition);
  background: var(--primary-color) !important;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}
.header-four .menu-fixed .header-four__logo-light {
  display: block;
}
.header-four .menu-fixed .header-four__logo-mix {
  display: none;
}
.header-four .menu-fixed .header-wrapper .main-menu .menu-btn a {
  color: var(--white) !important;
}

.header-five .header-top {
  background-color: var(--white);
}
.header-five .header-top .header-top-wrp .info {
  color: var(--heading-color);
}
.header-five .header-top .header-top-wrp .info span {
  color: var(--heading-color);
}
.header-five .header-top .header-top-wrp .info a {
  transition: var(--transition);
  color: var(--heading-color);
  font-size: 15px;
}
.header-five .header-top .header-top-wrp .info a:hover {
  color: var(--primary-color);
}
.header-five .header-top .header-top-wrp .info i {
  color: var(--primary-color);
  padding-right: 5px;
}
.header-five .header-top .header-top-wrp .info li {
  float: left;
  line-height: 0;
}
.header-five .header-top .header-top-wrp .link-info li {
  float: left;
  line-height: 0;
}
.header-five .header-top .header-top-wrp .link-info li a {
  width: 40px;
  color: var(--heading-color);
  text-align: center;
}
.header-five .header-top .header-top-wrp .link-info li a:hover {
  color: var(--primary-color);
}
.header-five .header-section {
  background-color: var(--primary-color);
}
.header-five .menu-btn a {
  background-color: var(--white) !important;
  color: var(--primary-color) !important;
  border-radius: 100px !important;
}
.header-five .menu-btn a span {
  color: var(--primary-color) !important;
}

.mega-menu {
  background-color: var(--white);
  padding: 65px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.mega-menu-area {
  position: absolute;
  left: 0;
  top: 98px;
  z-index: 99;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}
.mega-menu__item h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.mega-menu__item ul li a {
  font-weight: 400;
  padding-top: 10px;
}
.mega-menu__item ul li a:hover {
  color: var(--primary-color);
}

.mega-menu-hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.header-section .menu_info {
  display: flex;
  align-items: center;
}
.header-section .menu_info .call_info span {
  color: var(--white);
}
.header-section .menu_info .call_info a {
  color: var(--white);
}
.header-section .menu_info .call_info a:hover {
  color: var(--white);
}
.header-section .menu_info .call_ico {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--white);
  font-size: 18px;
  color: var(--white);
  margin-right: 10px;
}
.header-section .side-bars i {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: var(--heading-color);
  padding: 40px;
  padding-top: 65px;
  z-index: 9999;
  transition: var(--transition);
}
.side_bar p {
  color: var(--white);
}
.side_bar .info li {
  font-size: 20px;
}
.side_bar .info li i {
  margin-right: 10px;
}
.side_bar .info li a {
  color: var(--white);
}
.side_bar .side_bar_overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: var(--transition);
}
.side_bar button:hover {
  transform: rotate(90deg);
}
.side_bar .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-1px);
  color: var(--primary-color);
  margin-right: 10px;
}
.side_bar .social-icon a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
  border: 1px solid var(--primary-color);
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.banner {
  overflow-x: hidden;
  padding-top: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner__leaf {
  position: absolute;
  bottom: 0;
  left: 37%;
  z-index: 0;
}
.banner__scroll-text {
  position: absolute;
  bottom: 72px;
  left: 47%;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.banner__scroll-text-line {
  width: 55px;
  height: 1px;
  background-color: var(--border);
  margin-left: 10px;
}
.banner__shape {
  position: absolute;
  right: 11%;
  bottom: 0;
  z-index: 1;
}
.banner__shape1 {
  position: relative;
  overflow: inherit;
  bottom: 0;
  margin: 3% 29%;
}

.banner__image {
  position: relative;
  z-index: 1;
}
.banner__image img {
  width: 100%;
}
.banner__image-text {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.banner__content {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.banner__content h4 {
  color: var(--primary-color);
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner__content h1 {
  font-size: 49px; 
  text-transform: capitalize;
  line-height: 70px;
  margin-bottom: 10px;
}
#inquiry{
    position: fixed;
    right: -22px;
    top: 56%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);}

@media (max-width: 768px) {
  .banner__content h1 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #inquiry {
      position:fixed;
        display:none;
      }
    
}


.banner__content-con {
  display: flex;
  align-items: center;
}
.banner__content-con p {
  margin-left: 35px;
}

.page-banner {
  background-image: url(../../images/bg/banner2.webp);
  text-transform: capitalize;
  background-size:cover;
  text-align: center;
  padding:40px 0px;
}
.page-banner h2,
.page-banner a,
.page-banner span {
  color: var(--primary-color) !important;
}
.page-banner h2 {
  margin-bottom: 20px;
}

#loading {
  background-color: var(--white);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}
#loading .loading-icon .loading-logo {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading #loading-center-absolute {
    width: 60%;
  }
}

.section-header {
  margin-bottom: 65px;
}
.section-header h5,.banner__content h5 {
  color: var(--primary-color);
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section-header h5 img {
  margin-right: 5px;
}
.section-header h2 {
  text-transform: capitalize;
}
.section-header p {
  margin-top: 30px;
}

.about {
  overflow: hidden;
  position: relative;
}
.about__info {
  display: flex;
  align-items: center;
}
.about__info-info-con {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--border);
}
.about__info-info-con ul {
  display: flex;
  align-items: center;
  align-items: center;
}
.about__info-info-con ul li:first-child {
  margin-right: 20px;
}
.about__info-info-con ul li h4 {
  font-size: 20px;
}
.about__info-info-con ul li span {
  color: var(--primary-color);
}
.about__info-info-con img {
  width: 114px;
}
.about__info-signature {
  width: 173px;
}
.about__leaf {
  position: absolute;
  right: 30px;
  top: 30%;
  z-index: -1;
}

.about-two {
  overflow: hidden;
  position: relative;
}
.about-two__image {
  max-width: 580px;
  position: relative;
}
.about-two__image img {
  width: 100%;
}
.about-two__image .sm-image {
  max-width: 260px;
  position: absolute;
  top: 5px;
  right: -8px;
  z-index: 1;
}
.about-two__image .video__btn-wrp-sm {
  position: absolute;
  top: 23%;
  right: -10px;
  z-index: 2;
}
.about-two__image .video__btn-wrp-sm .video-btn a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.about-two__image .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
/*  background-color: var(--primary-color);
  border: 10px solid var(--white);*/
  display: inline-block;
}
.about-two__image .info h2 {
  color: var(--white);
}
.about-two__image .info h2 span {
  color: var(--white);
}
.about-two__image .info .year {
  font-size: 20px;
  font-weight: 300;
  color: var(--white);
}
.about-two__image .stroke-text {
  position: absolute;
  right: -35%;
  bottom: 15%;
}
.about-two__image .stroke-text h2 {
  transform: rotate(-90deg);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--border);
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.about-two__right-item ul li {
  color: var(--heading-color);
  font-weight: 600;
}
.about-two__right-item .about_info .info i {
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  margin-right: 10px;
}
.about-two__right-item .about_info .bor-left {
  height: 60px;
}
.about-two__shape-left {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}
.about-two__shape-right {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: -1;
}

.about-four {
  position: relative;
}
.about-four__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
}
.about-four__image img {
  width: 100%;
}
.about-four__image .image-shape {
  width: 80px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.about-four__image .zoo-time {
  text-align: center;
  padding: 24px;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.about-four__image .zoo-time img {
  width: 100px;
}
.about-four__image .zoo-time .item {
  padding: 30px 50px;
  background-color: var(--white);
}
.about-four__image .zoo-time .item h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.about-four__image .zoo-time .item span {
  font-weight: 600;
  color: var(--primary-color);
}
.about-four__image .zoo-time .item .footer__item-map-popup {
  color: var(--heading-color);
}
.about-four__image .zoo-time .item .footer__item-map-popup:hover {
  color: var(--primary-color);
}
.about-four__image .zoo-time .item .tag {
  position: absolute;
  width: 138px;
  top: 24px;
  left: 24px;
}
.about-four__image .zoo-time .item .tag img {
  width: 100%;
}

.video {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video__text {
  text-align: center;
}
.video__text h2 {
  font-size: 270px;
  font-weight: 700;
  line-height: 320px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
  opacity: 20%;
}
.video__btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnail-area__text {
  max-width: 1078px;
  margin: 0 auto;
}
.thumbnail-area__text img {
  width: 100%;
}

.animal__item {
  text-align: center;
}

.work {
  overflow: hidden;
}
.work__item, .work-five__item {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 30px;
  height: 100%;
  border: var(--border-1px);
  transition: var(--transition);
}
.work__item-icon {
  display: flex;
  justify-content: center;
}
.work__item-icon span {
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--border);
  font-size: 60px;
  line-height: 80px;
  color: transparent;
  transition: var(--transition);
}
.work__item-leaf {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.work__item h3 a:hover, .work-five__item h3 a:hover {
  color: var(--primary-color);
}
.work__item p, .work-five__item p {
  margin: 20px 0;
}
.work__item-arrow {
  font-size: 20px;
  position: relative;
  transform: translateX(0);
  transition: 0.7s;
}
.work__item-arrow::before {
  position: absolute;
  content: "Know More";
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  left: -95px;
  top: -2px;
  transition: var(--transition);
  opacity: 0;
}
.work__item:hover, .work-five__item:hover {
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}
.work__item:hover .work__item-icon span, .work-five__item:hover .work__item-icon span {
  color: var(--border);
}
.work__item:hover .work__item-leaf, .work-five__item:hover .work__item-leaf {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.work__item:hover .work__item-arrow, .work-five__item:hover .work__item-arrow {
  transform: translateX(95px);
  color: var(--primary-color);

}
.work__item:hover .work__item-arrow::before, .work-five__item:hover .work__item-arrow::before {
  opacity: 1;
}

.work-three {
  position: relative;
  margin-top: -145px;
  z-index: 1;
}

.work-five__head-image {
  max-width: 450px;
}
.work-five__head-image img {
  width: 100%;
}
.work-five__icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  color: var(--white);
  border: 2px solid transparent;
  font-size: 40px;
}
.work-five__item:hover .work-five__icon {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.service {
  overflow: hidden;
  position: relative;
}
.service__shape {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: -1;
}

.service-two {
  position: relative;
}
.service-two__shape-left {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: -1;
}
.service-two__shape-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.service-two__item .changeImage2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 21px 0;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  border-bottom: var(--border-1px);
  transition: var(--transition);
  color: var(--span);
}
.service-two__item a i {
  transform: rotate(-45deg);
  transition: var(--transition);
  color: var(--span);
}
.service-two__item .clicked {
  color: var(--primary-color);
}
.service-two__item .clicked i {
  -webkit-text-stroke-color: var(--primary-color);
  transform: rotate(0deg);
  color: var(--primary-color);
}

.achievement {
  overflow: hidden;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 55px 10px rgba(75, 175, 71, 0.0784313725);
  background: linear-gradient(106.76deg, #2f3b83 -0.48%, rgba(75, 175, 71, 0) 100%);
}
.achievement::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.achievement__item {
  position: relative;
}
.achievement__item h5 {
  color: var(--white);
  text-transform: capitalize;
}
.achievement__item span {
  color: var(--white);
  font-weight: 700;
}
.achievement__item img {
  padding: 0px 0;
}
.achievement__bor-right {
  position: relative;
  border-right: var(--border-1px);
}
.achievement__item > i::before{
  color: var(--white);
  font-size: 40px;
  margin-bottom: 10px;
}
.achievement-two .achievement::before {
  background-color: transparent;
}

.project {
  overflow: hidden;
}
.project__wrp {
  position: relative;
}
.project__wrp-shape {
  position: absolute;
  z-index: -1;
  top: 35%;
  right: 0;
}
.project__item h3 {
  padding-bottom: 15px;
}
.project__item .slider-img {
  width: 100%;
}

.project .wrp {
  position: relative;
}
.project .wrp::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 155px;
  height: 1px;
  background-color: var(--border);
  transform: rotate(-50deg);
}
.project .pegi-number {
  color: var(--primary-color);
  font-size: 24px;
}
.project .pegi-number span {
  font-size: 24px;
  font-weight: 300;
}
.project .pegi-number span:not(:last-child) {
  color: var(--primary-color);
  font-weight: 600;
}
.project .swiper.have-bg {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project__image {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
}
.donation {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.donation::before {
  background: #2f3b83;
}
.donation__wrp {
  position: relative;
}
.donation__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.donation__item {
  overflow: hidden;
  background-color: var(--white);
  padding: 25px;
}
.donation__item h3 {
  margin: 30px 0;

}
.donation__item h3 a:hover {
  color: var(--primary-color);
}
.donation__item-arrow, .blog-two__item-arrow {
  font-size: 20px;
  position: relative;
  transform: translateX(0);
  transition: var(--transition);
  color: var(--primary-color);
}
.donation__item-arrow::before, .blog-two__item-arrow::before {
  position: absolute;
  content: "View More";
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  left: -100px;
  top: -2px;
  transition: var(--transition);
  opacity: 0;
}
.donation__item-progress-bar {
  width: 100%;
  height: 5px;
  background-color: #dcdcdc;
  margin-top: 12px;
  position: relative;
}
.donation__item-progress-bar::after {
  position: absolute;
  content: "";
  width: 82%;
  height: 100%;
  background-color: var(--primary-color);
}
.donation__item:hover .donation__item-arrow, .donation__item:hover .blog-two__item-arrow {
  transform: translateX(95px);
  color: var(--primary-color);
}
.donation__item:hover .donation__item-arrow::before, .donation__item:hover .blog-two__item-arrow::before {
  opacity: 1;
}
.donation .swiper-slide.swiper-slide-active .donation__item-arrow, .donation .swiper-slide.swiper-slide-active .blog-two__item-arrow {
  transform: translateX(95px);
  color: var(--primary-color);
}
.donation .swiper-slide.swiper-slide-active .donation__item-arrow::before, .donation .swiper-slide.swiper-slide-active .blog-two__item-arrow::before {
  opacity: 1;
}


.donation-two {
  position: relative;
}
.donation-two__shape {
  position: absolute;
  left: 0;
  bottom: 130px;
}

.donation-inner-two__image {
  position: relative;
}
.donation-inner-two__image img {
  width: 100%;
}
.donation-inner-two__image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(75, 175, 71, 0) 0%, #2f3b83 100%);
  opacity: 0;
  transition: var(--transition);
  visibility: hidden;
}


.involve-two {
  position: relative;
  overflow: hidden;
}
.involve-two__image {
  position: relative;
  max-width: 609px;
}
.involve-two__image img {
  width: 100%;
}
.involve-two__image .image-sm {
    max-width: 263px;
    position: absolute;
    top: 66%;
    right: 0px;
    transform: translate(0%, -40%);
}
.involve-two__shape {
  position: absolute;
  right: 10px;
  bottom: 10%;
  z-index: -1;
}


.testimonial {
  overflow: hidden;
}
.testimonial__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.testimonial-two__item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  color: #676767;
}
.testimonial-two__item .testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-two__item .testi-header .testi-content span {
  color: var(--primary-color);
  padding-top: 10px;
  font-weight: 600;
}
.testimonial-two__item .testi-header i {
  font-size: 100px;
  color: var(--primary-color);
}
.testimonial-two__image {
  position: relative;
}
.testimonial-two__image img {
  width: 100%;
}
.testimonial-two__image::after {
  position: absolute;
  left: -80px;
  top: 5px;
}


.team {
  position: relative;
  overflow: hidden;
}
.team__shape {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.team__item {
  padding: 30px;
  border: var(--border-1px);
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.team__item::after {
  content: "";
  background-image: url("../../images/team/bg_2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: var(--transition);
}
.team__item-image {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.team__item-image img {
  width: 100%;
}
.team__item-image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.team__item-image-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--white);
  border: var(--border-1px);
  transition: var(--transition);
  transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.team__item-image-icon a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.team__item-image::after {
  position: absolute;
  content: "";
  background-color: var(--black);
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: var(--transition);
}
.team__item h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.team__item span {
  color: var(--primary-color);
  font-weight: 600;
  transition: var(--transition);
}


.team__item:hover {
  border: 1px solid transparent;
}
.team__item:hover h3 a {
  color: var(--white);
}
.team__item:hover span {
  color: var(--white);
}
.team__item:hover::after {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.team__item:hover .team__item-image-icon a {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.team__item:hover .team__item-image::after {
  opacity: 60%;
}


.blog {
  position: relative;
}
.blog__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog__item-right {
  padding: 30px;
  background-color: var(--sub-bg);
}
.blog__item-right h3 a {
  margin: 20px 0;
}
.blog__item-right h3 a:hover {
  color: var(--primary-color);
}
.blog__item-right span {
  color: var(--heading-color);
}
.blog__tag {
  color: var(--primary-color) !important;
  padding: 2px 10px;
  background-color: var(--white);
  border-radius: 100px;
}
.blog__shape {
  position: absolute;
  top: 32%;
  right: 0;
  z-index: -1;
}

.blog-two {
  position: relative;
  overflow: hidden;
}
.blog-two__image {
  position: relative;
}
.blog-two__item .blog-two__info {
  text-align: center;
  display: inline-block;
  background-color: var(--sub-bg);
  padding: 15px;
  position: absolute;
  bottom: -62px;
  left: 30px;
}
.blog-two__item .blog-two__info h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 15px;
}
.blog-two__item .blog-two__info span {
  font-weight: 600;
  color: var(--primary-color);
}
.blog-two__item-arrow::before {
  content: "Read More";
}
.blog-two .swiper-slide.swiper-slide-active .blog-two__item-arrow {
  transform: translateX(95px);
  color: var(--primary-color);
}
.blog-two .swiper-slide.swiper-slide-active .blog-two__item-arrow::before {
  opacity: 1;
}
.blog-two__shape {
  position: absolute;
  top: -1%;
  top: 0%;
  right: 0;
  z-index: -1;
}

.blog-three__image {
  min-height: 321px;
}
.blog-three__image img {
  width: 70%;
  float: right;
  transition: var(--transition);
}
.blog-three__item .blog-two__info {
  bottom: inherit;
  top: 0;
  left: 0px;
}
.blog-three__item:hover .blog-three__image img {
  width: 100%;
}

.blog-slingle .item {
  padding: 0 30px;
}
.blog-slingle .info span a {
  color: var(--span);
}
.blog-slingle .info span a:hover {
  color: var(--primary-color);
}
.blog-slingle .info_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--border);
  margin: 0 10px;
}
.blog-slingle .list_here {
  padding-left: 30px;
}
.blog-slingle .list_here li {
  list-style-type: disc;
}
.blog-slingle .blog_testimonial {
  padding: 40px 65px;
}
.blog-slingle .blog_testimonial p {
  font-size: 24px;
  line-height: 40px;
  color: var(--heading-color);
}
.blog-slingle .tag-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-slingle .tag-share .tag a {
  padding: 2px 10px;
  background-color: var(--sub-bg);
  border-radius: 30px;
  color: var(--span);
  margin-left: 2px;
  font-size: 14px;
}
.blog-slingle .tag-share .share a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--heading-color);
  color: var(--span);
  margin-left: 2px;
}
.blog-slingle .tag-share .share a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.blog-slingle .arry a i {
  transition: var(--transition);
}
.blog-slingle .arry a:hover i {
  color: var(--primary-color);
}
.blog-slingle .recent-post {
  padding: 20px;
  display: flex;
  align-items: center;
}
.blog-slingle .recent-post .con {
  padding-left: 15px;
}
.blog-slingle .recent-post .con span {
  font-size: 14px;
  padding-bottom: 3px;
}
.blog-slingle .recent-post .con h5 a {
  text-transform: capitalize;
}
.blog-slingle .recent-post .con h5 a:hover {
  color: var(--primary-color);
}
.blog-slingle .right-item {
  padding: 30px;
}
.blog-slingle .right-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.blog-slingle .right-item .search {
  position: relative;
}
.blog-slingle .right-item .search input {
  width: 100%;
  padding: 15px 20px;
  background-color: #dadada;
  border: none;
}
.blog-slingle .right-item .search button {
  color: #646464;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  background-color: #dadada;
}
.blog-slingle .right-item .right_list {
  padding-left: 30px;
}
.blog-slingle .right-item .right_list li {
  list-style-type: disc;
}
.blog-slingle .right-item .tags a {
  padding: 5px 10px;
}
.blog-slingle .right-item a {
  text-transform: capitalize;
}
.blog-slingle .right-item a:hover {
  color: var(--primary-color);
}

.blog-slingle.blog-area h3 a:hover {
  color: var(--primary-color);
}
.blog-slingle.blog-area .item {
  padding: 30px;
}
.blog-slingle.blog-area .go_blog {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: var(--white);
  background-color: var(--primary-color);
}
.blog-slingle.blog-area .go_blog i {
  transform: rotate(-45deg);
  transition: var(--transition);
}
.blog-slingle.blog-area .go_blog:hover i {
  transform: rotate(0deg);
}
/*.blog-slingle.blog-area .image-tag a {
  padding: 2px 10px;
  border-radius: 30px;
  color: var(--white);
  font-size: 14px;
}
.blog-slingle.blog-area .image-tag a:first-child {
  background-color: #dff0fa;
}*/

.blog-slingle.blog-area .video_item {
  position: relative;
}
.blog-slingle.blog-area .video_item .video-btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-pegi {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  margin-right: 5px;
}
.blog-pegi:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.blog_pegi_arrow {
  transition: var(--transition);
}
.blog_pegi_arrow:hover {
  color: var(--primary-color);
}

.blog-pegi.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.view__item .blog-two__item-arrow::before {
  content: "View Details";
}

.service-single__right-item .item-two {
  text-align: center;
  padding: 40px;
  position: relative;
}
.service-single__right-item .item-two .wrp {
  position: relative;
}
.service-single__right-item .item-two::before {
  background: rgba(14, 14, 14, 0.8);
}
.service-single__right-item .item-two h3 {
  color: var(--white);
}
.service-single__right-item .item-two i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  color: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-bottom: 30px;
}
.service-single__right-item .item-two .line {
  display: flex;
  align-items: center;
}
.service-single__right-item .item-two .line .sm_line {
  width: 48px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-right: 10px;
}
.service-single__right-item .item-two .line .big_line {
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
}
.service-single__right-item .item-two a {
  color: var(--white);
  font-weight: 600;
  font-size: 24px;
  margin-top: 30px;
}


.form-area form input {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--sub-bg);
  border: 1px solid var(--border);
}
.form-area form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--sub-bg);
  border: 1px solid var(--border);
  margin-top: 30px;
  height: 182px;
  resize: none;
}
.form-area form button {
  padding: 12px 26px;
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white);
}
.form-area form button i {
  padding-left: 6px;
  transform: rotate(-40deg);
  transition: var(--transition);
}
.form-area form button:hover i {
  transform: rotate(0deg);
}

.our-info {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.our-info__input {
  position: relative;
}
.our-info__input input {
  width: 100%;
  padding: 20px 65px;
}
.our-info__input-envelope {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 26px;
  color: #8e8e8e;
}
.our-info__input-plane {
  position: absolute;
  right: 22px;
  top: 24px;
  font-size: 22px;
  color: var(--primary-color);
  cursor: pointer;
}
.our-info__social-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--white);
  font-size: 22px;
  border: 1px solid var(--white);
  margin-left: 10px;
}
.our-info__social-icon a:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.subscribe-area {
  overflow: hidden;
  position: relative;
}
.subscribe-area::before {
  background: linear-gradient(98.88deg, #2f3b83 0%, rgba(75, 175, 71, 0.3) 100%);
}
.subscribe__shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.subscribe__form {
  max-width: 930px;
  margin: 0 auto;
}

.statistic-area {
  position: relative;
}
.statistic__shape {
  position: absolute;
  right: 0;
  top: 5%;
}
.statistic__item {
  padding: 30px;
}
.statistic__item h2,
.statistic__item span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 60px;
  line-height: 83px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  color: transparent;
}

.event {
  position: relative;
}
.event__image {
  position: relative;
}
.event__image .event-tag {
  position: absolute;
  background-color: var(--primary-color);
  padding: 15px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  width: 100%;
  right: 70px;
  bottom: 80px;
  text-transform: uppercase;
  line-height: 20px;
}
.event__image img {
  width: 100%;
}
.event__content {
  padding-left: 60px;
}
.event__content h3 a:hover {
  color: var(--primary-color);
}
.event__content .time {
  padding: 6px;
  border: var(--border-1px);
  border-radius: 100px;
  width: 245px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.event__content .time i {
  color: var(--primary-color);
  font-size: 24px;
}
.event__content .event-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.event__content .event-info ul li .map-popup {
  color: var(--primary-color);
  padding: 8px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}
.event__content .event-info ul li h5 {
  color: var(--primary-color);
  margin-bottom: 5px;
}
.event__content .event-info ul li p {
  color: var(--heading-color);
}
.event__item, .event__item-scroll {
  background-color: var(--white);
  padding: 60px;
  box-shadow: var(--shadow);
}
.event__item-scroll {
  overflow: hidden;
  position: sticky !important;
  top: 100px;
  z-index: 9;
  max-height: 100vh;
  overflow-y: scroll;
}
.event__item-scroll::-webkit-scrollbar {
  width: 0px;
}

.event-two__content {
  padding: 30px;
}
.event-two__content h3 a:hover {
  color: var(--primary-color);
}
.event-two__content .time {
  padding: 6px;
  border: var(--border-1px);
  border-radius: 100px;
  width: 245px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.event-two__content .time i {
  color: var(--primary-color);
  montserrat-size: 24px;
}
.event-two__content .event-btn {
  color: var(--primary-color);
  padding: 8px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}
.event-two__content .event-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.event-two__info ul li h5 {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.filter__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.filter__list li {
  color: var(--heading-color);
  margin-left: 30px;
  font-weight: 500;
  cursor: pointer;
    padding: 10px 15px;
}
.filter__list .active {
  color: var(--secondary-color);
}
.filter__image {
  display: block;
  position: relative;
}
.filter__image img {
  width: 100%;
}
.filter__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(75, 175, 71, 0) 0%, #2f3b83 100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.filter__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}
.filter__content h3 {
  line-height: 35px;
}
.filter__content h3 a {
  color: var(--white);
}
.filter__item {
  position: relative;
}
.filter__item .fa-plus {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--white);
  font-size: 22px;
  color: var(--primary-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: var(--transition);
}
.filter__item:hover .filter__image::before {
  opacity: 1;
  visibility: visible;
}
.filter__item:hover .filter__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.filter__item:hover .fa-plus {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.history_area {
  position: relative;
}
.history__shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 10%;
}
.history__pegi-number {
  position: absolute;
  top: 100px;
  left: inherit;
  right: 5%;
  color: var(--primary-color);
  font-size: 24px;
  text-align: right;
  z-index: 1;
  height: 40px;
  width: 60px;
}
.history__pegi-number span {
  font-size: 24px;
  font-weight: 300;
}
.history__pegi-number span:not(:last-child) {
  color: var(--primary-color);
  font-weight: 600;
}

.faq-area .accordion .accordion-item h2 button {
  font-size: 18px;
}

.contact form input {
  margin-bottom: 30px;
  transition: var(--transition);
}

.contact form textarea {
  transition: var(--transition);
}
.contact form textarea:focus {
  border: 1px solid var(--primary-color);
}
.contact form .nice-select {
    width: 100%;
    font-size: 15px;
    line-height: 0px;
    padding: 21px 9px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact form .nice-select span {
  color: var(--span);
}
.contact form .nice-select ul {
  width: 100%;
  border-radius: 0px;
}
.contact form .nice-select ul li {
  color: var(--span);
}
.contact .content {
  color: var(--white);
  background-image: linear-gradient(rgb(48 59 130), rgb(47 59 131)), url(../../images/Contact-Us.webp);
  padding: 19px 19px;
}
.contact .content h2 {
  color: var(--white);
  padding-bottom: 40px;
}
.contact .content .arry {
  margin: 50px 0;
}
.contact .content ul li {
  margin-bottom: 20px;
}
.contact .content ul li a {
  color: var(--white);
}
.contact .content ul li a i {
  color: var(--white);
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}

.google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -10px;
}

.error {
  text-align: center;
  overflow: hidden;
}
.error h1 {
  font-size: 300px;
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 250px;
}

.shop .product .item .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop .blog-slingle .recent-post img {
  width: 70px;
}

.shop-single {
  overflow: hidden;
}
.shop-single .shop-singe-tab .nav-pills .nav-link {
TEXT-TRANSFORM: uppercase;
vertical-align: middle;
letter-spacing: 1px;
display: inline-block;
text-align: center;
background: transparent;
color: var(--primary-color);
margin-right: 5px;
font-size: 16px;
font-weight:600;
line-height: 1;
padding: 10px 20px;
position: relative;
z-index: 1;
overflow: hidden;
}
.shop-single .shop-singe-tab .nav-pills .nav-link i{
  margin-left: 5px;  
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active {
letter-spacing: 1px;
TEXT-TRANSFORM: uppercase;
vertical-align: middle;
display: inline-block;
text-align: center;
color : var(--secondary-color);
margin-right: 5px;
font-size: 16px;
font-weight:600;
line-height: 1;
padding: 10px 12px;
position: relative;
z-index: 1;
overflow: hidden;
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active h4 {
  color: var(--primary-color);
}
.shop-single .shop-slider-thumb img {
  cursor: pointer;
}
.shop-single .shop-slider-thumb .swiper-slide {
  border: 1px solid transparent;
  opacity: 0.5;
  transition: var(--transition);
}
.shop-single .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  opacity: 1;
}
.shop-single .cart-quantity {
  padding-right: 15px;
}
.shop-single .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}
.shop-single .cart-quantity .qty {
  color: var(--heading-color);
  font-weight: 500;
}
.shop-single .cart-quantity .minus {
  color: var(--heading-color);
}
.shop-single .cart-quantity .plus {
  color: var(--heading-color);
}
.shop-single .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-single .cart-wrp .discount input {
  border: 1px solid var(--border);
  padding: 7px 10px;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .shop-single .cart-wrp .discount {
    margin-top: 10px;
  }
}
.shop-single .abmin .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
.shop-single .comment-form input {
  background-color: transparent;
}
.shop-single .comment-form textarea {
  background-color: transparent;
  height: 250px;
}
.shop-single .fa-star,
.shop-single .fa-star-half-stroke {
  color: #ff9200;
}
.shop-single__rate-now {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-single__rate-now p {
  font-weight: 500;
  color: var(--heading-color);
}
.shop-single .tab-content ul li ,.product-details-single .content  ul li {
  list-style-type: disc;
  margin-left: 25px;
}

.shop-single__rate-now .star span i {
  color: var(--span);
  cursor: pointer;
}

.cart-page {
  overflow: hidden;
}
.cart-page .column-labels {
  background-color: var(--primary-color);
}

.product-details {
  width: 40%;
}
.product-details img {
  width: 80px;
}

.product-price {
  width: 10%;
}

.product-quantity {
  width: 14%;
}
.product-quantity input {
  border: 1px solid var(--border);
  width: 100px;
  text-align: center;
}

.product-removal {
  width: 6%;
  text-align: right;
}
.product-removal i {
  transition: var(--transition);
}
.product-removal i:hover {
  color: var(--primary-color) !important;
}

.product-line-price {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .shopping-cart {
    display: none;
  }
  .shopping-cart.mobile-view {
    display: block;
  }
  .shopping-cart.mobile-view .product-details {
    width: 100%;
    text-align: center;
  }
  .shopping-cart.mobile-view .product-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-quantity {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-removal {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-line-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 768px) {
  .shopping-cart {
    display: block;
  }
  .shopping-cart.mobile-view {
    display: none;
  }
}
.cart-bottom-bar input {
  width: 320px;
  border-radius: 2px;
}
.cart-bottom-bar .input-area {
  position: relative;
}
.cart-bottom-bar .input-area::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "Apply Coupon";
  background-color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 10px;
  color: var(--white);
  cursor: pointer;
}


@media screen and (max-width: 992px) {
  .cart-bottom-bar .item {
    display: block !important;
  }
  .cart-bottom-bar .item .custom-btn {
    margin-top: 15px;
  }
}
.cart-payment select {
  font-size: 14px;
  outline: none;
  color: var(--border);
}
.cart-payment select:focus-visible {
  border: 1px solid var(--border);
}
.product {
  overflow: hidden;
  position: relative;
}
.product .item {
  text-align: center;
  position: relative;
}
.product .item img {
  width: 100%;
}
.product .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product .item .icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #414141;
  border-radius: 50%;
  background-color: var(--white);
  transition: var(--transition);
  font-size: 18px;
  margin: 0px 2px;
  transition: all 0.3s ease-out 0s;
  transform: scaleX(0);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
}
.product .item .icon a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.product .item .icon .active {
  background-color: var(--primary-color);
  color: var(--white);
}
.product .item .content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.product .item .content h4 a {
  transition: var(--transition);
  color: var(--white);
}
.product .item .content span {
  color: var(--primary-color);
}
.product .item .content del {
  color: #888888;
}
.product .item:hover .icon a {
  transform: scaleX(1);
}
.product .item:hover .content h4 a {
  color: var(--primary-color);
}

.product.light .item .content h4 a {
  transition: var(--transition);
  color: inherit;
}
.product.light .item:hover .content h4 a {
  color: var(--primary-color);
}


.login-area {
  overflow: hidden;
}
.login__image {
  position: relative;
}
.login__image img {
  width: 100%;
}
.login__image .btn-wrp {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(-90deg);
}
.login__image .btn-wrp a {
  padding: 10px 20px;
  border: 1px solid var(--white);
  color: var(--white);
  transition: var(--transition);
}
.login__image .btn-wrp a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.login__image .btn-wrp .active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.login__item {
  padding: 65px;
  background-color: var(--primary-color);
}
.login__form form input {
  padding-left: 0;
  border: none;
  border-bottom: var(--border-1px);
  background-color: transparent;
  color: var(--white);
}
.login__form form input::placeholder {
  color: var(--white);
  font-weight: 400;
}
.login__form form button {
  width: 100%;
  border: 2px solid var(--white);
  transition: var(--transition);
}
.login__form form button:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
.login__form .radio-btn .radio-btn-active {
  background-color: var(--primary-color);
  border: 1px solid var(--white);
}
.login__form .radio-btn p {
  color: var(--white);
}
.login__form .radio-btn span {
  background-color: var(--white);
}
.login__form .or {
  color: var(--white);
  text-align: center;
  display: block;
  font-weight: 500;
}
.login__with a {
  width: 100%;
  background-color: var(--white);
  padding: 17px 30px;
  font-weight: 700;
}
.login__with a:hover {
  color: var(--primary-color);
}
.login__with a img {
  margin-right: 65px;
}

.event-single__left-item .time {
  width: 200px;
}
.event-single__list-text li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-single__list-text li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--span);
}
.event-single__right-item .right-item-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.event-single__right-item .right-item-list li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid var(--primary-color);
}
.event-single__map iframe {
  height: 400px;
}
.event-single__speaker .image {
  width: 168px;
  height: 168px;
}
.event-single__speaker .speaker-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.event-single__speaker .speaker-item-head span {
  color: var(--primary-color);
  font-size: 15px;
  padding-top: 5px;
}
.event-single__speaker .speaker-item-head .social-icon a {
  margin-left: 15px;
  padding-left: 15px;
  border-left: var(--border-1px);
  color: var(--span);
}
.event-single__speaker .speaker-item-head .social-icon a:hover {
  color: var(--primary-color);
}

.footer__item-title {
  margin-bottom: 30px;
}
.footer__item-title h4 {
  font-size: 20px;
  line-height: 10px;
  text-transform: capitalize;
}
.footer__item-title-line {
  width: 33px;
  height: 2px;
  background-color: var(--primary-color);
  margin-right: 5px;
}
.footer__item-title-line2 {
  width: 0px;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition);
}
.footer__item p {
  color: var(--heading-color);
}
.footer__item-map-popup {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
}
.footer__item-map-popup:hover {
  color: var(--primary-color);
}
.footer__item ul li a:hover {
  color: var(--primary-color);
}
.footer__item-blog li {
  display: flex;
  align-items: center;
}
.footer__item-blog span {
  font-size: 14px;
  color: var(--primary-color);
  margin-top: 15px;
}
.footer__item:hover .footer__item-title-line2 {
  width: 89px;
}
.footer__copyright {
  text-align: center;
  padding: 3px 0;
  background-color: var(--primary-color);
}
.footer__copyright p {
  color: var(--white);
}
.footer__copyright a {
  color: var(--white);
}

.footer-two__wrp {
  overflow: hidden;
  padding: 10px;
}
.footer-two__wrp p {
  color: var(--white);
}
.footer-two__wrp h4 {
  color: var(--white);
}
.footer-two__wrp ul li {
  color: var(--white);
}
.footer-two__wrp ul li a {
  color: var(--white);
}
.footer-two__wrp i {
  color: var(--white) !important;
}
.footer-two__copyright {
  background-color: transparent;
}
.footer-two__copyright p {
  color: #717171;
}
.footer-two__copyright p a {
  color: #717171;
}
.footer-two__copyright p a:hover {
  color: var(--primary-color);
}
.footer-two__item .input-area {
  position: relative;
}
.footer-two__item .input-area input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: none;
}
.footer-two__item .input-area button {
  position: absolute;
  top: 14px;
  right: 14px;
}
.footer-two__item .input-area button i {
  color: var(--primary-color) !important;
}
.footer-two__item .social-icon a,.contact .social-icon a {
  width: 36px;
  height: 36px;
  color:var(--white-color);
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid var(--white);
  font-size: 14px;
  margin-right: 3px;
}

.footer-three__wrp {
  background-color: var(--heading-color);
}
.footer-three__wrp h4,
.footer-three__wrp p,
.footer-three__wrp li,
.footer-three__wrp a {
  color: var(--white);
}
.footer-three__item .footer-popup {
  position: relative;
}
.footer-three__item .footer-popup .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: var(--primary-color);
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  transition: var(--transition);
  opacity: 0;
}
.footer-three__item .footer-popup::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(75, 175, 71, 0.7);
  transition: var(--transition);
  opacity: 0;
}
.footer-three__item .footer-popup:hover .icon {
  opacity: 1;
}
.footer-three__item .footer-popup:hover::after {
  opacity: 1;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation__rotate {
  animation: rotate 40s linear infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-20px) scale(1.1);
  }
}
.bobble__animation {
  animation: bobble 4s ease-in-out infinite alternate;
}

@keyframes fall {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(150%);
    opacity: 0;
  }
}
.fall__animation {
  animation: fall 10s linear infinite;
}

@keyframes fallAndRotate {
  0% {
    transform: translateY(-10%) rotate(0deg);
    opacity: 0;
  }
  25% {
    opacity: 0.8;
    transform: translateY(-5%) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0%) rotate(90deg);
  }
  75% {
    opacity: 0.8;
    transform: translateY(-5%) rotate(45deg);
  }
  100% {
    transform: translateY(150%) rotate(180deg);
    opacity: 0;
  }
}
.animation__fallAndRotate {
  animation: fallAndRotate 10s linear infinite;
}

@keyframes sway {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.sway__animation {
  animation: sway 2s linear infinite alternate;
}

@keyframes sway_Y {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.sway_Y__animation {
  animation: sway_Y 2s linear infinite alternate;
}

@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring-animation {
  animation: ring-animation 1.5s ease-in-out infinite;
}

@media screen and (max-width: 991px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 424px) {
  .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }
  .pt-130 {
    padding-top: 65px;
  }
  .pb-130 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1460px) {
  .header-one__logo {
    padding: 27px 20px;
  }
  .header-one__info .menu_info {
    padding: 25px 15px;
  }
  .header-one__info {
    width: 370px;
  }
  .header-one__info .menu-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .header-four__logo {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1290px) {
  .header-one__info .menu-btn {
    display: none;
  }
  .header-one__info {
    width: 232px;
  }
}
@media screen and (max-width: 1200px) {
    .service-two__item .changeImage2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 0px 0;
    font-size: 18px;
    line-height: 47px;
    font-weight: 600;
    border-bottom: var(--border-1px);
    transition: var(--transition);
    color: var(--span);
}
  .header-wrapper .logo-menu {
    max-width: 137px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 20px 5px;
  }
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: var(--white);
    transition: var(--transition) !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: var(--transition);
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border);
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--black);
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: var(--transition);
    left: 0;
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--primary-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--primary-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--primary-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--white);
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--heading-color);
    padding: 10px 20px;
  }
  .header-section .menu_cart {
    padding-top: 30px;
  }
  .header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: var(--transition);
    background-color: var(--white);
  }
  .header-two .black_logo {
    display: block;
  }
  .header-two .light_logo {
    display: none;
  }
  .header-one .btn-one, .header-one .btn-one-light, .header-one .btn-one-white, .header-one .btn-two, .header-one .btn-two-light {
    clip-path: none;
  }
  .header-one .header-section {
    background-color: var(--heading-color);
  }
  .header-one .header-wrapper .main-menu li a {
    color: var(--black);
    padding: 15px 0;
  }
  .header-one .logo {
    padding-bottom: 30px;
  }
  .menu-btn a {
    margin-left: 0px !important;
    margin-top: 30px;
    padding: 15px 30px;
    width: 180px !important;
  }
  .header-five .header-top {
    display: none !important;
  }
  .header-five .header-bar span {
    background-color: var(--white) !important;
  }
  .header-five a {
    color: var(--heading-color) !important;
  }
  .header-one__info {
    display: none;
  }
  .header-one__item .header-wrapper {
    padding: 0 30px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-one__item .header-wrapper .logo {
    padding: 30px 0 !important;
  }
  .header-one .header-bar span {
    background-color: var(--white);
  }
  
}
@media screen and (max-width: 1199px) {
  .banner__scroll-text {
    display: none;
  }
  .banner__content {
    margin-top: 65px;
    margin-bottom: 130px;
    margin-left: 0;
  }
  .banner-two {
    position: relative;
  }
  .banner-two__slider {
    width: 100%;
  }
  .banner-two__content h1 {
    color: var(--white);
  }
  .banner-two__content h4 {
    color: var(--white);
  }
  .banner-two__content p {
    color: var(--white);
  }
  .banner-two__content .btn-one, .banner-two__content .btn-one-light, .banner-two__content .btn-one-white, .banner-two__content .btn-two, .banner-two__content .btn-two-light {
    border: 2px solid var(--white);
    color: var(--white);
    font-weight: 300;
  }
  .banner-two__content .btn-one span, .banner-two__content .btn-one-light span, .banner-two__content .btn-one-white span, .banner-two__content .btn-two span, .banner-two__content .btn-two-light span {
    color: var(--white);
  }
  .banner-four__wrp {
    padding-top: 220px;
    padding-bottom: 155px;
  }
  .banner-four__content h1 {
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
  }
  .banner-four__content h4 {
    color: var(--white);
    position: relative;
    display: inline-block;
    margin-left: 60px;
  }
  .banner-four__content h4::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    right: -58px;
  }
  .banner-four__content h4::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    left: -58px;
  }
}
@media screen and (max-width: 991px) {
  .banner-three__arry-prev {
    left: 30px;
  }
  .banner-three__arry-next {
    right: 30px;
  }
  .banner-four__wrp {
    padding-top: 220px;
    padding-bottom: 155px;
  }
  .banner-four__content h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    line-height: 50px;
  }
  .banner-four__content h4 {
    color: var(--white);
    position: relative;
    display: inline-block;
    margin-left: 60px;
  }
  .banner-four__content h4::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    right: -58px;
  }
  .banner-four__content h4::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--white);
    top: 12px;
    left: -58px;
  }
  .banner-five__content {
    padding: 130px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .banner-five__arry-btn {
    display: none;
  }
  .banner-five__content {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .banner__scroll-text {
    display: none;
  }
  .banner__content {
    margin-top: 65px;
  }
  .banner__content-con img {
    display: none;
  }
  .banner__content-con p {
    margin-left: 0;
  }
  .banner__content h1 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
  .banner-two__content h1 {
    line-height: 40px;
    font-size: 40px;
  }
  .banner-two__content h1 img {
    width: 60px;
  }
  .banner-two__content h4 {
    margin-bottom: 20px;
  }
  .banner-three__content {
    padding-top: 235px;
    padding-bottom: 239px;
  }
  .banner-three__content h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .banner-four__wrp {
    padding: 100px 20px;
  }
  .banner-four__content h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    line-height: 50px;
  }
  .banner-four__content h4 {
    color: var(--white);
    margin-bottom: 20px;
    margin-left: 0;
  }
  .banner-four__content h4::after {
    display: none;
  }
  .banner-four__content h4::before {
    display: none;
  }
}
@media screen and (max-width: 424px) {
  .banner {
    padding-top: 30px;
  }
  .banner__content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner__content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .banner__image-text {
    display: none;
  }
  .banner-two__content {
    padding: 60px 0;
  }
  .banner-two__content h1 {
    font-size: 30px;
  }
  .banner-two__content h1 img {
    width: 40px;
  }
  .banner-three__arry-prev {
    left: 30px;
    display: none;
  }
  .banner-three__arry-next {
    right: 30px;
    display: none;
  }
  .banner-three__content h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-three__content h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }
  .about_info .btn-one, .about_info .btn-one-light, .about_info .btn-one-white, .about_info .btn-two, .about_info .btn-two-light {
    font-size: 12px;
    padding: 6px;
    margin-right: 9px;
  }
  .btn-one{
    padding: 15px 20px;
    font-weight: 600;
    color: var(--primary-color);
    transition: var(--transition);
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    position: relative;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 1399px) {
  .video__text h2 {
    font-size: 200px;
    line-height: 300px;
  }
  .blog__item-left-dot-wrp {
    left: 44%;
    bottom: 2px;
  }
  .about-two__image {
    max-width: 420px;
    margin: 0 auto;
  }
  .about-two__image .sm-image {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 31%;
  }
  .about-two__image .stroke-text {
    position: absolute;
    right: -35%;
    bottom: 15%;
  }
  .about-two__image .stroke-text h2 {
    font-size: 30px;
  }
  .involve-two {
    overflow: hidden;
  }
  .involve-two__image {
    max-width: 509px;
    margin: 0 auto;
  }
  .involve-two__image img {
    width: 100%;
  }
  .involve-two__image .image-sm {
    max-width: 200px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0%, -40%);
  }
  .achievement-five__bg-overlay {
    display: none;
  }
  .login__with {
    text-align: center;
  }
  .login__with a {
    width: 295px;
    background-color: var(--white);
    padding: 17px 30px;
    font-weight: 700;
  }
  .login__with a:hover {
    color: var(--primary-color);
  }
  .login__with a img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1380px) {
  .video__text h2 {
    font-size: 200px;
    line-height: 300px;
  }
  .blog__item-left-dot-wrp {
    left: 44%;
    bottom: 2px;
  }
  .about-two__image {
    max-width: 420px;
    margin: 0 auto;
  }
  .about-two__image .sm-image {
    max-width: 250px;
    position: absolute;
    top: 30px;
    right: -80px;
  }
  .about-two__image .stroke-text {
    position: absolute;
    right: -35%;
    bottom: 15%;
  }
  .about-two__image .stroke-text h2 {
    font-size: 30px;
  }
  .involve-two {
    overflow: hidden;
  }
  .involve-two__image {
    max-width: 509px;
    margin: 0 auto;
  }
  .involve-two__image img {
    width: 100%;
  }
  .involve-two__image .image-sm {
    max-width: 200px;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(0%, -40%);
  }
  .achievement-five__bg-overlay {
    display: none;
  }
  .login__with {
    text-align: center;
  }
  .login__with a {
    width: 295px;
    background-color: var(--white);
    padding: 17px 30px;
    font-weight: 700;
  }
  .login__with a:hover {
    color: var(--primary-color);
  }
  .login__with a img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .video__text {
    text-align: center;
  }
  .video__text h2 {
    font-size: 150px;
    line-height: 160px;
  }
  .achievement__item {
    text-align: center;
  }
  .achievement__bor-right {
    border-right: none;
  }
  .our-info {
    text-align: center;
  }
  .testimonial-two .pr-55 {
    padding-right: 0;
  }
  .testimonial-two .pl-65 {
    padding-left: 20px;
  }
  .testimonial-two__item p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-two__item .testi-header .testi-content h4 {
    font-size: 16px;
  }
  .testimonial-two__item .testi-header .testi-content span {
    font-size: 14px;
    padding-top: 0px;
    font-weight: 400;
  }
  .testimonial-two__item .testi-header i {
    font-size: 30px;
  }
  .achievement-five__item {
    text-align: center;
  }
  .achievement-five__count {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--white);
  }
  .event__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .about__info-info-con {
    padding-right: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-right: none;
  }
  .video__text h2 {
    font-size: 100px;
    line-height: 110px;
  }
  .project .col-lg-6 {
    border-right: none;
  }
  .project .wrp::after {
    display: none;
  }
  .login__item {
    padding: 30px;
  }
  .login__with a img {
    margin-right: 10px;
  }
  .event__content .event-info ul li {
    margin: 15px 0;
  }
  .event-two__info ul .bor-right {
    margin-bottom: 20px;
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .about-two {
    overflow: hidden;
    position: relative;
  }
  .about-two__image .video__btn-wrp-sm {
    position: absolute;
    top: 50%;
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .banner-two__dot {
    display: none;
  }
  .service-two__item a {
    font-size: 25px;
  }
  .service-three__item {
    position: relative;
  }
  .service-three__item .stroke-number {
    top: 20px;
    left: 20px;
    font-size: 30px;
  }
  .service-three__item .info {
    padding: 10px;
    width: 90%;
    bottom: 10px;
    left: 20px;
  }
  .service-three__item .info h4 {
    font-size: 16px;
  }
  .service-three__item .info .service-three__btn {
    font-size: 12px;
  }
  .service-three__item .info .service-three__btn i {
    font-size: 16px;
  }
  .donation-amount-area {
    padding: 35px;
  }
  .login__image .btn-wrp {
    position: absolute;
    top: inherit;
    bottom: 10px;
    right: 10px;
    transform: translateY(0%) rotate(0deg);
  }
}
@media screen and (max-width: 424px) {
  .video__text h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .testimonial__head-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .testimonial__item-head i {
    font-size: 20px;
  }
  .testimonial__item-head-info-con h3 {
    font-size: 16px;
  }
  .testimonial__item-head-info-con span {
    font-size: 12px;
    margin-top: 5px;
  }
  .testimonial__item-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .blog-three__image {
    min-height: 270px;
  }
  .about__info-signature {
    margin-bottom: 30px;
  }
  .marquee-item {
    font-size: 30px;
  }
  .blog__dot {
    display: none;
  }
  .achievement__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-two__item {
    padding-left: 30px;
  }
}

table{
  max-width: 995px;
  caption-side: bottom;
  border-collapse: collapse;
  border-spacing: 2px;
  text-align: center !important;
  line-height: 30px!important;
  font-size: 20px!important;
  margin: auto;

}
table , td {
  border:1px solid gray;
}

tr > .heading{
  background: var(--primary-color);
  color: #ffffff;
}

thead>tr{
  background: var(--primary-color);
  color: #ffffff;
}
td{
  padding: 0.5rem !important;
}
tr:hover{
  background-color: var(--primary-color);
  color: #FFFFFF;
}

   /* The Close Button */
 .close {
    float: right;
    background: #2f3b83;
    font-size: 40px;
    color:#FFF;
    border: 0;
    padding: 6px;
 }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.right_conatct_social_icon{
  background: #2f3b83;
}
.contact_us{
  background-color: #f1f1f1;
  padding: 50px;

}

.contact_inner{
  background-color: #fff;
  position: relative;
  border-radius: 25px;
}
.contact_field{
    padding: 40px 40px 40px 45px;
}
@media only screen and (max-width: 1500px) {
  /* For mobile phones: */
  .contact_field{
    padding: 20px 24px 20px 24px;
  }
  .contact_info_sec {
      position: absolute;
    background-color: #64a841;
    right: -4px;
    top: 13%;
    height: 437px;
    width: 393px;
    padding: 70px;
    border-radius: 0px 235px 2px 0px;}
  .contact_field .form-control{
    margin-top: 10px;
  }
}
.right_conatct_social_icon{
  height: 100%;
}

.contact_field h3{
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}
.contact_field p{
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field select, .contact_field .form-control{
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
#select,.contact_field .form-control:focus{
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #2f3b83;
}
#select,.contact_field .form-control::placeholder{
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
/*  position: absolute;
  background-color: #64a841;
  right: 1px;
  top: 12%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 0px 235px 2px 0px;*/
  position: absolute;
    background-color: #64a841;
    right: -4px;
    top: 13%;
    height: 437px;
    width: 393px;
    padding: 70px;
    border-radius: 0px 235px 2px 0px;
}

.contact_info_sec1 {
  position: absolute;
  background-color: #64a841;
  right: 100px;
  top: 65%;
  height: 340px;
  width: 390px;
  padding: 30px;
  border-radius: 0px 235px 2px 0px;
}

.contact_info_sec h4,.contact_info_sec1 h4{
  letter-spacing: 1px;
  padding-bottom: 15px;
  color:#fff;
}

.info_single{
  margin: 30px 0px;
}
.info_single i{
  margin-right: 15px;
  color: #FFF;
}
.info_single span{
  font-size: 14px;
  letter-spacing: 1px;
  color: #FFF;
}

button.contact_form_submit {
  background: #2f3b83;
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li{
  list-style: none;
}
.socil_item_inner li a{
  color: #fff;
  margin: 0px 10px;
  font-size: 34px;
}
.socil_item_inner{
  padding-bottom: 10px;
}
.map_inner h4, .map_inner p{
  color: #2f3b83;
  text-align: center
}
.map_inner p{
  font-size: 13px;
}

