
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}


:root {
  --font-1-font-family : "Poppins-ExtraBold";
  --font-2-font-family: "Poppins-Bold";
  --font-3-font-family: "Poppins-Medium";
  --font-4-font-family: "Poppins-Regular";
  --font-5-font-family: "Poppins-Light";
  --color-primary: #17733b;
  --color-secondary: #CE9A35;
  --color-white: #fff;
  --color-black: #000000;
  --color-gray: #707070;
  --color-red: #cd0039;
}

html {
  font-size: 1rem;
}

body {
  font-family: var(--font-4-font-family);
  letter-spacing: 0.01rem;
  overflow-x: hidden;
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-gray {
  color: var(--color-gray);
}

.color-red {
  color: var(--color-red);
}

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

.bg-orange {
  background-color: var(--color-secondary);
}

.bg-gray {
  background-color : var(--color-gray);
}

.bg-brand{
  background-color: #faf8f6;
}

.bg-red {
  background-color : var(--color-red);
}

.color-white {
  color: var(--color-white) !important;
}

.color-black {
  color: var(--color-black);
}

.line-height-normal {
  line-height: normal;
}

.line-height-18{
  line-height: 1.8;
}

p {
  line-height: normal;
  font-family: var(--font-4-font-family);
  margin: 0px;
}

a:hover{
  color : var(--color-secondary)
}

span {
  font-weight: 400;
  line-height: normal;
}

.font-1 {
  font-family: var(--font-1-font-family);
}

.font-2 {
  font-family: var(--font-2-font-family);
}

.font-3 {
  font-family: var(--font-3-font-family);
}

.font-4 {
  font-family: var(--font-4-font-family);
}

.font-5 {
  font-family: var(--font-5-font-family);
}

.display-10 {
  font-size: 10px;
}

.display-12 {
  font-size: 12px;
}


.display-16 {
  font-size: 16px;
}

.display-18 {
  font-size: 18px;
}

.display-20 {
  font-size: 20px;
}

.display-22 {
  font-size: 22px;
}

.display-24 {
  font-size: 24px;
}

.display-26 {
  font-size: 26px;
}

.display-28 {
  font-size: 28px;
}

.display-30 {
  font-size: 30px;
}

.display-32 {
  font-size: 32px;
}

.display-34 {
  font-size: 34px;
}

.display-36 {
  font-size: 36px;
}

.display-40 {
  font-size: 40px;
}

.display-44 {
  font-size: 44px;
}

.display-50 {
  font-size: 50px;
}

.display-56 {
  font-size: 56px;
}

.display-75 {
  font-size: 75px;
}

.w-normal {
  font-weight: 400;
}

.w-regular {
  font-weight: 500;
}

.w-bold {
  font-weight: 600;
}

.common-radius{
  border-radius: 15px;
}


.spacer{
  height: 1rem;
}


.w-max-content {
  width: max-content;
}

._dynamic_page .h1, 
._dynamic_page .h2, 
._dynamic_page .h3, 
._dynamic_page .h4, 
._dynamic_page .h5, 
._dynamic_page .h6, 
._dynamic_page h1, 
._dynamic_page h2, 
._dynamic_page h3, 
._dynamic_page h4, 
._dynamic_page h5, 
._dynamic_page h6 {
  margin-top: 30px;
}

a {
  text-decoration: none;
}

.slider {
  width: 100%;
  margin: 100px auto;
}

.slick-slide {

  transition: all ease-in-out .3s;
  transform: scale(0.9); 
  transition: transform 0.3s ease;
}

/* .slick-current {
  opacity: 1; 
  transform: scale(1);
} */


._content {
  height: 480px;
  min-height: 480px;
}

._footer_menu li {
  position: relative;
}

.footer .nav-item a {
  padding-left: 0px;
}

.bg-orange:hover {
  background: #1868b2;
  transform: scale(1.1);
}

.footer .nav-item a:hover{
  color: var(--color-secondary) !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323c9;
  z-index: 999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.navbar li {
  padding: 16px;
}


.navbar li a.active {
  color: var(--color-secondary) !important;
  border-bottom: 2px solid var(--color-secondary);
}


._main_menu a, footer a {
  text-decoration: none;
  border: unset;

}

._main_menu a.active, footer a.active{
  color: var(--color-secondary);
}

._banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 72vh;
  object-fit: cover;
}

._banner_text_wrapper {
  background-image: linear-gradient(75deg, #2d2d2d85 42%, #3d3d3d96 0%, transparent 90%);
  margin-left: 19px;
  padding: 0px 115px;
}

._main_menu .logo {
  width: 235px;
  margin-right: auto;
}

._overlay {
  background-image: linear-gradient(69deg, #8d8d8d 40%, #8f8f8f 0%, #00000040 90%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}

._banner_row svg {
  width: 15px;
}

.slick-slide ._banner_row svg{
  width: 22px;
}

.banner-wrapper , ._text_with_image ._details_text, ._text, footer{
  background-color: #faf8f6;
}

._banner_row .border-left {
  border-left: 2px solid black;
}

._title_content{
  background-image: linear-gradient(-1deg, #2d2d2dad 19%, #5d5b5bbd 23%, transparent 49%);
  border-radius: 15px;
}

/* ._text_with_image img {
  height: 100%;
  object-fit: cover;
  width: 10%;
  margin: 0 auto;
} */

._text_with_image ._image {
  aspect-ratio: 491 / 534;
  position: relative; 
  z-index: 2;
}

._text_with_image ._details_text {
  position: relative;
  left: -6%;
  padding-left: 12rem !important;
  z-index: 1;
}

._text_with_image ._buttons a {
  position: relative; 
  z-index: 3;
  border-radius: 0;
}

._about_us ._buttons img {
  height: 60px;
}

._about_us ._text_with_image ._image img{
  width: 251px !important;
}

._about_us ._text_with_image ._image {
  aspect-ratio: unset;
  
}

._contact_us ._text_with_image ._image{
  aspect-ratio: 420 / 499;
}

._contact_us ._text_with_image {
  margin: 0px !important;
}

._about_us_list li{
  position: relative;
}
._about_us_list li:before {
  content: '-';
  position: absolute;
  left: -2%;
  color: black;
}


._board_of_directors ._board_image {
  z-index: 999;
}


form input, form select , ._phone_input{
  height: 67px;
  border-radius: 0px !important;
  border: 1px solid var(--color-gray) !important;
  color: #6e7079 !important;
}

form textarea{
  border-radius: 0px !important;
  border: 1px solid var(--color-gray) !important;
}

.text-danger {
  color: red;
  font-size: 0.9em;
  margin-top: 0.25rem;
}


._board_of_directors ._details_text {
  position: relative;
  left: -6%;
  padding-left: 3rem !important;
  z-index: 1;
}

._footer_wrapper .logo img {
  width: 126px;
  margin: 0 auto;
}

.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-bottom: 5px;
    font-size: 12px;
    color: #a3a3a3;
}

.drop_box .btn {
  text-decoration: none;
  border-radius: 0px;
}

.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}

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

.dialog-content {
  background: var(--color-white);
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  position: relative;
}

.close-dialog {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.collapse {
  visibility: unset !important;
}

.dropdown-menu {
  animation: 0.5s slideup;
}

.spacer-menu{
  width: 6%;
}

.close-dialog{
  color: red;
}


._content:hover{
  transform: scale(1.1);
  transition: 0.5s ease all;
}

._grid_wrapper ._title_content:hover{
  transform: scale(1);
  transition: 0.5s ease all;
}


.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
}


.whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.descriptions ._learn_more {
  padding: 5px 10px;
  width: fit-content;
}
.descriptions ._learn_more:hover {
  background-color: var(--color-secondary);
  width: fit-content;
  padding: 5px 10px;
}


.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin: 0px !important;
  transition: 0s ease-in all;
}

.bomSlider ._content{
  box-shadow: 1px 1px 30px #e5e5e5;
}

._text_buttons{
  background: #CE9A35;
  color: var(--color-white);
}

._text_buttons:hover {
  background: #CE9A35;
  color: var(--color-white);
}

._text_buttons:before,
._text_buttons:after{
  position: absolute;
  content: "";
  transition: all .25s;
}

._text_buttons:before{
  border-bottom: 4px solid #FCD65D;
  border-left: 4px solid #FCD65D;
  width: 10%;
  height: 33%;
  left: -10px;
  bottom: -10px;
}

._text_buttons:after{
  border-top: 4px solid #FCD65D;
  border-right: 4px solid #FCD65D;
  width: 10%;
  height: 33%;
  top: -10px;
  right: -10px;
}

._text_buttons:hover:before, ._text_buttons:hover:after{
  width: 107%;
  height: 130%;
}

._large_button:hover:before, ._large_button:hover:after{
  width: 105.5%;
}

._medium_button:hover:before, ._medium_button:hover:after{
  width: 109.5%;
  height: 145%;
}

._small_button:hover:before, ._small_button:hover:after{
  width: 112%;
  height: 146%;
}

._file_uploader_button:hover:before , ._file_uploader_button:hover:after {
  width: 117%;
  height: 146%;
}


._submit_now:hover:before, ._submit_now:hover:after{
  width: 115.5%;
  height: 150%;
}


._phone_input input {
  border-left: unset !important;
}

._bod ._title {

  min-height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.video-banner {
  height: 100vh;
  position: relative;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}


.bg-brand .navbar-nav a:not(:last-child){
  color: var(--color-black) !important;
}

._main_menu select{
  background-color: transparent;

}

.homepage._main_menu  a , .homepage._main_menu select{
  color: var(--color-white);
}

.bg-brand._main_menu select{
  color: var(--color-black);
}


.slick-prev-custom {
  position: absolute;
  top: 50%;
  left: 0px;
  width: fit-content;
  z-index: 999;
}

.slick-next-custom {
  position: absolute;
  right: 0;
  top: 50%;
  width: fit-content;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bg-brand._main_menu a {
  color: var(--color-black);
}


._member_benefits ul {
  list-style: circle;
  list-style-type: disc;
}

._admin_request {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3rem;
}

/* .dialog-body {
  height: 100%;
  max-height: 850px;
  overflow-y: overlay;
}
 */
