@import url("../webfonts/AvenirLTStd/stylesheet.css");
@import url("../webfonts/proxima-nova/fonts.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* box icon */
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

:root {
  --headerFont: "Avenir LT Std";
  --bodyFont: "Proxima Nova", Georgia, sans-serif;
  --primary: #247094;
  --Fallbrook-Blue: #113d63;
  --primary2: #f8fbf8;
  --energy1: #b6cb98;
  --energy2: #66893e;
  --energy-gradient: linear-gradient(60deg, #66893e 0%, #5dad02 100%),
    linear-gradient(84deg, #66893e 0%, #b6cb98 100%);
  --secobdary1: #247094;
  --secondary2: #a3b5c0;
  --secondary3: #dad5cf;
  --yellow: #f9c304;
  --yellow-lite: #fff7dd;
  --color: #1c1c1c;
  --snow-White: #f8fbf8;
}

body {
  font-family: var(--bodyFont);
  color: var(--color);
  line-height: 1.4;
}

span.ms-1 {
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headerFont);
  color: var(--secobdary1);
}

p {
  font-family: var(--bodyFont);
}

a,
a:hover {
  text-decoration: none;
}

.shadow-none {
  box-shadow: none !important;
}
.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.21px;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-white {
  color: #0060ba;
  background-color: #fff;
  border-color: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.btn-white:hover {
  color: #0060ba;
  background-color: #fff;
  border-color: #fff;
}
.btn-yellow {
  color: #fff;
  background-color: var(--yellow);
  border-color: var(--yellow);
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.btn-yellow:hover {
  color: #fff;
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.btn-secondary {
  color: var(--Fallbrook-Blue);
  background-color: var(--yellow);
  border-color: var(--yellow);
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

.btn-hover-effect:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn-hover-effect:hover:after {
  left: 120%;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-secondary:hover {
  color: var(--Fallbrook-Blue);
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.text-primary {
  color: var(--primary) !important;
}
.text-fallbrook {
  color: var(--Fallbrook-Blue) !important;
}

.container-fluid {
  max-width: 1650px;
}

.sec_header h3 {
  color: #247094;
  font-size: 40px;
  font-weight: 700;
  line-height: 122.5%;
}
.sec_header p {
  font-size: 18px;
  font-weight: 500;
}
.text-yellow {
  color: var(--yellow) !important;
}
.text-energy {
  color: var(--energy2) !important;
}
.fw-semi {
  font-weight: 600 !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.bg-energy {
  background-color: var(--energy2) !important;
}

.bg .form-select,
.form-control {
  border-radius: 50px;
  border: 2.5px solid var(--primary) !important;
  color: var(--primary);
  height: 50px;
  padding: 0 1.5rem;
  box-shadow: none !important;
}
.form-control::placeholder {
  color: var(--primary);
  opacity: 0.5;
}

/*<<==============Header=============>>>>*/
.header {
  background: #fff;
  box-shadow: 0 0 5px 0 #777676;
}
.header .navbar-brand img {
  max-width: 200px;
}
.header .navbar .navbar-nav .nav-link {
  color: #000;
  font-family: var(--bodyFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.21px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.header .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}
.header .btn-primary {
  margin-left: 1rem;
}
/*<<==============Header=============>>>>*/

/*<<==============HeroBanner=============>>>>*/
.hero_banner {
  position: relative;
  z-index: 0;
  text-shadow: 0 0 1px #111;
  /* min-height: 670px; */
}
.hero_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.banner_item video {
  object-fit: cover;
  object-position: top;
}
.text-primarys {
  color: #66893e !important;
}
.btn-primarys {
  color: #fff;
  background-color: var(--energy2);
  border-color: var(--energy2);
}
.hero_banner .btn-primarys {
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.hero_banner .content {
  display: flex;
  align-items: center;
  height: 100%;
  /* min-height: 670px; */
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 100%;
  background: #00000062;
  /* height: 100%; */
}
.hero_banner .content .btn {
  text-shadow: none !important;
}
.hero_banner .content.bg_inverse {
  background: #ffffff88;
}
.hero_banner .content small {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 1.25rem;
}
.text-shadow {
  text-shadow: 0 0 1px #111;
}
.hero_banner .content h2 {
  color: #fff;
  font-family: var(--headerFont);
  font-size: 50px;
  font-style: normal;
  font-weight: 750;
  line-height: 122.5%; /* 73.5px */
  letter-spacing: -1.2px;
  margin-bottom: 0.5rem;
}
.hero_banner .content h2 span {
  background-color: var(--primary);
  color: var(--yellow);
  padding: 0.3rem 1rem;
  border-radius: 10px;
}
.hero_banner .content h3 {
  color: #fff;
  font-family: var(--headerFont);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 122.5%; */
  line-height: 102.5%;
  letter-spacing: -1.2px;
}
.hero_banner .content p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin: 15px 0 25px 0;
  line-height: 1.3;
}
/*<<==============HeroBanner=============>>>>*/

/*<<==============HeroBannerInner=============>>>>*/
.hero_banner_inner {
}
.hero_banner_inner h3 {
  color: var(--Fallbrook-Blue);
  font-family: var(--headerFont);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.hero_banner_inner h2 {
  color: #f9c304;
  font-family: var(--headerFont);
  font-size: 66px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
}
.hero_banner_inner p {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
/*<<==============HeroBannerInner=============>>>>*/

/*<<==============Team Area=============>>>>*/
.team_block.card {
  border: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.team_block.card .card-body {
  padding: 0;
}
.team_block.card .card-footer {
  border: 0;
  background: transparent;
  padding: 0;
}
.team_block.card .card-footer a {
  display: flex;
  align-items: center;
  color: #7b888e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 99.6%;
  /* text-transform: capitalize; */
}
.team_block.card .team_img {
  border-radius: 25px;
  /* background-color: #ccd7dc; */
  position: relative;
  height: 350px;
  max-width: 280px;
}
.team_block.card .team_content {
  padding: 1rem 0;
}
.team_block.card .team_img img {
  /* max-width: 278px; */
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
}
.team_block.card .team_content h3 {
  color: #1d71a8;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  letter-spacing: -1.14px;
  text-transform: uppercase;
}
.team_block.card .team_content h3 span {
  color: var(--Fallbrook-Blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.6%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.team_block.card .team_content p {
  color: #f9c304;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 99.6%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: relative;
  margin-top: 30px;
  border-radius: 5px;
  background: #247094;
  padding: 0.5rem 1rem;
  /* margin: 0; */
}
.team_block.card .team_content p::before {
  content: "";
  width: 37.681px;
  height: 1.077px;
  background: #7b888e;
  position: absolute;
  top: -20px;
  left: 0;
}
.team_right_area.slide {
  padding-left: 550px;
}
.team_left_area {
  position: sticky;
  width: 500px;
  top: 40px;
  z-index: 99;
}
.team_left_area .team_block.card {
  max-width: 300px;
  margin: 0 auto;
}
.footer_social a {
  font-size: 24px !important;
}
.footer_social {
  margin: 1rem 0.5rem;
}
.footer_social p {
  margin-bottom: 5px;
}

.team_left_area .team_block.card .team_content p::before {
  left: 50%;
  transform: translateX(-50%);
}
.team_left_area .team_block.card .card-footer a {
  justify-content: center;
}

.team_left_area .team_block.card::before {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  border-radius: 20.146px;
  /* background: linear-gradient(180deg, #f9c304 0%, rgba(249, 195, 4, 0) 57.29%); */
  background: linear-gradient(180deg, #f9c304 0%, rgba(249, 195, 4, 0) 57.29%);
  top: 90px;
  left: -15px;
  opacity: 0.5;
}

@media only screen and (min-width: 1800px) {
  .team_right_area.slide {
    padding-left: 550px;
  }
  .team_left_area {
    position: sticky;
    width: 500px;
  }
  .team_left_area .team_block.card {
    max-width: 325px;
  }
  .team_left_area .team_block.card .team_img {
    max-width: 325px;
    height: 400px;
  }
  .team_left_area .team_block.card {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1400px) {
  .team_right_area.slide {
    padding-left: 350px;
  }
  .team_left_area {
    position: sticky;
    width: 320px;
  }
  .team_left_area .team_block.card {
    max-width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .navbar .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
  }
  .team_left_area .team_block.card::before {
    width: calc(100% + 10px);
    left: -5px;
  }
}

/* @media only screen and (max-width: 991px) {
  .team_left_area {
    position: static !important;
    width: 100%;
    margin-bottom: 2rem;
  }
  .team_right_area.slide {
    padding-left: 0px;
    margin-top: 0 !important;
  }
} */

@media only screen and (max-width: 991px) {
  .team_left_area {
    position: fixed !important;
    width: 95%;
    margin-bottom: 2rem;
    height: 100vh;
    top: 0;
    left: 0;
    max-width: 320px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 17px 0 #1111;
    overflow-x: hidden;
    padding: 15px;
  }

  .team_left_area .team_block.card {
    max-width: 300px;
    height: auto;
  }

  .team_left_area .team_block.card::before {
    top: -70px;
  }
  .team_right_area.slide {
    padding-left: 0px;
    margin-top: 0 !important;
  }
}
/*<<==============Team Area=============>>>>*/

/*<<==============Banner Menu Area=============>>>>*/
.banner_menu {
  margin-top: -40px;
  position: relative;
  z-index: 999;
}
.banner_menu .nav-item {
  margin: 10px;
}
.banner_menu .nav-link {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(5, 75, 141, 0.23);
  color: var(--primary);
  font-family: var(--bodyFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 1rem 1.5rem;
}
.banner_menu .nav-pills .nav-link.active,
.banner_menu .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary);
}
/*<<==============Banner Menu Area=============>>>>*/

/*<<==============About us Area=============>>>>*/
.about_us h3 {
  color: #1c1c1c;
  font-family: var(--headerFont);
  font-size: 50px;
  font-weight: 400;
  line-height: 122.5%;
}
.about_us h3 span {
  color: var(--primary);
  font-weight: 700;
}
.about_us h6 {
  color: var(--Fallbrook-Blue);
  font-size: 20px;
  font-weight: 600;
}
.about_us p {
  color: var(--color);
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
  line-height: 1.4;
}
.about_us p span {
  font-weight: 600;
  background: var(--primary);
  color: var(--yellow);
  border-radius: 3px;
  padding: 3px;
  margin: 0 5px;
}
.about_us small {
  color: #b5b5b5;
  font-size: 20px;
}
/*<<==============About us Area=============>>>>*/

/*<<==============Specialities=============>>>>*/
.our_specialities {
  background: var(--snow-White);
}
.specialsy_block {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 11px 30px -10px rgba(16, 85, 150, 0.25);
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.specialsy_block::after,
.specialsy_block.active::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(60deg, #113d63 0%, #247094 100%),
    linear-gradient(84deg, #247094 0%, #209efa 100%, #0083ff 100%);
  position: absolute;
  transition: all ease 0.3s;
  z-index: -1;
  opacity: 0;
}
.specialsy_block:hover::after,
.specialsy_block.active:hover::after {
  opacity: 1;
}
.specialsy_block h4 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.specialsy_block p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 129.5%;
}
.specialsy_block ul {
  margin: 0;
}
.specialsy_block ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 129.5%;
}
/* .specialsy_block:hover,
.specialsy_block.active {
  background: linear-gradient(60deg, #113d63 0%, #247094 100%),
    linear-gradient(84deg, #247094 0%, #209efa 100%, #0083ff 100%);
} */
.specialsy_block:hover p,
.specialsy_block:hover ul li,
.specialsy_block:hover h4,
.specialsy_block.active p,
.specialsy_block.active ul li,
.specialsy_block.active h4 {
  color: #fff;
}
.specialsy_block:hover img,
.specialsy_block.active img {
  filter: hue-rotate(190deg) brightness(1.7);
}

@media only screen and (max-width: 575px) {
  .specialsy_block {
    text-align: center;
  }
  .specialsy_block ul {
    list-style: none;
    padding: 0;
  }
}

/*<<==============Specialities=============>>>>*/

/*<<==============Clients=============>>>>*/
.our_clients {
}
.our_clients .clients_left h3 {
  color: var(--yellow);
}
.client_block {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 11px 40px 0px rgba(16, 85, 150, 0.15);
  height: 100%;
}
.client_block img {
  margin-bottom: 2rem;
}
.client_block h5 {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.client_block p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 129.5%;
}
/*<<==============Clients=============>>>>*/

/*<<==============Invenstment Types=============>>>>*/
.investment_types {
  background-image: linear-gradient(84deg, #f2c94c 0%, #d4a017 100%);
  background-color: #f2c94c;
}

.investment_block {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.investment_block ol {
  padding: 0;
  margin: 0;
}
.investment_block ol li {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
  list-style: none;
  position: relative;
  padding-left: 45px;
  width: fit-content;
}
.investment_block ol li span {
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.investment_block ol li:hover {
  color: var(--yellow);
}
.investment_block ol li:hover span {
  border-color: var(--yellow);
}
.investment_left {
  overflow: hidden;
}
.investment_left img {
  animation: scale 15s linear 0s infinite alternate;
  width: 100%;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
/*<<==============Invenstment Types=============>>>>*/

/*<<==============News and Updates=============>>>>*/
.news_block {
  border-radius: 30px;
  background: #fff;
}
.owl-carousel .owl-stage {
  display: flex;
}
.news_item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.news_block {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--primary);
  opacity: 0.3;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
  opacity: 1;
}
/*<<==============News and Updates============>>>>*/

/*<<==============NewsLetter============>>>>*/
.letter_card {
  border-radius: 30px;
  background-image: url(../images/pattern.png),
    linear-gradient(270deg, #3891dd 0%, #113d63 100%);
  background-repeat: no-repeat;
  background-blend-mode: darken;
  overflow: hidden;
}
.letter_card h4 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subscribe_block {
  position: relative;
}
.subscribe_block input.form-control {
  background: transparent;
  color: #fff;
  border: 2.5px solid var(--yellow) !important;
  padding-right: 110px;
}
.subscribe_block input.form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.subscribe_block .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 100px;
  border-radius: 0px 30px 30px 0px;
}
/*<<==============NewsLetter============>>>>*/

/*<<==============Unlock power============>>>>*/
.unlock_power .accordion {
}
.unlock_power .accordion .accordion-item {
  margin: 1.25rem 0;
  border: 0;
}
.unlock_power .accordion .accordion-item .accordion-button {
  border-radius: 20px;
  background: linear-gradient(84deg, #113d63 0%, #247094 100%), #247094;
  color: #fff;
  padding: 20px 30px;
  color: #f8fbf8;
  font-family: var(--bodyFont);
  font-size: 22px;
  font-weight: 500;
  box-shadow: none;
}
.unlock_power .accordion .accordion-item .accordion-button::after {
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
  background-position: center;
  background-size: 1rem !important;
}
/*<<==============NewsLetter============>>>>*/

/*<<==============Tax Credits============>>>>*/
.investment_credit.our_clients .client_block {
  transition: all ease 0.3s;
}
.investment_credit.our_clients .client_block:hover {
  border-radius: 20px;
  background: linear-gradient(60deg, #113d63 0%, #2279c5 100%),
    linear-gradient(60deg, #373737 0%, #5b5b5b 100%), #fff;
  box-shadow: 0px 11px 40px 0px rgba(16, 85, 150, 0.15);
  transition: all ease 0.3s;
}
.investment_credit.our_clients .client_block:hover h5,
.investment_credit.our_clients .client_block:hover p {
  color: #fff !important;
}
.investment_credit.our_clients .client_block:hover img {
  /* filter: grayscale(1) brightness(2.5); */
}
.investment_credit.our_clients .client_block img {
  transition: all ease 0.1s;
}
.investment_credit.our_clients .client_block img:last-child {
  opacity: 0;
}
.investment_credit.our_clients .client_block:hover img:first-child {
  opacity: 0;
}
.investment_credit.our_clients .client_block:hover img:last-child {
  opacity: 1;
}
/*<<==============Tax Credits============>>>>*/

/*<<==============Export Tax============>>>>*/
.export_tax_block {
  display: flex;
  margin: 1rem 0;
  /* max-width: 400px; */
}
.export_tax_block .icon {
  background: #d1e9ff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.export_tax_block .dtl {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.export_tax_block .dtl h6 {
  color: var(--primary);
  font-family: var(--bodyFont);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.export_tax_block .dtl p {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 400;
}
.export_tax img {
  object-fit: cover;
  border-radius: 10px;
  object-position: center center;
}
/*<<==============Export Tax============>>>>*/

/*<<==============Inner page Team============>>>>*/
.inner_team_block a {
  color: var(--Fallbrook-Blue);
  font-weight: 600;
}
.inner_team_block a .icon svg {
  transform: translateY(-2px);
}
.inner_team_block {
  border-radius: 20px;
  overflow: hidden;
  margin: 1rem 0;
  height: 100%;
}
.inner_team_block .details {
  background: rgba(210, 221, 231, 0.5);
  padding: 2rem 1.5rem 1rem 1.5rem;
}
.inner_team_block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*<<==============Inner page Team============>>>>*/

/*<<==============footer=============>>>>*/
.footer {
  background: var(--primary);
  color: #fff;
}
.footer a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
}
.footer_alert {
  background: var(--Fallbrook-Blue);
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-radius: 15px;
}
.footer_alert p {
  color: #f8fbf8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 0;
}
.btn-info {
  background-color: var(--yellow) !important;
  border-color: var(--yellow) !important;
  border-radius: 30px;
  color: var(--Fallbrook-Blue) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}
.footer_bottom p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 1rem;
}
/*<<==============footer=============>>>>*/

/*<<==============Energy Modifications=============>>>>*/
.energy .text-primary {
  color: var(--energy2) !important;
}
.energy .btn-primary {
  color: #fff;
  background-color: var(--energy2);
  border-color: var(--energy2);
}
.energy .sec_header h3 {
  color: var(--energy2);
}
.unlock_power.energy .accordion .accordion-item .accordion-button {
  background-image: var(--energy-gradient);
  background-color: var(--energy2);
}
.unlock_power.energy {
  background: rgba(90, 155, 16, 0.05);
}
/*<<==============Energy Modifications=============>>>>*/

/*<<==============Renewable Energy Type=============>>>>*/
.rt_block {
  display: flex;
  align-items: center;
}
.rt_block .image {
  width: 90px;
  height: 90px;
  background-color: #bcd9f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt_block .image img {
  width: 65px;
  object-fit: contain;
}
.rt_block .content {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.rt_block .content h5 {
  color: #247094;
  font-size: 24px;
  font-weight: 600;
}
.rt_block .content p {
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.col-lg-6:last-child .rt_block .image {
  /* background-color: #feedb4; */
}
/*<<==============Renewable Energy Type=============>>>>*/

/*<<==============Renewable Services=============>>>>*/
.renewable_services {
  width: 100%;
  overflow: hidden;
}
.rs_right .badge {
  border-radius: 7px;
  background: var(--energy2);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
}
.rs_right p {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.rs_right h6 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 125% */
  margin-bottom: 0rem;
}
/*<<==============Renewable Services=============>>>>*/

/*<<==============Renewable Form=============>>>>*/
.renewable_form_block {
  border-radius: 20px;
  background-image: url(../images/pattern2.png),
    linear-gradient(270deg, var(--energy2) 0%, var(--energy2) 100%);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.renewable_form_block p {
  margin: 0;
  margin-bottom: 0.5rem;
}
.renewable_form_block h3 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 1.5rem;
}
.renewable_form_block .form-control {
  border-radius: 10px;
  border: 2.5px solid #fff !important;
  background-color: transparent;
  color: #fff !important;
}
.renewable_form_block .form-control::placeholder {
  opacity: 0.75;
  color: #fff;
}
.renewable_form_block .btn {
  border-radius: 10px;
  color: #2f4e0d;
  font-weight: 500;
}
/*<<==============Renewable Form=============>>>>*/

/*<<==============Affordable Experience=============>>>>*/
.affordable_housing {
  background: #f8fbf8;
}
/*<<==============Affordable Experience=============>>>>*/

/*<<==============Tax credit work=============>>>>*/
.tax_credit {
  position: relative;
  z-index: 0;
  min-height: 400px;
}
.tax_credit img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/*<<==============Tax credit work=============>>>>*/

/*<<==============services for investors=============>>>>*/
.bg-custom {
  background: #f8fbf8 !important;
}
.services_investors .si_left img {
  border-radius: 10px;
}
.services_investors .si_right h6 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--yellow);
  width: fit-content;
  padding: 5px 15px;
  border-radius: 0px 40px 40px 0px;
}
/*<<==============services for investors=============>>>>*/

/*<<==============Why invest FallBrook=============>>>>*/
.why_fall {
  background: linear-gradient(84deg, #e89d23 0%, #f9c304 100%), #f9c304;
  width: 100%;
  overflow: hidden;
}
.why_fall .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.why_fall .owl-theme .owl-nav button {
  background: var(--primary) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 26px;
  color: #fff;
}
.why_fall .owl-theme .owl-nav .owl-prev {
  display: none !important;
}
.why_fall .owl-theme .owl-dots {
  margin-top: 20px;
}
.why_fall .owl-nav.disabled {
  display: none !important;
}
@media only screen and (min-width: 601px) {
  .why_fall .owl-carousel .owl-stage-outer {
    /* margin-left: 100px; */
  }
}
.why_fall .owl-carousel .owl-stage {
  display: flex;
}

.why_fall .client_block {
  /* position: relative;   */
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: none;
}

/*<<==============Why invest FallBrook=============>>>>*/

/*<<============== Film Our Services =============>>>>*/
.our_services {
  background: #f8fbf8;
}
.service_block {
  border-radius: 20px;
  border: 2.757px solid rgba(36, 112, 148, 0.2);
  background: #fff;
  height: 100%;
}
.service_block h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 122.5%;
  margin-bottom: 1rem;
}
.hero_banner .content .col-md-8 .service_block p {
  color: #f8fbf8;
  font-size: 18px;
  font-weight: 500;
  line-height: 129.5%;
  margin-bottom: 1.5rem;
}
.service_block p {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 129.5%;
}
.service_block h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0.5rem 0;
  color: #1e80dc;
}
.service_block img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.service_block:hover {

  border-radius: 20px;
  border: black;
  background: linear-gradient(84deg, #113d63 0%, #247094 100%), #247094;
  height: 100%;
  color: white;
}
.service_block p:hover {

  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 129.5%;
}
.service_block h6:hover {

  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0.5rem 0;
  color: #FFC107;
}
/*<<============== Film Our Services =============>>>>*/

/*<<============== Film Finance =============>>>>*/
.film_finance {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    #5698d7;
  background-blend-mode: normal, color;
  box-shadow: 0px 20.68px 41.36px -20.68px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 0;
}
.film_finance .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}
.hover-effect {
  transition: all ease 0.3s;
}
.hover-effect:hover {
  transition: all ease 0.3s;
  border-radius: 30px 0 30px 0;
}
/*<<============== Film Finance =============>>>>*/

/*<<============== ESG Criteria =============>>>>*/
.esg_cblock {
  text-align: center;
}
.esg_cblock p {
  color: var(---Fallbrook-Blue);
  font-family: var(--headerFont);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
.esg_cblock h6 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.28px;
}
.esg_cblock img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
/*<<============== ESG Criteria =============>>>>*/

/*<<============== Responsible Investment Practices =============>>>>*/
.res_inv .export_tax_block .icon {
  background-color: var(--yellow-lite);
}
/*<<============== Responsible Investment Practices =============>>>>*/

/*<<============== Sustainable Impact =============>>>>*/
.collaborative_block {
  border-radius: 15px;
  background: #def1fd;
  margin: 1.25rem 0;
  padding: 0.75rem 2rem;
}
.collaborative_block:last-child {
  margin-bottom: 0;
}
.sustainable_impact img {
  height: 100%;
  object-fit: cover;
}
.sustainable_impact h4 {
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0.28px;
}
.sustainable_impact p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
/*<<============== Sustainable Impact =============>>>>*/

/* <<============= ESG Investments =============>>>>*/
.esg-Content h3 {
  font-size: 35px;
}

.esg-Content span {
  font-size: 40px;
  line-height: 45px;
}
.esg-Content p {
  color: #1c1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.24px;
}
.esg-Content {
  position: relative;
  display: flex;
  align-items: center;
}
.border-esg {
  position: absolute;
  width: 10px;
  right: 0;
  height: 100%;
  background-color: var(--Fallbrook-Blue);
  top: 0;
  border-radius: 5px;
}
/* <<============= ESG Investments =============>>>>*/

/* <<============= Driving Corporate =============>>>>*/
.driving_content-wrap h3 {
  font-size: 40px;
  color: var(--yellow);
}
/* <<============= Driving Corporate =============>>>>*/

/* <<============= Investment Opportunities =============>>>>*/

.table-wrapper {
  margin: 10px 70px 70px;
  border-radius: 10px;
}

.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
  border: 2px solid #e89d23;
  border-radius: 10px;
}

.fl-table td,
.fl-table th {
  text-align: center;
  padding: 8px;
}

.fl-table td {
  border-left: 2px solid #e89d23;
  font-size: 16px;
  padding: 10px;
}

.fl-table thead th {
  color: var(--Fallbrook-Blue);
  background-color: var(--yellow);
  font-weight: bold;
  font-size: 17px;
  border: 2px solid #e89d23;
}

.fl-table thead th:nth-child(odd) {
  color: var(--Fallbrook-Blue);
  background-color: var(--yellow);
  padding: 15px;
}

.fl-table tbody td {
  border-bottom: 1px solid #e89d23;
  color: var(--Fallbrook-Blue);
  padding: 15px;
}

/* <<============= Investment Opportunities =============>>>>*/

/* <<============= Why Choose Fallbrook =============>>>>*/
.why_choose {
}
.why_choose .client_block h5 {
  color: var(--primary);
}
.why_choose.investment_credit.our_clients .client_block:hover h5 {
  color: var(--yellow) !important;
}
/* <<============= Why Choose Fallbrook =============>>>>*/

/* <<============= ESG investments =============>>>>*/
.esg_invest p {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.24px;
}
/* <<============= ESG investments =============>>>>*/

/* <<============= ESG Advancement =============>>>>*/
.export_tax.esg_advc .export_tax_block .dtl h6 {
  color: var(--yellow);
  font-size: 22px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
.export_tax.esg_advc .export_tax_block .dtl p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
.export_tax.esg_advc .export_tax_block .icon {
  background-color: var(--yellow-lite);
}
.export_tax.esg_advc .export_tax_block .icon img {
  width: 22px;
}
/* <<============= ESG Advancement =============>>>>*/

/* <<============= ESG Advancement =============>>>>*/
.learn_esg .letter_card {
  background-image: url(../images/pattern.png),
    linear-gradient(270deg, #71a5bd 0%, #114f6d 100%);
}
/* <<============= ESG Advancement =============>>>>*/

/* <<============= Benefits for Insurance =============>>>>*/
.bin_block {
  display: flex;
}
.bin_block .img {
  width: 60px;
  height: 60px;
}
.bin_block .img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.bin_block .content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.bin_block .content h5 {
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.bin_block .content p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
/* <<============= Benefits for Insurance =============>>>>*/

/* <<============= Debt Capital =============>>>>*/
.unlock_power.esg_invest .accordion .accordion-item .accordion-button {
  background-image: linear-gradient(84deg, #e89d23 0%, #f9c304 100%);
  background-color: var(--yellow);
}

/* <<============= Debt Capital =============>>>>*/

/* <<============= Why Fallbrook? =============>>>>*/
.shadow {
  box-shadow: 0px 6px 60px -10px rgba(16, 85, 150, 0.15) !important;
}
.why_fallb .card {
  border-radius: 10px;
}
/* <<============= Why Fallbrook? =============>>>>*/

/* <<============= Tax Credit Services  =============>>>>*/
.tax_credit_block {
  border-radius: 20px;
  background: #247094;
  color: #f8fbf8;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.tax_credit_service img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 11px 40px -10px rgba(16, 85, 150, 0.15);
}
/* <<============= Tax Credit Services  =============>>>>*/

/* <<============= Why Choose Fallbrook   =============>>>>*/
.wcf.why_fallb .img {
  border-radius: 7px;
  background: rgba(36, 112, 148, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
/* <<============= Why Choose Fallbrook   =============>>>>*/

/* <<============= Contact Fallbrook Form   =============>>>>*/
.renewable_form.contact_fall .renewable_form_block {
  background-image: url(../images/pattern2.png),
    linear-gradient(270deg, var(--primary) 0%, var(--Fallbrook-Blue) 100%);
}
/* <<============= Contact Fallbrook Form  =============>>>>*/

/*<<==============Renewable Form2=============>>>>*/
.renewable_form_block2 {
  border-radius: 20px;
  background-image: url(../images/pattern2.png),
    linear-gradient(270deg, var(--primary) 0%, var(--primary) 100%);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.renewable_form_block2 p {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 400;
}

.renewable_form_block2 h3 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 1.5rem;
}

.renewable_form_block2 .form-control {
  border-radius: 10px;
  border: 2.5px solid #fff !important;
  background-color: transparent;
  color: #fff !important;
}

.renewable_form_block2 .form-control::placeholder {
  opacity: 0.75;
  color: #fff;
}

.renewable_form_block2 .btn {
  border-radius: 10px;
  color: #2f4e0d;
  font-weight: 500;
}

/*<<==============Renewable Form2============>>>>*/

/*<<==============Financing Services ============>>>>*/
.why_choose_slider.owl-theme .owl-nav {
  text-align: end;
}
.why_choose_slider.owl-theme .owl-nav button {
  width: 55px;
  height: 55px;
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 34px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);
}
.why_choose_slider.owl-theme .owl-nav button:hover {
  background-color: var(--primary);
  color: #fff;
}
.why_choose_slider .card {
  border-radius: 15px;
}
.why_choose_slider .card:hover {
  background: linear-gradient(60deg, #113d63 0%, #2279c5 100%), #d9d9d9;
}
.why_choose_slider .card:hover h5 {
  color: var(--yellow);
}
.why_choose_slider .card:hover p {
  color: #fff;
}
/*<<==============Financing Services ============>>>>*/

/*<<==============Coming Soon Banner ============>>>>*/

/*<<==============Coming Soon Banner ============>>>>*/

/*<<==============Projects page ============>>>>*/
.project_search {
  position: relative;
  z-index: 0;
  /* max-width: 450px; */
  width: 100%;
}
.project_search .btn {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
}
.project_search .form-control {
  padding-left: 50px;
}
.form-select {
  border-radius: 10px;
  border: 2.5px solid var(--primary);
  height: 50px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}
.project-filters .btn-primary {
  height: 50px;
  min-width: 110px;
  display: inline-flex;
  align-items: center;
}
.project-filters .form-control {
  border-radius: 10px;
}
.project-body .project_block {
  height: 100%;
  border: 0;
  border-radius: 20px 20px 20px 20px;
}
.project-body .project_block .card-header {
  padding: 0;
  border: 0;
  border-radius: 20px 20px 0px 0px;
}
.project-body .project_block .card-body h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.project-body .project_block .card-body h6 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
}
.project-body .project_block .card-body p {
  color: var(--Fallbrook-Blue);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-body .project_block .card-footer {
  background-color: #fff;
  border: 0;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 575px) {
  .project-filters .form-select {
    width: 100%;
  }
}
/*<<==============Projects page ============>>>>*/

/*<<==============team modification ============>>>>*/
.our_team .sec_header h3 {
  margin-bottom: -25px;
}
/*<<==============team modification ============>>>>*/

/*<<==============Philosophy and commitment ============>>>>*/
.phil_com .card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 10px 40px -10px rgba(16, 85, 150, 0.15);
}
.phil_com .card h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.phil_com .card p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
/*<<==============Philosophy and commitment ============>>>>*/

/*<<============== Our History ============>>>>*/
.our_history {
}
.history_left {
  position: relative;
  border-left: 2px solid var(--Fallbrook-Blue);
  height: 100%;
  display: flex;
  align-items: center;
  /* padding-left: 5px; */
}
.history_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--Fallbrook-Blue);
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: -9px;
}
.history_line {
  width: 70%;
  height: 1px;
  border-bottom: 2px dashed var(--Fallbrook-Blue);
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 8px;
}
.history_left h3 {
  padding-left: calc(70% + 15px);
}
.history_right_content h5 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.col-12:nth-child(even) .history_right_content h5 {
  color: var(--yellow);
}
.history_right_content p {
  color: var(--Fallbrook-Blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
}
@media only screen and (max-width: 991px) {
  .history_left {
    border-left: 0;
    border-top: 2px solid var(--Fallbrook-Blue);
  }
  .history_icon {
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
  }
  .history_line {
    top: 45px;
    height: 100px;
    width: 1px;
    left: calc(50% - 1px);
    transform: translate(0, -50%);
    border-bottom: 0;
    border-left: 2px dashed var(--Fallbrook-Blue);
  }
  .history_left {
    justify-content: center;
  }
  .history_left h3 {
    justify-content: center;
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
    padding-top: 110px;
  }
}
/*<<============== Our History ============>>>>*/

/*<<============== News and Blogs ============>>>>*/
.filter_news .nav-tabs .nav-link {
  border: 0;
  color: #2c2c2c;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
}
.filter_news .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}
.filter_news .nav-tabs {
  border: 0;
}
.higlight_item {
  position: relative;
  z-index: 0;
  border-radius: 15px;
  margin: 5px;
  /* padding: 3rem 2rem; */
}
.higlight_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.higlight_item .content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
}
.higlight_item .content h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.higlight_item::before {
  content: "";
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0000006b;
  border-radius: 15px;
}
.blog_normal_right {
  max-height: 670px;
  overflow-y: auto;
}
.blog_tblock:first-child {
  padding-top: 0px !important;
}
.blog_tblock:last-child {
  border-bottom: 0px !important;
}
.blog_tblock {
  padding-right: 10px;
}
.blog_block img {
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.blog_block h5,
.blog_tblock h5 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 750;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #a4a4a4;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.blog_block {
  position: relative;
  height: 100%;
}

.blog_block .card-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 26px;
  box-shadow: none;
}
.blog_block .card-header button.active {
  color: #ec3535;
}
/*<<============== News and Blogs ============>>>>*/

/*<<============== Blog page Inner ============>>>>*/
.fit-content {
  width: fit-content;
}
.border-bottom-primary {
  border-bottom: 1px solid var(--primary);
}
/*<<============== Blog page Inner ============>>>>*/

/*<<============== Blog feature area ============>>>>*/
.border-start-thick {
  border-left: 3px solid #000;
}
/*<<============== Blog feature area ============>>>>*/

/*<<============== Other Blogs ============>>>>*/
.other_blogs .blog_block img {
  height: 400px;
}
/* .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
} */
.item > div {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/*<<============== Other Blogs ============>>>>*/

.limit_content {
  display: -webkit-box;
  max-height: 200px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-outline-primary {
  border-color: var(--primary) !important;
  z-index: 9;
  position: relative;
  box-shadow: none !important;
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.header.header_hide {
  transform: translateY(calc(-100% + 5px));
  transition: all ease 0.5s;
}
.header {
  transform: translateY(calc(0));
  transition: all ease 0.5s;
}
.team_left_area {
  /* top: 40px; */
}
.btn-leftbar-close {
  /* background: var(--bs-danger); */
  background: #555;
  border-radius: 15px 15px 0 0;
  color: #fff !important;
  padding: 6px 20px;
  /* margin-bottom: -50px; */
  transform: translateY(50px);
  transition: all ease 0.3s;
  opacity: 0.5;
  text-transform: uppercase;
}
.btn-leftbar-close i {
  transform: rotate(45deg) translateY(6px);
  font-size: 24px;
  line-height: 0;
}
.team_left_area:hover .btn-leftbar-close {
  transform: translateY(0px);
  transition: all ease 0.3s;
}
.btn-leftbar-close:hover {
  opacity: 1;
}


.informed_submit span, .informed_submit input {
  width: 100%;
  background-color: transparent;
  border: none !important;
  padding-right: 5px;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .our_team .sec_header h3 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-leftbar-close {
    position: absolute;
    z-index: 9;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    background: #76878f;
  }
  .team_left_area {
    padding-top: 50px;
  }
  .team_left_area.animate__bounceIn {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  .limit_content {
    display: block;
  }
  .team_left_area .btn-outline-primary {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .hero_banner_inner h2 {
    font-size: 40px;
  }
  .header .navbar-brand img {
    max-width: 140px;
  }
}
/* Submenu Styles */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    padding: 0.5rem 0;
    min-width: 200px;
}

.has-submenu.submenu-open .submenu {
    display: block !important;
}

/* Ensure submenu items are visible */
.submenu li {
    display: block;
}

.submenu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
}

.submenu li a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

@media only screen and (max-width: 490px){
    ul.submenu {
      left: calc(50% + 0px)!important;
      transform: translatex(-50%)!important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

