/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

:root {
  --primaryColor: #7ac145;
  --bluePrimary: #0e4595;
  --blueSecondary: #1f5673;
  --blueFade: #698ea1;
  --subprimaryColor: #ed9121;
  /* --bodyBg: #0C0C0C;
	--socialBg: #242424; */
  --textColor: #282828;
  --subTextColor: #333d3e;
  /* --subTextColor:#6A6A6C; */
  --shades01: #ffffff;
  --veiwWidth: calc(100vw - 17px);
  --padding: calc(var(--veiwWidth) / 2 - 785px);
}

/* @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */

/* ********|| INITIALIZATION STARTS ||******** */
body,
html {
  width: 100%;
  line-height: 18px;
  margin: 0 auto !important;
  padding: 0 !important;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  /* -webkit-font-smoothing: subpixel-antialiased; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: var(--color01);
  background: var(--shades01);
  position: relative;
  z-index: 0;
  scroll-behavior: smooth;
}

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
  text-decoration: none;
}
input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
/* ********|| INITIALIZATION ENDS ||******** */

/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-moz-selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--primaryColor);
  color: #fff;
}

:-webkit-focus {
  outline: none !important;
}
:-moz-focus {
  outline: none !important;
}
:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:-moz-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
  color: var(--textColor) !important;
}
::-moz-input-placeholder {
  color: var(--textColor) !important;
}
::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
/* ********|| PSEUDO ELEMENTS ENDS ||******** */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  color: var(--primaryColor);
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--secondaryColor);
}
p {
  margin: 0 0 10px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 3px;
}
.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}
.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}
.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}
/* ********|| ADJUSTMENT CLASSES ENDS ||******** */

section {
  position: relative;
}
.form-group {
  position: relative;
  margin: 0 0 20px;
}
.control-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #212121;
  display: block;
}
.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--textColor);
  background: #fff;
  min-width: 50px;
  min-height: 38px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}
.form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: var(--textColor) !important;
}
.form-control:-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: var(--textColor) !important;
}
.form-control::-ms-input-placeholder {
  color: var(--textColor) !important;
}
textarea.form-control {
  resize: none;
  min-height: 100px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-checkbox .custom-checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .custom-checkbox-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-checkbox .custom-checkbox-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 2px;
}
.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 10px;
  display: none;
  color: #fff;
  text-align: center;
}
.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
  display: block;
}
.custom-checkbox
  .custom-checkbox-input:checked
  ~ .custom-checkbox-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-radio .custom-radio-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .custom-radio-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-radio .custom-radio-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.custom-radio .custom-radio-label:after {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 8px;
  display: none;
  color: #fff;
  text-align: center;
}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:after {
  display: block;
}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.input-group-text {
  background-color: transparent;
}
.doller-group {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 12px 0px 12px 12px !important;
  font-size: 16px;
}

.input-group:focus-within .input-group-text {
  border-color: var(--primaryColor);
}

/* .input-group:focus-within .form-control {
  border-color: var(--primaryColor);
} */

/* .input-group:focus-within {
  border-color: var(--primaryColor) !important;
  box-shadow: none;
} */
.border-l-0 {
  border-left: 0 !important;
}

.custom-tab {
}
.custom-tab .custom-tab-navigation {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
}
.custom-tab .custom-tab-navigation > li {
  width: auto;
  margin: 5px;
  position: relative;
}
.custom-tab .custom-tab-navigation > li > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  border-radius: 4px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-tab .custom-tab-navigation > li.active > a,
.custom-tab .custom-tab-navigation > li > a:hover {
  background-color: var(--primaryColor);
}
.custom-tab .custom-tab-content {
}
.custom-tab .custom-tab-content .custom-tab-wrap {
  display: none;
  background: transparent;
  padding: 20px 0;
}
.custom-tab .custom-tab-content .custom-tab-wrap.active {
  display: block;
}
.custom-tab .custom-tab-content .custom-tab-navigation > li > a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.custom-tab .custom-tab {
  margin-top: -20px;
}
.custom-tab .custom-tab .custom-tab-navigation {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .custom-tab .custom-tab-navigation {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .custom-tab .custom-tab-navigation {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1200px;
  }
}

/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  :root {
    --padding: 15px;
  }
  .container {
    max-width: none;
  }
  .modal-dialog {
    max-width: 700px;
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 710px) / 2);
  }
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 930px) / 2);
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1140px) / 2);
  }
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1370px) / 2);
  }
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1470px) / 2);
  }
  .container {
    max-width: 1400px;
  }
}

.modal-open {
  overflow: auto;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden !important;
}
.dropdown .dropdown-toggle {
  padding-right: 16px !important;
  position: relative;
}
.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  margin: 0;
  vertical-align: unset;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  color: var(--primaryColor);
  opacity: 1;
  margin-top: 2px;
  transition: all 0.3s ease;
}
.dropdown.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}
.dropdown .dropdown-menu {
  display: block;
  top: 100% !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.dropdown .dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}
.dropdown-menu .dropdown-item {
  display: flex;
  padding: 5px 15px;
  color: var(--secondaryColor);
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);
  color: #fff;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown .mega-dropdown-menu {
  display: block;
  width: 100%;
  top: auto !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.mega-dropdown .mega-dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  width: 200px;
  height: 200px;
}

/*////////////////////////////////////////////////////////////////*/

/* ********|| HEADER STARTS ||******** */

.background-image {
  background-image: url("../images/bg-img\ \(1\).png");
}

.bg-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .navigation .navigation-wrapper{display: flex;
  gap: 40px;
  flex-shrink: 0;}
.navigation .navigation-wrapper .navigation-header .container .brand{width: 50px; height: 50px; overflow: hidden;}
.navigation .navigation-wrapper .navigation-menu li{display: inline-block;}
.navigation .navigation-wrapper .navigation-menu li a{color: var(--bodyBg); padding: 0 20px 0 20px;} */

/* header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 9;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
}
header .brand {
  position: relative;
  height: 60px;
  transition: all 0.3s ease;
}
header .brand .logo {
  display: flex;
  width: 100%;
  height: 100%;
}
header .brand .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
header .navigation {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}
header .navigation-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  flex-shrink: 0;
  box-shadow: inset 0px -20px 50px -10px rgba(var(--shades02-rgb), 0.2);
  transition: all 0.3s ease;
}
header .navigation-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navigation-menu .menu-item {
  display: flex;
  transition: all 0.3s ease;
}
header .navigation-menu .menu-item + .menu-item {
  margin: 0 0 0 38px;
}
header .navigation-menu .menu-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--shades01);
  display: inline-flex;
  align-items: center;
  line-height: 24px;
}
header .navigation-menu .menu-link:hover,
header .navigation-menu .menu-link.active {
  color: var(--primaryColor);
}
header .navigation-menu .menu-link a.active {
  color: var(--primaryColor);
}
header .navigation-menu .menu-link:hover span:first-child img,
header .navigation-menu .menu-link.active span:first-child img {
  -moz-filter: brightness(1);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
header .language {
  position: relative;
  display: flex;
  align-items: center;
}
header .language .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  padding: 0 16px 0 0 !important;
}

header .btn-menu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--shades01);
  font-size: 30px;
}

header.scrolled {
  height: 80px;
  background-color: var(--blueSecondary);
}
header.scrolled .brand {
  position: relative;
  height: 60px;
}
header.scrolled .navigation-menu .menu-item + .menu-item {
  margin: 0 0 0 40px;
}
header.scrolled .navigation-menu .menu-link {
  font-size: 16px;
}
header.alt {
  height: 100px;
  background-color: var(--blueSecondary);
  position: sticky;
}
header.alt .brand {
  position: relative;
  height: 60px;
}
header.alt .navigation-menu .menu-item + .menu-item {
  margin: 0 0 0 40px;
}
header.alt .navigation-menu .menu-link {
  font-size: 16px;
}

.container .sblc-btn {
  background-color: var(--subprimaryColor);
  padding: 16px 30px;
  border: none;
  color: var(--shades01);
  border-radius: 8px;
  transition: 0.3s all ease;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.container .sblc-btn:hover {
  background-color: var(--primaryColor);
}
.container .sblc-btn-2 {
  background-color: var(--subprimaryColor);
  padding: 16px 30px;
  border: none;
  color: var(--shades01);
  border-radius: 8px;
  transition: 0.3s all ease;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.container .sblc-btn-2:hover {
  background-color: var(--primaryColor);
}
.gap-50 {
  gap: 50px;
}

/* .border-bottom {
  border-bottom: 1 px solid rgba(255, 255, 255, 0.582) !important;
} */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #dee2e6a1 !important;
}
/* ********|| HEADER ENDS ||******** */

/* ********|| BANNER STARTS ||******** */
.section-banner {
  position: relative;
  /* padding: 200px 0; */
  padding-top: 0px;
  display: flex;
  align-items: center;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}
.section-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.section-banner .banner-cards {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.section-banner .banner-cards .container {
  position: relative;
}
.section-banner .banner-cards .card-inner {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 700px;
}
.section-banner .banner-cards .card-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-banner .banner-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
.section-banner .banner-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  margin: 0 0 16px;
}
.section-banner .banner-subtitle {
  font-size: 30px;
  font-weight: 500;
  color: var(--shades01);
  margin: 0 0 16px;
}
.section-banner .banner-description {
  font-size: 18px;
  color: var(--shades01);
  line-height: 1.5;
  margin: 0 0 16px;
}
.section-banner .banner-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  justify-content: center;
  margin: 0;
}
.section-banner .banner-stats .stats-data {
  font-size: 78px;
  font-weight: 800;
  color: var(--shades01);
  padding-top: 0px;
  padding-bottom: 30px;
  line-height: 100px;
  margin: 0;
  font-family: "DM Sans", system-ui;
}
.section-banner .banner-stats .stats-label {
  font-size: 18px;
  color: var(--shades01);
  padding: 4px 0 4px 16px;
  border-left: 1px solid var(--primary);
  line-height: 1.5;
}
.section-banner .banner-action {
  display: flex;
  margin: 0;
  justify-content: center;
  padding: 0px 100px;
}
.section-banner .btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: var(--primary);
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: var(--shades01);
  border-radius: 4px;
  padding-top: 30px;
  font-family: "DM Sans", system-ui;
}
.section-banner .btn-action:hover {
  background-color: var(--primaryAlt);
}
.visa-wrapper {
  width: 312px;
  height: 100%;
  overflow: hidden;
}
.visa-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.frame-wrapper {
  width: 400px;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.frame-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ********|| BANNER ENDS ||******** */
/* ********|| Section-2 starts ||******** */
.section-two {
  text-align: center;
  padding: 130px 120px 70px 120px;
}
.section-two .text-sec {
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  font-family: "DM Sans", system-ui;
}
.section-two .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
}
/* ********|| section-2 ends ||******** */

/* ********|| BANNER below starts ||******** */

.banner-below .banner-text {
  padding-top: 164px;
  padding-right: 82px;
}

.banner-below .banner-text .subheading {
  font-size: 24px;
  color: var(--textColor);
  font-weight: 700;
  line-height: 34px;
  font-family: "DM Sans", system-ui;
}
.banner-below .banner-text .subheading-1 {
  font-size: 24px;
  color: var(--textColor);
  font-weight: 700;
  line-height: 34px;
  font-family: "DM Sans", system-ui;
}
.banner-below .banner-text .subheading p {
  margin-bottom: 0;
}

.banner-below .banner-text .paragraph {
  font-size: 18px;
  color: var(--textColor);
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 28px;
  font-weight: 400;
}
.banner-below .banner-text .paragraph p {
  margin-bottom: 10px;
}

.view-sample {
  background-color: var(--primaryColor);
  padding: 16px 30px;
  border: none;
  color: var(--shades01);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all ease;
  line-height: 24px;
}
.view-sample:hover {
  background-color: var(--subprimaryColor);
  color: var(--shades01);
}
/* .section-2img {
  border-radius: 8px;
  box-shadow: 0px 42px 51px -19px rgb(199 199 199);
} */

/* ********|| BANNER below ends ||******** */

/* ********|| benefits start  ||******** */
.heading-line {
  width: 76px;
  background: var(--bluePrimary);
  height: 5px;
  opacity: 1 !important;
  margin-top: 10px;
}
.benefits .heading {
  color: var(--textColor);
  font-size: 52px;
  font-weight: 600;
  padding-top: 20px;
  width: 66%;
  line-height: 64px;
  font-family: "DM Sans", system-ui;
}
.benefits .advantage-heading {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5px;
}
.benefits-img-wrapper {
  width: 80px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.benefits-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .benefits .benefits-content {
  background-color: var(--shades01);
  box-shadow: 2px 5px 11px -3px rgb(163, 163, 163);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  justify-content: center;
  border-radius: 10px;
  border-left: 6px solid var(--subprimaryColor);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
} */

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(
    3,
    1fr
  );  */
  justify-content: center;
  gap: 24px;
}
.benefits {
  padding-top: 90px;
  padding-bottom: 40px;
}
.benefits .advantage-bg {
  background-color: #e9f1f64f;
  padding-top: 60px;
  padding-bottom: 50px;
}

.benefits .benefits-section {
  width: 30%;
  border: 1px solid #bad4e3;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  justify-content: center;
  border-radius: 4px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.view-sample-big {
  background-color: var(--primaryColor);
  padding: 18px 36px;
  border: none;
  color: var(--shades01);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all ease;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.benefits .cons {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.benefits .cons h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 10px;
}
.view-sample-big:hover {
  background-color: var(--subprimaryColor);
  color: var(--shades01);
}
/* ********|| benefits END  ||******** */

/* ********|| REQUEST FORM START ||******** */
.request-form {
  padding-top: 80px;
}
.request-form .form-heading {
  font-size: 36px;
  color: var(--textColor);
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  font-family: "DM Sans", system-ui;
  line-height: 46px;
}
.request-form .form-section {
  padding-top: 50px;
  /* padding-left: 30px; */
  background-color: var(--shades01);
}
.request-form .form-section .form-padding {
  padding: 12px !important;
}
.request-form .form-section .form-radio {
  padding: 0px 0;
}
.pl-radio {
  padding-left: 50px !important;
}
.form-shadow-bg {
  background: white;
  border: 1px solid #e8e8e8;
  padding: 40px;
  border-radius: 10px;
}
.form-imgwrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.form-imgwrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  box-shadow: 0px 0px 2px 4px #dbdbdb;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url() !important;
}
.form-check-input:checked + .form-check-label {
  color: var(--primaryColor);
}
.form-check-label {
  padding-left: 8px;
}
.w-90 {
  width: 90%;
}
/* ********|| REQUEST FORM END  ||******** */
/* ********|| Requirements starts ||******** */
.requirements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.requirements .heading {
  color: var(--textColor);
  font-size: 52px;
  font-weight: 600;
  padding-top: 20px;
  line-height: 64px;
  font-family: "DM Sans", system-ui;
}
.requirements .advantage-heading {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5px;
}
.requirement-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding-top: 25px;
}
.body-sec {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: "DM Sans", system-ui;
  width: 30%;
  background-color: var(--primaryColor);
  text-align: center;
  padding: 40px 50px;
  color: var(--shades01);
  border-radius: 5px;
}
.requirements .btn {
  margin-top: 50px;
  border: 0;
  font-size: 16px;
  line-height: 24px;
}

/* ********|| Requirements ends ||******** */
/* ********|| procedures starts ||******** */
.procedure .advantage-heading {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5px;
}
.procedure .heading {
  color: var(--textColor);
  font-size: 52px;
  font-weight: 600;
  padding-top: 20px;
  width: 66%;
  line-height: 64px;
  font-family: "DM Sans", system-ui;
}
.procedure-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.procedure .procedure-section {
  width: 30%;
  background-color: var(--shades01);
  box-shadow: 0px 13px 23px -12px rgb(163, 163, 163);
  display: flex;
  flex-direction: column;
  padding: 22px;
  justify-content: center;
  border-radius: 7px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.procedure-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: #fdf4e9;
  border-radius: 5px;
}
.procedure .steps {
  padding-top: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: "DM Sans", system-ui;
}
.procedure-img-wrapper {
  width: 40px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.view-sample-big-2 {
  background-color: var(--primaryColor);
  padding: 18px 36px;
  border: none;
  color: var(--shades01);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s all ease;
  line-height: 34px;
  font-family: "DM Sans", system-ui;
}
.view-sample-big-2:hover {
  background-color: var(--subprimaryColor);
  color: var(--shades01);
}
/* ********|| procedures ends ||******** */

/* ********|| heading-form 2 starts ||******** */
.heading-icon-wrapper {
  width: 88px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.heading-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.heading-section {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

.heading-2 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--textColor);
  text-align: center;
  font-family: "DM Sans", system-ui;
}
.heading-text {
  width: 75%;
}
/* ********|| heading-form 2 ends ||******** */

/* ********|| big heading-form 2 starts ||******** */
.big-heading-icon-wrapper {
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.big-heading-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.big-heading-section {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
.big-heading-2 {
  display: flex;
  gap: 50px;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  color: var(--primaryColor);
  text-align: center;
  font-family: "DM Sans", system-ui;
}
.big-heading-text {
  width: 75%;
}
/* ********|| big heading-form 2 ends ||******** */

/* ********|| FOOTER STARTS ||******** */
.footer {
  position: relative;
  padding: 110px 0 0px 0;
  display: flex;
  align-items: center;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  margin-top: 100px;
}
.footer .footer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.footer-text {
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer-logowrapper {
  width: 130px;
  height: 77px;
  overflow: hidden;
}
.footer-logowrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-content {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 70px;
  justify-content: center;
}
.footer-menuitem {
  display: flex;
  padding: 0px 46px;
}
.footer-border {
  border-right: 1px solid var(--shades01);
}
.footer-menuitem a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--shades01);
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  color: var(--shades01);
  padding: 20px 40px 20px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.37);
}
.footer-copyright ul {
  display: flex;
  list-style: none;
}
.footer-copyright ul li {
  padding: 0px 20px;
}
.footer-copyright ul li a {
  color: var(--shades01);
}
.footer-pb {
  padding-bottom: 120px;
}

/* ********|| FOOTER ENDS ||******** */

/* ********|| MODAL STARTS ||******** */
/* .accordion-item:not(.collapsed) {
  background-color: rgb(216, 216, 216);
  color: var(--primaryColor);
} */
/* ********|| MODAL ENDS ||******** */

/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1600px) {
  .section-banner .banner-action {
    padding: 0px 36px;
  }
  .form-control {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .section-banner .banner-stats .stats-data {
    font-size: 58px;
    line-height: 75px;
  }
  .section-banner .btn-action {
    font-size: 39px;
    line-height: 48px;
  }
  .section-two .text-sec {
    font-size: 39px;
    line-height: 48px;
  }
  .banner-below .banner-text .subheading {
    font-size: 18px;
    line-height: 26px;
  }
  /* .banner-below .banner-text .paragraph {
    font-size: 14px;
    line-height: 22px;
  } */
  .benefits .benefits-section {
    font-size: 18px;
    line-height: 25px;
  }
  .big-heading-2 {
    font-size: 39px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
  .footer-menuitem {
    padding: 0px 38px;
  }
}
@media screen and (max-width: 1024px) {
  header .btn-menu-trigger {
    display: flex;
  }
  header .navigation {
    gap: 20px;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  header .navigation-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: var(--blueSecondary);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    transform: translateX(100%);
    opacity: 1;
    /* visibility: visible; */
  }
  header .navigation-wrapper.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  header .navigation-header {
    display: flex;
  }
  header .navigation-menu {
    flex-direction: column;
    overflow: auto;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 20px 0;
  }
  header .navigation-menu .menu-item {
    padding: 0 60px;
  }
  header .navigation-menu .menu-item + .menu-item,
  header.scrolled .navigation-menu .menu-item + .menu-item {
    margin: 0;
  }
  header .navigation-menu .menu-item + .menu-item .menu-link {
    border-top: 1px solid rgba(var(--primary-rgb), 0.1);
  }
  header .navigation-menu .menu-link {
    font-size: 20px;
    padding: 20px 0;
    width: 100%;
    font-weight: 400;
  }
  header .navigation-menu .menu-link.active {
    font-weight: 700;
  }
  header .navigation-menu .menu-link span:first-child {
    display: inline-flex;
  }
  header.scrolled .navigation-header {
    height: 100px;
  }
  header.scrolled .navigation-wrapper .brand {
    height: 60px;
  }
  header.scrolled .navigation-menu .menu-link {
    font-size: 20px;
  }
  header.alt .navigation-menu .menu-item + .menu-item {
    margin: 0;
  }
  header.alt .navigation-menu .menu-link {
    font-size: 20px;
    padding: 20px 0;
    width: 100%;
    font-weight: 400;
  }
  header.alt .navigation-menu .menu-link.active {
    font-weight: 700;
  }
  .footer-menuitem {
    padding: 0px 26px;
  }
  .request-form .form-heading {
    padding-top: 0px;
  }
}
@media screen and (max-width: 990px) {
  .footer-menuitem {
    padding: 0px 12px;
  }
  .view-sample-big {
    font-size: 22px;
  }
  .footer-pb {
    padding-bottom: 80px;
  }
  .col-count {
    column-count: 1;
  }
  .section-banner .banner-content {
    padding: 0 0px;
  }
  .section-banner .banner-action {
    padding: 0px 0px;
  }
  .section-two {
    padding: 90px 0px 0px 0px;
  }
  .banner-below .banner-text {
    padding-top: 138px;
    padding-right: 0px;
  }
  .benefits .advantage-bg {
    padding-top: 26px;
  }
  .body-sec {
    width: 40%;
  }
  .procedure .procedure-section {
    width: 40%;
  }
  .heading-2 {
    flex-direction: column;
    align-items: center;
  }
  .big-heading-2 {
    flex-direction: column;
    align-items: center;
  }
  .heading-text {
    width: 84%;
  }
  .big-heading-text {
    width: 90%;
  }
  .request-form {
    padding-top: 38px;
  }
}
@media screen and (max-width: 990px) and (orientation: landscape) {
  .section-banner .banner-stats .stats-data {
    font-size: 36px;
    line-height: 43px;
  }
  .frame-wrapper {
    width: 190px;
  }
  .section-banner .btn-action {
    font-size: 25px;
    line-height: 30px;
    padding-top: 0px;
  }
  .section-banner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}
@media screen and (max-width: 600px) {
  .gap-50 {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-banner .banner-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    visibility: visible;
  }
  .section-banner .banner-image {
    display: none;
  }
  header .btn-menu-trigger {
    font-size: 26px;
  }
  header.scrolled .brand {
    height: 40px;
  }
  header.scrolled {
    height: 60px;
  }
  .section-banner .btn-action {
    padding: 0;
    font-size: 32px;
    line-height: 42px;
  }
  .section-two .text-sec {
    font-size: 32px;
    line-height: 42px;
  }
  .section-two {
    padding: 64px 0px;
  }
  .section-two .description {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-below .banner-text {
    padding-top: 0px;
  }
  .benefits .heading {
    width: 100%;
  }
  .banner-below .banner-text .subheading {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-below .banner-text .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  header .brand {
    height: 40px;
  }

  .footer-menu {
    flex-wrap: wrap;
    padding-bottom: 70px;
    justify-content: center;
  }
  .footer-menuitem {
    padding: 0px 12px;
  }
  .footer {
    padding: 70px 0 0px 0;
    margin-top: 0px;
  }

  .footer-copyright {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    padding: 20px 20px 20px 20px;
  }
  .privacy ul {
    justify-content: center;
  }
  .footer-logowrapper {
    width: 130px;
  }

  .view-sample {
    width: 100%;
  }

  .footer .footer-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    visibility: visible;
  }
  .footer .footer-image {
    display: none;
  }
  .view-sample {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 24px;
    padding: 16px 18px;
  }

  header {
    height: 60px;
  }

  .footer-pb {
    padding-bottom: 0px;
  }
  .container .sblc-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
  }
  .gap-50 {
    gap: 18px;
  }
  .section-banner .banner-stats .stats-data {
    font-size: 40px;
    line-height: 50px;
  }
  .benefits .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .benefits {
    padding-top: 50px;
  }
  .benefits-grid {
    gap: 14px;
  }
  .benefits .benefits-section {
    width: 45%;
  }
  .benefits .benefits-section {
    font-size: 20px;
    line-height: 28px;
  }
  .view-sample-big {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 18px 45px;
  }
  .column-reverse-mobile {
    flex-direction: column-reverse;
  }
  .request-form {
    padding-top: 8px;
  }
  .form-shadow-bg {
    padding: 20px;
    width: 100%;
  }
  .request-form .form-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .request-form .form-heading {
    padding-top: 0px;
  }
  .request-form .form-section {
    padding-top: 20px;
  }
  .pl-radio {
    padding-left: 20px !important;
  }
  .pl-1 {
    padding-left: 50px !important;
  }
  .requirements .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .requirements {
    padding: 40px 0;
  }
  .body-sec {
    width: 100%;
  }
  .body-sec {
    font-size: 20px;
    line-height: 28px;
  }
  .requirement-body {
    gap: 20px;
  }
  .container .sblc-btn-2 {
    padding: 14px 24px;
  }
  .requirements .btn {
    margin-top: 35px;
    padding: 0;
  }
  .procedure .heading {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    padding-top: 0px;
  }
  .procedure .procedure-section {
    width: 100%;
  }
  .procedure .steps {
    font-size: 20px;
    line-height: 28px;
  }
  .view-sample-big-2 {
    font-size: 20px;
    line-height: 28px;
    display: block;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-text {
    width: 100%;
  }
  .heading-section {
    width: 100%;
  }
  .heading-section {
    padding-top: 66px;
  }
  .big-heading-2 {
    font-size: 32px;
    line-height: 42px;
  }
  .big-heading-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .big-heading-section {
    width: 100%;
  }
  .big-heading-text {
    width: 100%;
  }
  .big-heading-2 {
    gap: 36px;
  }
  .container {
    padding: 0px 20px;
  }
  .frame-wrapper {
    width: 237px;
  }
}
@media screen and (max-width: 360px) {
  .gap-50 {
    gap: 3px;
  }
  .container .sblc-btn {
    font-size: 12px;
  }
  header .btn-menu-trigger {
    font-size: 24px;
  }
  .section-banner .btn-action {
    padding-top: 47px;
  }
}
@media screen and (max-width: 320px) {
}
/* ********|| RESPONSIVE ENDS ||******** */
