/* Globa css */
:root {
  --orange: #e65549;
  --gray: #4b4544;
  --darkgray: #4f4948;
  --lgreen: #519491;
  --lightgray: #d9d9d9;
  --lightgray2: #cfcfcf;
  --white: #ffffff;
  --black: #262626;
  --light: #f7fadc;
  --blue: #091242;
  --gray2: #1c1f35;
  --primary-font: "Montserrat", sans-serif;
  /* --secondary-font: 'Krub', sans-serif;  */
  --gap: 6rem;
}

html {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--primary-font);
}

a {
  cursor: pointer !important;
}

/* Gap */
.sec-padd-t {
  padding-top: var(--gap);
}

.sec-padd-b {
  padding-bottom: var(--gap);
}

.sec-padd {
  padding: var(--gap) 0 var(--gap) 0;
}

h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3.7rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 1.6rem;
}
.f-600 {
  font-weight: 600;
}
/* Header */

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-main-header {
  padding: 2.5rem 0;
}

.top-main-header ul {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.top-main-header li:first-child img {
  height: 50px;
}

.top-main-header li:nth-child(2) {
  margin-left: auto;
}

.top-main-header .top-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.top-main-header .top-icon p,
.top-main-header .top-icon p a {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

.top-main-header .top-icon img {
  height: 45px;
}

.top-main-header .top-icon p a:hover {
  color: var(--orange);
}

.main-header nav {
  background-color: var(--darkgray);
  padding: 0;
}

.right-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.right-nav .nav-button {
  display: flex;
}

.main-header li a {
  padding: 1.5rem 0;
  color: var(--bs-white);
  text-decoration: none;
  transition: color 0.2s ease-in;
  position: relative;
  line-height: 35px;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
  color: var(--white);
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 34%);
}
header .top-header {
  background: #fff;
}
header .navbar-nav {
  gap: 1rem;
}

.navbar-nav .nav-link:hover {
  color: var(--white);
}

.main-header li {
  height: 100%;
}

.main-header li a:hover::before,
.main-header li a.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--white);
}

.right-nav li a::before {
  display: none;
}

.nav-button a:first-child {
  background: var(--orange);
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  color: var(--white) !important;
  display: flex;
  align-items: center;
}

.nav-button a:last-child {
  background: var(--lightgray);
  padding-left: 2rem;
  padding-right: 2rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background: var(--orange);
}

.nav-button a:last-child img {
  height: 30px;
}

.top-main-header .offcanvas-header {
  padding: 1.5rem 2rem;
}

.scrlbtn {
  border: 1px solid #ccc;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
}

.scrlbtn .bottom-line,
.scrlbtn .middle-line,
.scrlbtn .top-line {
  height: 2px;
  width: 2.4rem;
  margin: 6px 0;
  display: block;
  background: var(--blue);
  transition: 0.5s;
}

.offcanvas-header .btn-close {
  padding: 1.2rem 1.7rem;
  border: 1px solid #ccc;
  width: 1.4rem;
  height: 1.4rem;
}
header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
}
header .nav-item.dropdown .dropdown-menu {
  background: var(--darkgray);
  border-radius: 0;
  min-width: 150px;
}
header .nav-item.dropdown .dropdown-menu li {
  border-bottom: 1px dashed var(--white);
}
header .nav-item.dropdown .dropdown-menu li a {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
}
header .nav-item.dropdown .dropdown-menu li a::before {
  display: none;
}
header .nav-item.dropdown .dropdown-menu li a:hover {
  background: var(--orange);
  color: var(--white);
  font-weight: 400;
}
.navbar-toggler {
  padding: 0.5rem 0.85rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border: 1px solid var(--blue);
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler-icon {
  background-image: url(../images/icons/bar-menu.svg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/icons/cross-bar.svg) !important;
  transition: all 0s !important;
}
/* Section 1 home-banner*/

.banner-text {
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  right: 6.62%;
  z-index: 9;
}

.banner-text h3 {
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
}

.banner-text h2 {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.team-alternate .col-md-3:nth-child(even) p {
  background: var(--orange) !important;
}
.button-flex {
  display: flex;
  gap: 1rem;
  justify-content: end;
  margin-top: 3rem;
}

.button-flex a {
  border-radius: 34.5px;
  background: var(--lgreen);
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.button-flex a:hover {
  background: var(--orange);
}

/* Section 2 gray-500*/

.custom-flex-div {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-flex-div .card-profile {
  flex: 0 0 auto;
  width: 45%;
  position: relative;
}

.custom-flex-div .card-profile img {
  width: 100%;
  border-radius: 50% 0 0 0;
  transition: 0.5s;
}
.custom-flex-div .card-profile:hover img {
  box-shadow: -2px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.custom-flex-div .card-profile p {
  background: var(--lightgray);
  margin-bottom: 0;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 5rem;
  color: var(--black);
  height: 60px;
  display: flex;
  align-items: center;
}

.custom-flex-div .card-profile img:last-child {
  position: absolute;
  right: -8px;
  bottom: -1rem;
  width: 42px;
  border-radius: 50%;
}

.heading-sub {
  font-size: 2.8rem;
  font-weight: 600;
}

.c-heading {
  font-size: 3.7rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.c-heading2 {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.service-slider img {
  border-radius: 3.5rem;
}

.gray-500 p {
  color: #909090;
  font-weight: 500;
}
@media (min-width: 1300px) {
  .custom-flex-div .card-profile {
    width: 40%;
  }
}

/* Section 3 green-500*/

.service-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  color: #000;
  padding-bottom: 1rem;
}
.home-licensee .black-big {
  font-size: 1.4rem;
}
.green-500 p,
.service-slider .swiper-slide {
  color: var(--lgreen);
  font-weight: 500;
}
.service-slider p {
  text-align: justify;
}

/*.swiper {*/
/*  padding-top: 2.5rem;*/
/*}*/

.swiper img {
  width: 100%;
}

.bottom-arrow .swiper-button-next,
.bottom-arrow .swiper-button-prev {
  bottom: 0;
  top: auto;
  border: 1px solid var(--lgreen);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.bottom-arrow .swiper-button-prev {
  right: 6rem;
  left: auto;
  left: 48%;
  transform: translateX(-52%);
}
.bottom-arrow .swiper-button-next {
  left: 52%;
  transform: translateX(-52%);
}

.bottom-arrow .swiper-button-next:after,
.bottom-arrow .swiper-button-prev:after {
  color: var(--black);
  font-size: 2rem;
}

.swiper.bottom-arrow {
  padding-bottom: 6rem;
}

/* Section 4 bottom-light-sec */

.link-colorfull .swiper-slide a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1.5rem 0.5rem;
  color: var(--white);
  font-weight: 500;
}

.link-colorfull .swiper-slide a:hover {
  text-decoration: underline;
}

.link-colorfull .swiper-slide:nth-child(odd) a,
.card-alternate .card-profile:nth-child(2) p,
.card-alternate .card-profile:nth-child(3) p {
  background: var(--orange);
}

.link-colorfull .swiper-slide:nth-child(even) a,
.card-alternate .card-profile:nth-child(1) p,
.card-alternate .card-profile:nth-child(4) p {
  background: var(--lgreen);
}
.home-member .swiper-slide:nth-child(odd) .card-profile p {
  background: var(--orange);
}
.home-member .swiper-slide .card-profile {
  width: 100%;
}

.bottom-light-sec {
  position: relative;
}

.bottom-light-sec::after {
  content: "";
  position: absolute;
  background: var(--light);
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
}

/* Section 5 */

.card-alternate .card-profile p {
  color: var(--white);
}

.card-alternate .card-profile {
  border-radius: 0 30% 0 0;
}

.card-alternate .card-profile:nth-child(3) {
  border-radius: 30% 0 0 0;
}

.black-big {
  font-size: 2rem;
}

.blue-style1 {
  color: var(--white);
  background: var(--blue);
  font-weight: 500;
  padding: 1.5rem 3rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.blue-style1 span {
  z-index: 1;
  position: relative;
}

.blue-style1:after {
  content: "";
  position: absolute;
  background: #1f2a69;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 20px;
  transition: all 0.2s ease-in;
  z-index: 0;
}

.blue-style1:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
  background: #1f2a69;
  border-radius: 0;
}

/* Section - 6 */

.top-head {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: var(--gray2) !important;
  background: rgba(232, 232, 232, 0.5);
  padding: 0.5rem 1rem;
  display: inline-block;
  border-left: 3px solid #ffda56;
}

.test-card {
  padding: 3rem 4rem;
  background: #f4f4f4;
}
.test-card br {
  display: none;
}

.client-info,
.client-header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.client-header {
  justify-content: space-between;
}

.client-header h4 {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 500;
}

.client-header h5 {
  color: var(--blue);
  font-weight: 500;
}

.client-header img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

.marks img {
  height: 40px;
}

.test-card p {
  color: #666c89;
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin: 2rem 0;
}

.test-card:hover {
  background: var(--blue);
  color: var(--white);
}

.test-card:hover .client-header h4,
.test-card:hover .client-header h5,
.test-card:hover p {
  color: var(--white);
}

/* .testimonial-slider .swiper-slide-next .test-card h4,
.testimonial-slider .swiper-slide-next .test-card h5,
.testimonial-slider .swiper-slide-next .test-card p {
  color: var(--white);
} */

.rating-star {
  width: 110px !important;
}

/* Section - 7 offer-banner */

.offer-banner {
  background: var(--light);
}

.offer-banner img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.offringdv .ofrimg {
  background: #d7e1e1;
  width: 80%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.offringdv:hover .ofrimg {
  background: #adc5c6;
  transform: scale(1.2);
  transition: transform 0.7s;
}

.offringdv:hover p {
  transform: scale(1.2);
  font-weight: 500;
  transition: transform 0.7s;
}

.offringdv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.offringdv p {
  color: var(--gray2);
  font-size: 13px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin-top: 1.5rem;
}

.mainofr {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Section - 8 contact-bg*/
.contact-bg {
  background: var(--blue);
  padding-top: 0 !important;
}
.wpcf7-spinner {
  display: none;
}

.tanner-form .form-control {
  padding: 0.2rem 2rem;
  color: var(--white) !important;
  background: transparent;
  border: 1px solid #4e5683;
  border-radius: 0;
  font-size: 1.6rem;
  box-shadow: none !important;
}

.tanner-form .form-control:focus {
  background: transparent;
  border: 0.5px solid #8e92aa;
}

.tanner-form .form-control::placeholder {
  color: var(--light);
  font-family: var(--primary-font);
}

.tanner-form input[type="number"]::-webkit-inner-spin-button,
.tanner-form input[type="number"]::-webkit-outer-spin-button,
.licensee-form input[type="number"]::-webkit-inner-spin-button,
.licensee-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.contact-bg .top-head {
  color: var(--white);
}

.contact-bg .top-icon {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.contact-bg .top-icon .top-info {
  margin-left: 1.5rem;
}

.contact-bg .top-icon .top-info p.cntinfo {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-bg .top-icon .top-info p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--white);
}

.contact-bg .top-icon .top-info p a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  color: var(--white);
}

.contact-bg .top-icon .top-info p a span {
  margin-left: 1rem;
}

.top-head.bg-dark-blue {
  background: rgba(232, 232, 232, 0.1);
}

/* Section - 9 bottom-section*/

.bottom-section .w-para {
  color: #666c89;
  font-family: var(--primary-font);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.bottom-section li {
  color: var(--gray2);
  font-family: var(--primary-font);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.bottom-section h4,
.bottom-section h4 a {
  color: var(--gray2);
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
  text-decoration: none;
}

.bottom-section .slider-content {
  border-left: 1px solid #d6d6d6;
  padding-left: 1.5rem;
}

.bottom-section .swiper img {
  width: 200px;
  height: 200px;
  border-radius: 0;
}

.bottom-section .main-content {
  display: flex;
  position: relative;
  gap: 1.5rem;
}

/*.bottom-section .main-content::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 0;*/
/*  top: -20px;*/
/*  width: 70%;*/
/*  height: 0.5px;*/
/*  background: #d6d6d6;*/
/*}*/

.bottom-section .blue-style1 {
  padding: 1.5rem 7rem;
}

/* Swiper */

.area-slider .swiper-slide:hover img {
  transform: scale(0.98);
  transition: transform 0.7s;
}

.area-slider .swiper-slide:hover a {
  transform: scale(0.98);
  transition: transform 0.7s;
}

.flex-img {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.flex-img img {
  height: 220px;
  width: 220px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flex-img p {
  width: 80%;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 2rem;
}
.flex-img1 p {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.flex-img1 img {
  width: 100%;
}
.blue-p p {
  color: var(--blue) !important;
}
.link-a {
  color: var(--blue);
  font-weight: 600;
  font-size: 1.8rem;
  text-decoration: none;
}
.link-a img {
  height: 16px;
}
.black-p p {
  color: var(--bs-black) !important;
}
.abs-inner {
  position: relative;
  margin-top: 3rem;
}
.abs-inner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40%;
  width: 150px;
  height: 150px;
}
.abs-inner p {
  padding-top: 2.5rem;
}
/* Footer */

.footer li,
.footer li a {
  color: var(--white);
  list-style: none;
  font-family: var(--primary-font);
  font-size: 16px;
  /*line-height: 35px;*/
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.footer .footer-p {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 25px;
}

footer .form-control:focus {
  background: transparent;
}

.sub,
.tanner-form .wpcf7-submit,
.licensee-form .wpcf7-submit {
  background: linear-gradient(
    94deg,
    #ffb629 -1.21%,
    #ffda56 58.66%,
    #ffd7a6 116.84%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 3rem;
  color: #23212a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
}

.sub:hover,
.tanner-form .wpcf7-submit:hover,
.licensee-form .wpcf7-submit:hover {
  color: #ffda56;
  background: transparent;
  border: 1px solid #ffda56;
  transition: color 0.7s, background 0.7s, border 0.7s, box-shadow 0.7s;
}

.copyright-footer {
  border-top: 1px solid #4e5683;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  /* justify-content: end; */
}

.copyright-footer p a {
  color: var(--white);
  text-decoration: none;
}
.copyright-footer p {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.topftr {
  background: #1d2651;
  padding-left: 4.5rem;
}

.topftrin {
  background: var(--blue);
}

.ftrimg img {
  width: 30%;
}

.blg {
  justify-content: start;
  margin-left: 0;
}

.csr {
  justify-content: start;
  margin-right: 5rem;
}

.blg,
.csr {
  color: #fff;
  display: flex;
}

.swiper.top-arrow-slider {
  padding-bottom: 0;
  padding-top: 12rem;
}

.swiper.top-arrow-slider .swiper-button-next,
.swiper.top-arrow-slider .swiper-button-prev {
  top: 3rem;
}

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

.blog-date img {
  height: 35px !important;
  width: 35px !important;
}

.blog-date h4 {
  color: var(--gray2);
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem;
}

.blog-date p {
  color: #666c89;
  font-size: 1.4rem;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: center;
  /* justify-content:center; */
  gap: 2rem;
  margin-top: 2rem;
}

.footer-social img {
  height: 25px;
}

.blg,
.csr {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.patner-img img {
  width: 100%;
}

.custom-auto {
  margin: 0 auto;
  margin-top: -20rem;
}

.patner-img,
.patner-img img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.patner-img h4 {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--white);
  font-size: 1.4rem;
  z-index: 1;
  margin: 0;
  width: 60%;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}

.patner-img::after {
  content: "";
  width: 100%;
  height: 55px;
  background: var(--lgreen);
  left: 0;
  bottom: 0;
  position: absolute;
}

.licensee-form input {
  font-weight: 500;
  box-shadow: none !important;
}

#accordionExample .accordion-button {
  color: #1e1b1b !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  box-shadow: none !important;
}
.accordion-collapse {
  transition: all 0.5s;
}

.list-green li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.2rem;
}

.list-green li::after {
  content: "";
  background: url(../images/check.svg) center center / cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Responsive */

@media (min-width: 320px) and (max-width: 450px) {
  .home-banner h3 {
    font-size: 1rem;
  }
    .light_gray p, .black-500 p {
        text-align: justify;
    }
	.black-500 .m-direction p{
		text-align:left;
	}
  .home-banner h2 {
    font-size: 1.3rem;
  }

  .home-banner .button-flex {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .home-banner .button-flex a {
    height: 34px;
    font-size: 1rem;
    font-weight: 500;
    width: 86px;
  }

  .home-banner .banner-text {
    right: 2%;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  .home-banner h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .home-banner h2 {
    font-size: 1.5rem;
  }

  .home-banner .button-flex {
    margin-top: 1rem;
  }

  .home-banner .button-flex a {
    font-size: 14px;
  }

  .home-banner .banner-text {
    right: 2%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .home-banner h3 {
    font-size: 1.9rem;
  }

  .home-banner h2 {
    font-size: 2.1rem;
  }

  .home-banner .button-flex {
    margin-top: 2rem;
  }

  .home-banner .button-flex a {
    font-size: 16px;
  }

  .home-banner .banner-text {
    right: 3%;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .home-banner h3 {
    font-size: 2.5rem;
  }

  .home-banner h2 {
    font-size: 3rem;
  }

  .home-banner .banner-text {
    right: 3%;
  }

  .bottom-section .w-para {
    font-size: 14px;
  }

  .bottom-section h4,
  .bottom-section h4 a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home-banner img {
    /* height: 200px; */
    object-fit: cover;
  }

  .home-banner h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cont-01-bg img {
    width: 300px !important;
  }
  .touch .suc-head {
    width: 100% !important;
  }
  .aus-form {
    margin: 0 auto;
  }

  .home-banner h2 {
    font-size: 1rem;
    font-weight: 700;
  }

  .home-banner .button-flex a {
    font-size: 1rem;
    font-weight: 500;
    width: 86px;
  }

  .home-banner {
    padding-bottom: 3rem;
  }

  .banner-text {
    width: 45%;
  }
  .copyright-footer {
    flex-direction: column-reverse;
    text-align: center;
  }
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0rem;
  }

  .top-main-header li:first-child img {
    height: 40px;
  }

  .licensee .align-items-start {
    flex-direction: column;
    gap: 4rem;
  }

  .licensee .nav-pills {
    flex-direction: row !important;
    gap: 1.5rem;
  }

  .licensee .nav-pills .nav-link {
    font-size: 1.6rem !important;
  }

  .better::after {
    right: 0 !important;
  }

  .custom-auto {
    margin-top: -5rem;
  }

  .why-img {
    width: 100%;
    height: 100% !important;
    margin-top: -2rem !important;
  }

  .t-heading {
    font-size: 2.8rem;
  }

  /*.banner-text1 {*/
  /*  width: 80% !important;*/
  /*}*/

  .banner-text1 .d-heading {
    font-size: 2.4rem !important;
  }

  .patner-img img {
    height: 100% !important;
  }

  .custom-auto .row {
    justify-content: center;
  }

  .inner-banner img {
    height: 150px;
    object-fit: cover;
  }

  .licensee .nav-pills .nav-link {
    width: 47%;
  }

  .licensee .nav-pills {
    margin-right: 0 !important;
  }

  .better-line {
    margin: 3rem 0;
  }

  footer .blg {
    margin: 2rem 0;
  }

  .patner-img h4 {
    top: 64%;
    font-size: 11px;
    height: 40px;
  }
  .patner-img::after {
    height: 40px;
  }
  .blg,
  .csr {
    font-size: 1.8rem;
  }

  .licensee .nav-link.active:after {
    transform: rotate(90deg) !important;
    left: 50% !important;
    top: 90% !important;
    bottom: 0 !important;
  }

  .card-alternate .card-profile p {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4rem;
    font-size: 1.4rem;
  }

  .custom-flex-div .card-profile img:last-child {
    bottom: -1rem;
    width: 34px;
    height: 34px;
  }
  .custom-flex-div .card-profile p {
           text-align: left;
        padding: 0.5rem 1.5rem;
        padding-right: 4rem; 
        font-size: 12px;
        justify-content: start;
  }
	.custom-flex-div .card-profile img:last-child{
		right:0;
	}
}
.bottom-light-sec .link-colorfull .swiper-slide a{
    color:#fff !important;
}

@media (min-width: 767px) {
  .bottom-light-sec .link-colorfull .swiper-slide a {
    padding: 1.5rem 1rem;
    font-size: 14px;
  }

  .blg {
    justify-content: start;
  }
}

@media (min-width: 992px) {
  .header-canvas,
  .navbar-toggler {
    display: none;
  }
  .licensee .nav-pills .nav-link:first-child {
    border-radius: 1rem 1rem 0 0 !important;
  }
  .licensee .nav-pills .nav-link:last-child {
    border-radius: 0 0 1rem 1rem;
  }
}

@media (max-width: 992px) {
  .top-main-header ul {
    margin: 0 1rem;
  }
  .navbar-collapse {
    position: fixed;
    top: -4px;
    left: 0px;
    width: 84%;
    box-shadow: 0 0 50px rgb(24 24 24 / 20%);
    -webkit-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
    -moz-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
    height: 100%;
    z-index: 999;
    transition: 0s ease-in-out !important;
    transition: 2s ease !important;
    transform: translateX(-35ch);
    transition-property: transform !important;
    transition-duration: 0.2s !important;
    transition-delay: 0.01s !important;
    background: var(--darkgray);
    padding: 1.4rem;
    color: var(--white);
	padding-top: 4rem;
  }
  .navbar-collapse.show {
    transform: translateX(0ch) !important;
  }
  header .nav-item.dropdown .dropdown-menu {
    border: none;
  }
  header .nav-item.dropdown .dropdown-menu li a {
          display: inline-block;
        width: auto;
        word-wrap: initial;
        font-size: 13px;
        padding-left: 5px;
  }
 
	.right-nav .nav-button{
		 margin-top:0 !important;
	}
	.top-info p a{
		padding-left:0 !important;
	}
  .top-icon {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
  }
  .top-icon img {
    height: 40px;
  }
  .top-icon p,
  .top-icon p a {
    margin-bottom: 0;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease-in;
  }
  .right-nav ul {
    flex-wrap: wrap;
    margin: 2.4rem 0;
  }
  header .nav-item.dropdown .dropdown-menu {
    background-color: transparent;
    margin-top: 0.8rem;
  }
  header .nav-item.dropdown .dropdown-menu li {
    border: none;
  }
  .footer .sub {
    padding: 0.5rem 2rem;
    font-size: 13px;
  }

  .footer .sub:hover {
    color: #ffda56;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    transition: color 0.7s, background 0.7s, border 0.7s, box-shadow 0.7s;
  }

  .main-header li a {
    padding: 0.5rem;
    line-height: 25px;
    display: inline-block;
    color: var(--white) !important;
  }

  .main-header nav {
    background-color: var(--blue);
    padding: 0;
  }

  header .offcanvas .main-header .navbar {
    padding: 2rem 0;
    margin-top: 1.5rem;
  }

  .right-nav .nav-button {
    margin: 1.4rem 0;
  }

  .heading-sub,
  .c-heading,
  .service-title {
    text-align: center;
  }

  .green-500 p {
    text-align: justify;
  }

  .c-heading {
    font-size: 3.2rem;
  }

  .heading-sub {
    font-size: 2.4rem;
  }

  .c-heading2 {
    font-size: 2.8rem;
  }

  .black-big {
    font-size: 1.8rem;
  }

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

  .testimonial-slider .swiper-slide-active .test-card {
    background: var(--blue);
  }
  .testimonial-slider .swiper-slide-active .test-card br {
    display: none;
  }

  .testimonial-slider .swiper-slide-active .test-card h4,
  .testimonial-slider .swiper-slide-active .test-card h5,
  .testimonial-slider .swiper-slide-active .test-card p {
    color: var(--white);
  }

  .bottom-section .main-content {
    flex-wrap: wrap;
  }

  .bottom-section .swiper img {
    width: 100% !important;
    height: 100% !important;
  }

  .blog-thumb {
    flex-basis: 100%;
  }

  .blog-date {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-left: 1rem;
  }

  .blog-date p {
    margin: 0;
  }

  .bottom-section .main-content::before {
    display: none;
  }

  .swiper.top-arrow-slider {
    padding-top: 8rem;
  }
}

@media (max-width: 450px) {
  .topftrin {
    margin-left: 1.5rem;
  }

  .bottom-section .swiper img {
    width: 100px;
    height: 200px;
    border-radius: 0;
  }
}

@media (max-width: 375px) {
  .home-banner .button-flex a {
    font-size: 9px;
    height: 25px;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .csr {
    justify-content: start;
    margin-left: 10rem;
  }
}

/* ------------- LICENSEE ---------------------------------*/

.l-heading {
  color: #1c1f35;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.93px;
}

.l-para {
  color: #888;
  font-family: var(--primary-font);
  /* font-size: 12px; */
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 21px */
}

.licensee-line {
  border-right: 6px solid;
  border-image: linear-gradient(#e65549, #d9d9d900) 30;
  height: 100%;
  width: 100%;
  padding-right: 2rem;
}

.what-bg {
  background: #f5f5f5;
}

.w-heading {
  color: #000;
  font-family: var(--primary-font);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
}

.w-tab {
  border-radius: 34px;
  background: #e8e8e8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 5rem;
}

.mentor-heading {
  color: #000;
  /* text-align: center; */
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  /* 139.286% */
  font-variant: all-small-caps;
  letter-spacing: -0.84px;
}

.tanner ul {
  padding: 0rem;
}

.tanner li {
  list-style: none;
  color: #000;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
/*   letter-spacing: -0.6px; */
}

.mentor-para {
  color: #373737;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 180% */
  letter-spacing: -0.6px;
}

.licensee .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 10px 10px 0px 0px;
  background: #519491;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 139.286% */
  letter-spacing: -0.84px;
  border-radius: 0;
}

.licensee .nav-pills .nav-link {
  border-radius: 0;
  padding: 1.6rem 0;
}

.t-heading {
  margin-bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  /*background: rgba(230, 85, 73, 0.8);*/
}

.what-sec {
  position: relative;
}

.better {
  position: relative;
}

.mentor {
  width: 70px;
  height: 70px;
}

.better::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 120px;
  border-radius: 10px;
  background: #519491;
  right: -12px;
  z-index: -1;
  top: -5%;
}

.better::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e65549;
  left: -4%;
  z-index: -1;
  top: 92%;
}

.what-sec .what-img {
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -34%;
  left: 35%;
  width: 34%;
  height: 32pc;
}

.d-heading {
  color: #1e1b1b;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1.32px;
}

.banner-text1 {
  /*text-align: right;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 50%;*/
  /*left: 50%;*/
}

.banner-text1 .d-heading {
  font-size: 27px;
}

.banner-text1 p {
  font-size: 17px;
  text-align: center;
}

.why-img {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -15rem;
  z-index: -1;
  position: relative;
}

.better-line {
  height: 6px;
  line-height: 0px;
  border: none;
  background: linear-gradient(270deg, #e65549 50%, rgba(230, 85, 73, 0) 99.14%);
}

.licensee .nav-pills .nav-link {
  /* border-radius: 0px 0px 10px 10px; */
  border-bottom: 1px dashed #fff;
  background: #e9554a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 30px;
  letter-spacing: -0.84px;
  padding: 1.45rem 1rem;
  position: relative;
}

.form-bg {
  background: var(--blue);
}

.form-bg .form-control {
  background: var(--white);
}

.form-bg .form-control::placeholder {
  color: #1e1b1b;
  font-family: var(--primary-font);
}

.asked-bg {
  background: #f4f5f6;
}

.accordion-button {
  font-size: 2rem;
  padding: 2rem;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding: 1.5rem;
  font-weight: 500;
}

.accordion-body {
  color: #000;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  padding: 1.5rem;
  padding-top: 0.5rem;
}

/*.accordion-button::after {*/
/*  background-image: url(/images/license-download.png);*/
/*}*/

/*.accordion-button:not(.collapsed)::after {*/
/*  background-image: url(/images/license-download.png);*/
/*}*/

.accordion-item {
  margin-bottom: 1rem;
}

.form-control {
  padding: 0.5rem 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5;
}

.banner-bg {
  background: url(../images/bannerbg.webp) center center / cover no-repeat;
}

.licensee .nav-link.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0000000d;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #519491;
  transform: translateY(-50%);
}

.fa-check::before {
  color: #fff;
  background: #00d289;
  border-radius: 50%;
  font-size: 14px;
  padding: 0.2rem 0.4rem;
}

.better-para {
  color: #1e1b1b;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
/*   letter-spacing: -0.69px; */
}

.tanner h5 {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .licensee-line::after {
    height: 0;
    width: 0;
  }

  .t-heading {
    padding: 2rem;
  }

  .better::before {
    left: 2%;
    top: 90%;
  }
  .cont-head {
    font-size: 2.5rem;
    font-weight: 600;
  }
  .location-img1 img {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .better::before {
    left: -4%;
    top: 36%;
  }

  .card1 {
    margin-top: 3rem !important;
  }
  .swiper-set .no-2 {
    font-size: 2.96rem;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .better::before {
    left: -3%;
    top: 66%;
  }
}

/* Service page */

.get-btn {
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--bs-white);
  padding: 12px 25px;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  gap: 0;
  transition: all 0.5s;
  text-decoration: none;
  justify-content: center;
}
.get-btn img {
  filter: brightness(0) invert(1);
}
.get-btn:hover {
  background: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--orange);
}
.get-btn:hover img {
  filter: brightness(1) invert(0);
}

.meet-section {
  background: #f7f7f7;
}

.meet-section h4, .heading_4 {
  color: #e65549;
  position: relative;
}

.meet-section h4::before, .heading_4:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #519491;
  bottom: -7px;
  left: 0;
  max-width: 275px;
}
.meet-section .heading_4{
	    font-size: 2.6rem;
}

.get-section {
  background: #e65549;
}

.get-section p,
.get-section h4 {
  color: var(--bs-white);
}

.about-service {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.about-service .container {
  overflow-x: visible;
}
.about-service ul li {
  color: #fff;
}

.card1 {
  background: #519491;
  position: absolute;
  margin-top: 8rem;
  padding: 3.5rem 1.4rem;
  width: 100%;
}

.card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.shades {
  position: relative;
  font-size: 2rem;
}

.shades::after {
  height: 9px;
  top: -16px;
  left: -14px;
  border-radius: 0 5px 5px 0;
  content: "";
  background: #e65549;
  position: absolute;
  max-width: 310px;
  width: 100%;
}

.about-card-para {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 200;
}

.our-head {
  color: #5e5b5c;
  text-transform: uppercase;
}

.serve-banner h3 {
  color: #5e5b5c;
  font-weight: 400;
}

.serve-banner h2 {
  font-weight: 600;
  color: #5e5b5c;
}

.banner-text-serve {
  position: absolute;
  top: 16%;
}

.swiper-set h3 {
  font-size: 3.1rem;
  color: #e65549;
  position: relative;
}

.swiper-set h3::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #197c92;
  height: 3px;
  left: 5px;
  top: 100%;
  max-width: 60px;
}

/*.swiper-set .no-1::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(../images/one.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  left: 47%;*/
/*  top: -4px;*/
/*  width: 100%;*/
/*  height: 130%;*/
/*}*/

/*.swiper-set .no-2::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(../images/two.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  left: 65%;*/
/*  top: -4px;*/
/*  width: 100%;*/
/*  height: 130%;*/
/*}*/

/*.swiper-set .no-3::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(../images/three.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  left: 60%;*/
/*  top: -4px;*/
/*  width: 100%;*/
/*  height: 130%;*/
/*}*/

.swiper-set p {
  margin-top: 4rem;
  font-size: 1.6rem;
  color: #888888;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e9554a;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 30px;
  transition: width 0.5s;
  border-radius: 5px;
  border-radius: 0;
  background: #9d9a95;
  border: 1px solid transparent;
}

/* Contact page */

.contact-middle {
  /* background: #eaeaea; */
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  text-transform: uppercase;
}

.contact-middle .location-img1 {
  background: linear-gradient(90deg, #519491 0%, #197c92 100%);
  padding: 0.5rem;
  border-radius: 5px;
}

.contact-middle .location-img1 img {
  width: 20px;
  height: 20px;
}

.contact-middle h5 {
  color: #535353;
  margin-left: 1rem;
}

.tanner-contact {
  background: #f5f5f5;
}

.tanner-contact .top-icon {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-top: 2rem;
}

.tanner-contact .top-icon img {
  width: 40px;
}

.tanner-contact .top-info a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}

.cont-phone {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.2rem;
}

.tanner-contact .top-info p {
  color: #000 !important;
}
.tanner-contact .top-info .cont-phone {
  color: #969696 !important;
}

.cont-head {
  color: #5e5b5c;
  font-weight: 600;
}

.font-set {
  font-weight: 500;
}

.cont-form .form-control {
  border: none;
  border-bottom: 1px solid #000;
  background: #d9d9d9 !important;
  padding: 0.5rem 1rem;
  font-weight: 400;
  border-radius: none !important;
  color: #000 !important;
  border-radius: 4px;
}

.cont-form .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.cont-form .form-control::placeholder {
  color: #9a9a9a;
}
.map-link {
  text-decoration: none;
}
.about-service .card1 h4 {
  padding: 1rem;
}
.about-service .card1 p{
    padding:0 1rem;
}
.about-service .card1 ul {
  margin: 1rem;
}
.about-service .card1 ul li {
  margin-bottom: 0.5rem;
}
#wpcf7-f277-o1 {
  background: #091242;
  padding:2rem  3rem;
  color: #fff;
}
#wpcf7-f277-o1 .text-dark {
  color: #fff !important;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .swiper.bottom-arrow {
    /*padding-right: 1rem;*/
    padding-right: 0rem;
  }
}
@media (max-width: 500px) {
  .serve-banner .banner-text-serve h3 {
    top: 5%;
    font-size: 1rem;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .serve-banner .banner-text-serve h3 {
    top: 5%;
    font-size: 2rem;
  }
}

@media (min-width: 767px) and (max-width: 950px) {
  .serve-banner .banner-text-serve h3 {
    top: 5%;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .swiper-set h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1300px) {
  .swiper-set h3 {
    font-size: 3.4rem;
  }
}
@media (min-width: 375px) and (max-width: 450px) {
  .swiper-set h3 {
    font-size: 3rem;
  }
}

/* my css */

.page-banner {
  height: 300px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover, 0 !important;
  position: relative;
}
/*.page-banner::after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 101%;*/
/*  background: linear-gradient(to right, white 30%, #add8e600 78%) left;*/
/*  background-size: 100%;*/
/*}*/
.page-banner-text {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 45%;
  padding: 1.5rem 3rem;
}
.page-banner-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(to right, #111c55 50%, #add8e600 78%) left;
  background-size: 100%;
}
.page-banner-text h3 {
  font-weight: 500;
  font-size: 2.7rem;
  position: relative;
  z-index: 1;
}
.page-banner-text h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.inner-heading {
  color: var(--orange);
  font-size: 2.8rem;
  font-weight: 600;
}
.bg-light-yellow {
  background: #f1f2e6;
}
.para-big p {
  font-size: 1.4rem;
  color: #000;
}
.para-big p b {
  font-weight: 600;
}
.green-row {
  background: var(--lgreen);
  padding: 8rem !important;
}
.white-text,
.white-text.para-big p {
  color: var(--white);
}
.white-text.para-big h4 {
  font-weight: 600;
}
.orange-bg {
  background: url(../images/bg-offer1.webp) center center / cover no-repeat;
  position: relative;
}
.orange-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e65549de;
}
.orange-bg .col-md-12 {
  z-index: 1;
}
.list-steps .img-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 1rem;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0 auto;
}
.list-steps {
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.list-steps::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}
.list-steps .img-step img {
  width: 100%;
}
.list-steps p {
  padding-top: 1rem;
  font-size: 1.5rem;
}
.hover-step {
  transition: all 0.5s;
}
.hover-step:hover {
  transform: scale(1.2);
}
.angle-img {
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  width: 100%;
}
.full-div-space {
  padding: 4rem;
  padding-right: 10rem;
}
.row-after-border .row {
  position: relative;
}
.row-after-border .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 95%;
  background: var(--orange);
  z-index: -1;
}
.specilist-slider.bottom-arrow .swiper-button-next,
.specilist-slider.bottom-arrow .swiper-button-prev {
  top: 3rem;
  bottom: auto;
}
.specilist-slider.swiper.bottom-arrow {
  padding-bottom: 0;
  padding-top: 8rem;
}
.specilist-slider .swiper-slide:hover img {
  transform: scale(1);
}
.hover-div {
  position: absolute;
  bottom: -15rem;
  padding: 1.5rem 2rem;
  width: 100%;
  transition: all 0.5s;
}
.hover-div a {
  color: var(--orange);
  font-size: 1.8rem;
  z-index: 1;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.specilist-slider .swiper-slide:hover .hover-div {
  bottom: 1rem;
}
.specilist-slider .swiper-slide:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    0% 100%,
    0% 0%,
    from(rgb(178 179 179)),
    to(rgba(255, 255, 255, 0))
  );
  background: (
    linear,
    0% 100%,
    0% 0%,
    from(rgb(178 179 179)),
    to(rgba(255, 255, 255, 0))
  );
  transition: all 0.5s;
}
.uppar-box {
  background: #f2f3e7;
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
  max-width: 50%;
  width: 50%;
  padding: 6rem;
}
.heading-3 {
  font-size: 2rem;
  font-weight: 600;
}
.red-h4 {
  color: var(--orange);
  font-weight: 500;
  font-size: 2rem;
}
.life-section p {
  color: var(--black);
}
.orange-box {
  text-align: center;
  /*box-shadow: rgba(187, 188, 178, 1) 0px 3px 1px 0px, rgba(187, 188, 178, 1) 0px 3px 7px -3px;*/
  /*background: var(--white);*/
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 1rem;
  transition: all 0.5s;
}
.orange-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lgreen);
  transition: all 0.5s;
  border-radius: 50%;
  padding: 1.2rem;
}
.orange-box p {
  flex-basis: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  transition: all 0.5s;
}
.orange-box img {
  height: 40px;
  transition: all 0.5s;
}
.orange-box:hover .orange-icon {
  background: var(--orange);
}
.orange-box:hover p {
  /*color: var(--white);*/
}
.orange-box img {
  filter: brightness(0) invert(1);
}
.orange-box:hover {
  transform: scale(1.3);
}
.icon-slider {
  padding: 4rem 0 6rem 0;
}
.icon-slider:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 100%;
  height: 5px;
  background: rgb(245, 247, 247);
  background: linear-gradient(
    90deg,
    rgba(245, 247, 247, 1) 0%,
    rgba(102, 159, 157, 1) 50%,
    rgba(231, 237, 237, 1) 100%
  );
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .green-row {
    padding: 6rem;
  }
  .flex-img p {
    width: 75%;
  }
}

@media (max-width: 992px) {
  .list-steps::after {
    display: none;
  }
  .full-div-space {
    padding: 4rem;
  }
  .flex-img p {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .card1 {
    position: relative;
    margin-top: 3rem;
  }
  .about-service {
    background-position: bottom center;
  }
  .reverse-gap .row {
    flex-direction: column-reverse;
  }
  .green-row {
    padding: 4rem;
  }
  .page-banner {
    height: 210px;
  }
  .page-banner-text h2 {
    font-size: 3rem;
  }
  .page-banner-text h3 {
    font-size: 2.2rem;
  }
  .inner-heading {
    font-size: 2.4rem;
  }
  .para-big p {
    font-size: 1.4rem;
  }
  .uppar-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    transform: translate(0, -8%);
    padding: 4rem;
    padding-bottom: 6rem;
  }
  .flex-img img {
    top: 29%;
    transform: translateY(-100%);
    left: 20%;
  }
  .flex-img {
    margin-top: 6rem;
  }
  .flex-img p {
    width: 100%;
    padding-top: 8rem;
  }
  .abs-inner {
    margin-top: 8rem;
  }
  .abs-inner p {
    padding-top: 0;
  }
  .abs-inner img {
    top: -35%;
  }
  .home-banner .button-flex {
    margin-top: 1rem;
    gap: 0.2rem;
  }
  .green-row {
    padding: 2rem !important;
  }
  .white-text.para-big h4 {
    font-size: 2.2rem;
  }
  .home-licensee.team-alternate .col-md-5:nth-child(3) {
    order: 2;
  }
}

/* blog details */
.blog-details h1 {
  color: var(--orange);
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-weight: 600;
}

.blog-details .blog-img img {
  height: 400px;
  margin-bottom: 2rem;
}
.blog-details h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 2rem 0;
}
.blog-details h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2rem 0;
}
.blog-details h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 2rem 0;
}

.blog-details h5 {
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem 0;
}

.blog-details h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
}
.blog-details p {
  text-align: justify;
}
.blog-details a {
  color: var(--orange);
  text-decoration: none;
}

.blog-details .recent-post li {
  border-bottom: 1px solid var(--orange);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-details .recent-post li a {
  color: var(--gray2);
  font-weight: 500;
}

.home-licensee {
  background: #f4f4f4;
}
.home-banner .position-relative:after {
  content: "";
  background: linear-gradient(to right, #e1e1e138 0%, #bebebe70 100%) left;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

@media (max-width: 1200px) {
  .bottom-arrow .swiper-button-prev {
    left: 47%;
    transform: translateX(-50%);
  }
  .bottom-arrow .swiper-button-next {
    left: 54%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .bottom-arrow .swiper-button-prev {
    left: 45%;
    transform: translateX(-50%);
  }
  .bottom-arrow .swiper-button-next {
    left: 60%;
    transform: translateX(-50%);
  }
}

/* about pages css */

.bg-gray2 {
  background: #f4f4f4;
}
.after-border {
  position: relative;
  padding-bottom: 2.6rem;
}
.after-border::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 3px;
  background: var(--orange);
  bottom: 0;
  transform: translateY(-50%);
}
.blue-heading {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.right-row {
  text-align: right;
}
.right-row .after-border::after {
  right: 0;
  left: auto;
}
.white-box {
  background: var(--white);
  padding: 6rem;
  position: relative;
  z-index: 1;
}
.top-head {
  font-weight: 500;
}
.white-box p {
  color: #464646;
  font-weight: 500;
}
.white-box p a {
  color: #464646;
}
.after-blue-bottom {
  position: relative;
}
.after-blue-bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--blue);
  bottom: 0;
  z-index: 0;
}
.bg-gray2 .container {
  padding-bottom: 4rem;
}
.bg-img-black {
  padding: 10rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-img-black > div {
  position: relative;
  z-index: 1;
  color: var(--white);
  text-align: center;
}
.bg-img-black h2 {
  font-weight: 500;
}
.bg-img-black p {
  margin-bottom: 0;
}
.m-button a {
  background: var(--white);
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1.5rem 7rem;
  padding-bottom: 1.7rem;
  transition: all 0.5s;
}
.m-button a:hover {
  background: var(--blue);
  color: var(--white);
}

.bg-img-black::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.sub-tag {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
}
.clip-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%);
}

/*.faq-accordion .accordion-item{*/
/*background: transparent !important;*/
/*border: none !important;*/
/*margin-bottom: 2rem;*/
/*}*/
/*#accordionExample.faq-accordion .accordion-button{*/
/*background: transparent !important;*/
/*box-shadow: none !important;*/

/*font-size: 1.6rem !important;*/
/*padding-bottom: 0 !important;*/
/*padding-top: 0 !important;*/

/*}*/
/*#accordionExample.faq-accordion .accordion-button::after{*/
/*  display: none;*/
/*}*/
/*#accordionExample.faq-accordion .accordion-button.collapsed{*/
/*   border-left: 3px solid var(--lgreen);*/
/*   color: #000 !important;*/
/*}*/
/*#accordionExample.faq-accordion .accordion-button{*/
/*  border-left: 3px solid var(--orange);*/
/*  color: var(--orange) !important;*/

/*}*/
/*#accordionExample.faq-accordion .accordion-collapse.collapse.show{*/
/*  border-left: 3px solid var(--orange);*/

/*}*/
/*#accordionExample.faq-accordion p{*/
/*  color:#2E2E2E;*/
/*  font-weight: 400;*/
/*}*/

.banner-tag img {
  width: 100%;
}
.banner-tag {
  position: relative;
}
.banner-tag h2 {
  display: inline-block;
  background: rgb(255 255 255 / 80%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 2.5rem;
  padding: 0.8rem 3rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.legal-support-sec {
  position: relative;
  background: url(../images/legal-support-bg.webp) center center / cover
    no-repeat;
}
.legal-support-sec h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
.legal-support-sec:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(230 85 73 / 85%);
  position: absolute;
  z-index: 0;
}
.legal-support-sec .icon-slider:after {
  background: linear-gradient(
    90deg,
    rgba(245, 247, 247, 1) 0%,
    #d9cece 50%,
    rgba(231, 237, 237, 1) 100%
  );
}
.legal-support-sec .orange-icon {
  background: #d9d9d9 !important;
}
.legal-support-sec .orange-box img {
  filter: brightness(1) invert(0);
}
.legal-support-sec .icon-slider:after {
  top: 33%;
}
.legal-support-sec .orange-box p {
  color: var(--bs-white);
}
.legal-support-sec .swiper-pagination-bullet {
  background: #273270;
}
.legal-support-sec .swiper-pagination-bullet-active {
  background: #ffffff;
}
.about-member .col-md-8 p img {
  height: 40px;
  width: 40px;
}

.legal-client-div {
  background: #519491;
  border-radius: 2rem;
  padding: 6rem;
  position: relative;
}
.legal-client-div h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.legal-client-div h4 img {
  height: 40px;
  width: 40px;
}
.legal-client-div h2 {
  margin-top: 3rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
}
.legal-client-div h3 img {
  height: 140px;
  padding: 2rem 0;
}
.legal-client-div .client-pic img {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: -33%;
  height: 300px;
  width: auto;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.5s;
}

.legal-client-div .client-pic:hover img {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
}
.legal-client-div .client-info {
  display: block;
  color: #fff;
}
.legal-client-div .client-info p,
.legal-client-div .client-info p a {
  color: #fff !important;
}
.legal-client-div.div-01 p,
.legal-client-div.div-01 h3,
.legal-client-div.div-01 h2,
.legal-client-div.div-01 a{
  text-align: right;
}
.legal-client-div .client-info h3 {
  font-weight: 600;
  font-size: 2.2rem;
}
.client-p-legal p {
  color: #000000 !important;
  font-weight: 500;
}
.legal-client {
  width: 70%;
}
.client-p-legal img {
  height: 40px;
  margin-bottom: 2rem;
}
.clip-div {
  position: relative;
  overflow: hidden;
}

.clip-div:after {
  content: "";
  position: absolute;
  top: 0;
  height: 136%;
  width: 3px;
  background: #e9554a;
  rotate: 145deg;
  left: 22%;
  transform: translate(58%, 19%);
}
.accordion-item br {
  display: none;
}
.accordion-button::after {
  transition: none;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  font-weight: 600;
}
.meet-section p {
  font-weight: 500;
}
.meet-section .card-profile img {
  border-radius: 1.5rem;
  transition: all 0.5s;
}
.meet-section .card-profile img:hover {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
}
.about-client {
  position: relative;
}
.about-client a {
  position: absolute;
  bottom: -1rem;
  right: 0;
}
.right-row .about-client a {
  left: 0;
  right: auto;
}
.about-client a img {
  height: 42px;
}
.cont-form .text-dark {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .legal-client-div .client-pic img {
    height: 300px;
  }
  .legal-client {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .legal-client-div .client-pic img {
    height: auto;
    width: 100%;
    transform: translateY(0%);
    position: relative;
    right: 0;
    margin-bottom: 2rem;
  }

  .div-01 h2 {
    text-align: start;
    width: 100% !important;
  }
  .legal-client-div.div-01 p,
  .legal-client-div.div-01 h3,
  .legal-client-div.div-01 h2,.legal-client-div.div-01 a {
    text-align: left;
  }

  .legal {
    width: 100% !important;
    text-align: start !important;
  }

  .div-01 .legal-client {
    width: 100% !important;
    display: block !important;
  }
  .legal-client {
    width: 100%;
  }
  .legal-client-div {
    padding: 3rem;
  }
  .legal-client-div h2 {
    font-size: 2.2rem;
  }
  .legal-client-div h3 img {
    height: 110px;
  }
  .client-p-legal {
    padding: 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-banner {
    background-size: 0, cover !important;
    background-repeat: no-repeat !important;
  }
  .about-client a {
    left: 0;
    right: auto;
  }
  .legal-support-sec h2 {
    font-size: 2.4rem;
  }
  .banner-tag img {
    height: 200px;
    object-fit: cover;
  }
  .right-row {
    flex-direction: column-reverse;
  }
  .right-row {
    text-align: left;
  }
  .right-row .after-border::after {
    right: auto;
    left: 0;
  }
  .white-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bg-gray2 .container {
    padding-bottom: 0rem;
  }
  .mentor {
    width: 55px;
    height: 55px;
  }
}

.licensee-form .form-control {
  font-size: 17px;
}
.licensee-form .form-control::placeholder {
  color: #959494;
}
.thumb-img .patner-img {
  width: 180px;
}
.thumb-img .swiper-wrapper {
  justify-content: center;
}
.thumb-img .swiper-slide .patner-img::after {
  background: var(--orange);
}
.thumb-img .swiper-slide-thumb-active .patner-img {
  opacity: 1;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  /*transform: scale(1.3);*/
}
.thumb-img .swiper-slide-thumb-active .patner-img::after {
  background: var(--lgreen);
}
.thumbslider p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bs-black);
}
.thumb-img {
  padding: 4rem 0;
}
.tanner-form .mb-5 {
  margin-bottom: 10px !important;
}
.tanner-form .mb-5 p {
  margin-bottom: 0 !important;
}
.wpcf7-spinner {
  display: none !important;
}
@media (max-width: 767px) {
  .thumb-img .patner-img {
    width: 120px;
  }
  .thumb-img .swiper-slide-thumb-active .patner-img {
    transform: scale(1);
  }
  .thumbslider p {
    font-size: 1.4rem;
  }
  #accordionExample .accordion-button {
    font-size: 1.8rem !important;
  }
  .thumb-img .swiper-wrapper {
    justify-content: flex-start;
  }
  .m-direction {
    flex-direction: column-reverse;
  }
  .mobile-padding {
    padding-top: 2rem;
  }
  .life-section {
    padding-bottom: 10rem;
  }
}

.about-member .after-border::after {
  display: none;
}
.about-member .blue-heading {
  margin-top: 2rem;
  position: relative;
}
.about-member .after-border {
  padding-bottom: 0;
}
.about-member .blue-heading:after {
  content: "";
  background: linear-gradient(
    270deg,
    #e65549 8.49%,
    rgba(217, 217, 217, 0) 85.43%
  );
  height: 13px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 21%;
  transform: 0;
  left: 0;
}
.about-member .row:nth-child(2) .blue-heading:after {
  background: linear-gradient(
    90deg,
    #e65549 8.49%,
    rgba(217, 217, 217, 0) 85.43%
  );
}
.service-slider .swiper-slide p {
  color: var(--bs-black) !important;
  font-size: 1.4rem;
  height: 260px;
}
.service-slider.swiper.bottom-arrow {
  padding-bottom: 8rem;
}
.life-section .red-h4 {
  font-weight: 600 !important;
}
.life-section p {
  font-weight: 500 !important;
}
.bg-red-transparent {
    background:#e65549;
  /*background: rgb(255, 254, 254);*/
  /*background: linear-gradient(*/
  /*  90deg,*/
  /*  rgba(255, 254, 254, 1) 0%,*/
  /*  rgba(230, 85, 73, 1) 50%,*/
  /*  rgba(255, 254, 254, 1) 100%*/
  /*);*/
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.abs-inner1 p {
  font-weight: 500;
}
.wpcf7-form-control {
  width: 100%;
}
@media (max-width: 1300px) {
  .service-slider .swiper-slide p {
    height: 310px;
  }
}
@media (max-width: 1200px) {
  .service-slider .swiper-slide p {
    height: 410px;
  }
}
@media (max-width: 767px) {
  .about-member .row:nth-child(2) .blue-heading:after {
    background: linear-gradient(
      270deg,
      #e65549 8.49%,
      rgba(217, 217, 217, 0) 85.43%
    );
  }
  .service-slider .swiper-slide p {
    height: 290px;
  }
  .page-banner-text {
    width: 80%;
  }
  .flex-img1 p {
    padding-left: 0;
    padding: 1.5rem 0;
	font-size: 1.7rem;
  }
  .clip-img-sec .row {
    flex-direction: column-reverse;
    padding-bottom: 5rem;
  }
  .abs-inner1 img {
    height: 200px;
    margin: 0 auto;
    width: auto !important;
    display: block;
  }
  .abs-inner1 {
    padding-bottom: 1.5rem;
  }
  .tanner-form {
    width: 100%;
     flex-wrap: wrap;
  }
  .footer-social{
        width: 100%;
  }
}
/** * Optionnal */

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

/* blog page design  */
.blog-item img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
}
.blog-item h6 {
  color: var(--orange);
  font-weight: 600;
  padding: 1.5rem 0;
  margin-bottom: 0;
}
.blog-item h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.blog-item {
  margin-bottom: 1.5rem;
}
.blog-item a {
  text-decoration: none;
}
.blog-item p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #667085;
}
.heading4 {
  font-size: 2.2rem;
  font-weight: 600;
}
.all-blog .blog-item h6 {
  color: #111c55;
}
.flex-blog {
  display: flex;
  gap: 3rem;
  align-items: self-start;
}
.blog-item.flex-blog .blog-img {
  max-width: 200px;
}
.blog-item.flex-blog .blog-content {
  width: 100%;
}
.blog-img {
  width: 100%;
}
.flex-blog h6 {
  padding-top: 0;
}
.footer form .text-dark {
  color: #fff !important;
}
@media (max-width: 768px) {
  .flex-blog {
    flex-wrap: wrap;
  }
  .blog-item.flex-blog .blog-img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .client-pic-01 img {
    left: -33% !important;
  }
  .div-01 .legal-client {
    width: 100% !important;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
  }

  .div-01 h2 {
    text-align: start;
    width: 70%;
  }

  .legal {
    /*width: 93%;*/
    text-align: end;
  }
}

.founder .custom-flex-div {
  gap: 1rem !important;
  justify-content: start;
/*   height: 100%; */
}

.founder .custom-flex-div .card-profile img {
  border-radius: 0 50% 0 0;
}

.founder .custom-flex-div .card-profile {
  width: 90% !important;
}

.founder .custom-flex-div .card-profile p {
  background: var(--orange);
  color: var(--bs-white);
}

.founder .proven {
 width: 90%;
    margin-top: 1rem; 
/*     -webkit-line-clamp: 2;
    line-clamp: 2; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.get-section-01 {
  background: var(--lgreen) !important;
}

.founder .peter {
  background: var(--lgreen) !important;
}

.founder .read {
  color: var(--orange);
  text-decoration: none;
}

.modal-bio {
  text-align: center;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 1rem;
  position: sticky;
  top: 0;
}
.modal-bio .team-img {
  margin-bottom: 1.5rem;
}
.modal-bio .team-img img {
  width: 100px;
  height: 100px;
  border-radius: 10%;
  object-fit: cover;
  margin: 0 auto;
}

.modal-bio h4 {
  font-size: 1.9rem;
  font-weight: 600;
}
.modal-bio p,
.bio-info p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
}
.modal-bio-social ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.modal-bio-social ul li img {
  height: 30px;
  width: 30px;
}
.modal-body .modal-form {
  padding: 3rem;
  border-radius: 0;
  background: #fff;
  padding-top: 2rem;
}
.modal-body .modal-form p.black-big {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #111c55 !important;
  display: none;
}
.modal-body .modal-form p.black-big.extra {
  display: block;
}
.modal-body .modal-form input {
  font-size: 1.4rem;
  box-shadow: none !important;
}
.modal-body .modal-form input[type="submit"] {
  color: var(--white);
  background: var(--blue);
  font-weight: 500;
  padding: 1.2rem 2rem;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.modal-body .modal-form .mb-5 {
  margin-bottom: 2rem !important;
}
.light_gray p,
ul li,
.black-500 p {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}
p {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}
.cont input {
  background: #f8f8f8;
  padding: 1.2rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
}

.cont .form-select {
  padding: 1.2rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  color: #797f81;
}
.row.cont {
  align-items: center;
}
.arrow-01 input{
  background: #ffd87b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #000;
}
.arrow-01  p{
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.arrow-01 img {
  height: 50px;
}
.cont-01 {
  background: #f7f5f0;
  box-shadow: 10px 10px 5px -6px rgba(234, 234, 234, 1);
  border-radius: 4px;
  margin-bottom: 2rem;
}

.would {
  font-weight: 500;
  font-size: 2.3rem;
}

.cont-01-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 2rem;
  margin-bottom: 3rem;
}
.cont-01-bg img {
  width: 300px;
}

.cont-01 h5 span {
  font-size: 12px;
  color: #7c7c7c;
  font-weight: 400;
}

.rcsa {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 800;
}

.touch {
  background: #e65549;
  color: var(--bs-white);
  font-weight: 500;
  padding: 4rem 0;
}

.touch .form-select {
  padding: 1.2rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 2rem !important;
  background-color: transparent;
  color: var(--bs-white);
}

.touch .form-select option {
  color: #000 !important;
}

.touch .form-control {
  background-color: transparent;
  color: var(--bs-white);
}

.touch .form-control::placeholder {
  color: #fff;
  font-weight: 400;
}

.touch .form-001 {
  padding: 1.5rem;
  background: #f6b426;
  border: none;
  border-radius: 4px;
  font-weight: 500;
}
.touch .touch-get {
  font-weight: 400;
      padding-bottom: 1rem !important;
}
.touch .row{
        align-items: center;
}
.touch .form-control,.touch .form-select{
      font-size: 1.6rem !important;
}
.touch form .mb-5{
        margin-bottom: 2rem !important;
}
.touch form  label{
   font-size: 1.5rem !important;
     font-weight: 400;
}
.touch .suc-head {
  width: 80%;
  font-weight: 500;
}
.r-cta{
    position:absolute;
    bottom:3rem;
    right:3rem;
}
.l-cta{
    left:5rem;
    bottom:5rem;
}
.r-cta a{
    color:#fff;
    text-decoration:none;
    border:2px solid #fff;
    padding:1rem 3rem;
    font-weight:500;
     font-size: 2rem;
}
.mobile-img{
  display: none;
}
h3.modal-title {
    color: #fff !important;
}
.custom_model .modal-title{
     font-size: 2rem;
	
         color: #fff; 
    font-weight: 500;
}
.custom_model .modal-header{
        background: #e65549;
}
.custom_model .btn-close{
    filter: brightness(0) invert(1);
    opacity: 1;
}
.custom_model .modal-body{
        background: #f9f9f9;
}
    .swiper-set h3 {
        font-size: 2.4rem;
        font-weight: 600;
    }
.swiper-set h3::after{
	max-width:120px;
}
 
@media(max-width:768px){
  .r-cta a{ 
       padding:0.5rem 1rem;
       font-size: 1.4rem;
    border:1px solid #fff;
    bottom:3rem; 

  }
  .l-cta{
    left:2rem;
    bottom:4rem;
}
.mobile-img{
  display: block;
}
.about-service{
  background: none !important;
  height: auto;
}
	    .heading-sub {
        font-size: 2.2rem;
    }
        .c-heading2, .c-heading, .touch .suc-head {
        font-size: 2.8rem;
        text-align: center;
	font-weight: 600;
    }
	.m-center{
		text-align:center;
	}
	:root{
	 --gap: 4rem;
	}
	.offer-banner .row{
		justify-content:center;
	}
	.footer .footer-p{
		    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
	}
	footer .ms-auto.p-0{
		    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	}
	footer .blg{
		display:none;
	}
	.footer-social{
		padding-left:0;
		    margin-top: 3rem;
	}
	.custom-flex-div .card-profile p{
		height:40px;
	}
	.swiper-set h3{
		font-size:2.4rem;
		        font-weight: 600;
        padding-bottom: 7px;
	}
	.mobile-img img{
		width:100%;
	}
	.about-service .card1 h4{
		text-align:center;
	}
	.list-steps{
		justify-content:center;
	}
	.row-after-border .row{
		flex-direction: column-reverse;
		
	}
	.row-after-border{
		padding:0;
	}
	.blog-details h1{
		font-size:2.6rem;
	}
	.blog-details h2{
		font-size:2.4rem
	}
	.blog-details h3{
		font-size:2.2rem
	}
	.blog-details h4{
		font-size:2rem
	}
	.blog-details h5{
		font-size:1.8rem
	}
	.blog-details h6{
		font-size:1.6rem
	}
	.w-tab{
		padding:5rem 2rem;
	}
	.form-bg .text-light {
		text-align:center;
	}
	.form-bg .black-big{
		 font-size:1.6rem;
		font-weight:400;
	}
	
	.form-bg .text-light img{
		 display:none;
	}
	.cont-01-bg{
	 flex-wrap:wrap;	
	}
	.contact- .fw-normal{
		 font-size:1.6rem
	}
	.location-img1 img{
		height:auto;
	}
	.rcsa{
		font-size: 18px;
		font-weight:700;
	}
	.home-banner h2{
		text-transform:capitalize;
	}
}
.get-section-01 .c-heading2{
	color:#fff;
	text-align:center;
}
.rcsa span{
	font-weight:400;
}
.home-banner .position-relative{
	    border-bottom: 2px solid #539593;
}
 
@media (max-width:365px) {
  .custom-flex-div .card-profile p{
    height: 90px;
  }
  .banner-text {
    width: 50%;
}
}
