/* 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 , .custom-container-width > .row-fluid {
	margin: 0 auto;
	max-width: 1200px; 
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid , .custom-container-width > .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(90, 90, 90, 1.0); 

  --primary: rgba(22, 64, 87, 1.0); 

  --secondary: rgba(91, 178, 247, 1.0);

  --headings-color: rgba(0, 0, 0, 0.5);

  --link-color: rgba(57, 57, 57, 1.0);  

  --link-hover-color: rgba(83, 148, 173, 1.0); 

  --font-family-base: Barlow; 
  --font-size-base: 16px;
  --font-weight-base: 400;

  --heading-one: 64px;
  --heading-one-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;

  --heading-two-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  --heading-two: 36px;

  --heading-three-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  --heading-three: 24px;

  --heading-four-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  --heading-four: 20px;

  --heading-five-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  --heading-five: 18px;

  --heading-six-style: font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;  
  --heading-six: 16px;

  --form-header-text-color: rgba(30, 67, 57, 1.0); 

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

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

  --form-fieldBorder-color: rgba(169, 201, 214, 1.0);

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

  --form-label-font-color: rgba(30, 67, 57, 1.0); 

  --form-help-text-font-color: rgba(30, 67, 57, 1.0);

  --form-input-border-color: rgba(169, 201, 214, 1.0);

  --form-input-focus-border-color: rgba(30, 67, 57, 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(91, 178, 247, 1.0);

  --form-btn-bg-color: rgba(91, 178, 247, 1.0);

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

  --form-btn-hover-border-color: rgba(22, 64, 87, 1.0);

  --form-btn-hover-bg-color: rgba(22, 64, 87, 1.0);

  --form-errorMsgColor: rgba(220, 53, 69, 1.0);

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


  --header-height: 110px;
  --header-background-color: rgba(30, 67, 57, 1.0);

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

  --menu-link-hover-color: rgba(255, 255, 255, 1.0);

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

  --child-menu-link-hover-color: rgba(83, 148, 173, 1.0);

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

  --footer-top-bg-color: rgba(246, 250, 251, 1.0); 

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

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

  --footer-link-hover-color: rgba(91, 178, 247, 1.0); 

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

  --light: #FFFFFF;
  --success: #198754;
  --danger: #DC3545; 
  --warning: #FFC107; 
  --info: #0DCAF0;
  --gray: #F6F6F6; 
  --dark: #221F1E;
  --transition: all 0.3s ease 0s;
  --line-height-base: 1.625;
  --headings-line-height: 1.25;
}
  
  /* Basic Style */
  /* Typography Style */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html,
  body {
    margin: 0;
    padding: 0;
  }
  
  body {
    color: var(--base-color);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base); 
    line-height: var(--line-height-base);
    font-style: normal;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    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: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal; 
    color: var(--headings-color);
    font-size: 64px;
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h2,.h2 {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal; 
    color: var(--headings-color);
    font-size: 36px; 
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h3,.h3 {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal; 
    color: var(--headings-color);
    font-size: 24px; 
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h4,.h4 {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
    color: var(--headings-color);
    font-size: 20px;  
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h5,.h5 {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
    color: var(--headings-color);
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h6,.h6 {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal; 
    color: var(--headings-color);
    font-size: 16px; 
    letter-spacing: 0px;
    text-transform: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .h1, h1 {
      font-size: 50px; 
    }
    .h2, h2 {
      font-size: 32px; 
    } 
  }
  @media only screen and (max-width: 767px) {
    .h1, h1 {
      font-size: 40px; 
    }
    .h2, h2 {
      font-size: 24px; 
    }
    .h3, h3 {
      font-size: 20px; 
    }
  }
  
  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;
  }
  
  a,
  button,
  input {
    transition: var(--transition);
  }
  
  button,
  input {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    font-style: normal;
    line-height: var(--line-height-base);
  }
  
  *:focus {
    outline: none;
  }
  
  a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
  
  a:hover {
    text-decoration: none;
    color: var(--link-hover-color);
  }
  
  button,
  input[type=submit] {
    font-family: var(--font-family-base);
    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 {
    margin-top: 0;
    padding: 0;
  }
  ul li, ol li {
    list-style: none;
  }
  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;
  }
  
  /* Section, Section Spacing (Padding & Margin) */
  .section {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
  }
  .section-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-padding {
    padding: 130px 0;
  }
  .section-padding-bottom {
    padding: 0px 0 130px;
  }
  .section-heading-excerpt {
    margin: 60px 0 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding {
      padding: 110px 0; 
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
      padding: 90px 0;
    }
    .section-heading-excerpt {
      margin: 0px 0 0;  
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
      padding: 70px 0;
    }
    .section-heading-excerpt {
      margin: 0px 0 0 0px;  
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding: 60px 0; 
    }
    .section-heading-excerpt {
      margin: 0px 0 40px;
    }
  }
  .section-padding-bottom {
    padding-bottom: 130px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-bottom {
      padding-bottom: 110px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom {
      padding-bottom: 90px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-bottom {
      padding-bottom: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding-bottom {
      padding-bottom: 60px;
    }
  }
  .section-padding-bottom-0 {
    padding-bottom: 0; 
  }
  .section-margin {
    margin: 130px 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin {
      margin: 110px 0;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin {
      margin: 90px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin {
      margin: 70px 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: 1200px) and (max-width: 1549px) {
    .section-margin-top {
      margin-top: 110px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-top {
      margin-top: 90px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-top {
      margin-top: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-margin-top {
      margin-top: 60px;
    }
  }
  .section-margin-top-0 {
    margin-top: 0;
  }
  .section-margin-bottom {
    margin-bottom: 130px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin-bottom {
      margin-bottom: 110px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-bottom {
      margin-bottom: 90px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-bottom {
      margin-bottom: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-margin-bottom {
      margin-bottom: 60px;
    }
  }
  .section-margin-bottom-0 {
    margin-bottom: 0;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 16px; 
  }
  .section-padding-top {
    padding-top: 130px; 
  }
  @media only screen and (max-width: 767px) {
    .section-padding-top {
      padding-top: 60px;  
    }
    .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;
  }
  
  
  /* Border */
  .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  /* Component/Modules Style */
  /* Button Style */
  .btn {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 20px;
    position: relative; 
    z-index: 1; 
    display: inline-flex; 
    align-items: center;
    padding: 15px 35px; 
    transition: var(--transition); 
    white-space: nowrap;
    border: 1px solid transparent;
    background-color: transparent;
    gap: 10px;
  }
  .btn.btn-lg {
    padding: 15px 50px;
  }
  .btn.btn-md {
    padding: 15px 35px; 
  }
  .btn.btn-sm {
    padding: 10px 12px;  
    font-size: 14px !important;
  }
  .btn.btn-radius {
    border-radius: 100px;
  }
  .btn:hover, .btn:focus {
    color: var(--base-color);
  }
  .btn-primary {
    background-color: var(--primary);
    color: #FFFFFF;
  }
  .btn-primary:focus, .btn-primary:hover {
    color: #FFFFFF;
  }
  .btn-secondary {
    background-color: var(--secondary);
    color: #FFFFFF;
  }
  .btn-secondary:focus, .btn-secondary:hover {
    color: #FFFFFF;
  }
  .btn-success {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-success:focus, .btn-success:hover {
    color: #FFFFFF;
  }
  .btn-danger {
    background-color: var(--danger);
    color: #FFFFFF;
  }
  .btn-danger:focus, .btn-danger:hover {
    color: #FFFFFF;
  }
  .btn-warning {
    background-color: var(--warning);
    color: var(--secondary);
  }
  .btn-warning:focus, .btn-warning:hover {
    color: var(--secondary);
  }
  .btn-info {
    background-color: var(--info);
    color: var(--secondary);
  }
  .btn-info:focus, .btn-info:hover {
    color: var(--secondary);
  }
  .btn-light {
    background-color: var(--light);
    color: var(--secondary);
  }
  .btn-light.btn-radius {
    border-radius: 100px; 
  }
  .btn-light:focus, .btn-light:hover {
    color: var(--secondary);
  }
  .btn-gray {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-gray:focus, .btn-gray:hover {
    color: #FFFFFF;
  }
  .btn-dark {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-dark:focus, .btn-dark:hover {
    color: #FFFFFF;
  }
  .btn-body-color {
    background-color: var(--base-color);
    color: #FFFFFF;
  }
  .btn-body-color:focus, .btn-body-color:hover {
    color: #FFFFFF;
  }
  .btn-headings-color {
    background-color: var(--headings-color);
    color: #FFFFFF;
  }
  .btn-headings-color:focus, .btn-headings-color:hover {
    color: #FFFFFF;
  }
  .btn-primary-outline {
    color: var(--primary);
    border-color: var(--primary);
    background-color: transparent;
  }
   .btn-primary-outline {
    color: var(--primary);
    border-color: var(--primary);
    background-color: transparent;
  }
.btn-outline-white{
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: transparent;
  }
.btn-outline-white:hover{
    color: #000000;
    border-color: #FFFFFF;
    background-color:#FFFFFF ;
  }
}
  .btn-primary-outline:focus, .btn-primary-outline:hover {
    background-color: var(--primary);
    color: #FFFFFF;
  }
  .btn-secondary-outline {
    color: var(--secondary);
    border-color: var(--secondary);
    background-color: transparent;
  }
  .btn-secondary-outline:focus, .btn-secondary-outline:hover {
    background-color: var(--secondary);
    color: #FFFFFF;
  }
  .btn-success-outline {
    color: var(--success);
    border-color: var(--success);
    background-color: transparent;
  }
  .btn-success-outline:focus, .btn-success-outline:hover {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-danger-outline {
    color: var(--danger);
    border-color: var(--danger);
    background-color: transparent;
  }
  .btn-danger-outline:focus, .btn-danger-outline:hover {
    background-color: var(--danger);
    color: #FFFFFF;
  }
  .btn-warning-outline {
    color: var(--warning);
    border-color: var(--warning);
    background-color: transparent;
  }
  .btn-warning-outline:focus, .btn-warning-outline:hover {
    background-color: var(--warning);
    color: var(--secondary);
  }
  .btn-info-outline {
    color: var(--info);
    border-color: var(--info);
    background-color: transparent;
  }
  .btn-info-outline:focus, .btn-info-outline:hover {
    background-color: var(--info);
    color: var(--secondary);
  }
  .btn-light-outline {
    color: var(--light);
    border-color: var(--light);
    background-color: transparent;
  }
  .btn-light-outline:focus, .btn-light-outline:hover {
    background-color: var(--light);
    color: var(--secondary);
  }
  .btn-gray-outline {
    color: var(--gray);
    border-color: var(--gray);
    background-color: transparent;
  }
  .btn-gray-outline:focus, .btn-gray-outline:hover {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-dark-outline {
    color: var(--dark);
    border-color: var(--dark);
    background-color: transparent;
  }
  .btn-dark-outline:focus, .btn-dark-outline:hover {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-body-color-outline {
    color: var(--base-color);
    border-color: var(--base-color);
    background-color: transparent;
  }
  .btn-body-color-outline:focus, .btn-body-color-outline:hover {
    background-color: var(--base-color);
    color: #FFFFFF;
  }
  .btn-headings-color-outline {
    color: var(--headings-color);
    border-color: var(--headings-color);
    background-color: transparent;
  }
  .btn-headings-color-outline:focus, .btn-headings-color-outline:hover {
    background-color: var(--headings-color);
    color: #FFFFFF;
  }
  .btn-primary-hover:focus, .btn-primary-hover:hover {
    background-color: var(--primary);
    color: #FFFFFF;
  }
  .btn-secondary-hover:focus, .btn-secondary-hover:hover {
    background-color: var(--secondary);
    color: #FFFFFF;
  }
  .btn-success-hover:focus, .btn-success-hover:hover {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-danger-hover:focus, .btn-danger-hover:hover {
    background-color: var(--danger); 
    color: #FFFFFF;
  }
  .btn-warning-hover:focus, .btn-warning-hover:hover {
    background-color: var(--warning);
    color: var(--secondary);
  }
  .btn-info-hover:focus, .btn-info-hover:hover {
    background-color: var(--info);
    color: var(--secondary);
  }
  .btn-light-hover:focus, .btn-light-hover:hover {
    background-color: var(--light);
    color: var(--secondary);
  }
  .btn-gray-hover:focus, .btn-gray-hover:hover {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-dark-hover:focus, .btn-dark-hover:hover {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-body-color-hover:focus, .btn-body-color-hover:hover {
    background-color: var(--base-color);
    color: #FFFFFF;
  }
  .btn-headings-color-hover:focus, .btn-headings-color-hover:hover {
    background-color: var(--headings-color);
    color: #FFFFFF;
  }

  /* Tab */
  .tab-content .tab-pane {
    display: none; 
  }
  .tab-content .tab-pane.active {
    display: block;
  }

  /*--------- Section  Heading --------------*/
  .section-heading {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 767px) {
    .section-heading {
      margin-bottom: 40px;
    }
  }
  .section-heading > span {
    line-height: 1;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 5px;
    color: var(--primary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-heading > span {
      font-size: 16px;
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 479px) {
    .section-heading > span {
      font-size: 14px; 
    }
  }
  .section-heading > h2 {
    line-height: 1.445;
    margin-bottom: 20px;
  }
  .section-heading > h2:last-child {
    margin-bottom: 0;
  }
  .section-heading > h2 span {
    text-decoration: underline;
    color: var(--primary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading > h2 {
      font-size: 32px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-heading > h2 {
      font-size: 26px !important;
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 575px) {
    .section-heading > p br {
      display: none; 
    }
}
  @media only screen and (max-width: 479px) {
    .section-heading > h2 {
      font-size: 24px !important;
    }
  }
  .section-heading-center {
    text-align: center;
  }
  
  /*---------------- Header -----------------Style */
@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.header-area {
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  display: flex; 
  align-items: center; 
  transition: var(--transition); 
  min-height: var(--header-height);  
}

.is-sticky.header-no-nav {
	padding: 17px 0; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding: 30px 0;  
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area {
    padding: 20px 0; 
  }
}
.header-sticky.is-sticky {
/*   position: fixed; */
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          background-color: var(--header-background-color);
          padding: 0px 0;
}

.header-sticky.is-sticky .header-main-menu-nav > ul > li > a {
  padding: 40px 0;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -16px;
  margin-left: -16px;
}
.header-inner > * {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
}
.header-left {
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-center {
    display: none; 
  }
}
.header-right {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  gap: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-right {
    gap: 20px;
  }
}

.header-right .btn.btn-lg {
  padding: 15px 35px;
}
.header-right .btn.btn-md {
  padding: 15px 20px;
}
.header-right .btn.btn-sm {
  padding: 10px 12px;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .header-right .btn {
    display: none;
    font-size: 14px;
  }
  .header-no-nav .header-right .btn {
    display: block;
    font-size: 14px;
  }
}
.header-logo {
  line-height: 1; 
  display: flex;
}
.header-main-menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main-menu-nav > ul {
  gap: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-menu-nav > ul {
    gap: 0 30px;
  }
}
.header-main-menu-nav > ul > li {
  position: relative; 
}
.header-main-menu-nav > ul > li > a {
  font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 30px;
  position: relative;
  display: flex; 
  padding: 20px 0;
  text-transform: capitalize;
  color: var(--menu-link-color); 
  gap: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-menu-nav > ul > li > a {
    font-size: 16px;
  }
}
.header-main-menu-nav > ul > li > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: all 0.3s ease 0s;
  background-color: currentColor;
}
.header-main-menu-nav > ul > li > a .sub-menu-toggle {
  display: flex;
  align-self: center;
}
.header-main-menu-nav > ul > li:hover > a {
  color: var(--menu-link-hover-color);
}
.header-main-menu-nav > ul > li:hover > a::before {
  right: auto;
  left: 0;
  width: 100%;
}

.header-main-menu-nav > ul > li > ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -25px;
  visibility: hidden;
  flex-direction: column; 
  width: 220px;
  margin-top: 20px;
  padding: 20px 25px;
  transition: var(--transition);
  opacity: 0;
  background-color: var(--dropdown-bg-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-main-menu-nav > ul > li:hover > ul {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.header-main-menu-nav > ul > li > ul li a {
  font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
    text-transform: none;
  line-height: 30px;   
  display: flex; 
  padding: 5px 0;
  text-transform: capitalize;
  color: var(--child-menu-link-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-menu-nav > ul > li > ul li a {
    font-size: 14px;
  }
}
.header-main-menu-nav > ul > li > ul li a:hover {
  padding-left: 5px;
  color: var(--child-menu-link-hover-color);
}

/*-------------- 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: #ffffff;
  font-size: 18px;
}
.language.language-black .header__language-switcher--label-current {
  color: #ffffff;
  font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;  
  font-size: 16px; 
}
@media only screen and (max-width: 575px) {
  .header-no-nav .language.language-black .header__language-switcher--label-current {
    display: none; 
  }
  .header-no-nav .globe_class {
    margin-right: 0px;  
  }
  .header-right .btn.btn-lg {
    padding: 10px 12px;
  }
  .header-right .btn.btn-md {
    padding: 10px 12px;
  }
  .header-right .btn.btn-xs {
    padding: 10px 12px; 
  }
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; 
}
.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 {
  background-color: #ffffff;
  width: 180px;
  text-decoration: none; 
  font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal;  
  color: var(--headings-color);
  font-size: 16px; 
}
.language .lang_list_class li a {
  line-height: 2 !important;
  display: block;
  color: var(--headings-color);
}
.lang_list_class li a:hover{
  color: var(--primary) !important; 
}


/*--------- Properties Style --------------*/
  
  .properties-tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    gap: 0 60px;
  }
  .properties-tab-list.text-left {
    justify-content: flex-start;
  }
  .properties-tab-list.text-center {
    justify-content: center;
  }
  .properties-tab-list.text-right {
    justify-content: flex-end;
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties-tab-list {
      gap: 0 30px;
    }
  }

  .properties-tab-list li {
    font-weight: 400; text-decoration: none; font-family: 'Libre Baskerville', serif; font-style: normal; 
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    color: var(--secondary);
  }
  @media only screen and (max-width: 767px) {
    .properties-tab-list li {
      margin-bottom: 15px;
      font-size: 16px !important;
    }
    .properties-tab-list {
      gap: 0 20px; 
    }
  }
  .properties-tab-list li:hover, .properties-tab-list li.active {
    color: var(--primary);
  }
  .properties-tab-list li.active {
    text-decoration: underline;
  }
    .property-carousel {
      position: relative;
    }
    .properties-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }
    .properties-wrapper > * {
      flex: 1 0 calc(33.33% - 20px);
      max-width: calc(33.33% - 20px); 
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .properties-wrapper > * {
        flex: 1 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .properties-wrapper > * {
        flex: 1 0 calc(50% - 15px); 
        max-width: calc(50% - 15px);
      }
    }
    @media only screen and (max-width: 767px) {
      .properties-wrapper > * {
        flex: 1 0 100%;
        max-width: 100%;
      }
    }
    
    .property {
      overflow: hidden;
      border-radius: 4px;
    }
    .property-thumb {
      display: flex;
      overflow: hidden; 
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }
    .property-thumb img {
      width: 100%;
      transition: all 0.3s ease 0s;
    }
    .property-content {
      padding: 25px 25px 32px;
    }
    .property-title {
      margin-bottom: 15px; 
    }
    .property-title a {
      color: var(--headings-color); 
    }
    .property-title a:hover {
      color: var(--primary);
    }
    .property-time-price {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
    }
    .property-added-time {
      line-height: 1.145;
      align-self: center; 
      margin: 0;
    }
    .property-price {
      font-weight: 500;
      line-height: 1;
      color: var(--primary);
    }
    .property-address {
      line-height: 1.145;
      margin: 0;
      padding: 10px 0;
    }
    .property-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      padding: 10px 0 0; 
      list-style: none;
    }
    .property-features li {
      line-height: 1;
      display: flex;
      align-items: center;
      flex: 0 0;
      justify-content: center;
      white-space: nowrap;
      gap: 10px;
    }
    .property-features li svg {
      width: 18px !important;
      height: 18px !important;
      max-width: inherit !important;  
      margin-bottom: -3px;
    }
    .property-features li svg path {
      fill: currentColor;  
    }
    .property:hover .property-thumb img {
      transform: scale(1.05);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .property-content {
        padding: 25px 15px 32px; 
      }
    }
    @media only screen and (max-width: 767px) {
      .property-content {
        padding: 25px 15px 32px;
      }
    }

  /*--------- Arrow Style --------------*/
.arrow-nav-wrap {
	display: flex;
	align-items: center;
	line-height: 1;
}
.arrow-nav-position {
	position: absolute;
	right: 0;
	top: -86px;
}
.arrow-nav-position-2 {
  justify-content: center;
  margin-top: 37px;
}
.arrow-nav-position-3 {
	margin: 30px 0 0 16px;
}
.arrow-prev , 
.arrow-next {
  width: 26px;
	height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 50%;
  transition: var(--transition);
  cursor: pointer;
}
.arrow-prev {
  transform: translateX(calc(100% - 41px));
}
.arrow-prev:hover , 
.arrow-next:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.arrow-prev span , 
.arrow-next span {
  line-height: 1;
  display: inline-flex;
} 
.arrow-prev svg , 
.arrow-next svg {
  width: 12px;
  height: 12px; 
}
.arrow-prev svg path ,
.arrow-next svg path {
  stroke: currentColor;
  fill: currentColor;
  transition: var(--transition);
}

.property-carousel .swiper-pagination ,
.location-carousel .swiper-pagination ,
.testimonial-slider .swiper-pagination {
	position: static;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	gap: 10px;
}
.property-carousel .swiper-pagination .swiper-pagination-bullet ,
.location-carousel .swiper-pagination .swiper-pagination-bullet ,
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  line-height: 1;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1;
  background-color: var(--primary);
}
.property-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.location-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

@media only screen and (max-width: 767px) {
  .property-carousel .swiper-pagination ,
  .location-carousel .swiper-pagination ,
  .testimonial-slider .swiper-pagination {
    display: flex; 
  }
  .arrow-nav-wrap {
    display: none;   
  }
}

/*-------------------- Form Style ---------------------*/

input, textarea {
	width: 100%;
	padding: 15px 25px;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
	color: var(--form-inputs-text-color);
	border: 1px solid var(--form-input-border-color);  
	outline: 0;
  resize: none;
  display: block; 
  line-height: 24px;
  border-radius: 6px;
/* 	background-color: var(--form-fieldInput-bg-color); */
} 
input[type="checkbox"] {
	width: auto;
  display: inline-block;
}

.footer-widget-subscribe form {
	background-color: transparent; 
	border: 2px solid transparent; 
}
form {
	background-color: var(--form-bg-color);
	border: 2px solid var(--form-borderColor);
}

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

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

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

form .hs-form-field input:focus , 
form .hs-form-field textarea:focus {
  border: 1px solid var(--form-input-focus-border-color);
}

form .hs-submit input {
	height: 53px;
	box-shadow: none;
	padding: 2px 35px;
	width: auto;
	display: flex;
	align-items: center;
/* 	border-radius: 100px; */
	font-family: var(--font-family-base);
  font-size: var(--font-size-base);
	border: 1px solid var(--form-btn-border-color);
	color: var(--form-btn-text-color);
	background-color: var(--form-btn-bg-color);
	transition: var(--transition); 
	text-align: center;
}

form .hs-submit input:hover {
	border: 1px solid var(--form-btn-hover-border-color);
	background-color: var(--form-btn-hover-bg-color);
  color: var(--form-btn-hover-text-color);
}

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

legend {
  margin: 0 0 8px;
  font-size: var(--body-font-size);
  color: var(--form-help-text-font-color); 
  white-space: nowrap;
} 
.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) 
}

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

/*-------------------- Blog Style ---------------------*/
.blog-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.blog-wrapper > * {
	flex: 1 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper > * {
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px); 
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper > * {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.blog-thumb {
  display: flex;
  overflow: hidden; 
  margin-bottom: 25px;
  border-radius: 4px;
}
.blog-thumb img {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.blog-content ul {
  display: flex;
  flex-wrap: wrap; 
  margin-bottom: 10px;
  padding: 0;
}
.text-left .blog-content ul {
  justify-content: flex-start; 
}
.text-center .blog-content ul {
  justify-content: center;
}
.text-right .blog-content ul {
  justify-content: flex-end;
}


.blog-content ul li {
  display: flex; 
}
.blog-content ul li:not(:last-child)::after {
  margin: 0 15px;
  content: "|";
  color: #AFAFAF;
}
.blog-content h3 {
  line-height: 1.333; 
}
.blog-content > a {
  color: var(--link-color); 
}
.blog-content > a:hover {
  color: var(--link-hover-color); 
} 

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .blog-content h3 {
    font-size: 20px !important;
  }
}

.blog:hover .blog-thumb img {
  transform: scale(1.05);
}



/*-------------------- Blog Details Style ---------------------*/
.blog-details-wrap {
	max-width: 970px;
	margin: auto;
}
.blog-details-header {
	text-align: center;
  margin: 0 0 44px;
}
.blog-details-img {
	margin-bottom: 34px;
}
.blog-details-header h2 {
	margin-bottom: 15px;
}
.blog-details-header .meta {
	display: flex;
	justify-content: center;
}
.blog-details-header .meta > span {
	margin-right: 15px;
}
.blog-details-header .meta > span:last-child {
	margin-right: 0px;
}
.blog-details-img img {
	width: 100%;
}
.blog-details-middle {
	display: flex; 
	flex-wrap: wrap;   
	margin: 42px -16px; 
	gap: 30px 0;
}
.blog-details-middle > .col {
	flex: 0 0 auto;
	max-width: auto; 
	padding: 0 16px; 
}
.blog-details-middle > .col:nth-child(1) {
	width: 100%;
	max-width: 400px;
}
.blog-details-middle > .col:nth-child(2) {
	align-self: center;
	flex: 1 0;
	padding-left: 60px; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-middle > .col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-middle > .col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-middle > .col:nth-child(2) {
    padding-left: 15px;
    flex: 1 0 100%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-social {
    margin-top: 10px;
  }
}
.desc p {
	line-height: 1.875; 
}
.blog-details-content p:not(:last-child) {
	margin-bottom: 20px;
}
.blog-details-content p span {
	color: var(--primary);
}
.blockquote {
	padding: 0 0 0 30px;
	margin: 42px 0;
	border-left: 10px solid var(--primary);
}
.blockquote p {
	font-weight: 500;
	margin: 0 !important;
	line-height: 1.7;
  font-size: 20px;
}
.blog-tags-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #F6FAFB;
	margin-top: 42px;
	padding: 16px 35px;
	border-radius: 8px;
  align-items: center;
}
.blog-tags a {
	margin-right: 10px;
}
.comment-form-wrap {
	margin-top: 46px;
}

/*--
/*  Social Icon CSS
/*----------------------------------------*/
.social-icon-wrap {
	display: flex;
	align-items: center;
  line-height: 1;
}
.social-icon-wrap a {
	margin-right: 15px;
}
.social-icon-wrap a:last-child {
	margin-right: 0px;
}
.social-icon-wrap a span {
	line-height: 1;
}
.social-icon-wrap a svg {
	width: 18px;
	height: 18px;
  color: var(--secondary);
  transition: all .3s ease 0s;
}
.social-icon-wrap a svg:hover {
  color: var(--primary); 
}
.social-icon-wrap a svg path {
    stroke: currentColor;
    fill: currentColor;
}


/*------------------ image module css -----------------------*/
.about-image {
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  margin-right: -20px; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    margin-right: 0px; 
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    margin-right: 0px;
  }
}
.about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
} 
.features-image img , .features-image img {
	border-radius: 4px;
  width: 100%;
}

.features-image {
	margin-left: 28px;
}

.feature-responsive > .row-fluid {
	display: flex;
	flex-direction: row-reverse;
  align-items: center;
}

.service-info-responsive > .row-fluid {
	display: flex;
	flex-direction: row-reverse;
  align-items: center;
}
.section-heading.service-info-content {
	margin-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading.service-info-content {
    margin-right: 0px; 
  }
}
@media only screen and (max-width: 767px) {
  .section-heading.service-info-content {
    margin-right: 0px; 
  }
}

/*------------------ About CSS -----------------------*/

.about-2-image {
  position: relative;
  display: flex; 
  flex: 1 0 556px;
  max-width: 556px;
  margin-top: -160px; 
  padding-top: 25px;
  padding-right: 25px;
  z-index: 1;
}
.about-2-image::before {
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  content: "";
  border: 3px solid var(--primary);
  border-radius: 500px 500px 0 0;
}
.about-2-image img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 500px 500px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-image {
    flex: 400px;
    max-width: 400px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-image {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2-image {
    max-width: 100%;
    margin-top: 60px;
  }
}

.about-2-content {
  margin-left: 54px;
  margin-top: 100px;
}
.about-excerpt {
  margin-left: 54px;
  margin-top: 15px;
}
.common-btn.about-button {
	margin: 54px 0 0 -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-content {
    margin-left: -40px;
    margin-top: 100px;
  }
  .about-excerpt {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-content {
    margin-left: 0px;
    margin-top: 100px;
  }
  .about-excerpt {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2-content {
    margin-left: 0px;
    max-width: 100%;
    margin-top: 30px;
  }
  .about-excerpt {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-content > h2 {
    font-size: 24px !important;
  }
  .properties-grid .span12 .row-fluid .span4 {
    width: 50%; 
  }
}

/*------ Contact Page CSS -----------*/

.contact-title-mr {
	margin-bottom: 40px; 
}
.contact-form-mr , .contact-title-mr {
	margin-right: 60px; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-mr , .contact-title-mr  {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-mr , .contact-title-mr  {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}


/*------------------ Responsive css -----------------------*/
.choose-us-area > .row-fluid .about-content {
  margin-left: 70px; 
}

.choose-us-area > .row-fluid > .span4{
  width: 34.3333333333%;
}
.choose-us-area > .row-fluid > .span8{
  width: 65.6666666667%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-image {
    margin-left: 0;
  }
  .service-responsive .row-fluid > .span3 {
    width: 50%; 
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area > .row-fluid > .span4 , 
  .choose-us-area > .row-fluid > .span8 {
    width: 50%;  
  }
  .choose-us-area > .row-fluid .choose-us-content {
    margin-left: 0px;
  }
  .features-image {
    margin-left: 0; 
  }
  .feature-responsive > .row-fluid > .span5 ,
  .feature-responsive > .row-fluid > .span7  {
    width: 100%;
  }
  .service-responsive .row-fluid > .span3 {
    width: 50%;
  }
  .service-info-responsive .about-image {
    margin-bottom: 30px;
  }
  .feature-responsive > .row-fluid  {
    display: block;
    flex-direction: row-reverse; 
  }
}


@media only screen and (max-width: 767px) {
  .choose-us-area > .row-fluid > .span4 , 
  .choose-us-area > .row-fluid > .span8 {
    width: 100%;
  }
  .choose-us-area > .row-fluid .choose-us-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .features-image {
    margin-left: 0;
  }
  .feature-responsive > .row-fluid > .span5 ,
  .feature-responsive > .row-fluid > .span7 ,
  .service-info-responsive > .row-fluid > .span6 {
    width: 100%;
  }
  .service-info-responsive .about-image {
    margin-bottom: 30px;
  }
  .service-responsive .row-fluid > .span3 {
    width: 100%;
  }
  .feature-responsive > .row-fluid , .service-info-responsive > .row-fluid {
    display: block;
    flex-direction: row-reverse;
  }

}

/*--------- Service Responsive Page --------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .row-fluid > .span3 {
    width: 50%;  
  } 
}

/*------------------ System Page -----------------------*/
.error-page {
    text-align: center;
  }
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  .common-btn.button-mt-20 {
    text-align: center !important;
    margin-top: 20px;
  }
  .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: 25px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 25px;
    }
  }
  
  
  
 /* ======== Backup Unsubscribe CSS ========*/

  .systems-page-width {
    max-width: 670px;
    margin: auto;
  }

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

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .page-header h1 {
      font-size: 45px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header h1 {
      font-size: 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 35px;
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 28px; 
   }
 }
  .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(--font-size-base);
     border: 1px solid #a9c9d6; 
 }
 .backup-unsubscribe .hs-input:focus {
    border: 1px solid var(--secondary);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   font-weight: 700;
   text-transform: capitalize;
   padding: 18px 37px;
   line-height: 1;
   font-size: var(--font-size-base);
   background-color: var(--primary);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center; 
   vertical-align: middle; 
   border: 1px solid var(--primary);
   border-radius: 5px; 
   transition: all 0.3s ease-in-out;
   letter-spacing: .5px;
   width: auto;
 }
 
 .backup-unsubscribe .hs-button:hover, 
 .subscription-preferences .hs-button:hover {
   border: 1px solid var(--secondary);
   background-color: var(--secondary);
 }
 
 
 /* ======== 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: 25px;
   }
 }
 .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: 30px;
   }
 }
 
 .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(--body-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
   font-size: var(--font-size-base);
   color: #7c7c7c;
   padding: 10px 20px !important;
   margin-bottom: 20px;
   background-color: #f0f0f0;
   border: 1px solid #a9c9d6;
   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: #7c7c7c;
    opacity: 1;
 }
 .system-page-style .form-container .hs-input:focus, .system-page-style .form-container input:focus{
   border: 1px solid var(--secondary);
 }
 .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(--primary);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle;
   border: 1px solid var(--primary);
   font-size: var(--font-size-base);
   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(--secondary);
   border: 1px solid var(--secondary);
 }

 
 .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: 1px solid var(--secondary);
 }
 .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: 1px solid var(--secondary);
   background-color: var(--secondary); 
 }
 .subscription-preferences .header {
   margin: 10px 0 10px;
   position: static;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary);
   margin: 12px 0 0; 
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }
 
.item-inner .checkbox-row {
    margin: 10px 0 10px;
}

.item-inner p {
    margin: 0px 0 10px;
}