body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* height of your fixed header */
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  padding: 0;
  color: #10172b;
  position: relative;
}

p {
  font-size: 16px;
  color: #10172b;
  line-height: 27px;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover,
a:visited,
a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

input:focus {
  border: 0 none;
  outline: none;
  background: transparent;
}

textarea:focus {
  border: 0 none;
  outline: none;
  background: transparent;
}

input[type="button"] {
  outline: none;
}

input[type="button"]::-moz-focus-inner {
  border: 0;
}

input {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.common-btn {
  background-color: #35b377;
  border: 2px solid #35b377;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  line-height: 54px;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 6px;
  font-size: 20px;
}

.common-btn:hover {
  background-color: #67b25e;
  border: 2px solid #67b25e;
  color: #fff;
}

.section-title h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgb(16, 23, 43);
}

.section-title p {
	font-size: 16px;
	color: #10172b;
	line-height: 26px;
	width: 85%;
	margin: 0 auto;
}

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

/***********scroll-Top*******/
.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 30px;
  opacity: 0.6;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #a8ca2b 0%, #34b175 100%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.scrollTop a i {
  font-size: 18px;
  color: #fff;
}

/*---------------------custom-css-end---------------*/
/*-----------------------------------home-page-start---------------------------------- */
/*---------- navigation-section --------------------- */
.navigation-section {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  position: fixed;
}

.f-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.f-nav .logo img {
  width: 150px;
}

.navigation-section .menu-home-container li a {
  font-size: 16px;
  font-weight: 500;
  color: #10172B;
  padding: 15px 12px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.navigation-section .menu-home-container li:last-child a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  height: 3px;
  width: 80%;
  border-radius: 30px;
  background: linear-gradient(90deg, #03a9f4, #f4dc19, #fbba14, #99c948);
  background-size: 200%;
  -webkit-animation: animate 5s linear infinite;
  animation: animate 5s linear infinite;
  z-index: 1;
}

.logo {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.logo img {
  width: 350px;
  z-index: 9;
  padding: 0;
  position: relative;
}

.navigation-section .menu-home-container li a:hover {
  color: #0a9d05;
}

.navigation-section .menu-home-container ul {
  text-align: right;
}

.navigation-section .menu-home-container li a.active {
  color: #29c97c;
}

.menu-home-container .menu-toggle span.bars span {
  background: #fff;
}

/*---------- banner-section --------------------- */
.banner-section {
  position: relative;
  background-image: url("../images/banner-gradian.png");
  --background-overlay: '';
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 150px;
  background-color: #B6BEFA45;
}

.banner-section h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 55px;
  color: #10172B;
  margin-bottom: 20px;
}

.banner-section p {
  color: #10172B;
  font-size: 35px;
  line-height: 33px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.banner-section a {
  padding: 0 45px;
  line-height: 65px;
  border-width: 0;
  border-radius: 5px;
  font-size: 20px;
  background: linear-gradient(to bottom right, #a8ca2b 0%, #34b175 100%);
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.banner-section a:hover {
  background: #35b276;
}

.banner-image {
  margin-top: 40px;
}

/*---------- client-section --------------------- */
.brand-img {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  height: 60px;
  object-fit: contain;
}

.client_slider.slick-slider .slick-track {
  display: flex;
  align-items: center;
  align-content: center;
}

.client_slider.slick-slider {
  padding: 20px 0;
}

.slick-slider.slick-initialized {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

/*---------- about-section --------------------- */
.about-section {
  position: relative;
}

.about-left {
  position: relative;
}

.about-left .shap3 {
  right: 0px;
  left: auto;
}

.about-section .image img.about-teg-right {
  position: relative;
  z-index: 1;
  height: 455px;
  object-fit: contain;
}

.about-section .nav-tabs .nav-item.show .nav-link,
.about-section .nav-tabs .nav-link.active {
  background-color: #35b377;
  border-color: #35b377;
  color: #fff;
}

.about-section .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  padding: 10px 40px;
  font-weight: 500;
}

ul.mission-vission-section li {
  background: #ecf6f2;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #4e4f4f08;
}

ul.mission-vission-section li:first-child {
  width: 40%;
}

ul.mission-vission-section li:last-child {
  width: 60%;
}

ul.mission-vission-section li h2 {
  font-size: 28px;
  font-weight: 700;
  display: block;
  padding-bottom: 6px;
}

ul.mission-vission-section {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

ul.mission-vission-section .icon {
  font-size: 80px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  transition: filter 0.3s ease;
  filter: grayscale(100%) sepia(100%) hue-rotate(90deg) saturate(200%);
}

/*---------- about-technology-section --------------------- */
.about-technology-left-padding {
  padding-right: 25px;
  padding-left: 0;
}

.about-technology .shap3 {
  left: -45px;
}

.quality-technology .image img.about-teg-right {
  height: auto;
}

.about-technology-left-padding h3 {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 25px;
}

/*---------- problems-section --------------------- */
.problems-section {
  position: relative;
  background-image: url(../images/problems_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.problem-list {
  background: #fff;
  border-radius: 8px;
  margin-top: 35px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.pro_image-area img {
  transition: all 0.5s ease;
  object-fit: cover;
  min-height: 350px;
  object-position: center center;
}

.pro_image-area {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}

.problem-list .pro_image-area:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pro_describ h3 {
  font-size: 25px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  transition: 0.5s ease;
  font-weight: 700;
}

.pro_describ p {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-align: center;
}

.pro_describ {
  padding: 30px 0;
  text-align: center;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  position: relative;
  height: 250px;
}

.features_steps-item_arrow {
  background-color: #1a4641;
  height: 1px;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  top: 32px;
  width: 100%;
}

.features_steps-item_arrow.is-first {
  left: 0;
  margin-left: -48px;
}

.features_steps-item_arrow.is-short {
  opacity: 0.2;
  width: 50%;
}

.features_steps-item_step {
  color: #fff;
  background-color: #1a4641;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 64px;
  line-height: 64px;
  position: relative;
  width: 64px;
  z-index: 2;
}

.features_steps-item_arrow::before {
  background: url(../images/how_arrow_79ae21.svg) no-repeat;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  right: 0;
  top: -14px;
  width: 15px;
}

.features_steps-item_title {
  color: #1a4641;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  padding: 30px 0px 15px;
}

.features_steps-item_description {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}

.features_steps-item {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.working-step .section-title {
  width: 66%;
  margin: 0 auto;
}

/*---------- problems-section --------------------- */
.solutions-section {
  position: relative;
  background-image: url(../images/soluction_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: bg-animation 25s ease-in-out infinite;
  animation: bg-animation 25s ease-in-out infinite;
  background-attachment: fixed;
}

.solutions-section .pro_describ {
  height: auto;
}

.solutions-section .pro_describ h3 {
  font-size: 25px;
  margin-bottom: 7px;
}

/*---------- video-section --------------------- */
.video-section {
  position: relative;
}

.image_bg-bottom {
  position: relative;
  background-image: url(../images/video_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 220px 0px 0px 0px;
  padding-bottom: 70px;
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#048204 50%, rgb(11, 149, 11) 70%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-animation: ripple-white3 2.5s linear infinite;
  animation: ripple-white3 2.5s linear infinite;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom right, #36ce7b 0%, #064823 100%);
  border: 3px solid #3ac10b;
}

@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 100px rgba(255, 255, 255, 0);
  }
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #65ac48;
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.video-bg {
  position: relative;
  background-image: url(../images/video-display-src.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -186px;
  padding: 180px 0;
  border: 4px solid#fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  box-shadow: 0px 10px 20px 0px rgba(5, 24, 43, 0.1);
}

.video-bg:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.success-srory-list {
  display: flex;
  align-items: center;
}

.success-icon {
  margin-right: 19px;
  width: 30%;
  display: inline-block;
}

.success-describ {
  width: 100%;
  display: inline-block;
}

.success-describ h2 {
  font-size: 30px;
  margin-bottom: 3px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  justify-content: start;
}

.success-describ h2::after {
  content: " +";
  display: inline-block;
  position: relative;
  top: 0px;
  left: 5px;
}

.success-describ p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.success-srory {
  display: block;
  margin-top: 50px;
}

.prediction-section {
  position: relative;
  background: #ecf6f2;
  border-bottom: 1px solid #4e4f4f1f;
}

.prediction-section .section-title p {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}

.prediction-section .section-title p i {
  margin-right: 10px;
  color: #179d5d;
  font-size: 20px;
  margin-top: 6px;
}

.prediction-left ul li {
  width: auto;
  float: left;
  padding: 20px;
  background: #fff;
  padding: 0 20px;
  line-height: 47px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  margin-right: 5px;
  box-shadow: 0px 10px 20px 0px rgba(5, 24, 43, 0.1);
  position: relative;
  transform: skew(-20deg);
}

.prediction-infograph img {
  min-height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.prediction-left ul {
  display: flex;
  flex-wrap: wrap;
}

.prediction-left p {
  padding-bottom: 0px;
  display: block;
  padding-top: 20px;
}

.prediction-left h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}

.prediction-right {
  margin: 0 auto;
  text-align: center;
}

.mobile-bottom-section {
  margin-top: -126px;
  z-index: 99;
  position: relative;
}

.prediction-left ul li.btn-1 {
  background: #048204;
}

.prediction-left ul li.btn-2 {
  background: #f73761;
}

.prediction-left ul li.btn-3 {
  background: #0b84ac;
}

.prediction-left ul li.btn-4 {
  background: #8c3ac7;
}

.prediction-left ul li.btn-5 {
  background: #00adb4;
}

.why-choose-us-list .image-column:hover .bg {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.why-choose-us-list .image-column .bg {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0;
  background-size: cover;
  width: 100%;
  transition: all 0.5s ease;
  background-position: bottom center;
}

.why-choose-us-list .image-column .image {
  display: none;
}

.why-choose-us-section .image-column {
  position: relative;
  overflow: hidden;
}

.why-choose-us-section .bg-cream {
  display: flex;
  align-items: center;
}

.why-choose-us-section .content {
  width: 100%;
  padding: 50px;
  background: #e8f6f1;
}

.why-choose-us-section .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.why-choose-us-section .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}

.why-choose-us-section .content .cont p {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 27px;
  margin-bottom: 20px;
}

.why-choose-us-list {
  margin-top: 50px;
}

/*---------- solutions-section --------------------- */
.achievements-section {
  position: relative;
  background-image: url(../images/soluction_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #194641;
}

.achievements-section .item {
  margin-top: 30px;
}

.achievement-items {
  background: #12574f;
  border: 1px solid #0e665c;
  position: relative;
  height: 100%;
  box-shadow: 0px 20px 40px 0px rgba(0, 28, 64, 0.1);
  transition: 0.5s;
  overflow: hidden;
  padding: 30px;
  border-radius: 1rem;
  box-shadow: 0 3px 20px 0px rgba(9, 9, 9, 0.12);
  transition: transform 0.3s ease 0s;
  height: 100%;
}

.achievement-items .avatar-sm {
  filter: brightness(0) invert(1);
  height: 60px;
  width: 60px;
}

.achievement-items::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: unset;
  transition: 0.7s;
  transform-origin: top;
  transform: scaleY(0);
}

.achievement-items:hover::before {
  transform: scaleY(1);
}

.achievement-items .shape {
  position: absolute;
  top: -20%;
  right: -40%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 70px solid rgb(255 255 255 / 5%);
  transition: 1s;
  opacity: 0;
  transform: translateX(100px) scale(0.7);
}

.achievement-items:hover .shape {
  right: -40%;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.achievement-items p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.achievement-items h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

/*---------- testimonial-section --------------------- */
.testimonial-section {
  position: relative;
  background-image: url(../images/testi_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.review-txt {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 30px;
  min-height: 260px;
  border: 2px solid rgba(255, 255, 255);
  margin-right: 8px;
  margin-left: 8px;
  box-shadow: 0px 10px 20px 0px rgba(5, 24, 43, 0.1);
  position: relative;
  margin-top: 46px;
}

.testimonial-avatar {
  display: block;
  float: left;
  border: 5px solid rgba(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: -35px;
  width: 100px;
}

.testimonial-avatar img {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 0 16px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-author h5 {
  font-size: 20px;
  line-height: 27px;
  padding-top: 12px;
  margin-bottom: 3px;
  color: #0a3942;
  font-weight: 600;
}

.testim-rating i {
  color: #fdcc28;
}

.review-txt p {
  color: #555;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 30px;
}

.review-txt::after {
  bottom: 6px;
  color: #fff;
  content: url(../images/qut.png);
  font-family: fontawesome;
  font-size: 45px;
  position: absolute;
  right: 5px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 5px;
  content: "";
  text-align: center;
  background: #05a54d;
  opacity: 0.35;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1a4641;
}

.review-date {
  color: #05a54d;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  display: flex;
}

.review-date i {
  margin-right: 10px;
}

.review-date i img {
  height: 33px;
  width: 33px;
  object-fit: contain;
  display: inline-block;
  padding: 5px;
  padding-left: 0;
}

/*---------- research-section --------------------- */
.research-descripton {
  margin-top: 20px;
}

.research-image-blog {
  height: 290px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(5, 24, 43, 0.44);
}

.research-image-blog img {
  height: 300px;
  object-fit: cover;
}

.research-descripton h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #37d287;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: block;
}

.research-descripton h4 {
  font-size: 23px;
  line-height: 30px;
  padding-top: 6px;
  margin-bottom: 3px;
  color: #0a3942;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.research-descripton p {
  color: #555;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}

.research-descripton span {
  color: #aaa8a8;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 0px;
  display: block;
}

.research-descripton a {
  color: #25990c;
  font-weight: 600;
  text-decoration: underline;
}

.single-blog-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(5, 24, 43, 0.44);
  height: 210px;
}

.single-blog-image img {
  height: 300px;
  object-fit: cover;
}

.research-descripton.single-blog-des {
  margin-top: 0px;
}

.research-descripton.single-blog-des h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

.research-descripton.single-blog-des span {
  font-size: 14px;
  line-height: 22px;
}

.research-descripton.single-blog-des p {
  font-size: 14px;
  line-height: 23px;
  -webkit-line-clamp: 2;
}

.research-descripton.single-blog-des h4 {
  font-size: 18px;
  line-height: 25px;
  padding-top: 6px;
  margin-bottom: 3px;
  color: #0a3942;
  font-weight: 700;
}

/*---------- contact-section --------------------- */
.contact-section {
  position: relative;
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.contact-form-left .section-title {
  text-align: left;
  padding-bottom: 20px;
}

.contact-info {
  background: #ffffff;
  border: 1px solid#eee;
  display: flex;
  width: 74%;
  padding: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.icon-info i {
  color: #05a54d;
  padding-right: 17px;
  font-size: 21px;
}

.info-descr span {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #0a3942;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: block;
}

.info-descr a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding-top: 0px;
  display: inherit;
}

.what-will-get h3 {
  color: #1a1e1d;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  padding: 0px 0px 10px;
}

.what-will-get ul li {
  padding-left: 25px;
  color: #555;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 30px;
  font-size: 15px;
}

.what-will-get {
  margin-top: 40px;
}

.fldGrp {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  margin: 0 0 10px;
  background: transparent;
  align-items: center;
}

.contact-form-block-list .input-group span.fldIcon {
  font-size: 24px;
  line-height: 64px;
  padding-left: 0px;
  margin-right: 0px;
  width: 5%;
}

.contact-form-block-list .form-control-wrap {
  position: relative;
  width: 95%;
  display: flex;
  padding-left: 10px;
}

.contact-form-block-list .inptFld {
  height: 100%;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  padding-left: 0;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border: transparent;
  border-radius: 0;
}

.contact-form-block-list .form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.form-list {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-list h3 {
  margin: 0 0 15px;
  font-size: 30px;
  position: relative;
  font-weight: 700;
}

.form-list h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -61px;
  margin: auto;
  width: 55px;
  height: 5px;
  background-color: #05a54d;
}

.contact-form-block-list {
  padding-top: 15px;
}

.contact-form-block-list .two-block-form-section .input-group span.fldIcon {
  width: 11%;
}

.contact-form-block-list .two-block-form-section .form-control-wrap {
  width: 89%;
}

.fldGrp.textarea_fld {
  border: 1px solid #d6d6d6;
  width: 100%;
  margin: 0 0 24px;
  background: transparent;
  align-items: center;
}

.contact-form-block-list .fldGrp.textarea_fld .form-control-wrap {
  position: relative;
  width: 100%;
  display: flex;
  padding: 10px;
}

.label_fld {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #333;
  font-weight: 500;
  font-size: 17px;
}

.label_fld img {
  width: 4%;
  margin-right: 10px;
}

.btn-submit {
  padding: 0 45px;
  line-height: 60px;
  border-width: 0;
  border-radius: 5px;
  font-size: 20px;
  background: linear-gradient(to bottom right, #a8ca2b 0%, #34b175 100%);
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-transform: uppercase;
}

.btn-submit:hover {
  background: #35b276;
}

.btn-submit span {
  margin-right: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-submit:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn-submit::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background: linear-gradient(to bottom right, #0797a6 0%, #08d515 100%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn-submit span::after {
  width: 20px;
  height: 20px;
  background: url(../images/arrowL.png) 50% 50% no-repeat;
  content: "";
  transform: translate(9px, 0%);
  transition: 0.8s;
  background-size: 20px;
  display: inline-block;
}

/*---------- footer-section --------------------- */
footer {
  padding: 15px 0;
  background: #12574f;
}

footer .coppy-right {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
}

.social-links {
  text-align: right;
}

.social-links a i {
  display: inline-block;
  margin-left: 15px;
  line-height: 29px;
  font-size: 20px;
  color: #fff;
}

.social-links a i:hover {
  color: #9fc831;
}

.why-Spectrfind-section .item {
  margin-top: 30px;
}

.image-box {
  padding: 30px;
  border-radius: 1rem;
  box-shadow: 0 3px 20px 0px rgba(9, 9, 9, 0.12);
  transition: transform 0.3s ease 0s;
  height: 100%;
}

.avatar-sm {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.content h4 {
  font-size: 25px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  transition: 0.5s ease;
  font-weight: 700;
}

.content p {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  font-weight: normal;
}

/* gallery */
.gallery {
  position: relative;
  background-image: url("../images/banner-gradian.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-color: #ecfaef;
}

.gallery .gallery-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  height: 260px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

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

.gallery-one__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gallery-one__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #1c231f;
  opacity: 0.68;
}

.gallery .gallery-item:hover .gallery-one__content {
  opacity: 1;
}

.gallery-one__content-inner {
  position: relative;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  margin-top: 5px;
}

.gallery-one__icon {
  width: 46px;
  height: 46px;
  display: flex;
  background: rgb(140, 199, 82);
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.gallery-one__title {
  margin: 0 0 2px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.gallery-one__sub-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 36px;
}

.client-section {
  background: #ecf6f2;
}

/* comparison-table-css */

.comparison-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
}

.comparison-table th,
.comparison-table td {
  padding: 15px;
  border-top: 1px solid #cee5dc;
  border-left: 1px solid #cee5dc;
  font-size: 17px;
}

.comparison-section table tbody tr:nth-child(2n+1) {
  background-color: #ecf6f2;
}

.comparison-section table thead tr th:nth-child(2) {
  background-color: #136d3c;
  color: #fff;
}

.comparison-section table thead tr th:nth-child(3) {
	background-color: #d2eebb;
	color: #023e1d;
}

.comparison-table th:first-child {
  border: 0;
}

.comparison-table thead tr th {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.comparison-table th:nth-child(2n) {
  box-shadow: 0 0 2rem hsla(0, 0%, 0%, 0.15);
}

.comparison-table th:nth-child(2n),
.comparison-table td:nth-child(2n) {
  position: relative;
  background: #fff;
}

.comparison-table td:not(:first-child) {
  text-align: center;
}