@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Epilogue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 17px;
}

.header_widget_bg {
  padding: 11px;
  position: relative;
  z-index: 1;
}
.header_widget_bg .header_widget {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  color: #b3b7b9;
  font-size: 17px;
}
.header_widget_bg .header_widget a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_widget_bg .header_widget a:hover {
  color: #57B33E;
  transition: all 0.3s ease-in-out;
}
.header_widget_bg .header_widget .header_contacts .header_widget_tel {
  margin-left: 36px;
  font-size: 16px;
}
.header_widget_bg .header_widget .header_social {
  height: 22px;
}
.header_widget_bg .header_widget .header_social a + a {
  margin-left: 14px;
}
.header_widget_bg .header_widget .header_social i.fa-brands {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.header_widget_bg .header_widget .header_social i.fa-brands:hover {
  color: #57B33E;
  transition: all 0.3s ease-in-out;
}

header {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
header .navbar {
  padding: 17px 30px;
  background-color: rgba(255, 255, 255, 0.884);
  border-radius: 30px;
}
header .navbar .navbar-brand {
  padding: 1px 0px;
}
header .navbar .navbar-brand img {
  max-width: 125px;
}
header .navbar .navbar-nav .nav-item a.nav-link {
  font-size: 18px;
  line-height: 29px;
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item a.nav-link:hover {
  color: #57B33E;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item a.nav-link.active {
  color: #57B33E;
}
header .navbar .navbar-nav .nav-item:last-child a.nav-link {
  margin-right: 0;
}
header .navClosebtn {
  display: none;
  position: absolute;
  top: 24px;
  right: 10px;
  font-size: 50px;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  line-height: 30px;
}
header .navClosebtn:hover {
  opacity: 9;
}
header .hamburger_btn {
  display: none;
  position: relative;
  float: right;
  height: 27px;
  width: 38px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
header .hamburger_btn:hover {
  opacity: 0.7;
}
header .hamburger_btn.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #000000;
}
header .hamburger_btn.active .middle {
  opacity: 0;
  background: #000000;
}
header .hamburger_btn.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #000000;
}
header .hamburger_btn.active {
  opacity: 0.2;
}
header .hamburger_btn span {
  background: #000000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 0.2rem;
}
header .hamburger_btn span:nth-of-type(2) {
  top: 11px;
}
header .hamburger_btn span:nth-of-type(3) {
  top: 22px;
}

header.stickyBg {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s ease all;
}
header.stickyBg .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s ease all;
}
header.stickyBg .navbar .navbar-brand img {
  max-width: 100px;
  transition: 0.3s ease all;
}

header .navbar-collapse .hamburger_btn.active {
  opacity: 9;
}
header .navbar-collapse .hamburger_btn.active .top {
  background: #000000;
}
header .navbar-collapse .hamburger_btn.active .bottom {
  background: #000000;
}

.bannerWrap {
  background-image: url(../images/hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --overlay-opacity: 1;
  margin-top: -162px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 310px;
  padding-bottom: 140px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
}
.bannerWrap .bannerContent {
  position: relative;
  z-index: 1;
  width: 60%;
  color: #fff;
}
.bannerWrap .bannerContent h1 {
  font-size: 67px;
  font-weight: 700;
}
.bannerWrap .bannerContent h1 span {
  color: #57B33E;
}

.btnHolder .brand_btn + .brand_btn {
  margin-left: 20px;
}

.brand_btn,
a.brand_btn,
button.brand_btn,
input[type=button].brand_btn,
input[type=submit].brand_btn {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding: 14px 40px;
  border: 2px solid transparent;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.brand_btn::before,
a.brand_btn::before,
button.brand_btn::before,
input[type=button].brand_btn::before,
input[type=submit].brand_btn::before {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #163300;
  z-index: -1;
}
.brand_btn::after,
a.brand_btn::after,
button.brand_btn::after,
input[type=button].brand_btn::after,
input[type=submit].brand_btn::after {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: transparent;
  z-index: -2;
}
.brand_btn:hover, .brand_btn:focus,
a.brand_btn:hover,
a.brand_btn:focus,
button.brand_btn:hover,
button.brand_btn:focus,
input[type=button].brand_btn:hover,
input[type=button].brand_btn:focus,
input[type=submit].brand_btn:hover,
input[type=submit].brand_btn:focus {
  color: #fff;
}
.brand_btn:hover::before, .brand_btn:focus::before,
a.brand_btn:hover::before,
a.brand_btn:focus::before,
button.brand_btn:hover::before,
button.brand_btn:focus::before,
input[type=button].brand_btn:hover::before,
input[type=button].brand_btn:focus::before,
input[type=submit].brand_btn:hover::before,
input[type=submit].brand_btn:focus::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.brand_btn_strock {
  border: 2px solid transparent;
}
.brand_btn_strock::after {
  background-color: rgba(255, 255, 255, 0.08);
}

.brand_btn_fill {
  border: 2px solid transparent;
}
.brand_btn_fill::after {
  background-color: #57B33E;
}

.brand_btn_strock.strock_green {
  border-color: #57B33E;
  color: #fff;
}

.brand_btn_fill.fill_green {
  border-color: #57B33E;
  color: #fff;
}
.brand_btn_fill.fill_green::after {
  background-color: #57B33E;
}

.brand_btn_strock.strock_black {
  color: #000;
  border-color: #000;
}

.brand_btn_fill.fill_black {
  color: #fff;
  border-color: #000;
}
.brand_btn_fill.fill_black::after {
  background-color: #000;
}

.brand_btn_strock.strock_white {
  color: #fff;
  border-color: #fff;
}

.brand_btn_fill.fill_white {
  color: #000;
  border-color: #fff;
}
.brand_btn_fill.fill_white::after {
  background-color: #fff;
}

.flaticonCard {
  display: flex;
  align-items: center;
  height: 150px;
  padding: 0 0 0 50px;
  position: relative;
  margin-bottom: 15px;
}
.flaticonCard .imgHolder {
  width: 100px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A31B;
  margin-right: 30px;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  transition: 0.5s all ease;
}
.flaticonCard .lightningIcon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  transform: rotate(21.5deg);
}
.flaticonCard .lightningIcon i {
  font-size: 74px;
  color: rgba(0, 0, 0, 0.03);
}
.flaticonCard .flaticonCard_body {
  border: 1px solid #D1D1D1;
  height: 100%;
  width: 100%;
  padding: 20px 20px 20px 70px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  transition: 0.5s all ease;
}
.flaticonCard:hover .imgHolder {
  background-color: #57B33E;
  transition: 0.5s all ease;
}
.flaticonCard:hover .flaticonCard_body {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all ease;
}

.benefits_card {
  position: relative;
  padding-top: 40px;
  height: 100%;
}
.benefits_card .benefits_card_body {
  border: 1px solid #D1D1D1;
  height: 100%;
  padding: 35px 20px 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  transition: 0.5s all ease;
}
.benefits_card .imgHolder {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A31B;
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 3px;
  transition: 0.5s all ease;
}
.benefits_card .imgHolder i {
  color: #fff;
}
.benefits_card:hover .benefits_card_body {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all ease;
}
.benefits_card:hover .imgHolder {
  background-color: #57B33E;
  transition: 0.5s all ease;
}

.testimonials_card {
  padding-bottom: 15px;
  padding-top: 15px;
}
.testimonials_card .testimonials_box {
  position: relative;
  padding: 0 45px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all 0.3s ease;
  border-top: 3px solid #57B33E;
  text-align: center;
}
.testimonials_card .testimonials_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  pointer-events: none;
  background-color: var(--theme-color1);
  transition: all 0.3s ease;
}
.testimonials_card .testimonials_box .icon_box {
  position: relative;
  bottom: 15px;
  width: 121px;
  height: 83px;
  margin: 0 auto 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials_card .testimonials_box .icon_box i {
  color: #fff;
  font-size: 54px;
  position: relative;
  z-index: 1;
}
.testimonials_card .testimonials_box .icon_box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #57B33E;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.testimonials_card .testimonials_box .icon_box:before {
  position: absolute;
  left: -7px;
  right: -7px;
  top: 0;
  height: 14px;
  content: "";
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
  background-color: #4e9f37;
  transition: all 0.3s ease;
}
.testimonials_card .testimonials_box .thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
}
.testimonials_card .testimonials_box .text {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #393939;
}
.testimonials_card .testimonials_box .name {
  margin-bottom: 2px;
}
.testimonials_card .testimonials_box .designation {
  color: #57B33E;
  font-size: 13px;
}
.testimonials_card .testimonials_box .testimonialsDesign {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
  background-image: url(../images/testimonialsDesign.png);
  opacity: 0.3;
}

.optionsCardVertical {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.optionsCardVertical .optionsCard_thumb {
  overflow: hidden;
}
.optionsCardVertical .optionsCard_thumb img {
  width: 100%;
  transition: 0.5s;
}
.optionsCardVertical .optionsCard_content {
  border: 1px solid rgba(0, 24, 25, 0.1);
  padding: 27px 32px 28px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: #001819;
  transition: 0.5s;
  position: relative;
}
.optionsCardVertical .optionsCard_content p {
  margin-bottom: 0;
}
.optionsCardVertical .optionsCard_content .imgHolder {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A31B;
  font-size: 28px;
  position: absolute;
  top: -30px;
  right: 20px;
  border-radius: 3px;
  transition: 0.5s all ease;
}
.optionsCardVertical .optionsCard_content .imgHolder i {
  color: #fff;
}
.optionsCardVertical:hover .optionsCard_thumb img {
  transform: scale(1.1);
}

.inner-column {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  height: 100%;
  justify-content: space-between;
}
.inner-column .contact-info-block {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  border: 1px solid rgba(0, 24, 25, 0.1);
  border-radius: 3px;
}
.inner-column .contact-info-block .image {
  width: 40%;
  overflow: hidden;
  flex-shrink: 0;
}
.inner-column .contact-info-block .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition: 0.5s all ease;
}
.inner-column .contact-info-block .contact {
  position: relative;
  padding: 20px 20px 20px 40px;
  display: flex;
  align-items: center;
}
.inner-column .contact-info-block .contact p {
  margin-bottom: 0px;
  font-weight: 600;
}
.inner-column .contact-info-block .contact .imgHolder {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A31B;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 3px;
  transition: 0.5s all ease;
  transform: translate(-50%, -50%);
}
.inner-column .contact-info-block .contact .imgHolder i {
  color: #fff;
}
.inner-column .contact-info-block:hover .image img {
  transform: scale(1.1);
}
.inner-column .contact-info-block:last-child {
  margin-bottom: 0;
}

.sectionSpace {
  padding: 70px 0;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

.quoteForm_section {
  background-image: url(../images/quoteForm_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
.quoteForm_section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.96);
  z-index: 1;
}
.quoteForm_section .quoteForm {
  position: relative;
  z-index: 2;
}
.quoteForm_section .quoteForm .form-control {
  border-radius: 3px;
  border-color: rgba(103, 103, 103, 0.58);
  background: rgba(255, 255, 255, 0.0018);
}
.quoteForm_section .quoteForm .form-label {
  font-weight: 600;
  font-size: 18px;
}
.quoteForm_section .quoteForm .form-label span.asteriskIcon {
  color: red;
}
.quoteForm_section .quoteForm input.form-control:focus {
  box-shadow: none !important;
}
.quoteForm_section .quoteForm ::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
  font-size: 13px;
  /* Firefox */
}
.quoteForm_section .quoteForm ::placeholder {
  color: #a3a3a3;
  opacity: 1;
  font-size: 13px;
  /* Firefox */
}
.quoteForm_section .quoteForm ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a3a3a3;
  font-size: 13px;
}

.whyBrand_section .whyBrand_wrap {
  border-bottom: 1px solid #B9B9B9;
}
.whyBrand_section .whyBrand_wrap .brandDesignList li {
  margin-bottom: 110px;
}
.whyBrand_section .whyBrand_wrap .brandDesignList li:last-child {
  margin-bottom: 30px;
}
.whyBrand_section .whyBrand_wrap .whyBrand_details {
  padding-top: 60px;
}

.solutions_section .solutions_wrap {
  border-bottom: 1px solid #B9B9B9;
}
.solutions_section .solutions_wrap h2 {
  max-width: 650px;
}
.solutions_section .solutions_wrap .solutionsDetails {
  padding-top: 50px;
}
.solutions_section .solutions_wrap .solutionsDetails .solutionsImgHolder {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.solutions_section .solutions_wrap .solutionsDetails .solutionsImgHolder img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_section .solutions_wrap .solutionsDetails .solutions_content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 30px 30px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
  font-size: 22px;
}
.solutions_section .solutions_wrap .solutionBenefits {
  padding: 50px 0;
}

.advantage_section .advantage_wrap h2 {
  margin-bottom: 20px;
}
.advantage_section .advantage_wrap .bg_holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
}
.advantage_section .advantage_wrap .brandDesignList li {
  margin-bottom: 30px;
}

.contact_section .contact_wrap h2 {
  margin-bottom: 20px;
}
.contact_section .contact_wrap .bg_holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
}
.contact_section .contact_wrap .brandDesignList li {
  margin-bottom: 30px;
}

.testimonials_section .testimonials_wrap {
  border-bottom: 1px solid #B9B9B9;
}
.financeOptions_section .financeOptions_wrap h2 {
  margin-bottom: 30px;
}

.gallery_section .gallery_wrap .gallery_details {
  padding-top: 50px;
}
.gallery_section .gallery_wrap .gallery_details .galleryImgHolder {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.gallery_section .gallery_wrap .gallery_details .galleryImgHolder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_section .gallery_wrap .gallery_details .gallery_content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background-color: #fff;
  border-radius: 3px;
  width: calc(100% - 60px);
}
.gallery_section .gallery_wrap .gallery_details .gallery_content h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gallery_section .gallery_wrap .gallery_details .gallery_content h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 2px;
  color: #57B33E;
}
.gallery_section .gallery_wrap .gallery_details .gallery_content_icon {
  position: relative;
  padding: 30px 30px;
}
.gallery_section .gallery_wrap .gallery_details .gallery_content_icon .imgHolder {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #57B33E;
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  border-radius: 50%;
  transition: 0.5s all ease;
}
.gallery_section .gallery_wrap .gallery_details .gallery_content_icon .imgHolder i {
  color: #fff;
  font-size: 20px;
}

.support_section {
  background-color: #0C1F2F;
}
.support_section .support_wrap {
  color: #fff;
}
.support_section .support_wrap .supportDetails {
  padding-top: 50px;
}
.support_section .support_wrap .support_card {
  background-color: #1B2D3E;
  border-radius: 12px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.support_section .support_wrap .support_card .support_img_holder {
  padding-top: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.support_section .support_wrap .support_card .support_img_holder img {
  max-width: 100%;
  height: auto;
}
.support_section .support_wrap .support_card .support_card_content {
  max-width: 320px;
  font-weight: 500;
  font-size: 22px;
  padding: 20px;
}
.support_section .support_wrap .support_card.cardLg {
  align-items: center;
  flex-direction: row;
}
.support_section .support_wrap .support_card.cardLg .support_img_holder {
  justify-content: flex-end;
}

footer {
  background: #09151F;
  padding: 30px 0;
  color: #dbdbdb;
  font-size: 16px;
  text-align: center;
}

/* ============================== */
/* Section Titles                */
/* ============================== */
.section_title {
  display: inline-flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
  white-space: nowrap;
  position: relative;
  margin-bottom: 13px;
  font-size: 19px;
}
.section_title__icon {
  color: #57B33E;
  margin-right: 15px;
}
.section_title__content {
  flex-grow: 1;
  color: #57B33E;
  font-weight: 500;
}

.section_title.white .section_title__content {
  color: #fff;
}
.section_title.white .section_title__icon {
  color: #fff;
}

/* ============================== */
/* Sub Title                     */
/* ============================== */
.sub_title {
  display: inline-flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
  position: relative;
  margin-bottom: 13px;
}
.sub_title__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-right: 25px;
  background-color: #57B33E;
  border-radius: 3px;
  position: relative;
}
.sub_title__icon i {
  color: #fff;
  transform: rotate(25deg);
  padding-top: 4px;
}
.sub_title__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid #57B33E;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border-radius: 3px;
}
.sub_title__content {
  flex-grow: 1;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.brandDesignList {
  margin: 0;
  padding: 0;
}
.brandDesignList li {
  list-style: none;
}

.sibeBarContact {
  padding: 30px 50px;
}
.sibeBarContact a {
  color: #212121;
  text-decoration: none;
}

.modal-dialog {
  max-width: 600px;
}

.modal-content {
  overflow: hidden;
  border: none;
  position: relative;
  padding: 0 !important;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.modal-content .modal-header {
  position: relative;
  padding: 0;
  border: none;
  height: 230px;
  background: linear-gradient(45deg, #0199ea 0%, #fa0296 100%);
}
.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #fff;
}
.modal-content .modal-body {
  border: none;
  overflow: hidden;
  margin-top: -180px;
  z-index: 2;
}
.modal-content .modal-body .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 180px;
  margin: 0 auto 10px;
}
.modal-content .modal-body .icon i {
  color: #8bc34a;
}
.modal-content .modal-body h2 {
  font-weight: 700;
  color: #fff;
}
.modal-content .modal-body h4 {
  font-size: 18px;
}
.modal-content .modal-body h3 {
  font-weight: 800;
  font-size: 22px;
}
.modal-content .modal-body h3 span {
  font-weight: 300;
}

.msgBg {
  position: relative;
}
.msgBg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 50%;
  height: 60px;
  z-index: 1;
  transform: skewY(-10deg);
  background-color: #fff;
}
.msgBg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 50%;
  height: 60px;
  z-index: 1;
  transform: skewY(10deg);
  background-color: #fff;
}

.thanks_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.thanks_container .thanks_main_content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}
.thanks_container .thanks_main_content h1 {
  font-size: 5.25rem;
}
.thanks_container .thanks_main_content .fa-solid {
  color: #57B33E;
  font-size: 9.75rem;
}
.thanks_container .thanks_main_content p {
  margin-bottom: 15px;
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  header .hamburger_btn {
    display: block;
  }
  header .navClosebtn {
    display: block;
  }
  header .navbar .navbar-nav {
    margin-top: 50px;
    padding: 30px;
  }
  header .navbar .navbar-nav .nav-item a.nav-link {
    color: #212121;
  }
  header .navbar .navbar-nav .nav-item a.nav-link.active {
    color: #57B33E;
  }
  header .navbar .navbar-nav .nav-item a.nav-link:before {
    background: #57B33E;
  }
  .navbar-collapse {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.941);
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 120;
  }
  .navbar-collapse.show {
    opacity: 9;
    visibility: visible;
    width: 400px;
  }
  .navbar-collapse:not(.show) {
    display: block;
  }
  .page_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
    transition: opacity 5s ease-out;
  }
  .page_overlay.open {
    display: block;
    transition: opacity 5s ease-out;
  }
  .bannerWrap .bannerContent {
    width: 80%;
  }
  .bannerWrap .bannerContent h1 {
    font-size: 58px;
  }
  .flaticonCard .flaticonCard_body {
    padding: 20px 20px 20px 60px;
  }
  .flaticonCard .flaticonCard_body h4 {
    font-size: 20px;
  }
  .flaticonCard .imgHolder {
    width: 80px;
    height: 90px;
  }
  .flaticonCard .imgHolder img {
    max-width: 46px;
  }
  .sub_title__content {
    font-size: 17px;
  }
  .solutions_section .solutions_wrap .solutionsDetails .solutions_content {
    padding: 20px 20px;
    font-size: 17px;
  }
  .benefits_card .benefits_card_body {
    font-size: 15px;
  }
  .gallery_section .gallery_wrap .gallery_details .gallery_content h5 {
    font-size: 15px;
  }
  .gallery_section .gallery_wrap .gallery_details .gallery_content h4 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .sectionSpace {
    padding: 50px 0;
  }
  h2 {
    font-size: 32px;
  }
  .bannerWrap .bannerContent {
    width: 100%;
  }
  .bannerWrap .bannerContent h1 {
    font-size: 38px;
  }
  .whyBrand_section .whyBrand_wrap .brandDesignList li {
    margin-bottom: 20px;
  }
  .whyBrand_section .whyBrand_wrap .solar_panel_img {
    text-align: center;
  }
  .whyBrand_section .whyBrand_wrap .whyBrand_details {
    padding-top: 0;
  }
  .benefits_card .benefits_card_body {
    font-size: 17px;
  }
  .support_section .support_wrap .support_card.cardLg {
    align-items: center;
    flex-direction: column;
  }
  .advantage_wrap .btnHolder .brand_btn + .brand_btn {
    margin-left: 0px;
  }
  .modal-content .modal-body .icon {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .sectionSpace {
    padding: 30px 0;
  }
  .sticky-top {
    top: 5px;
  }
  .sticky-top.stickyBg {
    top: 0;
  }
  .brand_btn,
  a.brand_btn,
  button.brand_btn,
  input[type=button].brand_btn,
  input[type=submit].brand_btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  .optionsCardVertical {
    display: flex;
    margin-bottom: 15px;
  }
  .optionsCardVertical .optionsCard_thumb {
    width: 30%;
    overflow: hidden;
    flex-shrink: 0;
  }
  .optionsCardVertical .optionsCard_content {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
  }
  .optionsCardVertical .optionsCard_content .imgHolder {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .inner-column .contact-info-block {
    margin-bottom: 15px;
  }
  .inner-column .contact-info-block .image {
    width: 30%;
  }
  .inner-column .contact-info-block .contact {
    padding: 10px 10px 10px 40px;
  }
  .inner-column .contact-info-block .contact p {
    font-size: 14px;
    font-weight: normal;
  }
  .thanks_container .thanks_main_content h1 {
    font-size: 4.25rem;
  }
  .thanks_container .thanks_main_content .fa-solid {
    font-size: 6.75rem;
  }
  .thanks_container .thanks_main_content p {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
  .bannerWrap .bannerContent .btnHolder .brand_btn + .brand_btn {
    margin-left: 0px;
  }
  .bannerWrap .bannerContent h1 {
    font-size: 32px;
  }
  .advantage_section .advantage_wrap .bg_holder {
    height: 250px;
    margin-bottom: 30px;
  }
  .contact_section .contact_wrap .bg_holder {
    height: 250px;
    margin-top: 30px;
  }
  footer {
    font-size: 13px;
  }
  .navbar-collapse.show {
    width: 280px;
  }
  header .navbar .navbar-nav {
    margin-top: 25px;
    padding: 25px 15px;
  }
  .sibeBarContact {
    padding: 10px 35px;
  }
  .thanks_container .thanks_main_content h1 {
    font-size: 3.25rem;
  }
  .thanks_container .thanks_main_content .fa-solid {
    font-size: 4.75rem;
  }
}/*# sourceMappingURL=style.css.map */