@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body {
  color: #666;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  /*font-family: "Barlow Condensed", sans-serif;*/
  color: #0b1c39;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "Manrope", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: 500;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.img-responsive {
  max-width: 100%;
}

.img-shadow {
  box-shadow: 15px 25px 20px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

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

.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.main-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #03252e;
  margin-bottom: 20px;
}

.small-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #54b215;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

/* Theme-overlay */

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* owl-carousel button style */

/* button style */
.btn {
  -moz-user-select: none;
  background: #03252e;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 25px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  position: relative;
}

.btn:hover {
  background: #03252e;
  color: #fff;
}

.btn:hover::before {
  top: -8px;
  left: -8px;
}

.btn::before {
  position: absolute;
  background: #54b215;
  width: 100%;
  height: 100%;
  content: "";
  top: 8px;
  left: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn {
  -moz-user-select: none;
  background: #03252e;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 22px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  position: relative;
}

.white-btn::before {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  top: 8px;
  left: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn:hover {
  color: #fff;
}

.white-btn:hover::before {
  top: 8px;
  left: 8px;
}

.btn.hero-btn {
  position: relative;
  box-shadow: -8px 8px 0 #54b215;
}

.btn.hero-btn:hover {
  box-shadow: 8px 8px 0 #54b215;
}

.arrow-btn {
  background: #54b215;
  padding: 19px 15px;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.arrow-btn:hover {
  background: #212121;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* button style */

/* scrollUp */
#scrollUp {
  background: #54b215;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}


#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

.pt-10 {
  padding-top: 10px;
}

.pt-45 {
  padding-top: 45px;
}

/*-- Padding Bottom --*/

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- Some Animated CSS -- */
/* bounce-animate */

/* heartbeat */

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */

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

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

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

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

/* 20. preloader */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #54b215;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img img {
  max-width: 55px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*-- Section Padding -- */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-padding30 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.section2-padding30 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.section-padd-top30 {
  padding-top: 170px;
  padding-bottom: 200px;
}

.testimonial-padding {
  padding-top: 157px;
  padding-bottom: 157px;
}

.w-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*-------------   Color variabel  --------------*/

.top-bg {
  background: #03252e;
}

/*-------------Color include--------------*/
/*-- Background color---*/

/*--- color------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}
.header.inner-page-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #54b215;
    box-shadow: 0px 3px 10px 6px #00000035;
}
.header.bg {
    background: lab(100 0 0 / 0.2);
}

.header-area .header-top {
  padding: 10px 0;
}
.logo {
    background: #fff;
    padding: 8px;
    max-width: 100px;
}
.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 33px;
  padding-right: 33px;
  border-right: 1px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.header-area .header-top .header-info-left ul li a {
  color: #fff;
}
.header-area .header-top .header-info-left ul li a:hover {
  color: #54b215;
}
.header-area .header-top .header-info-left ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0px;
}

.header-area .header-top .header-info-right ul li {
  color: #fff;
  font-size: 14px;
}
.header-area .header-top .header-info-right ul li a {
  color: #fff;
}
.header-area .header-top .header-info-right ul li a:hover {
  color: #54b215;
}
.header-grid {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu {
    display: none;
}
.main-header {
  position: relative;
  z-index: 3;
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-header .main-menu ul li a {
  color: #ffffff;
  font-weight: 600;
  padding: 0px 20px;
  display: block;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-header .main-menu ul li.active>a:before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 2px;
  left: 20px;
  right: 20px;
  bottom: -10px;
}
.main-header .main-menu ul li a.get-btn,
.main-header .main-menu ul li:hover>a.get-btn,
.main-header .main-menu ul li.active>a.get-btn {
  color: #ffffff;
}
/*.main-header .main-menu ul li:hover>a {
  color: #54b215;
}*/
.main-header .main-menu ul li.active>a {
  /*background: #54b215;*/
  color: #fff;
}
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu>li>a {
  padding: 6px 10px !important;
  font-size: 14px;
  color: #0b1c39;
}

.main-header .main-menu ul ul.submenu>li>a:hover {
  color: #54b215;
  background: none;
}

.main-header ul>li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.get-btn {
  padding: 28px 30px;
  background: #54b215;
  color: #ffffff;
  display: block;
}

.get-btn:hover {
  color: #ffffff;
}

.header-sticky ul li a {
  padding: 10px 19px;
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
  padding: 20px 20px;
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 35px;
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.slider-height {
  min-height: 830px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.slider-height2 {
  min-height: 390px;
  background-repeat: no-repeat;
  background-position: center center;
}


.slider-area {
    position: relative;
    overflow: hidden;
    background: #03252e;
}
.banner-image {
    padding-right: 380px;
    opacity: 0.6;
}

.slider-area .hero__caption {
    position: absolute;
    bottom: 150px;
    max-width: 600px;
    left: 80px;
}
.right-caption {
    background: #54b215;
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 380px;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}
.right-caption .flex-bottom-content {
    width: -webkit-fill-available;
}
.right-caption p {
    color: #fff;
    font-size: 12px;
    padding-left: 50px;
}
.img-caption {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 405px;
    float: right;
    /*background: #03252e;*/
    margin-top: 20px;
}
.img-caption .img-thumb {
    box-shadow: 10px 20px 20px rgb(0 0 0 / 50%);
}
@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.slider-area .hero__caption h1 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    line-height: 50px;
}

.slider-area .hero__caption p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
.slider-section .slick-dots {
    bottom: 80px;
    width: auto;
    left: 80px;
}
.slider-section .slick-dots li button:before {
    font-size: 15px;
    opacity: 1;
    color: #ffffff;
}
.slider-section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #54b215;
}
.slider-section .slick-prev, .slider-section .slick-next {
    left: 85px;
    z-index: 50;
    bottom: 60px;
    top: auto;
}
.slider-section .slick-next {
    left: 125px;
}
.slider-section .slick-next:before,
.slider-section .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}
.slider-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.hero-overly {
  position: relative;
  z-index: 1;
}

.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-area .hero-cap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

/* About */
.about {
  background: #ffffff;
  padding: 100px 0;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.about-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 100px;
}

.about-image {
  text-align: right;
}

.about-text .about-list {
    margin: 15px 0 5px;
    list-style: none;
    padding-left: 0;
}

.about-text .about-list li {
    font-weight: 500;
    line-height: 25px;
    gap: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-flex;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.about-text .about-list li:before {
  content: "";
  background: url(../../assets/img/check.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.team-area {
  padding: 100px 0;
}

.team-row {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.team-row.grid-4-col {
  grid-template-columns: repeat(4, 1fr);  
}
.single-team .team-caption span {
  color: #54b215;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.single-team {
    position: relative;
    margin: 10px;
    border: 1px solid #E3EDFA;
}

.team-area .main-title {
  font-size: 33px;
  line-height: 40px;
}

.single-team .team-img {
  overflow: hidden;
  border-radius: 10px;
}

.about.map {
  text-align: center;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #B1B1B1 100%), #F5F5F5;
  padding: 100px 0 0;
}

.map-image {
  margin-top: 50px;
}

/*Counter*/
.counter-section {
  background: #F5F5F5;
  padding: 100px 0;
}

.counter-box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

.counter-top {
  /*display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr 1fr;*/
  margin-bottom: 40px;
}

.counter-top p,
.counter-bottom p {
  margin: 0;
}

.counter-bottom {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.counter-title {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #54b215;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.counter-title.years:after {
  content: "Years";
  position: absolute;
  margin-left: 10px;
}

.counter-title.patients:after {
  content: "Patients";
  position: absolute;
  margin-left: 10px;
}

.services-area {
  flex-wrap: wrap;
  margin-top: 50px;
}

.services-area .single-services {
  padding: 65px 80px 70px 80px;
  position: relative;
  z-index: 1;
  width: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fafafa;
  border: 3px solid #fff;
  border-bottom: 4px solid #fff;
}

/*.services-area .single-services:hover {
  background: #fff;
}*/

.services-area .single-services .services-icon img {
  margin-bottom: 19px;
}

.services-area .single-services .services-caption h4 {
  color: #04080f;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}

.services-area .single-services .services-caption h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  background: #ffe7ca;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-area .single-services .services-caption p {
  color: #212121;
  font-size: 16px;
  line-height: 25px;
}

.safe-industery-area .safe-caption h2 {
  color: #212121;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 55px;
}


.safe-industery-area .safe-caption .safe-pera-one {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 36px;
  font-size: 18px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption .safe-pera-two {
  color: #677294;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption .safe-pera-three {
  color: #677294;
  line-height: 1.5;
  margin-bottom: 75px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption-right {
  position: relative;
}

.safe-industery-area .safe-caption-right .safe-img img {
  width: 100%;
}

.safe-industery-area .safe-caption-right .safe-alert-box {
  position: absolute;
  left: -68px;
  bottom: 100px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert {
  background: #00163e;
  padding: 50px 50px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert::after {
  position: absolute;
  content: "";
  background-image: url(../img/safe_industery/arrow_bottom.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert img {
  margin-bottom: 20px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert h4 {
  color: #fff;
  margin-bottom: 15px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert p {
  color: #fff;
  line-height: 2.2;
}

.gallery-area {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.gallery-area .gallery-box .single-gallery {
  z-index: 0;
  position: relative;
}

.gallery-area .gallery-box .single-gallery::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(1, 11, 29, 0) 0%, #03252e 100%);
}

.gallery-area .gallery-box .single-gallery::after {
  content: "";
  background: #54b215;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.gallery-area .gallery-box .single-gallery .gallery-img img {
  width: 100%;
}

.gallery-area .gallery-box .single-gallery .g-caption1 {
  position: absolute;
  bottom: 15px;
  left: 32px;
}

.gallery-area .gallery-box .single-gallery .g-caption1 span {
  color: #54b215;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
}

.gallery-area .gallery-box .single-gallery .g-caption1 h4 {
  color: #ffffff;
  font-size: 20px;
}

.gallery-area .gallery-box .single-gallery .g-caption2 {
  position: absolute;
  z-index: 5;
  top: 60%;
  left: 30px;
  right: 30px;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.gallery-area .gallery-box .single-gallery .g-caption2 span {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
}

.gallery-area .gallery-box .single-gallery .g-caption2 h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.gallery-area .gallery-box .single-gallery .g-caption2 p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: normal;
}

.gallery-area .gallery-box .single-gallery .g-caption2 .read-btn {
  color: #fff;
  border-bottom: 2px solid transparent;
}
.gallery-area .gallery-box .single-gallery .g-caption2 .read-btn:hover {
  color: #fff;
  border-bottom: 2px solid #54b215;
}

.gallery-slider .slick-list {
  padding: 30px 30px 50px;
  /*background: #fff;*/
}

.gallery-slider .slick-list .slick-slide {
  transition: all 0.2s;
  transform: scale(0.95);
}

.gallery-slider .slick-list .slick-slide:hover {
  z-index: 10;
  position: relative;
  transition: all 0.2s;
  transform: scale(1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.gallery-box:hover .single-gallery::after {
  visibility: visible;
  opacity: 1;
}

.gallery-box:hover .single-gallery .g-caption2 {
  top: 55%;
  opacity: 1;
  visibility: visible;
}

.gallery-slider {
  padding: 40px 0 20px;
  /*margin-bottom: 70px !important;*/
}

.gallery-area .gallery-slider .slick-prev {
  left: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.gallery-area .gallery-slider:hover .slick-prev {
  left: -60px;
}

.gallery-area .gallery-slider .slick-next {
  right: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  height: 50px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.gallery-area .gallery-slider:hover .slick-next {
  right: -60px;
}

.gallery-area .slick-next:before,
.gallery-area .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}

/* Why Choose Us */
.why-choose {
  background: #f5f5f5;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

.why-choose .main-title {
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}

.why-grid {
  margin-top: 50px;
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;*/
}

.why-grid .why-item {
  background: #fff;
  padding: 50px;
  /*border-radius: 10px;*/
  border: 1px solid #E3EDFA;
}

.gallery-area {
    padding: 100px 0;
    background: #fafafa;
    position: relative;
    z-index: 1;
}

.why-grid .why-item .small-title {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
}

.why-grid .why-item .choose-icon {
  margin: auto;
}

.why-grid .why-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
}

.about-slider .slick-prev,
.team-slider .slick-prev {
  left: -15px;
  z-index: 5;
  width: 50px;
  height: 100px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.about-slider:hover .slick-prev {
  /*left: -60px;*/
}

.about-slider .slick-next,
.team-slider .slick-next {
  right: -15px;
  z-index: 5;
  width: 50px;
  height: 100px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.about-slider:hover .slick-next {
  /*right: -60px;*/
}

.about-slider .slick-next:before,
.about-slider .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}
.team-slider .slick-next:before,
.team-slider .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}
.split-section {
  position: relative;
  background: #54b215;
  z-index: 1;
}
.split-section:before {
    position: absolute;
    content: "";
    background: #fff;
    z-index: -1;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
}
.split-section .split-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    /*align-items: center;*/
    gap: 100px;
    padding: 80px 0;
}
.split-grid-left .small-title, 
.split-grid-left .main-title, 
.split-grid-left .product-details-ul li, 
.split-grid-left .product-details-ul li b {
    color: #ffffff;
}
.split-grid-left .product-details-ul li {
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 25px;
}
.split-grid-left .product-details-ul li:before {
    content: "";
    background: url(../../assets/img/check-white.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    position: absolute;
}
.btn-red.zomato {
    font-size: 15px;
    border: 2px solid #CB202D;
    background: #CB202D;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.2s;
}
.btn-red.zomato:hover {
  border: 2px solid #CB202D;
  background: #fff;
  color: #666;
}
.btn-red.swiggy {
    font-size: 15px;
    border: 2px solid #FC8019;
    background: #FC8019 ;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.2s;
}
.btn-red.swiggy:hover {
  border: 2px solid #FC8019;
  background: #fff;
  color: #666;
}
.carousel-container {
    overflow: hidden;
    padding: 80px 0;
    background: #f5f5f5;
}

.carousel-track {
    display: flex;
    gap: 25px;
    will-change: transform;
}

.reel {
    flex: 0 0 auto;
    width: 192px;
    height: 322px;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}
.reel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s;
    background: #000;
}

/* Hover effect */
.reel:hover {
    transform: scale(1.05);
}
.custom-tabs {
    width: 100%;
    margin-top: 50px;
    transition: all 0.5s;
}
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #54b215;
    padding: 0px 25px;
}
.tab-btn {
    padding: 10px 30px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    color: #555;
    font-weight: 500;
    border: 2px solid #f5f5f5;
    border-bottom: 0px solid #fff;
}
.tab-btn.active {
    background: #54b215;
    border: 2px solid #54b215;
    /*transform: translate(0px, 2px);
    border-bottom: 0px solid #fff;*/
    font-weight: 500;
    color: #ffffff;
}

.tab-content {
  display: none;
  animation: fadeTab 0.3s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeTab {
  from {opacity:0; transform: translateY(10px);}
  to {opacity:1; transform: translateY(0);}
}

.product-gallery,
.product-gallery2 {
  max-width: 500px;
  margin: auto;
}

.main-slider img,
.main-slider2 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.thumb-slider,
.thumb-slider2 {
  margin-top: 15px;
}

.thumb-slider .slick-slide,
.thumb-slider2 .slick-slide {
  margin-right: 10px;
}

.thumb-slider img,
.thumb-slider2 img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.thumb-slider .slick-current img,
.thumb-slider2 .slick-current img {
  border: 2px solid green;
  opacity: 1;
}
.zoomContainer {
    pointer-events: none;
}

.faq-section {
    padding: 80px 20px;
    background: url(../../assets/img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    z-index: 1;
}
.faq-section:before {
    position: absolute;
    content: "";
    background: lab(0 0 0 / 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -11;
}

.faq-section .small-title {
    color: #ffffff;
}
.faq-section .main-title {
    color: #ffffff;
}
.faq-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
    text-align: left;
}
.faq-item {
    background: #00000085;
    /*border-radius: 10px;*/
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.faq-question {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #686868;
}
.faq-question .icon {
    font-size: 20px;
    transition: 0.3s;    
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
}
.faq-answer p {
    padding: 15px 0;
    color: #ffffff;
    line-height: 1.6;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: max-content;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

/* Hover */
.faq-item:hover {
    /*transform: translateY(-2px);*/
    transition: 0.3s;
}
.production-process {
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 5;
}
.contact-form {
  padding: 100px 0;
  background: #54b215;
  background-attachment: fixed;
  background-size: cover;
  background-position: top right;
}

.form-img {
  max-width: 100%;
}
.form-box {
    font-size: 14px;
    background: #f9fafb;
    padding: 50px;
    margin-top: 50px;
    border: 1px solid #E3EDFA;
    margin-bottom: 50px;
}

.two-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /*margin: 20px 0;*/
}
.three-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 10px;
}
.one-column {
  margin-bottom: 20px;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 10px 15px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C8DAF0;
}

.form-box label {
  font-size: 14px;
}

.submit-btn {
  margin-right: 10px;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 2px solid Ss;
  color: #54b215;
  font-weight: 700;
  margin-top: 10px;
}

/* Contact */
.contact {
  background: #f9f9f9;
  padding: 60px 0;
}
.contact-details-section {
    padding: 70px 0 0;
    background: #fff;
}
.three-contact-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
}
.contact-box {
    padding: 50px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}
.contact-box .small-title {
    color: #181818;
    margin-top: 10px;
}
.contact-box .btn-secondary {
    color: #C84C09;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #C84C09;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contact-box .btn-secondary:hover {
    color: #ffffff;
    background: #C84C09;
}
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info img {
  width: 100%;
  margin-top: 15px;
  border-radius: 8px;
}
.vision-mission-box.inverse {
    color: #666;
    background: #f9fafb;
    border: 1px solid #E3EDFA;
}
.vision-mission-box.inverse .small-title {
    color: #54b215;
    margin: 10px 0 0;
}
.vision-mission-box.inverse .main-title {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
}
.vision-mission-box.inverse p {
    color: #666;
}
.loc-icon {
    max-width: 60px;
}
.vision-mission-box.inverse .btn {
    font-size: 15px;
    border: 2px solid #03252e;
    background: #03252e;
    padding: 15px 25px;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
}


.appointment-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.appointment-form input,
.appointment-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}


.single-team .team-img {
  overflow: hidden;
}

.single-team .team-img img {
  width: 100%;
  transform: rotate(0deg) scale(1.1);
  transition: all 0.6s ease-out 0s;
}
.single-team .team-img:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(1, 11, 29, 0) 0%, #03252e 100%);
    left: 0;
    right: 0;
    bottom: 65px;
    top: 0;
}
.single-team .team-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px 5px;
    background: #03252e;
}

.single-team .team-caption span a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: #909092;
  display: block;
}

.single-team .team-caption p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.single-team:hover .team-img img {
  transform: rotate(1deg) scale(1.1);
}

.david-droga-area .single-david .david-img {
  overflow: hidden;
}

.david-droga-area .single-david .david-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.david-droga-area .single-david .david-captoin {
  padding: 40px 57px 0px 60px;
}

.david-droga-area .single-david .david-captoin .david-info li {
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #222;
  line-height: 1;
  margin-bottom: 16px;
}

.david-droga-area .single-david .david-captoin .david-info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;
}

.david-droga-area .single-david .david-captoin h2 a {
  color: #282828;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  padding-right: 56px;
  margin-bottom: 17px;
  text-decoration: none;
  display: block;
}

.david-droga-area .single-david .david-captoin a {
  color: #282828;
  font-size: 16px;
}

.david-droga-area .single-david .david-captoin a:hover {
  color: #54b215;
}

.david-droga-area .single-david .david-captoin a.d-btn {
  position: relative;
}

.david-droga-area .single-david .david-captoin a.d-btn::before {
  content: "";
  position: absolute;
  background: #282828;
  width: 100%;
  height: 1px;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.david-droga-area .single-david .david-captoin a:hover::before {
  background: #54b215;
}

.david-img:hover .david-img img {
  transform: scale(1.1);
}

.wantToWork-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr min-content;
  align-items: center;
  gap: 35px;
}

.wantToWork-area {
  position: relative;
  z-index: 0;
  background: #54b215;
  overflow: hidden;
}

.wantToWork-area .wantToWork-caption h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.wantToWork-area .wantToWork-caption p {
  color: #fff;
}

.wantToWork-area .wantToWork-btn {
  /*padding-right: 50px;*/
  position: relative;
}

/*.wantToWork-area::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon/footer_arrow.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}*/

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.testimonial-area .testimonial-caption .testimonial-top-cap img {
  margin-bottom: 50px;
  width: auto;
  display: inline-block;
}


.testimonial-area .testimonial-caption .testimonial-top-cap p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3px;
  margin-bottom: 50px;
  font-size: 30px;
}


.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  margin-left: 20px;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  color: #fff;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

/* Homepage1 Testimonial */
.h1-testimonial-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -133px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  z-index: 2;
  height: 45px;
  width: 45px;
  line-height: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #54b215;
}


.h1-testimonial-active button.slick-next {
  left: auto;
  right: -133px;
}


.h1-testimonial-active:hover button.slick-prev {
  left: -120px;
}

.h1-testimonial-active:hover button.slick-next {
  right: -120px;
}


.h1-testimonial-active:hover button {
  opacity: 1;
  visibility: visible;
}

.t-bg {
  background: #03252e;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.footer-area .footer-pera p {
  color: #c5c5c5;
  margin-bottom: 30px;
  line-height: normal;
}

.footer-icons {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}

.footer-icons a {
  color: #c5c5c5;
}

.footer-icons a:hover {
  color: #54b215;
}


.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}

.footer-area .footer-tittle h4 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 600;
}

.footer-area .footer-tittle h4:before {
  position: absolute;
  content: "";
  background: #54b215;
  height: 3px;
  width: 20px;
  bottom: -10px;
  left: 0;
}

.footer-area .footer-tittle ul li {
  color: #c5c5c5;
  margin-bottom: 9px;
}

.footer-area .footer-tittle ul li a {
  color: #c5c5c5;
  font-weight: 300;
}

.footer-area .footer-tittle ul li a:hover {
  color: #54b215;
  padding-left: 5px;
}

.footer-area .footer-form {
  margin-top: 40px;
}

.footer-area .footer-form form {
  position: relative;
}

.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  background: #54b215;
  line-height: 1;
}

.footer-area .info.error {
  color: #54b215;
}

.footer-bg {
  background: #03252e;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid #2d3544;
  padding: 33px 0px 20px;
}

.footer-bottom-area .footer-copy-right p {
  color: #d9d9d9;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p i {
  color: #54b215;
}

.footer-bottom-area .footer-copy-right p a {
  color: #54b215;
}

.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}

.footer-area {
  padding: 100px 0 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.5fr 200px 1.3fr;
  gap: 50px;
  padding-bottom:30px;
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  gap: 5px;
  align-items: center;
}

.footer-social a {
  opacity: 0.5;
  transition: all 0.2s;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-row p {
  color: #c5c5c5;
}

.footer-row b {
  color: #fff;
}


.footer-bottom-area .footer-social a i {
  color: #888888;
  margin-left: 12px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-bottom-area .footer-social a i:hover {
  color: #54b215;
}

/* Start Blog Area css
============================================================================================ */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-box {
    background: #f9fafb;
    padding: 15px;
    border: 1px solid #E3EDFA;
}
.blog-box .small-title {
    margin: 10px 0 0px;
    font-size: 14px;
}
.blog-box .main-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}
.blog-detail-section {
    padding: 50px 0;
    background: #fff;
}
.blog-detail-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    margin-top: 50px;
    gap: 50px;
    align-items: flex-start;
}
.blog-detail-left ul {
    list-style: unset;
}
.blog-detail-left a {
    color: #C84C09;
}
.blog-detail-left .sub-heading, .blog-detail-left h2 {
    font-size: 24px;
    color: #010101;
    font-weight: 800;
    margin-bottom: 20px;
}
.blog-detail-left h3 {
    font-size: 18px;
    font-weight: 600;
}
.blog-detail-left hr {
    margin: 50px 0;
    color: #EBEAEA;
    opacity: 0.2;
}
.blog-detail-right {
    border: 1px solid #EBEAEA;
    padding: 20px 30px 30px;
    /*border-radius: 10px;*/
    position: sticky;
    top: 80px;
    align-self: start;
}
.recent-post-thumb {
    max-width: 68px;
    max-height: 68px;
    /*border-radius: 5px;*/
}
.recent-post-heading {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.post-image-text {
    display: grid
;
    grid-template-columns: 68px 1fr;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EBEAEA;
}
.post-date {
    color: #808080;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 5px;
}
.post-title {
    color: #0C2A3C;
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #222222;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */

.contact-section {
  padding: 130px 0 100px;
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}


.single-team::before {
  background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #222222;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

.genric-btn.primary-border {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #222222;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #222222;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #222222;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #222222;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #222222;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

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

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.switch-wrap {
  margin-bottom: 10px;
}


/* .Rectangle_9 {
    background-image: -moz-linear-gradient( 90deg, #212121e6 0%, #21212100 62%, #212121 62%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,22,62,0.90196) 0%, rgba(0,22,62,0) 62%, rgb(0,22,62) 62%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,22,62,0.90196) 0%, rgba(0,22,62,0) 62%, rgb(0,22,62) 62%);
    position: absolute;
    left: 1170px;
    top: 3586px;
    width: 360px;
    height: 222px;
    z-index: 162;
  } */


/* Custom CSS starts here */
/*ABout Page Css Start*/
.page-header {
  position: relative;
  padding: 50px 0 100px;
  background: #ffffff;
  background-attachment: fixed;
  background-position: right center;
  overflow: hidden;
}

.breadcrumb-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content max-content;
  grid-column-gap: 30px;
  padding: 0;
  text-align: left;
  list-style-image: url(../../assets/img/right-arrow-small.svg);
}

.breadcrumb-menu li {
  padding-left: 10px;
  list-style: unset;
}

.breadcrumb-menu li:first-child {
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
}

.breadcrumb-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.breadcrumb-menu li a.red, .breadcrumb-menu li a.red:hover {
  color: #54b215;
  cursor: default;
}
.mw-1000 {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.larg-para {
  font-size: 20px;
  margin-bottom: 50px;
}

.page-header .main-title.large {
  font-size: 70px;
  line-height: normal;
  text-align: center;
}

.page-header .main-title.large span {
  color: #54b215;
}

.about-slider {
  margin-top: 50px;
}

/*.about-slider .slick-list.draggable {
  width: 130vw;
  margin-left: -22vw;
}*/

.about-slider .slick-slide {
  padding: 0 10px;
}

.about.stories {
  background: #F5F5F5;
  padding: 100px 0;
}

.about.stories .about-content {
  grid-template-columns: 1fr 450px;
}
.about.about-inner-slider {
  padding: 10px 0 60px;
  background: #f5f5f5;
}
.vision-mission-section {
/*  background: #54b215;
  padding: 100px 0;*/
}

.vision-mission-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.vision-mission-box {
  color: #fff;
  background: #03252e;
  /*border-radius: 20px;*/
  padding: 25px;
}

.vision-mission-box p {
  color: #fff;
}

.vision-mission-box .main-title {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
}

.vision-mission-box .about-list {
  margin: 15px 0 30px;
  list-style: none;
  padding-left: 0;
}

.vision-mission-box .about-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 5px;
}

.vision-mission-box .about-list li:before {
  content: "";
  background: url(../../assets/img/check.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.about.awards-section {
  background: #ffffff;
  padding: 60px 0;
  background-size: cover;
  text-align: center;
}

.awards-gallery {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.award-title {
  font-weight: 700;
  margin: 10px 0;
}
.slider-section.inner {
    height: 124px;
    background: #54b215;
}
.page-header.inner {
  overflow: visible;
  padding: 50px 0 50px;
}

.inner-banner-content {
  padding: 40px 0;
}

/*.page-header.inner .main-title {
  font-size: 38px;
  line-height: normal;
}

.page-header.inner .larg-para {
  max-width: 500px;
  margin: auto;
}*/

.product-slider {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}

.product-slider .main-title {
  font-size: 24px;
  line-height: normal;
  /*margin-bottom: 0;*/
}

.product-slider .about-text .about-list li {
  display: inline-grid;
  gap: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  border: 1px solid #D3D3D3;
  padding: 5px 15px;
  border-radius: 50px;
}
.product-slider .about-text p.slider-para {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-slider .slick-prev {
  left: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.product-slider .slick-next {
  right: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  height: 50px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}

.product-slider .slick-next:before,
.product-slider .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  margin-top: 50px;
  position: relative;
  background: #fff;/*
  padding: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;*/
}
.product-detail .about-image {
  /*position: sticky;
  top: 150px;
  align-self: start;
  height: fit-content;*/
}
.product-detail .about-text {
  
}

.product-detail .main-title {
  font-size: 24px;
  line-height: normal;
}
.small-title.dark {
    color: #03252e;
}
.product-detail .about-text .about-list li {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.product-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.product-detail-content .about-image {
  position: sticky;
  top: 20px;
  align-self: start;
  height: fit-content;
} 
hr.dotted {
    border-top: 1px dashed #ababab;
    color: #ababab;
    border-bottom: 0;
    margin: 25px 0;
}
.product-table {
    width: 100%;
}
.product-table tr th, .product-table tr td {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 5px solid #fff;
    vertical-align: top;
    font-size: 14px;
}
.product-details-list {
    padding-left: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-details-list li {
    list-style: unset;
    font-size: 14px;
}
.product-details-ul li {
    padding-left: 30px;
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
.product-details-ul li:before {
    content: "";
    background: url(../../assets/img/check.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    position: absolute;
}
.btn-grid {
    display: flex;
    gap: 10px;
}
.btn-red {
  font-size: 15px;
  border: 2px solid #54b215;
  background: #54b215;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.2s;
}
.btn-red:hover {
  border: 2px solid #03252e;
  background: #03252e;
  color: #fff;
}
.btn-red-inverse {
  font-size: 15px;
  border: 2px solid #54b215;
  background: #fff;
  color: #666;
  padding: 10px 20px;
  display: inline-block;
}
.btn-red-inverse:hover {
  border: 2px solid #03252e;
  background: #fff;
  color: #03252e;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: start;
  background: #fff;
}
.product-grid.product-grid-slider {
    margin: 30px -10px 0;
    display: grid;
    grid-template-columns: unset;
    gap: 30px;
}
.product-grid.product-grid-slider .slick-slide {
  margin: 0 10px;
}
.product-grid-section.text-left {
  text-align: left;
}
.product-grid.product-grid-slider .slick-prev {
  top: -55px;
  right: 70px;
  left: auto;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}
.product-grid.product-grid-slider .slick-next {
  top: -55px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #54b215;
  transition: all 0.5s;
}
.product-grid.product-grid-slider .slick-next:before,
.product-grid.product-grid-slider .slick-prev:before {
  font-size: 30px;
  font-family: monospace;
}
.product-description-area {
    margin-top: 50px;
}
.product-faq {
    margin-top: 20px;
}
.product-description-area .faq-item {
    border: 1px solid #f1f1f1;
    box-shadow: unset;
    background: transparent;
}
.product-description-area .faq-question {
    padding: 10px 15px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
}
.product-description-area .faq-question .icon {
    color: #54b215;
}
.product-description-area .faq-answer p {
    padding: 0;
    color: #666666;
    line-height: 1.6;
}
.product-description-area .faq-item.active .faq-answer {
    max-height: 400px;
    overflow: auto;
    padding: 30px;
}
/* Why Choose Us */
.product-grid-section {
  background: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

.product-grid .main-title {
  max-width: 400px;
  margin: auto;
}

.product-grid {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.product-grid .product-item {
  background: #fff;
  padding: 15px;
  /*border-radius: 10px;*/
  border: 1px solid #E3EDFA;
  text-align: left;
  position: relative;
  z-index: 5;
}

.product-grid .product-item .small-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid .product-item .choose-icon {
  margin-bottom: 15px;
}

.product-grid .product-item p {
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid .product-item .btn {
  font-size: 14px;
  border: 2px solid #54b215;
  padding: 15px 20px;
  background: #54b215;
}

.product-grid .product-item .btn:hover {
  background: #fff;
  color: #03252e;
}

.product-grid .product-item .btn::before {
  display: none;
}
.capsule-list {
    margin: 15px 0 5px;
    list-style: none;
    padding-left: 0;
}

.capsule-list li {
    font-weight: 500;
    line-height: 25px;
    gap: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-flex;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.capsule-list li:before {
  content: "";
  background: url(../../assets/img/check.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.page-header .why-grid {
  margin: 50px 0 0;
}

.vision-mission-section.services .btn {
  background: #54b215;
  border: 2px solid #54b215;
}

.vision-mission-section.services .btn:hover {
  background: #03252e;
}

/* Large Desktop */
@media (max-width: 1400px) { }

/* Desktop */
@media (max-width: 1200px) { }

/* Small Desktop / Large Tablet */
@media (max-width: 992px) { }

/* Tablet */
@media (max-width: 768px) {
  .header {
      position: relative;
  }
  .main-title {
      font-size: 1.2rem;
      line-height: normal;
  } 
  .img-shadow {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .header-area .header-top {
    display: none;
  }
  .logo {
      padding: 10px 0;
      max-width: 80px;
  }
  .logo img {
    max-width: 100%;
  }
  .header-area .mobile-menu {
    display: block;
    height: 2px;
    width: 24px;
    background: #333;
    position: relative;
    transition: all 0.2s;
  }
  .header-area.active .mobile-menu {
    background: transparent;
  }
  .header-area.active .mobile-menu:before {
    top: 0;
    transform: rotate(45deg);
  }
  .header-area.active .mobile-menu:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header-area .mobile-menu:before {
    height: 2px;
    width: 24px;
    background: #333;
    position: absolute;
    content: "";
    top: -8px;
    transition: all 0.2s;
  }
  .header-area .mobile-menu:after {
    height: 2px;
    width: 24px;
    background: #333;
    position: absolute;
    content: "";
    top: 8px;
    transition: all 0.2s;
  }
  .header-area .main-menu {
    position: absolute;
    left: -100vw;
    width: 100vw;    
    top: 100px;
    background: #54b215;
    transition: all 0.2s;
  }
  .header-area.active .main-menu {
    left: 0;
  }
  .header-area .main-header .main-menu ul li {
    display: block;
    text-align: center;
  }
  .header-area .main-header .main-menu ul li a {
    padding: 15px 15px;
    border-top: 1px solid #ebebeb;
  }
  .main-header .main-menu ul li.active>a {
    background: #03252e;
  }
  .main-header .main-menu ul li.active>a:before {
    display: none;
  }
  .slider-area {
    background: #54b215;
  }
  .banner-image {
    padding: 0;
    opacity: 1;
  }
  .right-caption {
      padding: 20px;
      position: relative;
      max-width: 100%;
  }
  .right-caption p {
    font-size: 14px;
    padding-left: 0;
  }
  .img-caption {
    display: none;
  }
  .slider-area .hero__caption {
    top: 150px;
    left: 15px;
    width: 70%;
    bottom: auto;
  }
  .slider-area .hero__caption h1 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: normal;
  }
  .slider-area .hero__caption p {
    display: none;
  }
  .slider-section .slick-dots {
    bottom: 5px;
    width: 100%;
    left: 0;
  }
  .slider-section .slick-dots li.slick-active button:before {
    color: #03252e;
  }
  .about-content {
    grid-auto-flow: row;
    grid-template-columns: unset;
    gap: 30px;
  }
  .about, .counter-section, .gallery-area, .why-choose, .contact-form {
    padding: 20px 0;
  }
  .counter-box {
    padding: 25px;
  }
  .counter-bottom {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .counter {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
  }
  .counter-title {
    font-size: 24px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .gallery-slider .slick-list {
    padding: 0;
  }
  .gallery-area .gallery-slider .slick-prev, 
  .gallery-area .gallery-slider:hover .slick-prev {
    left: 0;
  }
  .gallery-area .gallery-slider .slick-next,
  .gallery-area .gallery-slider:hover .slick-next {
    right: 0;
  }
  .why-grid {
    margin: 30px 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form {
    background: #ffffff;
  }
  .two-columns {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-box {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .wantToWork-area {
    padding: 10px 0 20px;
  }
  .wantToWork-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 1.5rem;
  }
  .services-area .single-services {
    padding: 40px;
    width: 100%;
  }
  .split-section .split-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 20px 0;
  }
  .split-section:before {
    display: none;
  }
  .split-grid-right {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .faq-grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer-area {
    padding: 20px 0 0;
  }
  .footer-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-copy-right .f-right {
    float: unset;
  }
  .footer-bottom-area .footer-border {
    padding: 15px 0px 15px;
  }
  .single-footer-caption.mb-50 {
    margin: 0;
  }
  .slider-section.inner {
    height: 1px;
  }
  .page-header {
    padding: 40px 0;
    background: #ffffff ;
  }
  .breadcrumb-menu {
    display: none;
  }
  .page-header .main-title.large {
    font-size: 1.5rem;
  }
  .about-slider .slick-list.draggable {
    width: 100%;
    margin-left: 0;
  }
  .about.stories, .vision-mission-section, .about.map, .team-area {
    padding: 20px 0;
  }
  .about.stories .about-content {
    grid-template-columns: unset;
  }
  .vision-mission-grid {
    grid-template-columns: unset;
    gap: 15px;
  }
  .vision-mission-box {
    padding: 20px 30px;
  }
  .team-info.pt-45 {
    padding-top: 0;
  }
  .team-row {
    margin: 0;
    grid-template-columns: unset;
    gap: 15px;
  }
  .product-grid-section {
    padding: 20px 0;
  }
  .product-slider {
    display: none;
  }
  .product-grid {
    margin: 20px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail {    
    display: block;
    margin-top: 0;
    padding: 20px;
    gap: 20px;
  }
  .custom-tabs {
    margin-top: 0;
  }
  .tab-buttons {
    display: block;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .tab-btn {
    width: 100%;  
    margin-bottom: 15px;  
  }
  .product-detail .about-image {
    position: relative;
    top: unset;
  }
  .btn-grid {
    display: grid;
    gap: 10px;
  }
  .btn-grid .btn-red, .btn-grid .btn-red-inverse {
    text-align: center;
  }
  .product-image {
    margin-bottom: 25px;
  }
  .grid-col-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-detail-grid {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
  .blog-detail-left hr {
    margin: 30px 0;
  }
  .three-columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .form-box {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .carousel-track {
    display: block;
  }
  .carousel-container {
    padding: 0px 0;
  }
  .reel {
    width: 90%;
    height: auto;
    margin: 20px auto;
  }
}