/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto; 
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

.dnd-row > .row-fluid {
	margin: 0 auto; 
	max-width: 1200px; 
}
.home-single-property .dnd-row > .row-fluid {
	max-width: inherit; 
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .dnd-row > .row-fluid {
    max-width: 960px; 
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .dnd-row > .row-fluid {
    max-width: 720px;  
  } */
}
@media only screen and (max-width: 767px) {
 .dnd-row > .row-fluid {
	max-width: 100%;
}
} 
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table; 
  content: '';
}

.row-fluid:after {
  clear: both; 
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 0px;
  margin-left: 0%; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.6666666667%;
}

.row-fluid .span10 {
  width: 83.3333333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.6666666667%;
}

.row-fluid .span7 {
  width: 58.3333333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.6666666667%;
}

.row-fluid .span4 {
  width: 33.3333333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.6666666667%;
}

.row-fluid .span1 {
  width: 8.3333333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%;
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important; 
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* CSS Variables */
:root {
  --base-color: rgba(105, 105, 105, 1.0); 

  --primary-color: rgba(66, 91, 118, 1.0);

  --secondary-color: rgba(210, 169, 142, 1.0);

  --headings-color: rgba(51, 51, 51, 1.0);

  --light-color: rgba(255, 255, 255, 1.0);

  --link-color: rgba(9, 107, 216, 1.0);

  --link-hover-color: rgba(210, 169, 142, 1.0);

  --body-font: Raleway; 
  --body-font-size: 15px;
  --body-font-weight: 500;

  --heading-one: 45px;
  --heading-one-style: font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;

  --heading-two-style: font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  --heading-two: 40px;

  --heading-three-style: font-weight: 600; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  --heading-three: 24px;

  --heading-four-style: font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  --heading-four: 18px;

  --heading-five-style: font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  --heading-five: 16px;

  --heading-six-style: font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;  
  --heading-six: 15px;

  --form-header-text-color: rgba(51, 51, 51, 1.0); 

  --form-header-background-color: rgba(255, 255, 255, 1.0);  

  --form-inputs-text-color: rgba(51, 51, 51, 1.0); 

  --form-fieldBorder-color: rgba(236, 236, 236, 1.0);

  --form-fieldInput-bg-color: rgba(255, 255, 255, 1.0);

  --form-label-font-color: rgba(51, 51, 51, 1.0); 

  --form-help-text-font-color: rgba(51, 51, 51, 1.0);

  --form-input-border-color: rgba(236, 236, 236, 1.0);

  --form-input-focus-border-color: rgba(210, 169, 142, 1.0);

  --form-bg-color: rgba(255, 255, 255, 1.0);

  --form-borderColor: rgba(255, 255, 255, 1.0);

  --form-btn-text-color: rgba(255, 255, 255, 1.0);

  --form-btn-border-color: rgba(9, 107, 216, 1.0);

  --form-btn-bg-color: rgba(9, 107, 216, 1.0);

  --form-btn-hover-text-color: rgba(255, 255, 255, 1.0); 

  --form-btn-hover-border-color: rgba(210, 169, 142, 1.0);

  --form-btn-hover-bg-color: rgba(210, 169, 142, 1.0);

  --form-errorMsgColor: rgba(235, 82, 82, 1.0);

  --form-successMsgColor: rgba(104, 212, 82, 1.0);


  --header-height: 94px;
  --header-background-color: rgba(255, 255, 255, 1.0);

  --menu-link-color: rgba(51, 51, 51, 1.0);

  --menu-link-hover-color: rgba(9, 107, 216, 1.0);

  --child-menu-link-color: rgba(51, 51, 51, 1.0);

  --child-menu-link-hover-color: rgba(9, 107, 216, 1.0);

  --dropdown-bg-color: rgba(255, 255, 255, 1.0);

  --dropdown-border-color: rgba(#null, 0.0);

  --footer-top-bg-color: rgba(248, 248, 248, 1.0); 

  --footer-bottom-bg-color: rgba(248, 248, 248, 1.0); 

  --footer-link-color: rgba(105, 105, 105, 1.0);

  --footer-link-hover-color: rgba(66, 91, 118, 1.0); 

  --footer-border-color: rgba(228, 228, 228, 1.0);  

  --footer-bottom-text-color: rgba(105, 105, 105, 1.0); 

  --success: #198754;
  --danger: #DC3545;
  --warning: #FFC107;
  --info: #0DCAF0;
  --gray: #F8F8F8;
  --dark: #221F1E;
  --transition: all 0.4s ease 0s;
  --headings-line-height: 1.4;
  --body-line-height: 1.75;
}

/* Basic Style */
/* Typography Style */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  font-style: normal;
  line-height: var(--body-line-height);
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: var(--base-color);
  background-color: #ffffff;
  background-repeat: no-repeat; 
  background-position: top center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--headings-line-height);
  margin-top: 0;
  margin-bottom: 8px;
}

h1,.h1 {
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  color: var(--headings-color);
  font-size: 45px;
  letter-spacing: 0px;
  text-transform: none;
}

h2,.h2 {
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  color: var(--headings-color);
  font-size: 40px; 
  letter-spacing: 0px;
  text-transform: none;
}

h3,.h3 {
  font-weight: 600; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal; 
  color: var(--headings-color);
  font-size: 24px; 
  letter-spacing: 0px;
  text-transform: none;
}

h4,.h4 {
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  color: var(--headings-color);
  font-size: 18px;  
  letter-spacing: 0px;
  text-transform: none;
}

h5,.h5 {
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  color: var(--headings-color);
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

h6,.h6 {
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal; 
  color: var(--headings-color);
  font-size: 15px; 
  letter-spacing: 0px;
  text-transform: none;
}

p {
  margin-top: 0;
  margin-bottom: 16px; 
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

span p {
  line-height: 1.75;
}

button span {
  line-height: 1;
}

a,
button,
input {
  transition: var(--transition);
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

button,
input[type=submit] {
  font-family: var(--body-font);
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; 
}

ul , ol {
  margin-top: 0;
  padding-left: 15px;
}
ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.button-mt-20 {
  margin-top: 20px;
}
/* ========Black button========= */
.black-button a {
    margin: auto auto;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-family: 'Poppins';
    line-height: 21px;
    padding: 20px 35px 20px 45px;
   border: 2px solid;
/*     color: #31B476;
    background: #000; */
}
.black-button a:before {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29-2.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    left: 28px;
    top: 25px;
}
.black-button a:hover {
/*     background: #31b476;
    color: #ffffff; */
    border: 2px solid;
    display: inline-block;
    font-family: Poppins;
/*     font-size: 14px; */
    line-height: 21px;
    margin: auto;
    padding: 20px 45px 20px 35px;
    position: relative;
    z-index: 2;
}
.black-button a:hover:after {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 26px;
}
.black-button a:hover:before{
   width: 0px;
    height: 0px;
}
@media only screen and (max-width: 479px) {
 .black-button a {
    padding: 15px 30px 15px 40px;
}
.black-button a:before {
    left: 24px;
    top: 20px;
}
  .black-button a:hover{
    padding: 15px 40px 15px 30px;
}
  .black-button a:hover:after {
    right: 20px;
    top: 22px;
}
}
/* ================== */
/* =========Green Button========= */
.green-button a {
    margin: auto auto;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-family: 'Poppins';
    line-height: 25px;
    padding: 20px 60px 20px 70px;
   border: 2px solid;
  font-weight:500;
}
.green-button a:before {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    left:50px;
    top: 27px;
}
.green-button a:hover {
    border: 2px solid;
    display: inline-block;
    font-family: Poppins;
    line-height: 25px;
    margin: auto;
    padding: 20px 70px 20px 60px;
    position: relative;
    z-index: 2;
  font-weight:500;
}
.green-button a:hover:after {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    right: 50px;
    top: 27px;
}
.green-button a:hover:before{
   width: 0px;
    height: 0px;
}
@media only screen and (max-width: 479px) {
  .green-button a {
     padding: 15px 30px 15px 40px;
}
  .green-button a:before {
     left: 24px;
    top: 21px;
}
  .green-button a:hover{
    padding: 15px 40px 15px 30px;
}
  .green-button a:hover:after {
  right: 20px;
    top: 22px;
}
}
/* ============================== */
/* Section, Section Spacing (Padding & Margin) */
.section {
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.section-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-bg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
/* .section-padding {
  padding: 130px 0;
} */
.dnd-section .dnd-column{
  padding:0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px){
  .dnd-row > .row-fluid {
    max-width: 100%!important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*   .section-padding {
    padding: 100px 0; 
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/*   .section-padding {
    padding: 80px 0;
  } */
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding-top {
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
.section-padding-bottom {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
.section-margin {
  margin: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
.section-margin-top {
  margin-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
.section-margin-bottom {
  margin-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.container-small {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
} */

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
/* @media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
} */

.backdrop {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.backdrop.active {
  visibility: visible;
  opacity: 1;
}

/* VenoBox Style */
.vbox-close {
  top: 15px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}


/* Component/Modules Style */
/* Button Style */
.btn {
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 16px 35px;
  transition: var(--transition);
  border-radius: 5px;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 13px 25px;
  }
}
.btn:hover {
  transform: translateY(-5px);
  color: #FFFFFF;
  background-color: var(--primary-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  color: #FFFFFF;
}
.btn-primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.btn-success {
  background-color: var(--success);
  color: #FFFFFF;
}
.btn-danger {
  background-color: var(--danger);
  color: #FFFFFF;
}
.btn-warning {
  background-color: var(--warning);
  color: #221F1E;
}
.btn-info {
  background-color: var(--info);
  color: #221F1E;
}
.btn-light {
  background-color: var(--light); 
  color: #221F1E !important;
}
.btn-gray {
  background-color: var(--gray);
  color: #FFFFFF;
}
.btn-dark {
  background-color: var(--dark);
  color: #FFFFFF;
}
.btn-body-color {
  background-color: var(--base-color);
  color: #FFFFFF;
}
.btn-headings-color {
  background-color: var(--headings-color);
  color: #FFFFFF;
}
.btn-primary-outline {
  color: var(--primary-color);
  background-color: transparent;
}
.btn-primary-outline:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-secondary-outline {
  color: var(--secondary-color);
  background-color: transparent;
}
.btn-secondary-outline:hover {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.btn-success-outline {
  color: var(--success);
  background-color: transparent;
}
.btn-success-outline:hover {
  background-color: var(--success);
  color: #FFFFFF;
}
.btn-danger-outline {
  color: var(--danger);
  background-color: transparent;
}
.btn-danger-outline:hover {
  background-color: var(--danger);
  color: #FFFFFF;
}
.btn-warning-outline {
  color: var(--warning);
  background-color: transparent;
}
.btn-warning-outline:hover {
  background-color: var(--warning);
  color: #221F1E;
}
.btn-info-outline {
  color: var(--info);
  background-color: transparent;
}
.btn-info-outline:hover {
  background-color: var(--info);
  color: #221F1E;
}
.btn-light-outline {
  color: var(--light);
  background-color: transparent;
}
.btn-light-outline:hover {
  background-color: var(--light);
  color: #221F1E;
}
.btn-gray-outline {
  color: var(--gray);
  background-color: transparent;
}
.btn-gray-outline:hover {
  background-color: var(--gray);
  color: #FFFFFF;
}
.btn-dark-outline {
  color: var(--dark);
  background-color: transparent;
}
.btn-dark-outline:hover {
  background-color: var(--dark);
  color: #FFFFFF;
}
.btn-body-color-outline {
  color: var(--base-color);
  background-color: transparent;
}
.btn-body-color-outline:hover {
  background-color: var(--base-color);
  color: #FFFFFF;
}
.btn-headings-color-outline {
  color: var(--headings-color);
  background-color: transparent;
}
.btn-headings-color-outline:hover {
  background-color: var(--headings-color);
  color: #FFFFFF;
}
.btn-primary-hover:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-secondary-hover:hover {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.btn-success-hover:hover {
  background-color: var(--success);
  color: #FFFFFF;
}
.btn-danger-hover:hover {
  background-color: var(--danger);
  color: #FFFFFF;
}
.btn-warning-hover:hover {
  background-color: var(--warning);
  color: #221F1E;
}
.btn-info-hover:hover {
  background-color: var(--info);
  color: #221F1E;
}
.btn-light-hover:hover {
  background-color: var(--light);
  color: #221F1E;
}
.btn-gray-hover:hover {
  background-color: var(--gray);
  color: #FFFFFF;
}
.btn-dark-hover:hover {
  background-color: var(--dark);
  color: #FFFFFF;
}
.btn-body-color-hover:hover {
  background-color: var(--base-color);
  color: #FFFFFF; 
}
.btn-headings-color-hover:hover {
  background-color: var(--headings-color);
  color: #FFFFFF;
}
.btn-radius{
  border-radius: 50px;
}
/* Button Size */
.btn-lg {
  font-size: 20px;
  padding: 22px 44px;
}
.btn-md {
  padding: 16px 35px;
}
.btn-sm {
  font-size: 12px;
  padding: 13px 23px;
}

.cta-info .btn.btn-lg {
  font-size: 20px;
  padding: 16px 90px; 
}
.cta-info .btn.btn-md {
  padding: 16px 80px;
}
.cta-info .btn.btn-sm {
  font-size: 12px;
  padding: 13px 23px;
}

/* Section Heading Style */
.section-heading {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading {
    margin-bottom: 50px; 
  }
  .about-area .section-heading h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading-left {
  text-align: left;
}
.section-heading-center {
  text-align: center;
}
.section-heading-right {
  text-align: right;
}
.section-heading > span , 
.section-heading > strong {
  line-height: 1.25;
  display: block;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: var(--primary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading > span , 
  .section-heading > strong {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading > span , 
  .section-heading > strong {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading > span , 
  .section-heading > strong {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading > span , 
  .section-heading > strong {
    margin-bottom: 10px;
  }
}
.section-heading h2 {
  margin-bottom: 23px;
}
.section-heading h2 span {
  color: var(--primary-color);
}
.section-heading h2:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 34px !important;  
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 34px !important;  
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 34px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: 30px !important; 
  }
}
@media only screen and (max-width: 479px) {
  .section-heading h2 {
    font-size: 24px !important;
  }
}
.section-heading p {
  margin-bottom: 50px; 
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-heading p {
    margin-bottom: 25px;
  }
}

/* Header Style */
.header-area {
  z-index: 111;
  transition: var(--transition);
  background-color: var(--header-background-color);
  min-height: var(--header-height);
  display: flex; 
  align-items: center;
}

/* .header-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-right: -15px;
margin-left: -15px;
} */


/* .header-inner > * {
display: flex; 
flex: 0 0 auto;
padding-right: 15px;
padding-left: 15px;
} */


/* hover meanu inside the menu code  */

/* Styles for the arrow indicator */
/* li.has-children.menu-item::before {
top: 14px;
left: 3px;
height: 15px;
width: 20px;
content: "";
background-position: center;
background-size: cover;
background-repeat: no-repeat;
transform: scaleX(.5) scaleY(.5);
position: absolute;
transition: transform 0.3s ease;
}
*/
/* Rotate arrow on hover or focus */

/* Arrow styles for items with children */
/* li.has-children::before {
/*     background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg);
top: 14px;
right: 10px; 
height: 15px;
width: 20px;
content: "";
background-position: center;
background-size: cover;
background-repeat: no-repeat;
transform: scaleX(.5) scaleY(.5);
position: absolute;
transition: transform 0.3s ease; 
} */

/* Remove arrow styles for items with children */
li.has-children::before {
  display: none; /* Hide the arrow */
}

/* Parent item positioning */
li.has-children {
  position: relative; /* Ensure dropdown is positioned relative to this item */
}

/* Dropdown menu styles */
li.has-children > ul {
  display: none; /* Hide dropdown initially */
  position: absolute;
  background-color: #ffffff; /* Ensure background color */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
  padding: 10px 0; /* Add padding to dropdown */
  min-width: 200px; /* Ensure a minimum width */
  z-index: 999; /* Ensure it appears above other content */
  left: 256px; /* Position dropdown to the left of the parent item */
  top: 0; /* Align dropdown to the top of the parent item */
}

/* Show dropdown on hover or focus */
li.has-children:hover > ul,
li.has-children:focus-within > ul {
  display: block; /* Show dropdown */
}

/* Ensure the dropdown items are properly aligned */
li.has-children > ul > li {
  position: relative;
  padding: 10px 20px; /* Add padding inside each dropdown item */
  /*     white-space: nowrap; /* Prevent text wrapping */ */
}

/* Style dropdown items on hover */
li.has-children > ul > li:hover {
  background-color: #f1f1f1; /* Highlight on hover */
}





/* .header-main-menu nav > ul > li > ul {
background: var(--dropdown-bg-color) none repeat scroll 0 0;
display: block;
left: 0;
padding: 26px 25px 28px;
position: absolute;
top: 100%;
margin-top: 20px;
opacity: 0;
visibility: hidden;
z-index: 99; 
width: 265px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
transition: all 0.4s ease 0s;
} */

/* .header-main-menu nav > ul > li > ul li a span:hover {
line-height: 13px;
background-color: green;
/*     padding: 10px; */
/*     border-bottom: 2px solid #ccc; */
/*     width: 251px; */
/* padding: 26px 0px 28px;
} */

/*-- Header Language --*/
.header__language-switcher {
  display: flex;
  align-items: center;
  color: var(--headings-color);
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}
#hs_cos_wrapper_language-switcher_ {
  display: flex; 
}
.header__language-switcher:hover .lang_list_class {
  display: block;
  text-align: start;
}
.lang_list_class:after, .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

.lang_list_class:before {
  top: -8px;
  border: 12px solid transparent;
  border-bottom-color: #000;
}

.globe_class {
  background-image: none !important;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.globe_class:after {
  content: "\f0ac";
  margin-top: -5px;
  position: absolute;
  font-family: 'FontAwesome';
  padding-right: 3px;
  color: var(--headings-color);
  font-size: 18px;
}
.language.language-black .header__language-switcher--label-current{
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 600;
}
.lang_list_class li a:hover{
  color: var(--primary-color) !important;
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.language .lang_list_class li a {
  line-height: 2 !important;
  width: 260px;
}
.language > a + a {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language > a + a {
    margin-left: 20px;
  }
}

.language .lang_list_class li {
  letter-spacing: px;
  text-transform: ;
  color: var(--secondary-color);
  font-weight: 600;
  background-color: #ffffff;
  width: 180px;
  text-decoration: none;
}

/*-------------------- Mobile Menu Style ---------------------*/



/*-------------------- Blog Wrapper Style ---------------------*/
/* .blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  gap: 40px 0;
}
.blog-wrapper > .col {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-wrapper > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-wrapper > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
 */
/* Blog Style */
.blog-thumbnail {
  line-height: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
.blog-thumbnail img {
  width: 100%;
}
.blog-content h3 {
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-content h3 {
    font-size: 24px;
  }
}
.blog-date {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--base-color);
  gap: 10px;
}

/* -------------------blog-post--------------------- */
.blog-details-section-outer{
  background:#000;
}
.blog-content-outer{   
  display:flex; 
  padding: 50px 0;
/*   max-width:1550px;
  margin:0 auto; */
}
.sticky-toc-sidebar-outer {
    display: block;
    max-width: 400px;
    flex: 0 27%;
}
 .sticky-toc-sidebar {
   
    max-width: 400px;
} 
.sticky-toc-sidebar.sticky{
    position: fixed;
  top:60px;
  left:0;
  
  z-index: 1000;
}
.blog-content.angle.right.toc-content {
    max-width: 850px;
    margin: 0 auto 0 0;
    flex: 0 72%;
}
.angle.left, .angle.right {
    position: relative;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.blog-container{
 max-width: 1140px; 
}
.blog-content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
  margin-bottom: 30px;
}
.blog-content ul {
    list-style-type: none;
  margin-bottom: 30px;
}
.blog-content ul li,
.blog-content ol li{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #fff;
      padding-left: 20px;
      position: relative;
  margin-bottom: 10px;
}
.blog-content ul li:before{
    background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/test-image/square-check-regular.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 17px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 16px;
}
.post-body h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
  margin-bottom: 30px;
}
.post-body h2 span{
    font-weight: 700;
    color: #31B476;
}
.post-body h5 {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 30px;
    color: #fff;
/*   margin-top: 30px; */
  margin-bottom: 30px;
}
.post-body h4 {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 26px;
    line-height: 32px;
    color: #fff;
  margin-bottom: 20px;
}
.post-body h3 {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 32px;
    line-height: 38px;
    color: #fff;
  margin-bottom: 20px;
}
.post-body h3 span{
    color: #31B476;
}
.post-body img {
    border: 2px dashed;
    border-radius: 10px;
    margin-bottom: 25px;
      width: 100%;
}
@media(max-width:1300px){
  .sticky-toc-sidebar-outer {
    max-width: 400px!important;
}
  .sticky-toc-sidebar.sticky {
    max-width: 400px!important;
}  
}
@media(max-width:1200px){
  .sticky-toc-sidebar-outer {
    max-width: 330px!important;
}
  .sticky-toc-sidebar.sticky {
    max-width: 330px!important;
}  
}
@media(max-width:1000px){
.sticky-toc-sidebar-outer {
    display: none;
}
 .blog-content.angle.right.toc-content {
    max-width: 100%;
    margin: 0 auto 0 0;
    flex: 0 100%;
} 
  .blog-content-outer {
    padding: 50px 40px;
}
}
@media(max-width:767px){
.post-body h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
}
.post-body h5 {

    font-size: 18px;
    line-height: 26px;   
 margin-bottom: 20px;
}
.post-body h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.post-body h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}
  .blog-content-outer {
    padding: 50px 40px 20px;
}
}
/* ----------------------blog-post-end---------------------- */

/* ------------------------blog-list-------------------- */
.blog-section {
    padding: 50px 0;
  background:#000;
}
.blog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.post-item-inner {
    margin-bottom: 5px;
}
.post-item-inner .blog-content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
  margin-bottom: 30px;
}
.post-item-inner .blog-content a.blog-post__tag-link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins';
     color: #31B476;
  margin: 10px 0 15px;
}
.post-item-inner .blog-content a.blog-post__tag-link:hover {
   color:#fff;
}
.post-item-inner .blog-content h3 a {
    min-height: 60px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat';
  color:#fff;
}
.post-item-inner .blog-content h3 a:hover {
   color: #31B476;
}
.post-item-inner .blog-read-more {
    align-items: center;
    color: #fff;
    gap: 8px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins';
    font-weight: 400;
    position: relative;
    z-index: 2;
    display: inline-block;
padding: 0px 0px 0px 20px;
}
.post-item-inner .blog-read-more:before {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.post-item-inner .blog-read-more:hover{
    align-items: center;
    color: #31B476;
    gap: 8px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins';
    font-weight: 400;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.post-item-inner .blog-read-more:hover:before{
  display:none;
}
.post-item-inner .blog-read-more:hover:after {
    background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20%281%29-2.png");
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.post-item-inner .post-item-image a {
  width:100%;
  height:auto;
}
.post-item-inner .post-item-image a img{
  width:100%;
  height:auto;
}
@media(max-width:1000px){
 .blog-wrapper {
    gap: 25px;
}
}
@media(max-width:900px){
.blog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}
}
@media(max-width:600px){
.blog-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap:0px;
}
 .post-item-inner .blog-content h3 a {
    min-height: auto;
}
 .post-item-inner .blog-content p {
  margin-bottom: 20px;
}
  .post-item-inner {
    margin-bottom: 35px;
}
}

/* -----------------------blog-list-end-------------------- */
/* ----------------blog-pagination-------------- */
.blog-pagination {
    text-align: center;
    background:#000;
  padding:0 20px 50px;
}
.blog-pagination__prev-link, .blog-pagination__next-link{
  display:none;
}
.blog-pagination__number-link {
    padding: 5px 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    text-align: center;
/*     width: 40px; */
}
.blog-pagination__number-link:hover, .blog-pagination__link--active {
    border: 1px solid #31B476;
    color: #31B476;
    font-weight: 600;
}
@media(max-width:479px){
.blog-section {
    padding: 40px 0 30px;
  background:#000;
}
  .blog-pagination {
  padding-bottom:10px;
}
  .post-item-inner:last-child {
    margin-bottom: 0;
}
}
/* --------------------------------------------- */
/*-------------------- Blog Details Style ---------------------*/
.blog-details {
 display: flex;
}
.blog-details-head {
  margin-bottom: 55px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head {
    margin-bottom: 30px;
  }
}
.blog-details-head h2 {
  line-height: 1.4;
  max-width: 757px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-head h2 {
    font-size: 24px;
  }
}
.blog-details-head ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  gap: 15px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-head ul {
    gap: 15px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head ul {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head ul {
    margin-top: 20px;
    gap: 15px;
  }
}
.blog-details-head ul li {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-details-head ul li {
    font-size: 14px;
  }
}
.blog-details-thumbnail {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-thumbnail {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-thumbnail {
    margin-bottom: 30px;
  }
}
.blog-details-thumbnail img {
  width: 100%;
}
.blog-details-content p:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-content .quote:not(:first-child):not(:last-child) {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .quote:not(:first-child):not(:last-child) {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .quote:not(:first-child):not(:last-child) {
    margin: 30px 0;
  }
}
.quote-blog p {
  font-size: 22px;
}

.blog-details-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #D0D0D0;
  gap: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-footer {
    margin-top: 30px;
  }
}
.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-tags-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}
.blog-details-tags-list li {
  font-weight: 500;
}
.blog-details-tags-list li:not(:last-child)::after {
  content: ",";
}

.quote {
  padding: 70px;
  border-radius: 5px;
  background-color: var(--gray);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .quote {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .quote {
    padding: 40px;
  }
}
.quote-icon {
  display: flex;
  justify-content: center;
  color: #FFC107;
}
.quote-icon svg {
  width: 80px;
  height: 80px;
}
.quote-icon svg path {
  stroke: currentColor;
  fill: currentColor;
}
@media only screen and (max-width: 767px) {
  .quote-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .quote-icon svg {
    width: 50px;
    height: 50px;
  }
}
.quote-text {
  max-width: 740px;
  margin: auto;
  margin-top: 35px;
}
.text-left .quote-icon {
  justify-content: flex-start;
}
.text-center .quote-icon {
  justify-content: center;
}
.text-right .quote-icon {
  justify-content: flex-end;
}

.text-right .quote-text {
  margin: 0 0 0 auto;
}
.text-left .quote-text {
  margin: auto 0 0 0;
}
@media only screen and (max-width: 767px) {
  .quote-text {
    margin-top: 25px; 
  }
}

@media only screen and (max-width: 767px) {
  .quote-text p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 575px) {
  .quote-text p {
    font-size: 18px !important; 
  }
}
.footer-widget-wrapper .comment-form-wrap {
  margin-top: 24px;
}
/* Base styles for the main menu */
.header-main-menu nav > ul > li {
  position: relative; /* Necessary for the submenu positioning */
}

.header-main-menu nav > ul > li > ul {
  display: none; /* Hide the submenu by default */
  position: absolute; /* Position the submenu */
  top: 100%; /* Position below the main menu item */
  left: -91;
  background-color: #fff; /* Background color for the submenu */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 99; /* Ensure the submenu appears above other content */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}

/* Display submenu on hover */
.header-main-menu nav > ul > li:hover > ul {
  display: block; /* Show the submenu when hovering over the parent li */
}

/* Base styles for submenu links */

/* .header-main-menu nav > ul > li:hover > a, .header-main-menu nav > ul > li ul.sub-menu:hover > li > a {
color: #31B476;
}
*/
/*-------------------- Form Style ---------------------*/

.email-wrap {
  padding-bottom: 30px;
}
.footer-widget-wrapper .form-container {
  float: left;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"] {
  width: 100%;
  min-height: 50px;
  padding: 0px 21px;
  color: rgb(239 233 233);
  border: 2px solid var(--form-input-border-color);
  outline: 0;
  background-color: #2F3A45;
  border: 1px solid #2F3A45;
  /* margin-top: 1px; */
  /* float: right; */
  /* min-width: 300px; */
}
.hs_submit.hs-submit {
  float: left;
  width: 20%;
}

/* input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"] {
width: 100%;
min-height: 50px;
padding: 3px 20px;
color: var(--form-inputs-text-color);
border: 2px solid var(--form-input-border-color); 
outline: 0;
background-color: var(--form-fieldInput-bg-color);
} */

/* form {
background-color: var(--form-bg-color);
border: 2px solid var(--form-borderColor);

} */
.footer-widget-wrapper form {
  /* background-color: var(--form-bg-color); */
  /* border: 2px solid var(--form-borderColor); */
  display: flex;
  width: 100%; 
}
.hs_error_rollup {
  display: none;
}
.email-wrap-title p {
  color: #797c84;
  margin-bottom: 12px;
  padding-bottom: 1px; /* Prevent margin collapse */

}
.footer-right-column h4 {
  color: #fff;
  margin-bottom: 31px;
  white-space: nowrap;
}

textarea {
  transition: var(--transition);
}

form .hs-form-field {
  /*   margin-bottom: 20px; */
}

/* form .hs-form-field input , 
form .hs-form-field textarea {
font-family: var(--body-font);
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
line-height: 20px; 
display: block;
width: 100%;
padding: 16px 20px;
resize: none;
color: var(--form-inputs-text-color);
/*   border: 2px solid var(--form-input-border-color);  */
/*  background-color: #2F3A45; */
} */
.footer-widget-wrapper form .hs-form-field input, form .hs-form-field textarea {
  border: 0px;
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: 20px;
  display: block;
  width: 100%;
  padding: 16px 20px;
  resize: none;
  color: var(--form-inputs-text-color);
  /* border: 2px solid var(--form-input-border-color); */
  background-color: #2F3A45;
}

.footer-widget-wrapper form .hs-form-field textarea {
  height: 160px; 
}

.footer-widget-wrapper form .hs-form-field input:focus , 
.footer-widget-wrapper form .hs-form-field textarea:focus {
  /*   border-color: var(--form-input-focus-border-color); */
}



label {
  display: block;
  /* 	margin: 0 0 8px; */
  color: var(--form-label-font-color); 
  line-height: 1.4;
} 

legend {
  margin: 0 0 8px;
  font-size: var(--body-font-size);
  color: var(--form-help-text-font-color); 
} 
.no-list.hs-error-msgs.inputs-list .hs-main-font-element{
  color: var(--form-errorMsgColor); 
}
.no-list.hs-error-msgs.inputs-list .hs-error-msg{
  color: var(--form-errorMsgColor); 
}
.submitted-message {
  color: var(--form-successMsgColor) 
}

.footer-widget-wrapper .hs-fieldtype-radio.hs-form-field ul li label, 
.footer-widget-wrapper .hs-fieldtype-checkbox.hs-form-field ul li label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
}
.footer-widget-wrapper .hs-fieldtype-radio.hs-form-field ul li label span, 
.footer-widget-wrapper .hs-fieldtype-checkbox.hs-form-field ul li label span {
  color: var(--form-inputs-text-color);
}
.footer-widget-wrapper .hs-fieldtype-checkbox.hs-form-field ul li label input {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  padding: 0;
  position: relative;
}
.footer-widget-wrapper .hs-fieldtype-radio.hs-form-field ul li label input {
  width: 17px; 
  height: 17px;
  margin-right: 10px;
  padding: 0;
  border-radius: 100%; 
}

.footer-widget-wrapper .form-title {
  color: var(--form-header-text-color);  
  background-color: var(--form-header-background-color);  
}

/*-------- About CSS -------*/
.about-excerpt {
  margin: 23px 0 50px; 
}

/*-------- Call To Action CSS -------*/

/* CTA Content */
.cta-content h2 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content h2 {
    font-size: 36px; 
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content h2 {
    font-size: 26px;
  }

}
.cta-content h2::before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 3px;
  content: "";
  background-color: var(--secondary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .cta-content h2::before {
    top: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .cta-content h2::before {
    top: 4px;
    bottom: 2px;
  }
}
.cta-content p {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .cta-content p {
    padding-left: 30px;
  }
}

/*-------- About Area Responsive -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .cell_16673661635793-row-0-vertical-alignment > .row-fluid {
    display: block !important;
  }
  .about-excerpt {
    margin: 23px 0 25px;
  }
  .video-wrap {
    margin-top: 30px; 
  }
  .about-area .row-fluid .span6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-excerpt {
    margin: 23px 0 25px; 
  }
  .video-wrap {
    margin-top: 30px; 
  }
}


/* Main menu styles */




/* mega menu style */

/* ul.navigation.hs-menu-children-wrapper.sub-menu-2 li.no-has-children.menu-item a span::before {
content: ">";
position: absolute;
background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg);
bottom: 50px;
left: 0px;
height: 10px;
width: 15px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;


} */


/*menu main sub arrow -180deg*/

/* ul.navigation.hs-menu-children-wrapper.sub-menu-2 li.no-has-children.menu-item a span::before {
content: "";
background-image: url(https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Arrow/arrow_black-1.svg);
background-repeat: no-repeat;
/* width: 25px; */
/* height: 25px; */
/*     background-repeat: no-repeat;
background-size: contain;
color: #31b476;
content: "";
font-size: 2rem;
height: 20px;
left: 5px;
position: absolute;
top: 13px;
transform: scaleX(.5) scaleY(.5);
width: 20px;
rotate: -90deg; */
} */












/*------------------ System Page -----------------------*/
.error-banner-section .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
 .error-banner-section .page-banner-content.text-center ul {
    justify-content: center;
}
 .error-banner-section .page-banner-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
}
  
.error-banner-section .page-banner-content ul li {
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
} 
.error-banner-section .page-banner-content ul li:after {
    content: "/";
    margin-left: 10px;
}
.error-banner-section .page-banner-content ul li:last-child:after {
   display:none;
}
 .error-banner-section .page-banner-content h1 {
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-size: 45px;
    letter-spacing: 0px;
    text-transform: none;
}
 .error-banner-section .systems-page-width {
    max-width: 100%!important;
    margin: 30px auto;
}
 .error-banner-section .search-results h2 {
    margin: 0 0 0px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-style: normal;
    color: var(--headings-color);
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
}
 .error-banner-section .hs-search-results__message {
    margin-bottom: 40px!important;
}
 .error-banner-section .hs-search-results__listing {
    display: grid;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
 .error-banner-section li.hs-search-results__listing__item {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
    display: flex;
    margin: 0;
    padding: 0;
}
 .error-banner-section .hs-search-results__featured-image-wrapper {
    flex-basis: 33.3333%;
    flex-shrink: 0;
    margin-right: 1.25rem;
    min-width: 33.3333%;
}
 .error-banner-section .hs-search-results__content {
    text-align: left!important;
}
 .error-banner-section li.hs-search-results__listing__item:last-child {
    border-bottom: 0px solid;
}
 .error-banner-section a.hs-search-results__pagination__link--active {
    background-color: #31b476;
    color: #fff;
}
.systems-page-width {
    max-width: 100%!important;
    margin: 30px auto;
}
hnan.hs-search-results__title {
    font-size: 24px;
    line-height: 32px;
}
nav.hs-search-results__pagination {
    padding-top: 20px;
}
.hs-search-results__content {
    text-align: left!important;
}

a.hs-search-results__link {
    padding-bottom: 20px;
    color: #31b476;
}
p.hs-search-results__description {
    font-size: 16px;
}
li.hs-search-results__listing__item {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}
li.hs-search-results__listing__item:last-child {
    border-bottom: 0px solid;
}
a.hs-search-results__pagination__link--active {
    background-color: #31b476;
    color: #fff;
}
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--prev:hover,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--prev:focus,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--next:hover,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--next:focus,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--first:hover,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--first:focus,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--last:hover,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--last:focus {
    color: #31b476;
}
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--number:hover,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--number:focus {
    background-color: #31b476;
    color: #fff;
}
.page-banner-content li a:hover{
  color:#31b476;
}
.section-bg {
    display: none;
}

.page-banner-section {
    background-color: rgba(9, 107, 216, 1.0);
    background-image: url(https://www.ackuity.ai/hubfs/Cyber%20Responder/BG_IMAGE.jpg);
   padding: 200px 0 110px!important;
}
.hs-search-results__message {
    margin-bottom: 40px!important;
}
@media only screen and (max-width: 500px) {
 .hs-search-results__pagination__link--first, .hs-search-results__pagination__link--last {
    display: none!important;
} 
  .error-banner-section.page-banner-section {
    padding: 180px 0 100px!important;
}
 .error-banner-section .page-banner-content ul {
    margin-bottom: 20px;
  }
   .error-banner-section .page-banner-content h1 {
    font-size: 36px;
  }
}
/* error-banner-section-end */

.error-page {
    text-align: center;
  }
  
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .error-500-page h2 {
    line-height: 1.3;
    margin-bottom: 25px; 
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .error-500-page h2 {
      font-size: 30px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 30px;
    }
  }
  .hs-form-field ul {
	  list-style: none !important; 
  }
  .button-center.text-left {
    text-align: center; 
  }
/*  */
  
 /* ======== Backup Unsubscribe CSS ========*/


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .systems-page-width {
      max-width: 100%;
    }
  }

  @media only screen and (max-width: 767px) {
    .systems-page-width {
      max-width: 100%;
          margin: 0 auto;
    }
   .hs-search-results__message {
    margin-bottom: 30px!important;
}
  }

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 40px;
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 32px;
   }
 }
  .page-header h2 {
    display: none;
  }
  .backup-unsubscribe{
   text-align: center;
 }
 .systems-page form {
   border: 2px solid var(--form-borderColor);
   background-color: var(--form-bg-color); 
 }
 .backup-unsubscribe .hs-input {
     width: 100% !important;
     font-size: 15px !important;
     padding: 12px 24px !important; 
     margin: 10px 0 20px; 
     border-radius: 4px;
     height: 50px !important;
     font-size: var(--body-font-size);
     border: 2px solid var(--form-input-border-color);
 }
 .backup-unsubscribe .hs-input:focus {
   border: 2px solid var(--form-input-focus-border-color);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   font-weight: 700;
   text-transform: capitalize;
   padding: 18px 37px;
   line-height: 1;
   font-size: var(--body-font-size);
   background-color: var(--form-btn-bg-color);
   color: var(--form-btn-text-color);
   cursor: pointer;
   display: inline-block;
   text-align: center;
   vertical-align: middle; 
   border: 1px solid var(--form-btn-border-color);
   border-radius: 5px; 
   transition: all 0.3s ease-in-out;
   letter-spacing: .5px;
 }
 
 .backup-unsubscribe .hs-button:hover, 
 .subscription-preferences .hs-button:hover {
   border: 1px solid var(--form-btn-hover-border-color);
   background-color: var(--form-btn-hover-bg-color);
 }
 
 
 /* ======== membership login CSS ========*/
 .system-page-style {
   margin: 0 auto;
 }
 .padding-modify.breadcrumb-padding {
     padding: 110px 0 110px;
 }
 #hs-membership-form .hs-form-field label {
     display: inline-block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .padding-modify.breadcrumb-padding {
     padding: 80px 0 90px;
   }
 }
 @media only screen and (max-width: 767px) {
   .padding-modify.breadcrumb-padding {
     padding: 60px 0 70px;
   }
 }
 #hs_cos_wrapper_content_ {
     text-align: center;
 }
 .system-page-style h1,
 .system-page-style h2 {
   line-height: 1.3;
   margin: 0 0 15px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .system-page-style h1 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .system-page-style h1,
   .system-page-style h2 {
     font-size: 30px;
   }
 }
 .password-prompt h2 {
   line-height: 1;
   margin: 0 0 15px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .password-prompt h2 {
     font-size: 34px;
   }
 }
 
 .system-page-style .form-container {
   text-align: left;
 }
 
 .system-page-style .form-container label, 
 .system-page-style .form-container label,
 .password-prompt form label {
  color: var(--form-label-font-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
   font-size: var(--body-font-size);
   color: var(--form-inputs-text-color);
   padding: 10px 20px !important;
   margin-bottom: 20px;
   background-color: var(--form-fieldInput-bg-color);
   border: 2px solid var(--form-input-border-color);
   transition: all .3s ease 0s; 
   border-radius: 4px;
 }
 .system-page-style .form-container .hs-input::-webkit-input-placeholder , 
 .system-page-style .form-container input::-webkit-input-placeholder , 
 .password-prompt form input::-webkit-input-placeholder , 
 .system-page-style .form-container .hs-input::-moz-input-placeholder ,
 .system-page-style .form-container input::-webkit-input-placeholder,
 .password-prompt form input::-moz-input-placeholder {
  color: var(--form-inputs-text-color); 
    opacity: 1;
 }
 .system-page-style .form-container .hs-input:focus, .system-page-style .form-container input:focus{
   border: 2px solid var(--form-input-focus-border-color);
 }
 .system-page-style .form-container input{
   height: 50px !important;
   margin-top: 10px;
 }
 .system-page-style .form-container .hs-input[type=checkbox]{
   width: 20px !important;
   height: 20px !important;
   padding: 0 !important;
   margin: 0 10px 0 0;
   top: 3px;
   position: relative;
   float: left;
 }
 
 .system-page-style .form-container .hs-button,
 .password-prompt form .hs-button {
   font-weight: 700;
   text-transform: capitalize;
   padding: 15px 28px;  
   line-height: 1;
   background-color:var(--form-btn-bg-color);
   color: var(--form-btn-text-color);
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle;
   border: 2px solid var(--form-btn-border-color);
   font-size: var(--body-font-size);
   border-radius: 4px;
   transition: all 0.3s ease-in-out;
 }
 
 .system-page-style .form-container .hs-button:hover , 
 .system-page-style .form-container .hs-button:focus {
   background-color: var(--form-btn-hover-bg-color);
   border: 2px solid var(--form-btn-hover-border-color);
 }

 
 .systems-page--search-results, .subscription-preferences, .subscription-confirmation{
   margin: auto;
 }
 .password-prompt{
 margin-top: 20px;
 text-align: center;
 }
 .subscribe-options p {
 margin-bottom: 15px;
 }
 

 
 .password-prompt form input {
   height: 50px !important; 
   margin-top: 0 !important;
 }
 .password-prompt form input:focus {
     border: 2px solid var(--form-input-focus-border-color);
 }
 .password-prompt form .hs-button {
   padding: 17px 36px !important;
   margin: 17px 0 0px;  
   width: auto;
   height: auto !important;
 }
 .password-prompt form .hs-button:hover , 
 .password-prompt form .hs-button:focus {
   border: 2px solid var(--form-btn-hover-border-color);
   background-color: var(--form-btn-hover-bg-color); 
 }
 .subscription-preferences .header {
   margin: 10px 0 10px;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary-color);
   margin: 12px 0 0;
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }