@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  word-break: break-word;
  font:
    15px / 25px Poppins,
    sans-serif;
  color: rgb(57, 57, 57);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: rgb(40, 177, 109);
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: rgb(57, 57, 57);
}

a:hover {
  transition: 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: 0.5s;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0px;
}

select {
  background: url("../images/arrow.png") right center no-repeat
    rgb(255, 255, 255);
  padding: 0px 40px 0px 30px;
}

::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}

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

img {
  max-width: 100%;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url("../fonts/fontawesome-webfont.eot");
}

.noPadding {
  padding: 0px;
}

.noLeft {
  padding-left: 0px;
}

.noRight {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0px;
}

.all-section-btm {
  padding: 0px 0px 20px;
}

.centerCol {
  float: none;
  margin: 0px auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  align-items: center;
}

h1 {
  font-family: Barlow, sans-serif;
  font-size: 81px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0px 0px 10px;
  line-height: 85px;
}

h2 {
  font-family: Barlow, sans-serif;
  font-size: 60px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0px 0px 10px;
}

h3 {
  font-family: Barlow, sans-serif;
  font-size: 35px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0px;
}

h4 {
  font-family: Barlow, sans-serif;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0px;
}

h5 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0px;
}

h6 {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0px;
}

p {
  color: rgba(0, 0, 0, 0.624);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px 0px 20px;
}

.menuSec {
  padding: 10px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  z-index: 1;
  transition: color 0.3s;
}

.menuSec ul li a::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  );
  border-radius: 50px;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.3s;
  z-index: -1;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
  transform: scaleX(1);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  color: rgb(255, 255, 255);
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: rgb(0, 0, 0);
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  padding: 13px 20px !important;
  color: rgb(255, 255, 255) !important;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0px;
}

.menuSec li > ul > li > a::before,
.menuSec li > ul > li > a::after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0) !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0px;
}

.menuSec ul::before,
.menuSec ul::after {
  content: " ";
  display: none;
}

.menuSec ul::after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: rgb(0, 0, 0);
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0) !important;
}

.dropdown-menu {
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0px;
  margin: 0px;
  font-size: 1rem;
  color: rgb(33, 37, 41);
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: absolute !important;
  text-align: left !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  opacity: 1;
  width: 50px;
  height: 50px;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: rgb(255, 255, 255);
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border-width: 10px 0px;
  border-style: solid none;
  border-color: transparent currentcolor;
  border-image: initial;
  opacity: 1;
  border-radius: 20px;
  margin: 3px !important;
}

.carousel-caption {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: left;
  display: flex;
  align-items: flex-end;
}

.carousel-indicators li {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 100%;
  background: rgb(255, 255, 255);
  width: 12px;
  height: 12px;
  margin: 0px;
}

.carousel-indicators .active {
  margin: 0px;
  background-color: rgb(40, 177, 109);
  width: 10px;
  height: 12px;
}

/* theme */

.container-fluid {
  padding: 0px 7%;
}

.btn_txt {
  position: relative;
  padding: 17px 35px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: Poppins, sans-serif;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
}

.btn_txt::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  );
  border-radius: 50px;
  transform: scaleX(1);
  transform-origin: center center;
  transition: transform 0.35s;
  z-index: -1;
}

.btn_arrow {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(30, 58, 95);
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid rgb(32, 60, 97);
  background: transparent;
  transition: 0.35s;
}

.btn_arrow i {
  transform: rotate(320deg);
  transition: transform 0.35s;
}

.themebtn:hover .btn_txt::before {
  transform: scaleX(0);
}

.themebtn:hover .btn_txt {
  border: 1px solid rgb(32, 60, 97);
  color: rgb(32, 60, 97);
}

.themebtn:hover .btn_arrow {
  background: rgb(32, 60, 97);
  color: rgb(255, 255, 255);
}

.themebtn:hover .btn_arrow i {
  transform: rotate(360deg);
}

.themebtn:hover {
  filter: drop-shadow(rgba(34, 62, 101, 0.4) 0px 10px 25px)
    drop-shadow(rgba(63, 94, 137, 0.3) 0px 0px 15px);
}

.themebtn {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
}

.d_block {
  display: block;
}

/* theme */

/* header */

.header_btn {
  float: inline-end;
}

.menuSection {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 20px 0px;
}

/* header */

/* banner */

.main_slider {
  position: relative;
}

.banner_text h1 span {
  display: block;
  font-size: 45px;
  line-height: 70px;
}

.img-fluid {
  width: 100%;
  height: 1130px;
  object-fit: cover;
}

.banner_text {
  text-align: center;
  margin-bottom: 60px;
}

.banner_text p {
  width: 50%;
  margin: 0px auto 30px;
}

.bnr_mid_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.bnr_mid_img {
  height: 550px;
  width: 100%;
  border-radius: 10px;
}

.bnr_left_img img {
  height: 195px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.bnr_left_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.bnr_left_txt h3 {
  font-size: 50px;
  margin-bottom: 10px;
}

.bnr_left_txt {
  background: linear-gradient(
    0deg,
    rgb(230, 234, 239) 0%,
    rgb(230, 234, 239) 50%,
    rgb(230, 234, 239) 100%
  );
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 330px;
  z-index: 1;
}

.bnr_left_txt::before {
  content: "";
  position: absolute;
  background: url("../images/experience.png") 0% 0% / contain no-repeat;
  right: 0px;
  bottom: 0px;
  height: 170px;
  width: 180px;
  z-index: -1;
}

.bnr_left_txt p {
  width: 80%;
}

.bnr_right .bnr_left_txt.growth {
  height: 285px;
}

.bnr_right .bnr_left_txt.growth::before {
  background: url("../images/growth.png");
  height: 220px;
  width: 200px;
}

.bnr_right .bnr_left_txt.flower {
  margin-top: 30px;
  height: 240px;
  background: linear-gradient(
    0deg,
    rgb(32, 60, 98) 0%,
    rgb(48, 79, 119) 50%,
    rgb(65, 96, 139) 100%
  );
}

.bnr_right .bnr_left_txt.flower::before {
  background: url("../images/flower.png");
  height: 170px;
  width: 170px;
}

.bnr_right .bnr_left_txt.flower * {
  color: rgb(255, 255, 255);
}

/* banner */

/* about */

.about_left ul {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.about_left ul li h4 {
  font-size: 35px;
}

.about_left ul li span {
  color: rgba(0, 0, 0, 0.624);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.about_left p {
  width: 90%;
}

.abt_sm_img {
  height: 245px;
  border-radius: 10px;
}

.abt_sm_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.abt_main_card {
  height: 470px;
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  );
  border-radius: 12px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 380px;
}

.image-wrap {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.mask-img {
  width: 100%;
  height: 100%;
  object-position: 60% center;
  object-fit: cover;
  clip-path: url("#asterisk-mask");
  transition: clip-path 0.6s ease-in-out;
}

.abt_main_card:hover .image-wrap {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.abt_main_card:hover .mask-img {
  clip-path: inset(0%);
  border-radius: 12px;
}

.abt_main_txt {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.abt_main_txt h3 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  width: 80%;
  margin: 0px;
}

.abt_main_txt a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(43, 69, 106);
  transform: rotate(45deg);
  transition: 0.3s ease-in;
  border: 1px solid transparent;
}

.abt_main_txt a:hover {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  );
  transform: rotate(175deg);
  filter: drop-shadow(rgba(34, 62, 101, 0.4) 0px 10px 25px)
    drop-shadow(rgba(63, 94, 137, 0.3) 0px 0px 15px);
}

.abt_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 30px;
  width: fit-content;
}

/* about */

/* The Total Cost Breakdown */

.cost_breakdown_heading {
  text-align: center;
  margin-bottom: 40px;
}

.cost_breakdown_heading p {
  width: 75%;
  margin: 0px auto;
}

.impact-table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgb(204, 204, 204);
}

.impact-table {
  width: 100%;
  margin-bottom: 0px;
  border-collapse: collapse;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.impact-table thead .main-header {
  background-color: rgb(30, 58, 95);
  color: rgb(255, 255, 255);
  font-size: 25px;
  padding: 20px;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.impact-table thead .column-labels th {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 22px 10px;
  border: 1px solid rgb(222, 226, 230);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.impact-table tbody td {
  padding: 25px 10px;
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.impact-table thead tr:first-child th {
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}

.impact-table th:first-child,
.impact-table td:first-child {
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
}

.impact-table th:last-child,
.impact-table td:last-child {
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
}

.impact-table tbody tr:last-child td {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .impact-table thead .main-header {
    font-size: 20px;
    padding: 15px;
  }
  .impact-table thead .column-labels th {
    font-size: 16px;
    padding: 15px 5px;
  }
  .impact-table tbody td {
    font-size: 14px;
    padding: 15px 5px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .impact-table thead .main-header {
    font-size: 18px;
    padding: 12px;
  }
  .impact-table thead .column-labels th {
    font-size: 14px;
    padding: 12px 4px;
  }
  .impact-table tbody td {
    font-size: 13px;
    padding: 12px 4px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .impact-table-wrapper {
    overflow-x: auto;
  }
  .impact-table {
    min-width: 450px;
  }
  .impact-table thead .main-header {
    font-size: 16px;
    padding: 10px;
  }
  .impact-table thead .column-labels th {
    font-size: 12px;
    padding: 10px 2px;
  }
  .impact-table tbody td {
    font-size: 12px;
    padding: 10px 2px;
  }
}

/* The Total Cost Breakdown */

/* The Data Tells a Different Story */

.service .cost_breakdown_heading p {
  width: 60%;
}

.service_txt {
  padding: 25px 10px;
  text-align: center;
}

.service_txt h3 {
  font-size: 25px;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.service_img {
  height: 250px;
  border-radius: 10px;
}

.service_img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service_txt a {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid rgb(127, 127, 127);
  line-height: 18px;
}

.service {
  background: url("../images/service-bg.png") 0% 0% / cover no-repeat;
  padding: 80px 0px 30px;
}

.service_slider .slick-slide {
  opacity: 1;
  margin: 0px 15px;
}

.service_slider {
  position: relative;
}

.service_slider .service-slick-prev,
.service_slider .service-slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(30, 58, 95);
  background: transparent;
  color: rgb(30, 58, 95);
  font-size: 17px;
  transition: 0.3s ease-in;
  z-index: 5;
  display: flex !important;
}

.service_slider .service-slick-prev {
  left: -70px;
}

.service_slider .service-slick-next {
  right: -70px;
}

.service_slider .service-slick-prev:hover,
.service_slider .service-slick-next:hover {
  background: rgb(30, 58, 95);
  color: rgb(255, 255, 255);
}

/* The Data Tells a Different Story */

/* What You’re Really Paying For */

.bond_left ul li h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

.bond_left p {
  margin-bottom: 0px;
}

.bond_left ul li {
  margin-top: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid rgb(204, 204, 204);
  position: relative;
  margin-left: 30px;
}

.bond_left ul li:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bond_left ul li::before {
  position: absolute;
  background: rgb(52, 77, 111);
  content: "";
  top: 9px;
  left: -25px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  z-index: 2;
}

.bond_left ul {
  position: relative;
}

.bond_left ul::before {
  position: absolute;
  background: rgb(204, 204, 204);
  content: "";
  top: 10px;
  left: 8px;
  height: 210px;
  width: 1px;
}

.bond_right {
  height: 520px;
  width: 84%;
  border-radius: 20px;
  margin: 0px 0px 0px auto;
}

.bond_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.bond_left {
  padding-right: 30px;
}

/* What You’re Really Paying For */

/* faq */

.faq .cost_breakdown_heading p {
  width: 56%;
}

.faq .cost_breakdown_heading h2 {
  font-size: 55px;
}

.faq .accordion {
  --bs-accordion-border-color: #cccccc;
  --bs-accordion-btn-focus-box-shadow: none;
  border: 1px solid var(--bs-accordion-border-color);
  border-radius: 10px;
  overflow: hidden;
}

.faq .accordion-item {
  border-top-width: medium;
  border-right-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image: initial;
  border-bottom: 1px solid var(--bs-accordion-border-color);
}

.faq .accordion-item:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.faq .accordion-button {
  font-weight: 600;
  color: rgb(26, 26, 26);
  padding: 25px 30px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  background-color: transparent !important;
  box-shadow: none !important;
}

.faq .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}

.faq .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none !important;
}

.faq .accordion-body {
  padding-top: 0px;
  font-size: 14px;
}

/* faq */

/* footer */

.footerSec {
  padding: 90px 0px 0px;
  background: rgb(31, 31, 31);
}

.copy-txt p {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}

.copy-txt {
  margin-top: 20px;
  border-top: 1px solid rgb(76, 76, 76);
  padding: 30px 0px;
  text-align: center;
}

.newsletter p {
  margin: 30px 0px;
  color: rgb(148, 148, 148);
  width: 85%;
}

.newsletter form input {
  background: transparent;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(76, 76, 76);
  border-image: initial;
  padding: 15px 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  width: 100%;
}

.newsletter form input::placeholder {
  color: rgb(148, 148, 148);
}

.newsletter form button {
  position: absolute;
  width: 50px;
  font-size: 20px;
  height: 50px;
  background: rgb(30, 58, 95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  transform: rotate(45deg);
  transition: 0.3s ease-in;
  border: 1px solid transparent;
  bottom: 10px;
  right: 0px;
}

.newsletter form button:hover {
  background: rgb(255, 255, 255);
  color: rgb(30, 58, 95);
  transform: rotate(180deg);
}

.newsletter form {
  position: relative;
}

.footerSec h5 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  font-size: 30px;
}

.ftr_links ul li a {
  color: rgb(165, 165, 165);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: 0.3s ease-in;
}

.ftr_links ul li a:hover {
  transform: translateX(10px);
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

.ftr_links ul li {
  margin-bottom: 20px;
}

.newsletter {
  padding-right: 100px;
}

.contact_info {
  padding-left: 50px;
}

.social_links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.social_links ul li a {
  color: rgb(165, 165, 165);
  font-size: 20px;
  transition: 0.3s ease-in;
}

.social_links ul li a:hover {
  color: rgb(255, 255, 255);
}

/* footer */

/* work */

.work h2 {
  text-align: start;
  margin-bottom: -10%;
  margin-left: 22%;
}

.work_right {
  background: rgb(242, 242, 242);
  padding: 30px 60px 30px 40px;
  border-radius: 10px;
  margin-left: -15%;
  height: 370px;
  margin-top: 35%;
}

.work_right p {
  margin-bottom: 30px;
}

p.work_right_para {
  padding-left: 100px;
}

.work_box1 h5,
.work_box3 h5 {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 600;
}

.work_box2 h5 {
  color: rgb(0, 0, 0);
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 600;
}

.work_box1 p,
.work_box3 p {
  color: rgb(171, 183, 199);
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 22px;
}

.work_box2 p {
  color: rgba(0, 0, 0, 0.624);
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 22px;
}

.work_box1,
.work_box3 {
  padding: 25px;
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  );
  border-radius: 10px;
  height: 270px;
  width: 270px;
}

.work_box2 {
  padding: 30px;
  background-color: rgb(242, 242, 242);
  border-radius: 0px 10px;
  height: 270px;
  width: 270px;
}

.work_left {
  display: flex;
  align-items: center;
  margin-right: -8%;
  position: relative;
  z-index: 1;
}

.work_box1 {
  margin-top: -40%;
  border-bottom-right-radius: 0px;
}

.work_box3 {
  margin-top: 35%;
  border-top-left-radius: 0px;
}

.work_icon {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(30, 58, 95);
  border-radius: 50%;
  font-size: 20px;
  transition: 0.35s;
  margin-bottom: 30px;
  background: rgb(255, 255, 255) !important;
}

.work_box2 .work_icon {
  color: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgb(34, 62, 101) 0%,
    rgb(46, 77, 117) 50%,
    rgb(63, 94, 137) 100%
  ) !important;
}

/* work */

/* Real Cost Section */

.impact-head {
  position: relative;
  z-index: 1;
}

.impact-head h2 {
  font-size: 45px;
  color: #000000;
}

.impact-head::before {
  position: absolute;
  content: "";
  width: 58%;
  height: 1px;
  right: 0;
  bottom: 15%;
  background: #cccccc;
}

.imapact-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.imapact-image {
  background: #052a47;
  border-radius: 7px;
  overflow: hidden;
}

.imapact-card {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.imapact-content {
  padding: 20px 11px;
}

.imapact-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.imapact-content p {
  margin-bottom: 0;
}

.row.busines-row {
  margin-top: 50px;
}

.economy-image {
  background: #052a47;
  border-radius: 15px;
  padding: 30px 10px;
  overflow: hidden;
  width: 93%;
  height: 100%;
}

.economy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.economy-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

ul.economy-list li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.economy-icon {
  width: 50px;
}

.economy-icon img {
  width: 100%;
  object-fit: none;
}

ul.economy-list .economy-content {
  width: 100%;
  margin: 0;
}

ul.economy-list .economy-content h4 {
  font-size: 20px;
}

ul.economy-list {
  margin: 40px 0 0;
}

.economy-content {
  margin-left: -40px;
}

.real-cost-sec {
  margin-bottom: 80px;
}

/* Real Cost Section */

/* Educational Section */

.educational-sec .row.reverse-row {
  flex-direction: row-reverse;
}

.row.reverse-row {
  flex-direction: row-reverse;
  align-items: center;
}

.educational-sec .educational-management .row {
  margin: 50px 0;
  align-items: center;
}

.acadmic-image img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 11px;
}

.educational-management {
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

html {
  overflow-x: hidden;
}

.educational-sec {
  padding-bottom: 50px;
}

.f-45 {
  font-size: 45px;
  font-weight: 400;
}

.f-30 {
  font-size: 30px;
  font-weight: 500;
}

.acadmic-content h3 {
  margin-bottom: 10px;
}

.acadmic-content p {
  margin-bottom: 0;
}

/* Educational Section */

/* safet And Security section */

section.safety-security-sec {
  margin: 80px 50px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(30, 58, 95) 0%,
    rgb(66, 98, 141) 100%
  );
  padding: 40px 0;
  border-radius: 10px;
}

.sefety-cotent h3 {
  color: #fff;
}

.sefety-cotent p {
  color: #fff;
  margin: 20px 0 0;
}

/* safet And Security section */

/* Fiscal Impact section */

.noborder {
  border: 0;
}

.fiscal-sec .row {
  align-items: center;
}

/* Fiscal Impact section */

/* Fixed Income */

.fixed-sec {
  padding: 50px 0 0;
}

.fixed-sec .economy-content {
  margin: 0;
}

.fixed-sec .economy-image {
  width: 100%;
  padding: 0;
}

.fixed-sec .sec-head h2 {
  font-weight: 600;
}

/* Fixed Income */

/* Structural Financial Concerns */

.structural-sec {
  padding: 50px 0;
}

.structural-sec .sec-head h2 {
  font-weight: 600;
}

.structural-sec .sec-head {
  margin-bottom: 30px;
}

.structural-card {
  border-width: 1px;
  border-color: rgb(204 204 204);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  height: 342px;
  padding: 40px;
}

.structural-card .count {
  border-width: 0px;
  border-color: rgb(252, 252, 252);
  border-style: solid;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(30, 58, 95) 0%,
    rgb(66, 98, 141) 100%
  );
  width: 74px;
  height: 74px;
  display: grid;
  place-content: center;
  font-size: 30px;
  color: #ffffff;
}

.structural-card h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 20px 0 10px;
}

/* Structural Financial Concerns */

/* Bricks Section */

.fw-600 {
  font-weight: 600;
}

.brick-sec {
  padding: 70px 0 !important;
}

.brick-sec .structural-card h3 {
  font-weight: 400;
}

/* Bricks Section */

/* Summary Section */

.summary-sec {
  padding: 50px 0;
}

.summary-sec ul.economy-list li {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.summary-sec ul.economy-list li h4 {
  margin-bottom: 4px;
}

.summary-sec ul.economy-list li p {
  margin-bottom: 0;
}

.summary-sec ul.economy-list li:last-child {
  border-bottom: 0;
}

.summary-sec ul.economy-list li:first-child {
  padding-top: 0;
}

/* Summary Section */

/* comparative Section */

.comparative-sec .cost_breakdown_heading h2 {
  color: #fff;
}

/* comparative Section */

/* Neutral Analysis */

.neutral-analysis-sec {
  padding: 80px 0 0;
}

.infrastructure-card {
  border-width: 1px;
  border-color: rgb(204 204 204);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 35px 25px;
  height: 100%;
}

.infrastructure-card h3 {
  margin-bottom: 10px;
}

.infrastructure-card li {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}

.infrastructure-card li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

/* Neutral Analysis */

/* conclusion section */

.conclusion-sec {
  padding: 0 0 70px;
}

.conclusion-sec .cost_breakdown_heading {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 50px 0;
}

.conclusion-sec .cost_breakdown_heading p {
  width: 77%;
  margin: 15px auto;
}

/* conclusion section */

.ftr_links ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
section#fact {
  background: url(../images/service-bg.png) 0% 0% / cover no-repeat;
  margin-bottom: 60px;
}

/* Responsive Menu  */

.slicknav_menu {
  background: #375680;
}

.slicknav_nav a:hover {
  background: #fff;
  color: #35547e;
}

.slicknav_nav a {
  font-weight: 700;
  font-family: "Barlow";
  padding: 5px 10px;
  border-radius: 4px;
}

/* Responsive Menu  */

/* Responsie qurries started  */

@media (max-width: 1499px) {
}

@media (max-width: 1366px) {
  .impact-head::before {
    width: 48%;
  }

  .structural-card {
    height: 380px;
    padding: 24px;
  }

  .cost_breakdown_heading p {
    width: 90%;
  }

  .brick-sec .col-lg-10.centerCol {
    width: auto;
  }

  .work_box3 {
    margin-top: 38%;
  }

  .bnr_left_img {
    gap: 20px;
    width: 100%;
  }

  .bnr_left {
    position: relative;
    width: 100%;
  }

  .bnr_left_img img {
    flex-shrink: 0;
    height: 200px;
    width: 180px;
  }
}

@media (max-width: 1280px) {
  .bnr_mid_img {
    height: 430px;
  }

  .bnr_left_txt {
    height: 260px;
    padding: 20px;
  }

  .bnr_left_img img {
    height: 150px;
    width: 170px;
  }

  .bnr_left_img {
    gap: 10px;
    margin-bottom: 20px;
  }

  .bnr_right .bnr_left_txt.growth {
    height: 200px;
  }

  .bnr_right .bnr_left_txt.flower {
    margin-top: 20px;
    height: 210px;
  }

  .bnr_right .bnr_left_txt.growth::before {
    height: 150px;
    width: 160px;
    background-size: 100% 100%;
  }

  .bnr_left_txt h3 {
    font-size: 38px;
    line-height: 44px;
  }

  .bnr_right .bnr_left_txt.flower::before {
    height: 160px;
    width: 180px;
    background-size: cover;
  }

  section.safety-security-sec {
    margin: 30px 40px 40px;
  }

  section.structural-sec {
    padding: 20px 0 30px;
  }

  .impact-table tbody td {
    padding: 18px 10px;
    font-size: 14px;
  }

  .bond_right {
    width: auto;
    height: 480px;
  }

  section.comparative-sec {
    margin-top: 80px;
  }
}
@media (max-width: 1025px) {
  .menuSec ul li a {
    padding: 6px 10px;
    font-size: 13px;
  }

  .container-fluid {
    padding: 0px 3%;
  }

  span.btn_txt {
    padding: 12px 24px;
    font-size: 14px;
  }

  span.btn_arrow {
    height: 45px;
    width: 45px;
  }

  section.main_slider img.img-fluid {
    height: 970px;
  }

  h1 {
    font-size: 65px;
    line-height: 70px;
  }

  .banner_text h1 span {
    font-size: 35px;
    line-height: 60px;
  }

  .bnr_left_img img {
    height: 150px;
    width: 140px;
  }

  h2 {
    font-size: 40px;
  }

  .about_left ul {
    margin-top: 60px;
  }

  .abt_sm_img {
    height: 175px;
  }

  .abt_right {
    gap: 14px;
  }

  .abt_main_card {
    height: 380px;
  }

  .impact-head h2 {
    font-size: 30px;
  }

  h3.f-30 {
    font-size: 22px;
  }

  p {
    font-size: 13px;
    line-height: 22px;
  }

  .educational-sec .educational-management .row {
    margin: 30px 0;
  }

  h3.f-45 {
    font-size: 32px;
  }

  h2.f-45 {
    font-size: 30px;
  }

  .brick-sec {
    padding: 50px 0 !important;
  }

  .work_box1,
  .work_box3 {
    padding: 12px;
    height: 230px;
    width: 320px;
  }

  .work_icon {
    height: 40px;
    width: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .work_box1 h5,
  .work_box3 h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .work_box1 p,
  .work_box3 p {
    font-size: 11px;
    line-height: 20px;
  }

  .work_box2 {
    padding: 20px;
    height: 230px;
    width: 320px;
  }

  .work_box2 p {
    font-size: 11px;
    line-height: 20px;
  }

  .work_right {
    height: 350px;
  }

  .all-section {
    padding: 80px 0px;
  }

  .bond_right {
    width: auto;
    height: 440px;
  }

  h3 {
    font-size: 25px;
  }

  .infrastructure-card {
    padding: 30px 16px;
  }

  .impact-table tbody td {
    padding: 12px 10px;
    font-size: 12px;
  }

  section.conclusion-sec {
    padding: 10px 0 50px;
  }

  .faq .cost_breakdown_heading h2 {
    font-size: 35px;
  }

  .conclusion-sec .cost_breakdown_heading {
    padding: 30px 0;
  }

  .conclusion-sec .cost_breakdown_heading p {
    width: 90%;
  }

  .ftr_links ul li {
    margin: 0px;
  }

  .footerSec h5 {
    margin-bottom: 20px;
  }

  .copy-txt {
    padding: 20px 0px;
  }

  .footerSec {
    padding: 50px 0px 0px;
  }

  .cost_breakdown_heading {
    margin-bottom: 30px;
  }

  section.comparative-sec {
    margin-top: 60px;
    padding: 40px 20px !important;
  }

  .impact-table thead .main-header {
    font-size: 18px;
    padding: 16px;
  }

  .structural-card h3 {
    font-size: 20px;
  }

  .brick-sec .structural-card {
    height: 340px;
  }
}

@media (max-width: 999px) {
  .menuSec {
    padding: 5px;
  }

  .menuSec ul li a {
    padding: 8px 3px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
  }

  .bnr_left_txt {
    width: 100%;
    margin-bottom: 20px;
    height: 230px;
    padding: 20px;
  }

  .carousel-caption {
    position: relative;
  }

  section.main_slider img.img-fluid {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
  }

  .main_slider .banner_text {
    padding-top: 150px;
  }

  .bnr_left_img img {
    height: 290px;
    width: 100%;
  }

  .bnr_left_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
  }

  .bnr_mid_img {
    height: 560px;
    margin-bottom: 20px;
  }

  .bnr_mid_img img {
    object-position: 100% 27%;
  }

  .bnr_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .bnr_left_txt.growth {
    margin: 0px;
  }

  .bnr_right .bnr_left_txt.flower {
    margin: 0px !important;
    height: 200px;
  }

  .about_left {
    text-align: center;
  }

  .about_left ul {
    justify-content: center;
    margin: 40px 0px 80px;
  }

  .abt_right {
    justify-content: center;
    width: auto;
  }

  .abt_sm_img {
    height: 230px;
  }

  .abt_main_card {
    height: 460px;
  }

  .impact-head::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .impact-head {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .imapact-card {
    margin-bottom: 24px;
  }

  .economy-content {
    margin: 40px 0px 0px;
  }

  .real-cost-sec {
    margin-bottom: 40px;
  }

  .real-cost-sec .impact-head {
    margin-bottom: 0;
  }

  .educational-sec .impact-head {
    margin-bottom: 0px;
  }

  h3.f-45 {
    font-size: 26px;
  }

  .educational-sec {
    padding-bottom: 20px;
  }

  .educational-management {
    margin-bottom: 20px;
  }

  .structural-card {
    height: auto;
    margin-bottom: 10px;
    padding: 40px;
  }

  .brick-sec .structural-card {
    height: auto;
  }

  .work_left {
    flex-direction: column;
    margin: 0px;
    gap: 20px;
    align-items: unset;
  }

  .work_box1 {
    height: auto;
    width: 70%;
    padding: 40px;
    margin: 0px;
    border-radius: 10px;
  }

  .work_box3 {
    height: auto;
    width: 70%;
    padding: 40px;
    border-radius: 10px;
    margin: 0;
    margin-left: 30%;
  }

  .work_box2 {
    height: auto;
    width: 70%;
    padding: 40px;
    border-radius: 10px;
    margin-left: 15%;
  }

  .work h2 {
    margin: 0px;
    padding-bottom: 30px;
  }

  .all-section {
    padding: 60px 0px;
  }

  .work_right {
    height: auto;
    margin: 30px 0px 0px;
  }

  p.work_right_para {
    padding: 0;
    margin: 0;
  }

  h2 {
    font-size: 35px;
  }

  .infrastructure-card {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.comparative-sec {
    padding: 30px 10px !important;
    margin: 20px 10px 40px;
  }

  section.summary-sec {
    padding-top: 0px;
  }

  .bnr_mid_img {
    height: 540px;
  }

  .bnr_mid_img img {
    object-position: 100% 31%;
  }

  .menuSec ul li a {
    font-size: 11px;
  }
}
@media (max-width: 580px) {
  .menuSection .row.align-items-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .banner_text h1 span {
    font-size: 22px;
    line-height: 40px;
  }

  .main_slider .banner_text {
    margin-bottom: 40px;
    padding-top: 130px;
  }

  .bnr_left_img img {
    height: 200px;
  }

  .bnr_left_txt::before {
    height: 100px;
    width: 100px;
  }

  .bnr_left_txt {
    height: auto;
  }

  .bnr_right {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bnr_right .bnr_left_txt.growth::before {
    height: 90px;
    width: 90px;
  }

  .bnr_right .bnr_left_txt.growth {
    height: auto;
  }

  .bnr_right .bnr_left_txt.flower::before {
    height: 90px;
    width: 90px;
  }

  .bnr_right .bnr_left_txt.flower {
    height: auto;
  }

  .bnr_mid_img img {
    object-position: 100% 100%;
  }

  .bnr_mid_img {
    height: 500px;
  }

  .about_left ul {
    margin: 40px 0px 60px;
  }

  .abt_main_card {
    height: 360px;
  }

  .abt_main_txt a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .image-wrap {
    width: 200px;
    height: 200px;
  }

  .abt_sm_img {
    height: 210px;
    width: 260px;
  }

  h2 {
    font-size: 30px;
  }

  .economy-image {
    width: auto;
  }

  .economy-content {
    margin-top: 20px;
  }

  .acadmic-content {
    margin-top: 18px;
  }

  section.safety-security-sec {
    margin: 30px 10px 40px;
  }

  .impact-table thead .main-header {
    font-size: 15px;
    padding: 11px;
    line-height: 23px;
  }

  .sec-head.fixed-head p {
    margin: 0;
  }

  .structural-card {
    padding: 20px;
    border-radius: 30px;
  }

  h2.f-45 {
    font-size: 24px;
  }

  section#fact {
    padding: 40px 10px 50px;
  }

  .work_box1 {
    padding: 20px;
  }

  .work_box2 {
    padding: 20px;
  }

  .work_box3 {
    padding: 20px;
  }

  .work_right {
    padding: 24px;
  }

  .impact-table {
    overflow-x: scroll;
    width: 760px;
  }

  .conclusion-sec .cost_breakdown_heading p {
    width: auto;
  }

  .faq .cost_breakdown_heading h2 {
    font-size: 24px;
  }

  .footerSec h5 {
    font-size: 22px;
  }

  .ftr_links ul {
    gap: 12px;
  }

  .ftr_links ul li a {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .bnr_left_img img {
    height: 170px;
  }

  .bnr_left_txt h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .bnr_mid_img {
    height: 450px;
  }

  .abt_sm_img {
    height: 190px;
    width: 230px;
  }

  .imapact-image img {
    height: 220px;
  }

  .economy-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .impact-table {
    width: 720px;
  }

  h2 {
    font-size: 26px;
  }

  .bond_left ul li h3 {
    font-size: 18px;
  }

  .bond_right {
    height: 360px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .banner_text h1 span {
    font-size: 16px;
    line-height: 30px;
  }

  .bnr_left_img img {
    height: 140px;
  }

  .bnr_mid_img {
    height: 370px;
  }

  .bnr_left_txt h3 {
    font-size: 21px;
    line-height: 24px;
  }

  .abt_sm_img {
    height: 150px;
    width: 230px;
  }

  .abt_main_card {
    height: 290px;
  }

  .impact-head h2 {
    font-size: 22px;
  }

  .cost_breakdown_heading p {
    width: auto;
  }

  .imapact-content h3 {
    font-size: 20px;
  }

  .educational-management .col-lg-4.col-md-5 {
    padding: 0;
  }

  .educational-management .col-lg-8.col-md-7 {
    padding: 0;
  }

  h3.f-45 {
    font-size: 21px;
  }

  .work h2 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .work_box1 {
    width: 80%;
  }

  .work_box2 {
    width: 80%;
    margin-left: 9%;
  }

  .work_box3 {
    width: 80%;
    margin-left: 20%;
  }

  .bond_right {
    height: 290px;
  }

  .ftr_links ul {
    gap: 10px;
  }

  .ftr_links ul li a {
    font-size: 10px;
  }
}

/* Responsie qurries ended */

.player button {
    border: none;
    background: unset;
}

.player button span.btn_arrow i {
    transform: unset;
}
