@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* font-family: "Plus Jakarta Sans", sans-serif; */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../webfonts/fa-brands-400.ttf") format("truetype"),
    url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Suisse Int'l";
  src: url("../webfonts/SuisseIntl-Light.eot");
  src: local("../webfonts/Suisse Int'l Light"),
    local("../webfonts/SuisseIntl-Light"),
    url("../webfonts/SuisseIntl-Light.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/SuisseIntl-Light.woff2") format("woff2"),
    url("../webfonts/SuisseIntl-Light.woff") format("woff"),
    url("../webfonts/SuisseIntl-Light.ttf") format("truetype"),
    url("../webfonts/SuisseIntl-Light.svg#SuisseIntl-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Int'l";
  src: url("../webfonts/SuisseIntl-Medium.eot");
  src: local("../webfonts/Suisse Int'l Medium"),
    local("../webfonts/SuisseIntl-Medium"),
    url("../webfonts/SuisseIntl-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/SuisseIntl-Medium.woff2") format("woff2"),
    url("../webfonts/SuisseIntl-Medium.woff") format("woff"),
    url("../webfonts/SuisseIntl-Medium.ttf") format("truetype"),
    url("../webfonts/SuisseIntl-Medium.svg#SuisseIntl-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Int'l";
  src: url("../webfonts/SuisseIntl-Thin.eot");
  src: local("../webfonts/Suisse Int'l Thin"),
    local("../webfonts/SuisseIntl-Thin"),
    url("../webfonts/SuisseIntl-Thin.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/SuisseIntl-Thin.woff2") format("woff2"),
    url("../webfonts/SuisseIntl-Thin.woff") format("woff"),
    url("../webfonts/SuisseIntl-Thin.ttf") format("truetype"),
    url("../webfonts/SuisseIntl-Thin.svg#SuisseIntl-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Int'l";
  src: url("../webfonts/SuisseIntl-Regular.eot");
  src: local("../webfonts/Suisse Int'l"),
    local("../webfonts/SuisseIntl-Regular"),
    url("../webfonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/SuisseIntl-Regular.woff2") format("woff2"),
    url("../webfonts/SuisseIntl-Regular.woff") format("woff"),
    url("../webfonts/SuisseIntl-Regular.ttf") format("truetype"),
    url("../webfonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Int'l Semi";
  src: url("../webfonts/SuisseIntl-SemiBold.eot");
  src: local("../webfonts/Suisse Int'l Semi Bold"),
    local("../webfonts/SuisseIntl-SemiBold"),
    url("../webfonts/SuisseIntl-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/SuisseIntl-SemiBold.woff2") format("woff2"),
    url("../webfonts/SuisseIntl-SemiBold.woff") format("woff"),
    url("../webfonts/SuisseIntl-SemiBold.ttf") format("truetype"),
    url("../webfonts/SuisseIntl-SemiBold.svg#SuisseIntl-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Suisse Int'l";
  font-weight: 400;
  overflow-x: hidden;
  background: #f6f2fb;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
  text-decoration: none;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input,
select,
textarea {
  width: 100%;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

p {
  font-size: var(--font18);
  line-height: 30px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

:root {
  --black: #000;
  --white: #ffffff;
  --grey: #eae7f2;
  --green: #34855b;
  --darkblue: #1c3141;
  --font60: 60px;
  --font48: 48px;
  --font40: 40px;
  --font36: 36px;
  --font34: 34px;
  --font32: 32px;
  --font30: 30px;
  --font28: 28px;
  --font24: 24px;
  --font22: 22px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;

  --radius10: 10px;
  --radius20: 20px;
  --radius30: 30px;
}

.radius_10 {
  border-radius: var(--radius10);
}

.radius_20 {
  border-radius: var(--radius20);
}

.comnpadding {
  padding: 100px 0;
}

.main_heading {
  font-size: var(--font60);
  margin-bottom: 25px;
  color: var(--black);
  line-height: 120%;
  font-weight: 400;
}

.main_heading small {
  font-size: var(--font16);
}

.comntitle {
  font-size: var(--font32);
  color: var(--green);
  margin-bottom: 50px;
  font-weight: 500;
}

.tagline {
  font-size: var(--font32);
  color: var(--green);
  font-weight: 600;
}

.comnbtn {
  font-size: var(--font20);
  text-transform: capitalize;
  font-weight: 500;
  background: var(--green);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.comnbtn::before {
  content: "";
  background: var(--darkblue);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.comnbtn:hover::before {
  transform: scale(1);
}

.comnbtn i {
  margin-left: 10px;
}

.banner .comnbtn i,
.news_text .comnbtn i {
  transform: rotate(-45deg);
}

.accordion-body .comnbtn {
  background: var(--white);
  color: var(--green);
}

.accordion-body .comnbtn:hover {
  color: var(--white);
}

/*================================= header css start here =================================*/

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #f6f2fb;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.top_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.serchbtn {
  border: none;
  background: var(--green);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 18px;
}

.serchbox {
  /* background: rgba(52, 133, 91, 0.85); */
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 5;
  top: -100%;
  left: 0;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.serchbox.show {
  top: 0;
  height: 100vh;
}

.in_search {
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.in_search input {
  font-size: 18px;
  height: 60px;
  border: none;
  border-radius: 10px;
  padding: 5px 70px 5px 15px;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.in_search button {
  font-size: 18px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  position: absolute;
  right: 4px;
  top: 0;
  background: var(--green);
  color: var(--white);
  margin: auto;
  height: 90%;
  bottom: 0;
}

.in_search i {
  position: absolute;
  font-size: 40px;
  color: var(--white);
  /* color: var(--green); */
  font-weight: 100;
  cursor: pointer;
  opacity: 0;
}

.show .in_search i {
  right: -50px;
  opacity: 1;
  animation: mymove 2s;
}

@keyframes mymove {
  from {
    transform: scale(0.1);
    transform: rotate(0deg);
  }

  to {
    transform: scale(01);
    transform: rotate(90deg);
  }
}

.header .menu_bar {
  border: none;
  background: none;
  padding: 0;
}

.header .menu_bar i {
  color: var(--green);
  font-size: var(--font_20);
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: var(--green);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.otherlink {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 20px 65px;
}

.otherlink a {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  margin-right: 50px;
  position: relative;
  padding: 5px;
}

.otherlink a:last-child {
  margin-right: 0px;
}

.otherlink a:hover {
  color: var(--green);
}

.otherlink a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.otherlink a:hover::before {
  height: 100%;
}

/*=========================================================================== 
header menu css start here 
===========================================================================*/

.bg-dark {
  padding: 15px 0px;
}

.container-fluid {
  padding: 0px 25px 0px 100px;
}

.navbar-toggler:focus {
  text-decoration: none;
  box-shadow: none;
}

.combine {
  position: absolute;
  right: 0;
  top: 55px;
  left: auto;
  z-index: 11;
  width: 33.33%;
  height: calc(100vh - 55px);
  background-color: #34855b;
  transition: right 0.3s ease;
}

.combine li {
  width: 100%;
  text-align: left;
}

.element {
  padding: 50px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  position: relative;
  right: 0;
  transition: right 0.3s ease;
}

.element a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.element a:hover::before {
  height: 100%;
}

.element a {
  text-decoration: none;
  font-size: 25px;
  color: white;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 3px 8px;
  display: block;
}

.element a:hover {
  color: #34855b;
}

.sub-element a {
  font-size: 20px;
}

.sub-element,
.sub-element2 {
  display: none;
  list-style: none;
}

ul.sub-element,
ul .sub-element2 {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  background: #2b8055;
  top: 0px;
  left: 100%;
  text-align: center;
  z-index: 10;
  padding: 75px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}

ul .sub-element2 {
  background: #277850;
}

/*=========================================================================== 
header menu css end here 
===========================================================================*/

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* SIX */

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

.hamburger_menu ul {
  position: fixed;
  right: 0;
  background: var(--green);
  width: 300px;
  padding: 15px;
}

.hamburger_menu ul li a {
  color: var(--white);
  border-bottom: 1px solid;
}

ul.list_menu2 {
  position: absolute;
  left: 30%;
}

ul.list_menu3 {
  position: absolute;
  left: 60%;
}

.menu {
  background: var(--green);
  height: calc(100vh - 80px);
  /* min-width: 300px; */
  position: fixed;
  right: -100%;
  top: 80px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  /* transform: translateX(-100%); */
  display: flex;
  gap: 30px;
}

.menu.show {
  right: -70%;
}

.menu.show.second {
  right: -37%;
}

.menu.show.second.third {
  right: 0;
}

.menu ul {
  width: 33.33%;
}

.menu a {
  color: var(--white);
  border-bottom: 1px solid;
  padding: 15px;
  display: block;
}

.list2,
.list3 {
  /* display: none; */
  position: absolute;
  top: 0;
  /* left: 30%;
    width: 30%;
    background: #34855b; */
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

ul.list2 {
  background: #28bc6b;
  left: 33%;
}

ul.list3 {
  background: #00e266;
  left: 100%;
  width: 100%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  display: inline-block;
  line-height: 10px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-toggler.show span.line1 {
  transform: rotate(45deg) translate(7px, 5px);
}

.navbar-toggler.show span.line2 {
  transform: rotate(-45deg) translate(2px, 0px);
}

span.line {
  width: 100%;
  height: 3px;
  background: green;
  display: inline-block;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*======================================= Banner Css Start Here =======================================*/

/* main {
    padding-top: 56px;
} */

.banner {
  padding: 100px 0;
}

.banner_img {
  text-align: center;
}

/*  */

.acc_part {
  padding: 70px 0 150px;
}

.accordion {
  background: #eae7f1;
  border-radius: 30px;
  overflow: hidden;
}

.accordion-button::after {
  display: none;
}

.accordion-item {
  /* color: var(--white);
    background: var(--green); */
  border-radius: 30px;
  overflow: hidden;
}

.accordion-item:hover .accordion-button {
  color: var(--white);
  background: var(--green);
}

.accordion-button {
  font-size: var(--font60);
  color: var(--black);
  background: var(--grey);
  font-weight: 400;
  padding: 30px 70px;
  text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background: var(--green);
  box-shadow: none;
  border: none;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type > .accordion-collapse,
.accordion-item:last-of-type {
  border-radius: 30px;
  border: none;
}

.accordion-body {
  background: var(--green);
  color: var(--white);
  padding: 30px 70px;
}

.accordion-body ul {
  list-style: none;
}

.accordion-body li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.accordion-body li:nth-child(even) {
  flex-direction: row-reverse;
}

.accordion-body li .imgdiv,
.accordion-body li .textdiv {
  width: calc(50% - 15px);
}

/*======================================= Footer Css Start Here =======================================*/

/* footer::before {
    content: "";
    background: url("../images/footer-top.png") no-repeat;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background-size: cover;
} */

img.footer_topimg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
}

footer {
  /* background: url("../images/footer-bg.png") no-repeat; */
  background: #d1be9e;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 70px 0 40px;
  z-index: 1;
}

.ft_link a {
  font-size: var(--font32);
  color: var(--darkblue);
  display: table;
  font-weight: 400;
  position: relative;
}

.fr_link h6 {
  font-size: var(--font16);
  color: var(--darkblue);
  font-weight: 300;
}

.fr_link a {
  font-size: var(--font18);
  color: var(--darkblue);
  display: table;
  font-weight: 400;
  position: relative;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  font-size: var(--font16);
  color: var(--darkblue);
}

.copyright a::after,
.ft_link a:after,
.fr_link a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--green);
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.copyright a {
  color: var(--darkblue);
  position: relative;
  padding-bottom: 5px;
}

.copyright a:hover::after,
.ft_link a:hover::after,
.fr_link a:hover::after {
  width: 100%;
}

.copyright a:hover {
  color: var(--green);
}

.ftlink a {
  margin-right: 50px;
}

.ftlink a:last-child {
  margin-right: 0px;
}

.chat_icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}

.team_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.team_list li {
  width: 31.5%;
}

.team_pic {
  overflow: hidden;
  border-radius: var(--radius10);
}

.team_pic img {
  width: 100%;
  border-radius: var(--radius10);
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.team_list li:hover .team_pic img {
  transform: scale(1.1);
}

.team_members_name {
  font-size: var(--font24);
  color: var(--black);
  font-weight: 500;
  text-transform: capitalize;
  margin: 15px 0 10px;
}

.team_designation {
  font-size: var(--font16);
  color: var(--darkblue);
  font-weight: 400;
}

.test_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

.client_say {
  width: 56%;
}

.client_img {
  width: 35%;
}

.client_say h5 {
  font-size: var(--font24);
  font-weight: 500;
}

.client_say h5 small {
  display: block;
  font-weight: 300;
}

.client_say p {
  font-size: var(--font48);
  line-height: 66px;
  margin-bottom: 30px;
}

.owl-dots {
  text-align: center;
  margin-top: 60px;
}

.owl-dots button span {
  width: 15px;
  height: 15px;
  background: var(--grey);
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dot.active span {
  background: var(--green);
}

.owl-nav button {
  position: absolute;
  bottom: 0;
}

.owl-nav button i {
  font-size: var(--font32);
  color: var(--green);
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button.owl-prev {
  left: 0;
}

.value_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.value_list li {
  width: 23.5%;
  background: var(--green);
  padding: 30px;
  border-radius: var(--radius10);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value_list li p {
  font-size: var(--font16);
  font-weight: 400;
  line-height: 120%;
}

.value_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.value_list li svg {
  transform: scale(0.8);
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

/* .one svg,
.three svg {
    transform: scale(0.8);
} */

.value_list li:hover .one svg,
.value_list li:hover .two svg {
  transform: rotate(180deg) scale(1);
  stroke: var(--green);
  stroke-dasharray: 3;
  stroke-width: 3px;
}

.value_list li:hover .three svg,
.value_list li:hover .four svg {
  transform: rotate(360deg) scale(1);
  stroke: var(--green);
  stroke-dasharray: 3;
  stroke-width: 3px;
}

/* .value_list li:hover .four svg {
    transform: rotate(360deg) scale(1);
} */
.value_text h4 {
  font-size: var(--font28);
  font-weight: 400;
}

.contact_video {
  position: relative;
}

.contact_video img,
.contact_video video {
  border-radius: var(--radius20);
}

.contact_video .comnbtn::after {
  content: "";
}

.contact_video .video_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f6f2fb;
  border-radius: 0 20px 0 0;
  padding: 15px 20px;
}

.contact_video .video_btn::before {
  content: "";
  background: url("../images/top-shape.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background-size: 100% 100%;
}

.contact_video .video_btn::after {
  content: "";
  background: url("../images/top-shape.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -20px;
  background-size: 100% 100%;
}

.contact_video .comnbtn {
  margin: 0;
}

.contact_video .comnbtn i {
  transform: rotate(-45deg);
}

.address_info {
  background: var(--green);
  padding: 30px;
  border-radius: var(--radius20);
  margin-top: 30px;
  color: var(--white);
}

.address_info li {
  margin-bottom: 50px;
}

.address_head {
  font-size: var(--font36);
  font-weight: 500;
  color: var(--white);
}

.address_info a {
  font-size: var(--font16);
  color: var(--white);
}

a[href^="tel:"] {
  /* text-decoration: underline; */
  border-bottom: 1px solid;
}

.follow a {
  font-size: var(--font28);
  margin: 5px;
}

.contact_details {
  background: #eae7f2;
  padding: 40px;
  border-radius: var(--radius20);
}

.contact_details h4 {
  font-size: var(--font48);
  font-weight: 400;
}

.contact_details p {
  font-size: var(--font24);
}

.input_div {
  margin-bottom: 30px;
}

.input_div label,
.custom_checkbox label {
  font-size: var(--font16);
  color: #000;
}

.input_div input {
  font-size: var(--font18);
  height: 50px;
  padding: 5px 15px;
  color: #a4adb3;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.input_div textarea {
  font-size: var(--font18);
  height: 150px;
  padding: 15px 15px;
  color: #a4adb3;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  resize: none;
}

.phon_no {
  display: flex;
  background-color: #fff;
  border-radius: var(--radius20);
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

.phon_no select {
  font-size: var(--font18);
  border: none;
  width: 70px;
  border-radius: 15px 0 0 15px;
  padding-left: 8px;
}

.phon_no input {
  border: none;
  border-radius: 0 15px 15px 0;
}

.custom_checkbox input[type="checkbox"] {
  position: relative;
  border: 2px solid var(--green);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  appearance: none;
  opacity: 0.5;
}

.custom_checkbox input[type="checkbox"]:hover {
  opacity: 1;
}

.custom_checkbox input[type="checkbox"]:checked {
  background-color: var(--green);
  opacity: 1;
}

.custom_checkbox input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

.custom_checkbox input[type="checkbox"]:checked:before {
  opacity: 1;
}

.custom_checkbox a {
  color: #000;
  border-bottom: 1px solid;
}

.contact_form {
  padding-top: 20px;
}

.contact_form button {
  font-size: var(--font20);
  font-weight: 400;
  border: none;
  border-radius: var(--radius20);
  color: var(--white);
  background: var(--green);
  display: block;
  padding: 15px;
  width: 100%;
  margin-top: 30px;
}

/* ==================================== */

/*------------*/
.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.news_text {
  padding-right: 80px;
}

.news_text p {
  font-size: var(--font20);
}

.news_text p a {
  color: #000;
}
.news_text p a {
  text-decoration: underline;
}
.news_img img {
  border-radius: var(--radius20);
  width: 100%;
}

#value_list {
  display: none;
}

/*==========================================================*/

.Acc_List {
  background: var(--grey);
  border-radius: 30px;
  overflow: hidden;
}

.Acc_List li > h2 {
  font-size: var(--font60);
  color: var(--black);
  background: var(--grey);
  font-weight: 400;
  padding: 30px 70px;
  text-transform: capitalize;
  margin: 0;
}

.Acc_List li:first-child > h2 {
  border-radius: 30px 30px 0 0;
}

.Acc_List li:last-child > h2 {
  border-radius: 0 0 30px 30px;
}

.Acc_List li .accordion-body {
  display: none;
  border-radius: 0 0 30px 30px;
}

/* .Acc_List li:first-child .accordion-body {
    border-radius: 0 0 30px 30px;
}

.Acc_List li:last-child .accordion-body {
    border-radius: 0 0 30px 30px;
} */

.Acc_List li.active .accordion-body {
  display: block;
}

.Acc_List li.active > h2,
.Acc_List li:hover > h2 {
  color: var(--white);
  background: var(--green);
}

.Acc_List li.active:last-child > h2 {
  border-radius: 30px 30px 0 0;
}

.Acc_List li.greybg .accordion-body,
.Acc_List li.greybg > h2 {
  color: var(--black);
  background: var(--grey);
}

.career_page {
  background: url("../images/career-bg.png") no-repeat #ff9d94;
  background-position: top right;
}

.career_page header {
  background: none;
}

header.career_header {
  background: #f6f2fb;
}

.career ul {
  margin-top: 100px;
}

.career li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid #ff6a5c;
  padding-bottom: 30px;
  margin-top: 30px;
}

/* .career li:last-child {
    border-bottom: none;
} */

.career h2 {
  font-size: var(--font36);
  font-weight: 500;
  color: #000;
}

.career p {
  font-size: var(--font20);
}

.career span {
  font-size: var(--font20);
  color: var(--green);
  border-radius: 30px;
  padding: 7px 30px;
  border: 2px solid;
  display: inline-block;
}

.career .comnbtn i {
  transform: rotate(-45deg);
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.news_list li {
  width: 31.5%;
  box-shadow: 0 0 10px #ddd;
  padding: 5px;
  border-radius: var(--radius10);
}
.news_list li img {
  border-radius: var(--radius10);
}
.blog_box {
  padding: 10px 20px;
}
.blog_box .card-title {
  font-size: var(--font22);
  color: var(--black);
}

.blog_box span {
  color: var(--black);
  opacity: 0.7;
  font-weight: 500;
  display: block;
  margin: 10px 0;
}

.pagination {
  margin-top: 50px;
}
.page-link {
  color: var(--black);
  font-size: var(--font20);
  padding: 7px 20px;
}
.page-link:focus {
  box-shadow: none;
  outline: none;
  background: var(--darkblue);
  color: var(--white);
  border-color: transparent;
}
.page-link:hover,
.page-link.active {
  background: var(--darkblue);
  color: var(--white);
  border-color: transparent;
}

.product_box {
  margin-bottom: 30px;
}
.product_img {
  background: #d9d9d9;
  padding: 10px;
}
.product_name {
  font-size: var(--font24);
  font-weight: 500;
  color: var(--black);
  margin-top: 15px;
}

.sidebar {
  background: #eae7f2;
  padding: 25px;
  margin-top: 95px;
  border-radius: var(--radius20);
}

.sidebar h3 {
  font-size: var(--font16);
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
.sidebar > h3 i {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--green);
  font-size: var(--font18);
  cursor: pointer;
  display: none;
}

.cate {
  margin-top: 20px;
}
.cate h3 i {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--green);
  font-size: var(--font18);
  cursor: pointer;
}
.see_more_less {
  margin-top: 20px;
  margin-left: 35px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  color: var(--black);
}
.cate .custom_checkbox {
  margin: 10px 0;
}
.cate.active .custom_checkbox {
  display: none;
}

.mobile_filter_btn {
  font-size: var(--font20);
  font-weight: 500;
  border: none;
  background: var(--green);
  color: var(--white);
  border-radius: var(--radius30);
  padding: 10px 30px;
  display: none;
  width: 100%;
  margin: 30px 0;
}

/*========================================================================*/

.news_detail_img {
  margin: 50px 0;
}
.news_detail_img img {
  width: 100%;
  border-radius: var(--radius20);
}

.style1 {
  margin: 20px 0;
}
.style1 li {
  font-size: var(--font18);
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
  font-weight: 500;
}
.style1 li::before {
  content: "\f00c";
  /* content: "\f058"; */
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--white);
  background: var(--green);
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
