html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #2e2d2d;
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 14px;
    line-height: 20px;
  }
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href] {
  text-decoration: none;
  transition: 400ms ease;
}

a[href]:hover {
  color: #9CAF88;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
  }
}

h1 {
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 21px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}

.heading .title {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.7;
}

.heading h2 {
  line-height: 50px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .heading h2 {
    line-height: 32px;
  }
}

*,
*::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

input,
select,
button,
textarea {
  font-family: "Poppins", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #9CAF88;
}

body::-webkit-scrollbar-track {
  box-shadow: unset;
  background: transparent;
}

.img_hover {
  position: relative;
  overflow: hidden;
}

.img_hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: transform 1s;
  z-index: 11;
  opacity: 0.3;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  pointer-events: none !important;
}

.img_hover:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

div#back-to-top.show {
  right: 10px;
}

div#back-to-top svg {
  width: 20px;
  height: 20px;
}

div#back-to-top svg path {
  fill: #fff;
}

div#back-to-top {
  position: fixed;
  left: auto;
  right: -100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  z-index: 11;
  background: #9CAF88;
  bottom: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}

.owl-carousel .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot {
  border-radius: 20px;
  width: 9px;
  height: 9px;
  background: #FFF;
  position: relative;
  border-color: transparent;
  margin: 0 5px;
  opacity: 0.5;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #9CAF88;
  opacity: 1;
}

.Inkallm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.51);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease;
}
.overlay.overlyflm {
  pointer-events: all;
  opacity: 1;
}

fieldset {
  width: calc((100% - 15px) / 2);
  padding: 0;
  position: relative;
  float: left;
  margin-bottom: 35px;
  line-height: 0;
}
fieldset:not(:last-child) {
  margin-right: 15px;
}
fieldset:last-child {
  margin-bottom: 0;
}
fieldset p {
  line-height: 1.5;
  padding-top: 5px;
}

.modelPop {
  position: fixed;
  z-index: 111;
}

.mobile_strip {
  display: none;
}
@media (max-width: 767px) {
  .mobile_strip {
    display: flex;
    justify-content: space-between;
    background: #222;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    bottom: 0;
  }
}
.mobile_strip a {
  display: inline-block;
  color: #fff;
  padding: 6px 10px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  font-size: 14px;
}
.mobile_strip a:first-child {
  border-right: 1px solid #c9c9c9;
}

.form .formgroup {
  position: relative;
}
.form .formgroup .caret {
  position: absolute;
  left: auto;
  right: 0;
  top: 14px;
  pointer-events: none;
}
.form .formgroup select.form-control {
  color: #1d1c1c;
}
.form .formgroup .form-control {
  max-width: 767px;
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  top: 16px;
  color: #fff;
  padding-top: 15px;
  background: transparent;
  border-bottom: 1px solid #dbdbdb;
  transition: 700ms ease;
}
.form .formgroup .form-control:focus ~ label {
  top: -8px;
}
.form .formgroup .form-control.valid {
  outline: none;
}
.form .formgroup .form-control.valid ~ label {
  top: -8px;
  font-size: 14px;
}
.form .formgroup label {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: normal;
  font-size: 15px;
  padding: 0 0 13px;
  left: 0;
  color: #fff;
  pointer-events: none;
  transition: 600ms ease;
}

.error {
  color: red !important;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 999999;
  background: #000;
  opacity: 0.9;
  background-position: center center;
  background-repeat: no-repeat;
}
.loading-container ul li img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .loading-container ul li img {
    width: 45px;
  }
}

.loading-container ul li p {
  color: #65891E;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.4px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.spinner {
  background-color: #333;
  height: 100%;
  width: 6px;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  margin-left: 10px;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect1 {
  background: #65891E;
  animation-delay: -1.1s;
}
.spinner .rect2 {
  background: #65891E;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  background: #65891E;
  animation-delay: -1s;
}
.spinner .rect4 {
  background: #65891E;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  animation-delay: -0.8s;
  background: #65891E;
}

.h-100 {
  height: 100% !important;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #414141;
  z-index: 11;
  padding: 10px 0;
  box-shadow: 0 2px 10px 1px #5d5d5d;
}
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header .header-wrapper .container-fluid .flex {
  align-items: center;
}
header .header-wrapper .asideleft {
  flex: 0 1 20%;
  max-width: 20%;
}
header .header-wrapper .asideright {
  flex: 0 1 80%;
  max-width: 80%;
  position: relative;
}
header .custom-nav {
  text-align: right;
}
header .custom-nav .nav {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
header .custom-nav .nav ul li {
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  header .custom-nav .nav ul li:nth-last-child(2) {
    display: none;
  }
  header .custom-nav .nav ul li:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  header .custom-nav .nav ul li {
    display: none;
  }
}
header .custom-nav .nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 500;
}
header .custom-nav .nav ul li .caret {
  position: absolute;
  top: 14px;
  right: 0;
}
header .custom-nav .nav ul li.has-dropdown {
  position: relative;
}
header .custom-nav .nav ul li.has-dropdown:hover ul.dropdown {
  display: block;
  pointer-events: all;
  transform: translate(0%);
}
header .custom-nav .nav ul ul.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 180px;
  text-align: left;
  padding: 10px 0 11px;
  transform: translateY(10%);
  pointer-events: none;
  display: none;
  transition: 0.5s ease;
}
header .custom-nav .nav ul ul.dropdown::before {
  content: "";
  position: absolute;
  top: -15px;
  height: 8px;
  border: 13px solid transparent;
  border-bottom-color: #9CAF88;
  left: 43px;
}
header .custom-nav .nav ul ul.dropdown li {
  display: block;
}
header .custom-nav .nav ul ul.dropdown li a {
  padding: 6px 10px;
  background: #9CAF88;
  font-size: 13px;
  color: #fff;
  display: block;
  line-height: normal;
  transition: 0.5s ease;
}
header .custom-nav .nav ul ul.dropdown li a:hover {
  background: #fff;
  color: #000;
}
header .custom-nav .book-demo {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  animation: blink 1.2s infinite linear;
  background: transparent;
  border-radius: 25px;
}
header .custom-nav .book-demo a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: 400ms ease;
  color: #fff;
  z-index: 11;
}

.custom-logo a {
  display: block;
  line-height: 0;
}
.custom-logo a img {
  width: 130px;
}

@keyframes blink {
  0% {
    background: transparent;
  }
  100% {
    background: #9CAF88;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .bg {
  line-height: 0;
  position: relative;
}
.banner .bg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .banner .bg {
    height: 250px;
  }
}
.banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: static;
}
.banner .banner-content {
  position: absolute;
  right: 0;
}
.banner .banner-content.left-center.bottom-center {
  top: auto;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1120px;
  width: 100%;
}
.banner .banner-content h1 {
  color: #fff;
}
.banner .banner-slider {
  width: 100%;
  height: 100%;
}
.banner .banner-slider .bg img {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .banner .banner-slider .bg img {
    height: 100%;
  }
}
.banner .banner-slider .bg .bancnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner .banner-slider .bg .bancnt {
    left: 0;
    padding: 0 10px;
    transform: translateY(-50%);
    width: 100%;
  }
}
.banner .banner-slider .bg .bancnt h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 991px) {
  .banner .banner-slider .bg .bancnt h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner .banner-slider .bg .bancnt h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner .owl-carousel .owl-dots {
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.perm-link ul {
  text-align: center;
  opacity: 0.9;
}
.perm-link ul li {
  display: inline-block;
  color: #fff;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 500;
}
.perm-link ul li a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.soultionsec {
  position: relative;
  background: #ebe9e9;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .soultionsec {
    padding: 30px 0;
  }
}
.soultionsec .soltionsm .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .soultionsec .soltionsm .heading {
    padding: 0 10px;
  }
}
.soultionsec .soltionsm .heading h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  padding: 0 5em;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .soultionsec .soltionsm .heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .soultionsec .soltionsm .heading h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }
}
.soultionsec .soltionsm .text-center p {
  font-size: 20px;
  line-height: 1.2;
  padding: 0 3em;
}
@media (max-width: 767px) {
  .soultionsec .soltionsm .text-center p {
    font-size: 17px;
  }
}
.soultionsec .soltionsm .flex {
  align-items: center;
}
@media (max-width: 991px) {
  .soultionsec .soltionsm .flex {
    justify-content: center;
  }
}
.soultionsec .soltionsm .col {
  flex: 0 1 20%;
  max-width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .soultionsec .soltionsm .col {
    flex: 0 1 50%;
    max-width: 50%;
    height: 290px;
  }
}
@media (max-width: 767px) {
  .soultionsec .soltionsm .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.soultionsec .soltionsm .col:nth-child(2) .cntnt {
  background: #60c9c4;
}
.soultionsec .soltionsm .col:nth-child(2) .item::before {
  background: url(../icons/2.png) no-repeat;
  background-size: 60px;
}
.soultionsec .soltionsm .col:nth-child(3) .cntnt {
  background: #ffaa01;
}
.soultionsec .soltionsm .col:nth-child(3) .item::before {
  background: url(../icons/3.png) no-repeat;
  background-size: 60px;
}
.soultionsec .soltionsm .col:nth-child(3) .item p {
  padding: 0 35px;
}
.soultionsec .soltionsm .col:nth-child(4) .cntnt {
  background: #4c78b5;
}
.soultionsec .soltionsm .col:nth-child(4) .item::before {
  background: url(../icons/4.png) no-repeat;
  background-size: 60px;
}
.soultionsec .soltionsm .col:nth-child(4) .item p {
  padding: 0 45px;
}
.soultionsec .soltionsm .col:last-child .cntnt {
  background: #a351a3;
}
.soultionsec .soltionsm .col:last-child .item::before {
  background: url(../icons/5.png) no-repeat;
  background-size: 60px;
}
.soultionsec .soltionsm .col .cntnt {
  width: 100%;
  position: relative;
  background: #69787d;
  box-shadow: 0 11px 14px 2px rgba(67, 67, 67, 0.2901960784);
  border-radius: 100%;
  height: 170px;
  width: 170px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.soultionsec .soltionsm .col .cntnt h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.soultionsec .soltionsm .col .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  position: relative;
}
@media (max-width: 991px) {
  .soultionsec .soltionsm .col .item {
    height: 130px;
  }
}
.soultionsec .soltionsm .col .item::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 60px;
  height: 42px;
  background: url(../icons/1.png) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  background-size: 60px;
}
.soultionsec .soltionsm .col .item p {
  text-align: center;
  line-height: 1.5;
  padding: 0 30px;
}

.videoban {
  position: relative;
  height: 100%;
}
@media (max-width: 1366px) {
  .videoban {
    height: 100%;
  }
}
.videoban video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.employessec {
  position: relative;
  background: url("/public/jw-styles/juzaweb/images/home/employee_banner.jpg");
  background-attachment: fixed;
  padding: 50px;
  background-size: cover;
  height: 70vh;
}
@media (max-width: 991px) {
  .employessec {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .employessec {
    padding: 30px 0;
  }
}
.employessec::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.831372549);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .employessec::before {
    background: rgba(0, 0, 0, 0.831372549);
  }
}
.employessec .emsplocnt {
  width: 95%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .employessec .emsplocnt {
    padding: 0 10px;
  }
}
.employessec .emsplocnt h2 {
  color: #fff;
  font-size: 38px;
  width: 30%;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .employessec .emsplocnt h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .employessec .emsplocnt h2 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .employessec .emsplocnt h2 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .employessec .emsplocnt h2 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
}
.employessec .emsplocnt p {
  color: #fff;
  width: 35%;
  line-height: 24px;
  margin: 0 auto;
  padding: 0 1.5em;
}
.employessec .emsplocnt p span {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .employessec .emsplocnt p {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .employessec .emsplocnt p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .employessec .emsplocnt p {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
}
.employessec .emsplocnt span {
  color: #B2AC88;
}

.performsec {
  padding: 40px 0;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .performsec {
    padding: 30px 0;
  }
}
.performsec .container {
  max-width: 1300px;
}
.performsec .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .performsec .heading {
    margin-bottom: 25px;
  }
}
.performsec .heading .eqtion {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .performsec .heading .eqtion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .performsec .heading .eqtion {
    display: block;
  }
}
.performsec .heading .eqtion span {
  position: relative;
}
@media (max-width: 767px) {
  .performsec .heading .eqtion span {
    margin-bottom: 10px;
  }
}
.performsec .heading .eqtion span:nth-child(2)::before, .performsec .heading .eqtion span:last-child::before {
  position: absolute;
  content: "";
  background: #9CAF88;
  width: 3px;
  height: 100%;
  left: -30%;
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .performsec .heading .eqtion span:nth-child(2)::before, .performsec .heading .eqtion span:last-child::before {
    left: -2.5em;
    height: 70%;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .performsec .heading .eqtion span:nth-child(2)::before, .performsec .heading .eqtion span:last-child::before {
    left: -5%;
  }
}
@media (max-width: 767px) {
  .performsec .heading .eqtion span:nth-child(2)::before, .performsec .heading .eqtion span:last-child::before {
    top: -17px;
  }
}
.performsec .heading .eqtion span:nth-child(2)::after, .performsec .heading .eqtion span:last-child::after {
  position: absolute;
  content: "";
  background: #9CAF88;
  width: 3px;
  height: 100%;
  left: -30%;
  top: 0;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .performsec .heading .eqtion span:nth-child(2)::after, .performsec .heading .eqtion span:last-child::after {
    left: -2.5em;
    height: 70%;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .performsec .heading .eqtion span:nth-child(2)::after, .performsec .heading .eqtion span:last-child::after {
    left: -5%;
  }
}
@media (max-width: 767px) {
  .performsec .heading .eqtion span:nth-child(2)::after, .performsec .heading .eqtion span:last-child::after {
    top: -17px;
  }
}
.performsec .heading .eqtion span p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .performsec .heading .eqtion span p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .performsec .heading .eqtion span p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.performsec .heading h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .performsec .heading p {
    font-size: 14px;
    line-height: 18px;
  }
}
.performsec .performslider .owl-carousel .owl-stage-outer {
  padding: 25px 0;
}
.performsec .performslider .owl-carousel .owl-stage-outer .owl-item {
  transform: scale(0.9);
  background-color: #fff;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .performsec .performslider .owl-carousel .owl-stage-outer .owl-item {
    background-color: #9CAF88;
    transform: none;
  }
  .performsec .performslider .owl-carousel .owl-stage-outer .owl-item .CntSwnvrMntSwn p {
    color: #fff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .performsec .performslider .owl-carousel .owl-stage-outer .owl-item .CntSwnvrMntSwn p {
    text-align: justify;
  }
}
.performsec .performslider .owl-carousel .owl-stage-outer .owl-item.center {
  transform: scale(1.1);
  border: 1px solid #9CAF88;
  box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
  background: #9CAF88;
}
@media (max-width: 767px) {
  .performsec .performslider .owl-carousel .owl-stage-outer .owl-item.center {
    transform: scale(0.9);
  }
}
.performsec .performslider .owl-carousel .owl-stage-outer .owl-item.center .CntSwnvrMntSwn p {
  color: #fff;
}
.performsec .performslider .owl-dots {
  text-align: center;
}
.performsec .performslider .owl-dots button.owl-dot {
  background: #000;
  opacity: 0.7;
}
.performsec .performslider .owl-dots button.owl-dot.active {
  background: #9CAF88;
}
.performsec .performslider .WhySldrSwvrMn {
  position: relative;
  display: flex;
  padding: 75px 35px;
  border: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
}
.performsec .performslider .WhySldrSwvrMn.third-box {
  padding: 75px 20px;
}
.performsec .performslider .WhySldrSwvrMn.second-box {
  padding: 75px 37px;
}
@media (max-width: 767px) {
  .performsec .performslider .WhySldrSwvrMn {
    height: 250px;
    padding: 30px 15px;
  }
}

.sagex_demo {
  background-color: #201f21;
  margin-top: 65px;
  line-height: 0;
}
.sagex_demo video {
  height: 600px;
}

.sagex-about-secA {
  background: #f9faff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sagex-about-secA {
    background: #9CAF88;
  }
}
.sagex-about-secA .flex {
  align-items: center;
}
.sagex-about-secA .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .sagex-about-secA .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
.sagex-about-secA .img {
  line-height: 0;
  padding: 30px;
  background: url(../images/about/tdot.png), url(../images/about/tdot.png);
  background-repeat: no-repeat;
  background-position: top left, right bottom;
}
@media (max-width: 767px) {
  .sagex-about-secA .img {
    padding: 10px;
  }
}
.sagex-about-secA .item {
  padding: 30px;
}
@media (max-width: 1440px) {
  .sagex-about-secA .item {
    padding: 0;
  }
}
.sagex-about-secA .item .content {
  max-width: 550px;
}
@media (max-width: 1440px) {
  .sagex-about-secA .item .content {
    padding: 20px 10px;
    max-width: 650px;
  }
}
.sagex-about-secA .item .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content .title {
    color: #fff;
  }
}
.sagex-about-secA .item .content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #222222;
  margin: 15px 0;
  margin-top: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content h2 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }
}
.sagex-about-secA .item .content span {
  color: #9CAF88;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content span {
    color: #222222;
    font-size: 24px;
  }
}
.sagex-about-secA .item .content p {
  color: #2e2d2d;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content p {
    color: #fff;
  }
}
.sagex-about-secA .item .content p b {
  font-weight: 500;
}
.sagex-about-secA .item .content ul li {
  position: relative;
  padding: 2px 0;
  padding-left: 25px;
  font-size: 14px;
}
.sagex-about-secA .item .content ul li:last-child {
  padding-right: 10em;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content ul li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content ul li {
    color: #fff;
    line-height: 20px;
  }
}
.sagex-about-secA .item .content ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 9px;
  background: #9CAF88;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sagex-about-secA .item .content ul li::before {
    background: #fff;
    top: 8px;
  }
}

.sagex-about-secB {
  background: #eeeff3;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sagex-about-secB {
    padding: 30px 10px;
  }
}
.sagex-about-secB .flex {
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .sagex-about-secB .flex {
    padding: 30px 0;
    padding-top: 0;
  }
}
.sagex-about-secB .flex:nth-child(odd) .content {
  margin-left: auto;
  margin-right: 0;
}
.sagex-about-secB .flex:nth-child(odd) .col2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .sagex-about-secB .flex:nth-child(odd) .col2 {
    padding-left: 0;
  }
}
.sagex-about-secB .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.sagex-about-secB .flex:nth-child(even) .col2 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .sagex-about-secB .flex:nth-child(even) .col2 {
    padding-right: 0;
  }
}
.sagex-about-secB .flex .col1 {
  flex: 0 1 45%;
  max-width: 45%;
  position: relative;
}
@media (max-width: 767px) {
  .sagex-about-secB .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.sagex-about-secB .flex .col2 {
  flex: 0 1 55%;
  max-width: 55%;
  position: relative;
}
@media (max-width: 767px) {
  .sagex-about-secB .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.sagex-about-secB .content {
  max-width: 500px;
}
.sagex-about-secB .content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sagex-about-secB .content h2 {
    font-size: 24px;
  }
}
.sagex-about-secB .content p {
  text-align: left;
}
.sagex-about-secB .img {
  line-height: 0;
}
.sagex-about-secB .img img {
  border-radius: 10px;
  width: 100%;
}

.about-founder {
  padding: 50px 0;
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .about-founder {
    padding: 30px 10px;
  }
}
.about-founder .hding {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-founder .hding {
    margin-bottom: 20px;
  }
}
.about-founder .hding h2 {
  font-size: 36PX;
  line-height: 45PX;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-founder .hding h2 {
    font-size: 30px;
  }
}
.about-founder .flex {
  justify-content: space-between;
}
.about-founder .flex .col {
  flex: 0 1 32%;
  max-width: 32%;
}
@media (max-width: 767px) {
  .about-founder .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.about-founder .img {
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.about-founder .img img {
  width: 100%;
  filter: grayscale(1);
  transition: all 1s ease;
}
.about-founder .img img:hover {
  filter: grayscale(0);
}
.about-founder .img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
  transition: all 1s ease-in-out;
}
.about-founder .img::after {
  width: 100%;
  height: 30%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7019607843), transparent);
  pointer-events: none;
}
.about-founder .img:hover::before {
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3803921569);
  content: "";
}
.about-founder .img .cntnt {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: none;
}
.about-founder .img .cntnt h2 {
  color: #fff;
  font-size: 24px;
}

.team_popup {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  width: 100%;
  padding: 50px;
  height: 100%;
  transition: all 1s ease;
  background: #9CAF88;
  z-index: 111;
  transform: translateX(100%);
  pointer-events: none;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .team_popup {
    padding: 30px;
    max-width: 360px;
  }
}
.team_popup.pop_open {
  transform: translateX(0%);
  pointer-events: all;
}

.close_mnu {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .close_mnu {
    top: 12px;
    right: 12px;
  }
}
.close_mnu::before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  cursor: pointer;
  background-color: #fff;
  transform: rotate(45deg);
}
.close_mnu::after {
  position: absolute;
  right: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  cursor: pointer;
  background-color: #fff;
  transform: rotate(-45deg);
}

.team_detail .Teamimg {
  text-align: center;
}
.team_detail .Teamimg img {
  border-radius: 10px;
  width: 300px;
}
@media (max-width: 767px) {
  .team_detail .Teamimg img {
    width: 200px;
  }
}
.team_detail .name h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .team_detail .name h2 {
    font-size: 20px;
  }
}
.team_detail .detail {
  margin-top: 20px;
}
.team_detail .detail p {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .team_detail .detail p {
    text-align: justify;
    font-size: 14px;
  }
}
.team_detail .detail ul {
  margin-bottom: 20px;
}
.team_detail .detail ul li {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  padding-left: 20px;
  margin-bottom: 5pxpx;
  position: relative;
}
.team_detail .detail ul li::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 8px;
}

.team_popup::-webkit-scrollbar {
  width: 6px;
}

.team_popup::-webkit-scrollbar-thumb {
  background: #fff;
}

.team_popup::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

.enterprise-sec-A {
  position: relative;
}
.enterprise-sec-A .flex {
  align-items: center;
}
.enterprise-sec-A .col {
  flex: 0 1 100%;
  max-width: 100%;
  line-height: 0;
}
.enterprise-sec-A .item {
  position: relative;
  display: none;
}
.enterprise-sec-A .item img {
  width: 100%;
}
.enterprise-sec-A .enterprcnt {
  position: relative;
  background: #9CAF88;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .enterprise-sec-A .enterprcnt {
    margin-top: 5px;
  }
}
.enterprise-sec-A .enterprcnt.contbnswnvr {
  overflow: hidden;
}
.enterprise-sec-A .enterprcnt .flex {
  align-items: center;
}
.enterprise-sec-A .enterprcnt .col1 {
  flex: 0 1 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .enterprise-sec-A .enterprcnt .col1 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.enterprise-sec-A .enterprcnt .col2 {
  flex: 0 1 55%;
  max-width: 55%;
  line-height: 0;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
  .enterprise-sec-A .enterprcnt .col2 {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    display: none;
  }
}
@media (max-width: 767px) {
  .enterprise-sec-A .enterprcnt .col2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .enterprise-sec-A .enterprcnt .clPrdMvrSlmnvr {
    height: 347px;
  }
  .enterprise-sec-A .enterprcnt .clPrdMvrSlmnvr img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.enterprise-sec-A .enterprcnt .line {
  position: absolute;
  height: 37rem;
  width: 50px;
  top: -67px;
  right: 51.5%;
  border: 15px solid transparent;
  z-index: 11;
  border-color: #fff;
  transform: rotate(13deg);
}
@media (max-width: 1024px) {
  .enterprise-sec-A .enterprcnt .line {
    transform: rotate(9deg);
  }
}
@media (max-width: 991px) {
  .enterprise-sec-A .enterprcnt .line {
    transform: rotate(14deg);
    right: 48%;
    height: 30rem;
  }
}
.enterprise-sec-A .enterprcnt ul {
  width: 70%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .enterprise-sec-A .enterprcnt ul {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .enterprise-sec-A .enterprcnt ul {
    padding: 20px 0;
  }
}
.enterprise-sec-A .enterprcnt ul li {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.5;
  position: relative;
}
.enterprise-sec-A .enterprcnt ul li:nth-child(2) {
  padding-right: 5em;
}
@media (max-width: 767px) {
  .enterprise-sec-A .enterprcnt ul li {
    font-size: 16px;
  }
}
.enterprise-sec-A .enterprcnt ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .enterprise-sec-A .enterprcnt ul li::before {
    width: 10px;
    height: 10px;
  }
}

.enterprise-sec-B {
  position: relative;
  padding: 50px 0;
}
.enterprise-sec-B .container {
  max-width: 1400px;
}
.enterprise-sec-B .heading {
  margin-bottom: 40px;
}
.enterprise-sec-B .entprse-cnt {
  position: relative;
}
.enterprise-sec-B .entprse-cnt .flex {
  align-items: center;
}
.enterprise-sec-B .entprse-cnt .col {
  flex: 0 1 20%;
  max-width: 20%;
}
.enterprise-sec-B .entprse-cnt .col:first-child {
  margin-top: -25px;
}
.enterprise-sec-B .entprse-cnt .col:nth-child(2) {
  margin-bottom: 50px;
}
.enterprise-sec-B .entprse-cnt .col:nth-child(3) {
  margin-top: -25px;
}
.enterprise-sec-B .entprse-cnt .col:nth-child(4) {
  margin-bottom: 25px;
}
.enterprise-sec-B .entprse-cnt .col:last-child {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .enterprise-sec-B .entprse-cnt .col:last-child {
    margin-bottom: 46px;
  }
}
.enterprise-sec-B .entprse-cnt .col:first-child .cntnt p {
  padding: 12px 0;
}
@media (max-width: 991px) {
  .enterprise-sec-B .entprse-cnt .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .enterprise-sec-B .entprse-cnt .col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.enterprise-sec-B .entprse-cnt .item {
  position: relative;
}
.enterprise-sec-B .entprse-cnt .item .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.enterprise-sec-B .entprse-cnt .item .icon img {
  width: 60px;
}
.enterprise-sec-B .entprse-cnt .cntnt h3 {
  margin-bottom: 10px;
  font-weight: 500;
}
.enterprise-sec-B .entprse-cnt .cntnt p {
  padding: 12px 15px;
  font-size: 14px;
}

.enterprise-sec-C {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .enterprise-sec-C .flex {
    flex-direction: column-reverse;
  }
}
.enterprise-sec-C .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .enterprise-sec-C .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.enterprise-sec-C .col:first-child {
  background: #9CAF88;
}
.enterprise-sec-C .bussiness-slider .item {
  position: relative;
}
@media (max-width: 1366px) {
  .enterprise-sec-C .bussiness-slider .item {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .enterprise-sec-C .bussiness-slider .item {
    height: 75vh;
  }
}
@media (max-width: 991px) {
  .enterprise-sec-C .bussiness-slider .item {
    height: inherit;
  }
}
.enterprise-sec-C .bussiness-slider .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enterprise-sec-C .bussiness-slider .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
}
.enterprise-sec-C .content {
  position: relative;
  padding: 30px;
  padding-top: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .enterprise-sec-C .content {
    padding: 10px 20px;
    padding-top: 30px;
  }
}
.enterprise-sec-C .content ul {
  position: relative;
  display: block;
  margin-bottom: 7rem;
}
@media (max-width: 1024px) {
  .enterprise-sec-C .content ul {
    margin-bottom: 3rem;
  }
}
.enterprise-sec-C .content ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
  position: relative;
  margin-right: 5em;
}
@media (max-width: 767px) {
  .enterprise-sec-C .content ul li {
    font-size: 16px;
    margin-right: 0;
  }
}
.enterprise-sec-C .content ul li::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  left: 0;
  top: 7px;
}
.enterprise-sec-C .content .tagline {
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .enterprise-sec-C .content .tagline {
    padding: 0;
  }
}
.enterprise-sec-C .content .tagline p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .enterprise-sec-C .content .tagline p {
    font-size: 16px;
  }
}

.list-career {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .list-career {
    padding: 30px 0;
  }
}
.list-career .heading {
  margin-bottom: 40px;
}
.list-career .job_openings {
  position: relative;
  width: 100%;
}
.list-career .job_openings h4 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .list-career .job_openings h4 {
    font-size: 18px;
  }
}
.list-career .job_openings .jobpost {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.list-career .job_openings .jobpost .jobname {
  padding: 15px 0px 0px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
}
.list-career .job_openings .jobpost .jobname .DrpDownSec {
  position: absolute;
  right: 18px;
  top: 65%;
  transform: translate(0, -50%);
  transition: all 1s ease;
}
.list-career .job_openings .jobpost .jobname .DrpDownSec.MinusAdd {
  transform: rotate(180deg);
}
.list-career .job_openings .jobpost .jobdesc {
  width: 100%;
  position: relative;
  display: none;
  margin-top: 10px;
}
.list-career .job_openings .jobpost .jobdesc .apply_btn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 7px 25px;
  background-color: #9CAF88;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}
.list-career .job_openings .jobpost.active .jobdesc {
  display: block;
}

.apply-job {
  background: #e9e9e9 url(../images/career/hand.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .apply-job {
    padding: 30px 0;
  }
}
.apply-job .container {
  max-width: 600px;
  position: relative;
}
.apply-job .container .form {
  background: #9CAF88;
  box-shadow: 0 0 8px 1px #d3d3d3;
  border-radius: 5px;
  padding: 40px;
}
@media (max-width: 767px) {
  .apply-job .container .form {
    padding: 10px;
    padding-top: 30px;
  }
}
.apply-job .container .form .heading {
  margin-bottom: 30px;
  padding: 0 15px;
}
.apply-job .container .form .heading h2 {
  color: #fff;
}
.apply-job .container .form .flex {
  align-items: center;
}
.apply-job .container .form .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .apply-job .container .form .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.apply-job .container .form .flex .col-full {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 15px;
}
.apply-job .container .form .formgroup {
  margin-bottom: 40px;
}
.apply-job .container .form .formgroup .form-control:focus ~ label, .apply-job .container .form .formgroup .form-control.valid ~ label {
  top: -2px;
}
.apply-job .container .form .formgroup .file-upload {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.apply-job .container .form .formgroup .file-upload label {
  pointer-events: all;
  position: static;
  padding: 10px 0;
}
.apply-job .container .form .formgroup .file-upload label input.form-control {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.apply-job .container .form .formgroup .file-upload label .file_defaultext img {
  vertical-align: middle;
}
.apply-job .container .form .link-btn {
  display: inline-block;
  margin-bottom: 10px;
}
.apply-job .container .form .link-btn .btn {
  font-size: 16px;
  padding: 7px 20px;
  border: 0;
  color: #666;
  border-radius: 8px;
}

.blog-sec-A {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .blog-sec-A {
    padding: 70px 30px;
  }
}
@media (max-width: 991px) {
  .blog-sec-A {
    padding: 30px 10px;
  }
}
.blog-sec-A .bloglist {
  position: relative;
}
.blog-sec-A .bloglist .flex {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-sec-A .bloglist .flex {
    border-bottom: 1px solid #666;
  }
}
.blog-sec-A .bloglist .col1 {
  flex: 0 1 40%;
  max-width: 40%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .blog-sec-A .bloglist .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-sec-A .bloglist .col1 .item {
  position: relative;
}
.blog-sec-A .bloglist .col1 .item .img {
  height: 100%;
}
.blog-sec-A .bloglist .col1 .item .img img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-sec-A .bloglist .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-sec-A .bloglist .col2 {
  flex: 0 1 60%;
  max-width: 60%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .blog-sec-A .bloglist .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-sec-A .bloglist .card {
  position: relative;
  padding: 20px;
  border: 0;
}
@media (max-width: 767px) {
  .blog-sec-A .bloglist .card {
    padding: 0;
    padding-top: 20px;
  }
}
.blog-sec-A .bloglist .card .blog-title {
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .blog-sec-A .bloglist .card .blog-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-sec-A .bloglist .card .blog-title {
    font-size: 22px;
  }
}
.blog-sec-A .bloglist .card .blog-desc {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .blog-sec-A .bloglist .card .blog-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.blog-sec-A .bloglist .card .btn-link {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-sec-A .bloglist .card .btn-link a {
  display: inline-block;
  min-width: 174px;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 15px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background: #9CAF88;
}
.blog-sec-A .bloglist .card .btn-link a span {
  position: relative;
  display: block;
  z-index: 1;
}
.blog-sec-A .bloglist .card .btn-link a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
          clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
  transition: 450ms ease;
  background: #4e4e4e;
}
.blog-sec-A .bloglist .card .btn-link a:hover::before {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
}

.thanku-sec {
  position: relative;
  padding: 50px 0;
}
.thanku-sec .content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.thanku-sec .content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #9caf88;
  margin-bottom: 20px;
}
.thanku-sec .content h3 {
  margin-top: 10px;
  font-weight: 500;
  color: #9caf88;
}
.thanku-sec .content ul li a {
  padding-top: 10px;
  color: #000;
  display: block;
}
.thanku-sec .content ul li img {
  filter: invert(1);
  margin-right: 10px;
  vertical-align: middle;
}
.thanku-sec .content .btn {
  position: relative;
  background: #9caf88;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.thanku-sec .content .btn a {
  color: #fff;
  font-weight: 500;
}

.indiv-ques {
  padding: 50px 0;
  background-color: #f2f2f2;
  position: relative;
}
.indiv-ques ul {
  display: block;
  position: relative;
}
.indiv-ques ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  background: #fff;
  padding: 12px 25px;
  padding-right: 5em;
  border-bottom: 3px solid #9CAF88;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .indiv-ques ul li {
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
  }
}
.indiv-ques ul li.different {
  border: 0;
  background: #fff;
  color: inherit;
  padding-left: 30px;
  text-align: center;
  width: 50%;
  height: 130px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  box-shadow: 0 0 10px 2px #9b9292;
}
@media (max-width: 767px) {
  .indiv-ques ul li.different {
    width: 75%;
    height: 100%;
  }
}
.indiv-ques ul li.different::before {
  position: absolute;
  content: "";
  border: 16px solid transparent;
  border-top-color: #9CAF88;
  height: 8px;
  top: -25px;
}

.indiv-sec-A {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.indiv-sec-A .heading {
  margin-bottom: 40px;
}
.indiv-sec-A .heading h2 {
  line-height: 1.5;
  font-size: 36px;
}
@media (max-width: 767px) {
  .indiv-sec-A .heading h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.indiv-sec-A .expertes {
  position: relative;
  height: 350px;
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes {
    height: 270px;
  }
}
.indiv-sec-A .expertes .item {
  position: relative;
}
.indiv-sec-A .expertes .item .text {
  position: absolute;
  left: 50%;
  top: 25%;
  padding: 0 10px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .indiv-sec-A .expertes .item .text {
    top: 18%;
  }
}
.indiv-sec-A .expertes .item .text p {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #9CAF88;
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .item .text p {
    font-size: 18px;
  }
}
.indiv-sec-A .expertes .flex {
  justify-content: center;
}
.indiv-sec-A .expertes .flex .col {
  position: absolute;
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .col {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
.indiv-sec-A .expertes .flex .col:first-child {
  left: 15%;
  top: 40%;
}
@media (max-width: 991px) {
  .indiv-sec-A .expertes .flex .col:first-child {
    left: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .col:first-child {
    top: 35%;
    left: -15px;
  }
}
.indiv-sec-A .expertes .flex .col:last-child {
  right: 15%;
  top: 40%;
}
@media (max-width: 991px) {
  .indiv-sec-A .expertes .flex .col:last-child {
    right: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .col:last-child {
    top: 35%;
    right: -15px;
  }
}
.indiv-sec-A .expertes .flex .expert1 {
  width: 100%;
  position: relative;
}
.indiv-sec-A .expertes .flex .expert1 .icon {
  position: absolute;
  top: -15%;
  left: 55%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .expert1 .icon {
    top: -27%;
    left: 56%;
  }
}
.indiv-sec-A .expertes .flex .expert1 .icon-img {
  position: absolute;
  top: -2%;
  left: 49%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-items: center;
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .expert1 .icon-img {
    left: 48%;
    top: -18%;
  }
}
.indiv-sec-A .expertes .flex .expert1 .advice p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .indiv-sec-A .expertes .flex .expert1 .advice p {
    font-size: 14px;
  }
}

.indiv-sec-c {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
}
@media (max-width: 767px) {
  .indiv-sec-c {
    padding: 40px 10px;
    background: #f7f7f7;
    height: inherit;
  }
}
.indiv-sec-c .tasagesm {
  width: 100%;
  height: 100%;
}
.indiv-sec-c .tasagesm .sagebg {
  width: 100%;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagebg {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .indiv-sec-c .tasagesm .sagebg {
    display: none;
  }
}
.indiv-sec-c .tasagesm .sagebg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.indiv-sec-c .tasagesm .sagebg img {
  width: 100%;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagebg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.indiv-sec-c .tasagesm .sagecntnt {
  position: absolute;
  max-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagecntnt {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .indiv-sec-c .tasagesm .sagecntnt {
    position: relative;
    transform: none;
    left: inherit;
    top: inherit;
  }
}
.indiv-sec-c .tasagesm .sagecntnt h2 {
  font-size: 36px;
  background: -webkit-linear-gradient(#889f71, #cdd6c3, #92a77c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagecntnt h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .indiv-sec-c .tasagesm .sagecntnt h2 {
    font-size: 22px;
    background: none;
    color: #9CAF88;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.indiv-sec-c .tasagesm .sagecntnt .flex {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagecntnt .flex {
    justify-content: flex-start;
  }
}
.indiv-sec-c .tasagesm .sagecntnt .flex .col {
  width: 33.33%;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .indiv-sec-c .tasagesm .sagecntnt .flex .col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .indiv-sec-c .tasagesm .sagecntnt .flex .col {
    width: 100%;
  }
}
.indiv-sec-c .tasagesm .sagecntnt .icon {
  margin-bottom: 10px;
}
.indiv-sec-c .tasagesm .sagecntnt p {
  color: #fff;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .indiv-sec-c .tasagesm .sagecntnt p {
    color: #000;
  }
}

.blogdetils {
  padding: 50px 0;
  position: relative;
}
.blogdetils .blgcnt .heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #9CAF88;
}
.blogdetils .blgcnt .heading h3 {
  margin: 20px 0;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blogdetils .blgcnt .heading h3 {
    font-size: 30px;
    line-height: 1;
  }
}
.blogdetils .blgcnt .content p {
  margin-bottom: 20px;
}

.blog-image {
  width: 70%;
  margin: auto;
  margin-top: 5rem;
}
.blog-image figure {
  line-height: 0;
}
.blog-image figure img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-image .bg-color {
  background: #e7e7e7;
}

.date {
  margin-bottom: 10px;
}
.date span {
  color: #9CAF88;
  font-weight: 600;
}

.morblogs {
  background: #9CAF88;
  position: relative;
  padding: 50px 0;
  display: none;
}
.morblogs .heading {
  margin-bottom: 30px;
}
.morblogs .heading h2 {
  color: #fff;
}
@media (max-width: 1024px) {
  .morblogs .blogcnt {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .morblogs .blogcnt {
    padding: 0;
  }
}
.morblogs .blogcnt .item {
  position: relative;
  border-radius: 20px;
  transition: all 1s ease;
  background: #fff;
}
.morblogs .blogcnt .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.morblogs .blogcnt .item a img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.morblogs .blogcnt .card {
  position: relative;
  padding: 20px;
  height: 220px;
  border-radius: 0px 0 10px 10px;
}
.morblogs .blogcnt .card .blog-title {
  margin-bottom: 10px;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.morblogs .blogcnt .card .blog-desc {
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  color: #000;
}
.morblogs .blogcnt .card .btn-link {
  margin-top: 20px;
}
.morblogs .blogcnt .card .btn-link a {
  background: #4e4e4e;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
}
.morblogs .blogcnt .owl-nav .owl-next,
.morblogs .blogcnt .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 10px !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0px 12px 4px #656565;
}
.morblogs .blogcnt .owl-nav .owl-next span,
.morblogs .blogcnt .owl-nav .owl-prev span {
  font-size: 48px;
}
.morblogs .blogcnt .owl-nav .owl-next.disabled,
.morblogs .blogcnt .owl-nav .owl-prev.disabled {
  display: none;
}
.morblogs .blogcnt .owl-nav .owl-next {
  right: -5em;
}
.morblogs .blogcnt .owl-nav .owl-prev {
  left: -5em;
}
.morblogs .blogcnt .owl-dots {
  text-align: center;
}
.morblogs .blogcnt .owl-dots button.owl-dot.active {
  background: #fff;
}

header .menu-trigger {
  width: 40px;
  height: 36px;
  position: relative;
  vertical-align: middle;
  display: none;
  margin-left: 20px;
  transition: all 1s ease;
}
@media (max-width: 1024px) {
  header .menu-trigger {
    display: inline-block;
  }
}
header .menu-trigger span {
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
header .menu-trigger span.sma {
  top: 27%;
  width: 20px;
}
header .menu-trigger span.smb {
  display: block;
  width: 30px;
}
header .menu-trigger span.smc {
  display: block;
  bottom: 26%;
  top: auto;
}

.model.model-navigation {
  background: #9CAF88;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 360px;
  width: 100%;
  padding: 50px;
  transform: translateX(100%);
  transition: 450ms ease;
}
@media (max-width: 767px) {
  .model.model-navigation {
    padding: 30px;
  }
}
.model.model-navigation.is-open {
  transform: translate(0%);
}
.model.delete-account {
  max-width: 400px;
  height: 200px;
  width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 100%);
  background: #9CAF88;
  transition: all 1s ease;
  transition: 450ms ease;
}
.model.delete-account.is-open {
  transform: translate(-50%, -50%);
  top: 50%;
}
.model.registar-form {
  max-width: 500px;
  height: 500px;
  width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 100%);
  background: #9CAF88;
  transition: all 1s ease;
  transition: 450ms ease;
}
.model.registar-form.is-open {
  transform: translate(-50%, -50%);
  top: 50%;
}
.model .content {
  padding: 20px 30px;
  margin-top: 40px;
  text-align: center;
}
.model .content h2 {
  margin-bottom: 20px;
  color: #fff;
}
.model .content p {
  color: #fff;
}
.model .serviice_nav {
  padding: 40px 0;
  position: relative;
}
.model .serviice_nav ul li.has-dropdown {
  position: relative;
}
.model .serviice_nav ul li.has-dropdown .caret {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 4px;
}
.model .serviice_nav ul li.has-dropdown ul.dropdown {
  text-align: left;
  margin-left: -50px;
  margin-right: -50px;
  padding: 7px 55px;
  display: none;
}
.model .serviice_nav ul li.has-dropdown ul.dropdown li a {
  padding: 4px 10px;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: normal;
  transition: 0.5s ease;
}
.model .serviice_nav ul li a {
  display: block;
  font-size: 22px;
  padding: 6px 0;
  line-height: normal;
  color: #fff;
  transition: 450ms ease;
  font-weight: 500;
}
.model .nav_list {
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .model .nav_list {
    padding: 20px 0;
  }
}
.model .nav_list ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 4px 0;
  line-height: 20px;
  font-weight: 600;
  transition: 450ms ease;
}
@media (max-width: 767px) {
  .model .nav_list ul li a {
    font-size: 14px;
  }
}
.model .social_links ul li {
  display: inline-block;
  margin: 0 3px;
}
.model .social_links ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 450ms ease;
  text-align: center;
  line-height: 0;
  border-radius: 3px;
}
.model .social_links ul li a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.model .social_links ul li a svg path {
  fill: #9CAF88;
}

.contact-secA {
  padding: 60px 0;
  position: relative;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .contact-secA {
    padding: 30px 0;
  }
}
.contact-secA .container {
  max-width: 760px;
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .contact-secA .container {
    width: 95%;
  }
}
.contact-secA .container .contac_info {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 40px;
  padding-left: 70px;
  box-shadow: 0px 7px 7px 1px rgba(51, 51, 51, 0.0901960784);
}
@media (max-width: 767px) {
  .contact-secA .container .contac_info {
    padding: 25px;
  }
}
.contact-secA .container .contac_info h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #9CAF88;
}
@media (max-width: 767px) {
  .contact-secA .container .contac_info h3 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 25px;
  }
}
.contact-secA .container .contac_info h4 {
  color: #222222;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-secA .container .contac_info .item {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding-right: 5px;
}
.contact-secA .container .contac_info .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #9CAF88;
  border-radius: 20px;
}
.contact-secA .container .contac_info .item:last-child {
  margin-bottom: 0;
}
.contact-secA .container .contac_info .item:first-child .text {
  padding-top: 0;
}
.contact-secA .container .contac_info .item .text {
  padding-top: 9px;
  flex: 1;
  display: inline-block;
  padding-left: 20px;
}
.contact-secA .container .contac_info .item .text .get_dire a {
  color: #9CAF88;
  font-size: 14px;
}
.contact-secA .container .contac_info .item .text .get_dire a img {
  vertical-align: middle;
}
.contact-secA .container .contac_info .item .text p, .contact-secA .container .contac_info .item .text a {
  color: #666;
  font-weight: 500;
  font-size: 16px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #9CAF88 inset;
  -webkit-text-fill-color: #fff !important;
}

.contact-secB {
  position: relative;
}
.contact-secB .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
.contact-secB .bg {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 654px;
}
.contact-secB .bg img {
  height: 100%;
}
.contact-secB .inquiry {
  background: #9CAF88;
  width: 100%;
  padding: 50px;
  float: right;
}
@media (max-width: 767px) {
  .contact-secB .inquiry {
    width: 100%;
    padding: 50px 10px;
    padding-bottom: 15px;
  }
}
.contact-secB .inquiry .heading {
  margin-bottom: 25px;
}
.contact-secB .inquiry .heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.contact-secB .inquiry .form {
  padding: 40px 5px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-secB .inquiry .form {
    padding-bottom: 0;
  }
}
.contact-secB .inquiry .form fieldset {
  width: 45%;
  float: left;
}
@media (max-width: 767px) {
  .contact-secB .inquiry .form fieldset {
    width: 100%;
  }
}
.contact-secB .inquiry .form fieldset:nth-child(2) {
  width: 45%;
  margin-right: 0;
  float: right;
}
@media (max-width: 767px) {
  .contact-secB .inquiry .form fieldset:nth-child(2) {
    width: 100%;
  }
}
.contact-secB .inquiry .form fieldset:nth-child(3), .contact-secB .inquiry .form fieldset:nth-child(4) {
  width: 100%;
}
.contact-secB .inquiry .form fieldset .form-control {
  width: 100%;
  background: no-repeat;
  border: 0px;
  border-bottom: 1px solid white;
  color: #fff;
  font-size: 16px;
  padding: 5px 0px;
}
.contact-secB .inquiry .form fieldset .form-control::-moz-placeholder {
  color: #fff;
}
.contact-secB .inquiry .form fieldset .form-control::placeholder {
  color: #fff;
}
.contact-secB .inquiry .form fieldset .form-control:focus ~ label {
  top: -2px;
}
.contact-secB .inquiry .form fieldset .form-control.valid ~ label {
  top: -2px;
}
.contact-secB .inquiry .form fieldset .info {
  position: absolute;
  color: #222222;
  left: 0;
  bottom: -10px;
}
.contact-secB .inquiry .form fieldset label {
  position: absolute;
  color: #fff;
  top: 15px;
  transition: all 1s ease;
  font-size: 14px;
  background: #9CAF88;
}
.contact-secB .inquiry .form fieldset .smt_btn {
  display: inline-block;
  width: auto;
}
.contact-secB .inquiry .form fieldset .smt_btn button {
  color: #fff;
  display: inline-block;
  padding: 10px;
  border: none;
  width: 150px;
  background: #fff;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 600;
}

.alert-success {
  border-radius: 10px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 10px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.map {
  line-height: 0;
}

.delete-form, .research-form {
  display: flex;
  background: rgba(110, 110, 110, 0.6392156863);
  padding: 20px 30px;
  width: 50%;
  margin: 0 auto;
}
.delete-form.research-form, .research-form.research-form {
  display: block;
  border-radius: 20px;
  background: none;
  width: 100%;
}
.delete-form.research-form fieldset .error, .research-form.research-form fieldset .error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.delete-form .form, .research-form .form {
  padding: 20px 5px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .delete-form .form, .research-form .form {
    padding-bottom: 0;
  }
}
.delete-form .form h2, .research-form .form h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.delete-form .form fieldset, .research-form .form fieldset {
  width: 100%;
}
@media (max-width: 767px) {
  .delete-form .form fieldset, .research-form .form fieldset {
    width: 100%;
  }
}
.delete-form .form fieldset .form-control, .research-form .form fieldset .form-control {
  width: 100%;
  background: no-repeat;
  border: 0px;
  border-bottom: 1px solid white;
  color: #fff;
  font-size: 16px;
  padding: 5px 0px;
}
.delete-form .form fieldset .form-control::-moz-placeholder, .research-form .form fieldset .form-control::-moz-placeholder {
  color: #fff;
}
.delete-form .form fieldset .form-control::placeholder, .research-form .form fieldset .form-control::placeholder {
  color: #fff;
}
.delete-form .form fieldset .form-control:focus ~ label, .research-form .form fieldset .form-control:focus ~ label {
  top: -2px;
}
.delete-form .form fieldset .form-control.valid ~ label, .research-form .form fieldset .form-control.valid ~ label {
  top: -2px;
}
.delete-form .form fieldset .info, .research-form .form fieldset .info {
  position: absolute;
  color: #222222;
  left: 0;
  bottom: -10px;
}
.delete-form .form fieldset label, .research-form .form fieldset label {
  position: absolute;
  color: #fff;
  top: 15px;
  transition: all 1s ease;
  font-size: 14px;
  background: #9CAF88;
}
.delete-form .form fieldset .smt_btn, .research-form .form fieldset .smt_btn {
  display: inline-block;
  width: auto;
}
.delete-form .form fieldset .smt_btn button, .research-form .form fieldset .smt_btn button {
  color: #fff;
  display: inline-block;
  padding: 10px;
  border: none;
  width: 150px;
  background: #fff;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 600;
}

.research-sec-A {
  padding: 50px 0;
  position: relative;
}
.research-sec-A .flex {
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .research-sec-A .flex {
    margin-bottom: 20px;
  }
}
.research-sec-A .flex .col1 {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 991px) {
  .research-sec-A .flex .col1 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .research-sec-A .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.research-sec-A .flex .col2 {
  flex: 0 1 66.66%;
  max-width: 66.66%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .research-sec-A .flex .col2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .research-sec-A .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.research-sec-A .inner-box {
  padding: 10px 10px 0px 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  background: #fff;
}
.research-sec-A .inner-box:hover {
  background: #9CAF88;
}
.research-sec-A .inner-box:hover .lower-content h3 a {
  color: #fff;
}
.research-sec-A .inner-box.inner-box-1 {
  box-shadow: none;
  background: none;
}
.research-sec-A .inner-box .image-box {
  line-height: 0;
}
.research-sec-A .inner-box .image-box a {
  display: block;
}
.research-sec-A .inner-box .image-box a img {
  border-radius: 10px;
}
.research-sec-A .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 15px;
  height: 160px;
}
.research-sec-A .inner-box .lower-content h3 {
  font-size: 20px;
}
.research-sec-A .inner-box .lower-content h3 a {
  color: #000;
}
.research-sec-A .inner-box .link-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: 1;
}
.research-sec-A .inner-box .link-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 94px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #9CAF88;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
}
.research-sec-A p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .research-sec-A p {
    margin-top: 50px;
  }
}
.research-sec-A p b {
  font-weight: 600;
  cursor: pointer;
  color: #9CAF88;
}
.research-sec-A .download-pdf a {
  background: #9CAF88;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}

footer .footer-wrapper {
  position: relative;
  background-image: linear-gradient(to right, #4e4e4e, #1b1b1b);
  padding: 55px 0px 80px;
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    padding: 30px 0;
  }
}
footer .footer-wrapper .flex {
  position: relative;
  z-index: 1;
}
footer .footer-wrapper .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 991px) {
  footer .footer-wrapper .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
footer .footer-wrapper .col1 {
  flex: 0 1 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  footer .footer-wrapper .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer-wrapper .col2 {
  flex: 0 1 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  footer .footer-wrapper .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 10px;
  }
}
footer .footer-wrapper .custom-logo {
  margin-bottom: 20px;
}
footer .footer-wrapper .social_links {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  footer .footer-wrapper .social_links {
    position: relative;
    left: inherit;
  }
}
footer .footer-wrapper .social_links ul {
  display: inline-block;
}
footer .footer-wrapper .social_links ul li {
  display: inline-block;
  position: relative;
}
footer .footer-wrapper .social_links ul li a {
  background: #9CAF88;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 4px;
}
footer .footer-wrapper .social_links ul li a svg {
  width: 14px;
  height: 14px;
}
footer .footer-wrapper .social_links ul li a svg path {
  fill: #fff;
}
footer .footer-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  footer .footer-wrapper .item {
    margin-bottom: 25px;
  }
}
footer .footer-wrapper .item .custom-logo a img {
  width: 150px;
}
footer .footer-wrapper .item .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
footer .footer-wrapper .item ul.list li a {
  padding: 2px 0;
  color: #fff;
  font-weight: 300;
  transition: 450ms ease;
}
footer .footer-wrapper .item ul.list li a span {
  font-weight: inherit;
  transition: 450ms ease;
}
footer .footer-wrapper .item ul.list li a:hover span {
  color: #9CAF88;
}
footer .footer-wrapper .item .address .list {
  display: flex;
  margin-bottom: 8px;
}
footer .footer-wrapper .item .address .list .icon, footer .footer-wrapper .item .address .list p {
  display: inline-block;
  color: #fff;
}
footer .footer-wrapper .item .address .list .icon {
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
footer .footer-wrapper .item .address .list .icon img {
  vertical-align: middle;
}
footer .footer-wrapper .item .address .list p {
  padding: 2px 0;
  padding-left: 5px;
  font-weight: 300;
}
footer .footer-wrapper .item .address .list p a {
  transition: 450ms ease;
  color: #fff;
}
footer .footer-strip {
  background: #9CAF88;
}
@media (max-width: 767px) {
  footer .footer-strip {
    padding: 15px 0;
    padding-bottom: 50px;
  }
}
footer .footer-strip .content .copy_right {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  footer .footer-strip .content .copy_right {
    padding: 0;
  }
}
footer .topStriMvr {
  position: relative;
  display: block;
  padding: 25px 0px;
  background-image: linear-gradient(to right, #555, #141414);
}
footer .topStriMvr .flex {
  align-items: center;
}
footer .topStriMvr .col {
  flex: 0 1 50%;
  max-width: 50%;
  position: relative;
}
footer .topStriMvr .col:last-child {
  text-align: right;
}
footer .topStriMvr .col ul {
  display: flex;
}
footer .topStriMvr .col ul li {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
footer .topStriMvr .col ul li .Crlsmvr {
  position: relative;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
}
footer .topStriMvr .col ul li a {
  color: #fff;
  margin-left: 1rem;
  font-size: 18px;
}
footer .topStriMvr .col .ScmediaSwm {
  text-align: right;
  display: inline-block;
}

.chatbot-popup {
  position: fixed;
  bottom: 90px;
  right: 35px;
  opacity: 0;
  pointer-events: none;
  margin: 10px 0;
  width: 350px;
  overflow: hidden;
  transform: scale(0.2);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
  z-index: 111;
}
.chatbot-popup .chat-header {
  background: #9CAF88;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
}
.chatbot-popup .chat-header .header-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.chatbot-popup .chat-header .header-info h2 {
  font-size: 20px;
  color: #fff;
}
.chatbot-popup .chat-header .header-info img {
  border-radius: 100%;
  border: 2px solid #fff;
  max-width: 50px;
}
.chatbot-popup .chat-header button {
  outline: none;
  border: none;
  background: none;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: 0.2 ease;
}
.chatbot-popup .chat-header button:hover {
  background: #9caf88;
}
.chatbot-popup .chatbot-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 240px;
  overflow-y: auto;
  padding: 25px 20px;
  scrollbar-width: thin;
  scrollbar-color: #9CAF88 transparent;
}
.chatbot-popup .chatbot-body .message {
  display: flex;
  gap: 10px;
  align-items: center;
}
.chatbot-popup .chatbot-body .message .message-text {
  background: #9CAF88;
  padding: 5px 10px;
  color: #2e2d2d;
  max-width: 75%;
  font-weight: 400;
  word-wrap: break-word;
  white-space: pre-line;
  font-size: 0.95rem;
  line-height: 1.3;
}
.chatbot-popup .chatbot-body .message.bot-message img {
  border-radius: 100%;
  width: 40px;
  border: 2px solid #9CAF88;
  flex-shrink: 0;
  align-self: flex-start;
}
.chatbot-popup .chatbot-body .message.bot-message .message-text {
  background: rgb(197, 213, 181);
  color: #2e2d2d;
  border-radius: 10px 10px 10px 2px;
}
.chatbot-popup .chatbot-body .message.user-message {
  flex-direction: column;
  align-items: flex-end;
}
.chatbot-popup .chatbot-body .message.user-message .message-text {
  border-radius: 10px 10px 2px 10px;
}
.chatbot-popup .ai-sugesstion {
  padding: 8px 20px;
}
.chatbot-popup .ai-sugesstion span {
  background: rgba(156, 175, 136, 0.7294117647);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 27px;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.3;
  cursor: pointer;
}
.chatbot-popup .chat-footer {
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
}
.chatbot-popup .chat-footer #chat-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  outline: 2px solid #c2c2c2;
}
.chatbot-popup .chat-footer #chat-form:focus-within {
  outline: 2px solid #9CAF88;
}
.chatbot-popup .chat-footer #chat-form #chat-input {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  font-size: 0.95rem;
}
.chatbot-popup .chat-footer #chat-form #chat-input:valid ~ button {
  display: block;
}
.chatbot-popup .chat-footer #chat-form button {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  outline: none;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-right: 8px;
  background: #9CAF88;
  border: none;
  display: none;
  color: #fff;
}

#chatbot-toggler {
  position: fixed;
  bottom: 30px;
  right: 35px;
  border: none;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(156, 175, 136, 0.8274509804);
  border-radius: 50%;
  z-index: 11;
  transition: all 0.2s ease;
  overflow: hidden;
  animation: bounce 1.5s infinite, glow 2s infinite alternate;
}
#chatbot-toggler span {
  position: absolute;
  color: #fff;
}
#chatbot-toggler span img {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 15px rgba(156, 175, 136, 0.76), 0 0 30px rgba(198, 227, 35, 0.4);
  }
  100% {
    box-shadow: 0 0 25px #b7d497, 0 0 50px #cfff9b;
  }
}
.container.show-chatbot .chatbot-popup {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.container.show-chatbot #chatbot-toggler {
  transform: rotate(90deg);
  animation: none;
  height: 50px;
  width: 50px;
}
.container.show-chatbot #chatbot-toggler span:first-child {
  opacity: 0;
}
.container.show-chatbot #chatbot-toggler span:last-child {
  opacity: 1;
}

#chatbot-toggler span:last-child {
  opacity: 0;
}

.privacy {
  padding: 40px 0;
  position: relative;
}
.privacy h2, .privacy h3, .privacy h5 {
  margin: 20px 0;
  line-height: 1.5;
}
.privacy p {
  margin-bottom: 15px;
}
.privacy b {
  font-weight: 600;
}
.privacy table, .privacy th, .privacy tr, .privacy td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
}
.privacy table th, .privacy th th, .privacy tr th, .privacy td th {
  font-weight: 500;
}
.privacy table span, .privacy th span, .privacy tr span, .privacy td span {
  display: block;
}
.privacy ul {
  position: relative;
  margin-left: 30px;
}
.privacy ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.privacy ul li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 9px;
  background: #9CAF88;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.list-Item {
  padding: 50px 0;
}
.list-Item .item {
  background: #f7f7f7;
  padding: 20px 0;
  margin-bottom: 15px;
}
.list-Item .item .AsideLeft {
  flex: 0 1 33%;
  max-width: 33%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .list-Item .item .AsideLeft {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .list-Item .item .AsideLeft {
    padding: 0;
  }
}
.list-Item .item .AsideRight {
  flex: 0 1 67%;
  max-width: 67%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .list-Item .item .AsideRight {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .list-Item .item .AsideRight {
    padding: 0;
  }
}
.list-Item .item figure a {
  display: block;
  line-height: 0;
}
.list-Item .item figure a img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-Item .item .articles-details .outlet {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .list-Item .item .articles-details .outlet {
    font-size: 22px;
  }
}
.list-Item .item .articles-details .date {
  font-weight: 600;
  margin-bottom: 15px;
}
.list-Item .item .articles-details .name {
  font-size: 20px;
  margin-right: 5em;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-Item .item .articles-details .name {
    margin-right: 0;
    font-size: 18px;
  }
}
.list-Item .item .articles-details .details {
  margin-right: 5em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list-Item .item .articles-details .details {
    margin-right: 0;
  }
}
.list-Item .item .articles-details .btn-link a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  position: relative;
  background: #9CAF88;
  border-radius: 5px;
  padding: 8px 25px;
}/*# sourceMappingURL=style.css.map */