/* 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 , .custom-container-width > .row-fluid {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dnd-row > .row-fluid , .custom-container-width > .row-fluid {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .dnd-row > .row-fluid , .custom-container-width > .row-fluid {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .dnd-row > .row-fluid , .custom-container-width > .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(57, 57, 57, 1.0); 

  --primary: rgba(0, 69, 69, 1.0); 

  --secondary: rgba(255, 178, 0, 1.0);

  --headings-color: rgba(30, 67, 57, 1.0);

  --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(83, 148, 173, 1.0);

  --form-btn-bg-color: rgba(83, 148, 173, 1.0);

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

  --form-btn-hover-border-color: rgba(30, 67, 57, 1.0);

  --form-btn-hover-bg-color: rgba(30, 67, 57, 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(255, 255, 255, 1.0); 

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

  --footer-link-hover-color: rgba(0, 69, 69, 1.0); 

  --footer-bottom-text-color: rgba(57, 57, 57, 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;
}

/* Loader Styles start here */
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #f1faee;
  --outer-line-color: #a8dadc;
  --middle-line-color: #457b9d;
  --inner-line-color: #1d3557;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
  /*   transform: translate(-50%, -50%); */
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index:1001;
}

.loader:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.dnd-row > .row-fluid, .custom-container-width > .row-fluid {
  margin: 0 auto;
  max-width: 100%;
}


@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
    -ms-transform: rotate(0deg); 
    transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
    -ms-transform: rotate(360deg); 
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
    -ms-transform: rotate(0deg); 
    transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
    -ms-transform: rotate(360deg); 
    transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:51%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section.section-left {
  left:0
}
.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */ 
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all .3s 1s ease-out;
}

@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-top {
  padding: 130px 0 0;
}
.section-padding-bottom {
  padding: 0px 0 130px;
}
@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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 70px 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: 1200px) and (max-width: 1549px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
.section-padding-top-0 {
  padding-top: 0;
}
.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 15px;
}
@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: 540px;
  }
}
@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;
}


/* 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: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:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-heading:not(:last-child) {
    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: 30px !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;
  margin-right: -15px;
  margin-left: -15px;
}
.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), 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);
}


/*--------- 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 -15px;
  gap: 30px 0;
}
.blog-details-middle > .col {
  flex: 0 0 auto;
  max-width: auto;
  padding: 0 15px;
}
.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;
}

/* support 2/5/23 start  */

.about-section .about-content .line_blink{
  bottom: 12px;
}
.seo-srvc-bnr .sol-heading h1 .line_blink {
  bottom: 5px;
}
.search_service_sec .yellow_secrh_icon{
  left: 15px;
  top: 21%;
}
.attrct-custom .attract_content{
  max-width: 854px;
}

.attrct-custom .attract_content p{
  font-weight: 400;
}
.attrct-custom .attract_content .btn_connect_sec{
  padding: 6px 10px;
}
.attrct-custom .attract_content h4{
  max-width: 533px;
  letter-spacing: 0.15em;
}

.btn_connect_sec.yllw:hover{
  background: #FFB200;
  color:#004545
}
.seo-srvc-bnr .sol-heading p {
  letter-spacing: 0.02em;
  font-size: 18px;
}
.custom_accordion_partsec .accordion-titel h2{
  display: flex;
}
.custom_accordion_partsec .accordion-titel h2 span{
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
}
.custom_accordion_partsec .accordion-titel h2 span::before{
  content:"";
  position: absolute;
  top:3px;
  right: 0;
  height: 15px;
  width: 2px;
  background:#004545;
}
.system_txt_wrap .creation_btn_wrap .btn_connect_sec{
  padding: 6px 50px
}
.faq_sec_wrap.custom_accordion_partsec .accordion-titel h2{
  font-family: NexaRegular;
}
.cntct_sec .cntct_txt_col .cmn_part_head_smll p{
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  max-width: 364px;
}
.local-seo-ban{
  background: #004545;
}
.local-seo-benefits .cmn_part_head_smll.center{
  margin-bottom: 50px !important
}
.local-seo-benefits .copyWrite_slider .slick-arrow{
  top: auto;
  bottom: -66px;
  border: 2px solid #004545;
  border-radius: 50%;
  width: 22px;
  height: 22px;

}
.local-seo-benefits .copyWrite_slider .slick-arrow::before{
  content: "";
  height: 2px;
  width: 12px;
  background: #004545;     
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.local-seo-benefits .copyWrite_slider .slick-arrow::after{
  content: "";
  height: 8px;
  width: 8px;
  border-right: 2px solid #004545;
  border-bottom: 2px solid #004545;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:rotate(-45deg) translate(calc(-50% + 5px),calc(-50% + -1px));
}
.local-seo-benefits .copyWrite_slider .slick-prev::after {
  border-left: 2px solid #004545;
  border-top: 2px solid #004545;
  border-right: transparent;
  border-bottom: transparent;
  transform:rotate(-45deg) translate(calc(-50% + 3px),calc(-50% + -3px));
}

.local-seo-benefits .copyWrite_slider .slick-prev{  
  right: calc(12.3% + 55px);
  left: auto;
}
.local-seo-benefits .copyWrite_slider .slick-next{
  right: 12.3%;
}


/* support 2/5/23 end  */

/* update start RN 02-05-2023 */

.take-local-bussiness{
  background: #004545;
  padding: 109px 0;
  color: #fff;
  text-align: center;
}
.take-local-bussiness h2{
  color: #fff;
  margin-bottom: 70px;
  font-size: 38px;
}
.take-local-bussiness p{
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  font-family: Nexa;
  margin: 0 auto;
  max-width: 832px;
}
.take-local-bussiness .pg_btn{
  margin-top: 78px;
}
.take-local-bussiness .pg_btn a{
  font-size: 18px;
  line-height: 1;
  padding: 11px 50px;
  border-radius: 100px;
  background: #FFB200;
  display: inline-block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #004545;
  font-family: Nexa;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.take-local-bussiness .pg_btn a:hover{
  background: #fff;
}
.overful_service_seo{
  background: rgba(237, 229, 217, 0.8)!important;
}
.local-seo-benefits{
  padding-bottom: 179px !important;
}


/* update end RN 02-05-2023 */


/* support 3/5/23 start  */

.target_sec .results_drivern_eng_inr_btm h5{
  font-family: "Nexa";
  font-weight: 700;
  color: #004545;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 18px;
}
/* new sections  */
.why_choose_mm_audit{
  background-color: #f3ece5;
}
.why_choose_mm_audit_inner .why_choose_mm_audit_head{
  max-width: 906px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.why_choose_mm_audit_inner .why_choose_mm_audit_head h2{
  margin-bottom: 50px;
  font-size: 66px;
  color: #004545;
  line-height: 1.1;
}
.why_choose_mm_audit_inner .why_choose_mm_audit_head p{
  max-width: 856px;
  width: 100%;
  margin: 0 auto;
  color: #004545;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: #004545;
}
.mm_audit_lst{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 906px;
  margin: 0 auto 80px;
}
.mm_audit_lst li{
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 1px solid #FFB200;
  padding-left: 39px;
  position: relative;
  color: #004545;
  letter-spacing: 0.02em;
  font-size: 18px;
}
.mm_audit_lst li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FFB200;
}
.mm_audit_lst li::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  height: 10px;
  width: 5px;
  border-right: 2px solid #004545;
  border-bottom: 2px solid #004545;
  transform: rotate(45deg) translateY(-90%);
}

.seo_audit_srch_sec{
  background: #004545;
  color: #fff;
}
.why_choose_mm_audit_inner .mm_audit_bttm_para{
  max-width: 856px;
  margin: 0 auto;
  color: #004545;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 18px;
}
.seo_audit_srch_head{
  max-width: 426px;;
}
.seo_audit_srch_head h2{
  color: #EDE5D9;
  margin: 0;
  font-size: 66px;
  line-height: 1.1;
}
.seo_audit_srch_rght_box p{
  margin-bottom: 44px;
}
.audit-srvc{
  background: #004545;
}

.seo_audit_srch_rght_box .pg_btn a {
  background: #ffb200;
  border-radius: 100px;
  color: #004545;
  display: inline-block;
  font-family: Nexa;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  padding: 9.5px 50px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

.importnce-seo-audit .creation_txt_col .cmn_part_head_smll.why_hdr h2{
  max-width: 100%;
}
.after-banner-audit .mango_media_seo_ptcnt_wwrapper{    
  max-width: 742px;
}
.audit-process-faq{
  background: #ede5d9 !important;
}
.about-content p{
  font-size: 18px;
}

/* support 3/5/23 end  */

/* update start RN 04-05-2023 RN */
.splitting .whitespace{
  width: 0.2em;
  display: inline-block;
}
.cont_today_para{
  letter-spacing: .15em !important;
  max-width: 533px;
  color: #004545;
  font-size: 18px;
  font-weight: 700 !important;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: Nexa !important;
}
.seo_txt_content .seo_service_subtitle h3{
  color: #004545;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0 auto 30px !important;
  max-width: 545px !important;
  text-align: center;
  text-transform: uppercase;
  margin-left: 0 !important;
  text-align: left;
}
.system_txt_wrap .cmn_part_head_smll .our_system_hd p{
  color: #ede5d9;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Nexa;
  line-height: 1.35;
}
.target_sec .results_drivern_eng_inr_btm h3 {
  color: #004545;
  font-family: Nexa;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.faq_sec_wrap.custom_accordion_partsec .accordion-titel h2, .faq_sec_wrap.custom_accordion_partsec .accordion-titel h3{
  font-family: NexaRegular;
}
.overful_service_seo_col_rtt .seo_service_subtitle .seo_service_subtitle_heading{
  color: #004545;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0 auto 18px;
  max-width: 545px;
  text-transform: uppercase;
  font-family: 'Nexa';
} 
/* update end RN 04-05-2023 RN */

/* update 09-05-2023 start */

.privcy-policies{
  padding: 190px 0 100px !important;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper{
  max-width: 1076px;
  color: #004545;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper h2{
  font-size: 66px;
  line-height: 1.1;
  margin-bottom: 90px;
  text-align: center;  
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper p{
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper h3{
  font-size: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper h4{
  font-size: 18px;
  text-align: left;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper ul{
  margin-bottom: 30px;
  text-align: left;
  list-style: circle;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper ul li{
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.privcy-policies .mango_media_seo_ptcnt_wwrapper ul li::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #004545;
}

/* blog page  */



.blog-ban-sec{
  background: #004545;
  padding: 120px 0;
}
.mango-blog{
  padding: 80px 0 120px !important;
  background: #EDE5D9 !important;
}
.mango-blog .blog-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.mango-blog .blog-tags ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  flex-grow: 1;
}
.mango-blog .blog-tags form{
  background-color: transparent !important;
  border: 0 !important; 
  max-width: 331px;
  width: 100%;
}
.mango-blog .blog-tags .hs-search-field__input{
  border: 0;
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/search-icon-green.svg) no-repeat center right transparent;
  background-size: 22px !important;
  border-bottom: 1px solid #004545;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  color: #004545;
  letter-spacing: 0.02em;
  font-family: 'NexaRegular';
  font-weight: normal;
}
.mango-blog .blog-tags .hs-search-field__input::placeholder{
  color: #004545;
}
.mango-blog .blog .blog-thumb{
  border-radius: 15px 15px 0 0;
  margin-bottom: 32px;
}
.mango-blog .blog-content ul{
  margin-bottom: 15px;
}
.mango-blog .blog-content ul li{
  letter-spacing: 0.02em;
}
.mango-blog .blog-content h3{
  font-size: 38px !important;
  line-height: 1.1;
  margin-bottom: 0;
}
.blog-ban-sec .about-content{
  max-width: 590px;
  padding-left: 160px;
  margin: 0 -13px
}
.mango-blog .blog-tags ul li{  
  font-family: "Nexa";
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 13px;
}
.mango-blog .blog-tags ul li a{
  margin-right: 0;
}
.mango-blog .mang-blgs{
  max-width: 1076px;
  margin: 0 auto;
}

.blog-ban-sec .container{
  max-width: 1100px;
}

/* update end 09-05-2023 end */


/* update 10-05-2023 start */



.mango-blog .blog-carousel .swiper-wrapper{
  margin: 0 -74px;
  width: auto;
  flex-wrap: wrap;
}
.mango-blog .blog-carousel .swiper-wrapper .swiper-slidedd{
  padding: 0 74px;
  flex: 0 0 auto;
  width: 50%;
}

/* article section  */

.all-blgs{
  padding: 100px 0;
  background: #EDE5D9 !important;
}
.all-blgs .blog-tags h2{
  color: #004545;
  text-align: center;
  margin-bottom: 48px;
  font-size: 66px;
  line-height: 1.1;
}
.all-blgs .blog-thumb{
  border-radius: 10px 10px 0 0 ;
  height: 162px;
}
.all-blgs .blog-thumb img{
  object-fit: cover;
}
.all-blgs .blog-content h3{
  font-size: 28px;
  color: #004545;
  line-height: 1.1;
  margin-bottom: 26px;
}
.all-blgs .lod-mre #loady{
  background: #ffb200;
  border: 1px solid #ffb200;
  border-radius: 50px;
  color: #004545;
  font-family: 'Nexa';
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 26px;
  padding: 10px 30px 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: table;
  margin: 55px auto 0;
  text-align: center;
  line-height: 1;
}
.all-blgs .lod-mre #loady:hover{
  background: #004545;
  border: 1px solid #ede5d9;
  color: #ede5d9;
}
.all-blgs .blog-wrapper{
  gap: initial;
  margin: 0 -42px -30px;
}
.all-blgs .blog-wrapper .blog{
  padding: 0 42px;
  position: relative;
  flex: 1 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
}
.all-blgs .blog-wrapper .blog::before{
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 1px;
  height: calc(100% + 100px);
  background-color: #ede5d9;
}
.all-blgs .blog-wrapper .blog:nth-child(3n + 3):before{
  display: none;
}
.all-blgs .blog-parnt-wrapper {
  background: rgb(255 255 255 / 60%);
  border-radius: 10px;
  padding: 50px;
}
.all-blgs .all-artcls{
  max-width: 1326px;
}
.all-blgs .blog-wrapper .blog-content .blog-tags{
  margin-top: 26px;   
}
.all-blgs .blog-wrapper .blog-content .blog-tags .category{
  margin-right: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Nexa';
  font-weight: bold;
  line-height: 1;
}
.all-blgs .blog-wrapper .blog-content .blog-short-para p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.875;
}


/* subscribe section  */



.subscribe_section{
  background: #004545;
  padding: 137px 0;
  border-bottom: 0.75px solid #EDE5D9;
}
.subscribe_section .subscribe_lft_box{
  max-width: 430px;
}
.subscribe_section .subscribe_lft_box h2{
  font-size: 38px;
  color: #EDE5D9;
  letter-spacing: 0.02em;
  margin-bottom: 47px;
}
.subscribe_section .subscribe_lft_box p{
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #EDE5D9;
  max-width: 400px;
  font-family: 'NexaRegular';
  font-weight: normal;
}

.subscribe_rght_box form label{
  display: none;
}
.subscribe_rght_box form .hs-form-field{
  margin-bottom: 34px;
}
.subscribe_rght_box form .hs-form-field.hs-email{
  margin-bottom: 46px;
}
.subscribe_rght_box .input input[type="text"],
.subscribe_rght_box .input input[type="tel"],
.subscribe_rght_box .input input[type="password"],
.subscribe_rght_box .input input[type="email"],
.subscribe_rght_box .input select{
  height: 40px;
  border: 0;
  border-bottom: 1px solid #EDE5D9;
  padding: 0 8px;
  background: transparent;
  border-radius: 0;
  color: #EDE5D9;
  letter-spacing: 0.02em;
  font-family: 'NexaRegular';
  font-weight: normal;
}

.subscribe_rght_box .input input[type="text"]::placeholder,
.subscribe_rght_box .input input[type="tel"]::placeholder,
.subscribe_rght_box .input input[type="password"]::placeholder,
.subscribe_rght_box .input input[type="email"]::placeholder{
  color: #EDE5D9;
}

.subscribe_rght_box .actions input[type="submit"]{
  background: #ffb200;
  border: 1px solid #ffb200;
  border-radius: 50px;
  color: #004545;
  display: table;
  font-family: "Nexa";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 26px;
  line-height: 1;
  padding: 0px 50px;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
}
.subscribe_rght_box .actions input[type="submit"]:hover{
  background: #004545;
  border: 1px solid #ede5d9;
  color: #ede5d9;
}
.subscribe_rght_box form{
  background-color: transparent;
  border: none;
}
.subscribe_section .row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.subscribe_section .row .col-lg-6{
  flex: 0 0 auto;
  padding: 0 15px;
  width: 50%;
}
.subscribe_section .row .col-lg-6.algn-slf-end{
  align-self: flex-end;
}


/* update 10-05-2023 end */

/*support 11/5/2023*/
/*blog-details*/
.blg-inner{
  background-color:rgba(237,229,217,0.6);
  /*padding: 100px 0;*/
}
.blg-inner p{
  font-size: 18px;
}
.blog-details-img{
  border-radius:10px;
  overflow: hidden;
}
.blog-details h3{
  font-size: 28px;
  margin-bottom: 30px;
}
.blog-details-img img{
  border-radius:10px;
}
.blogcoment-mailwrap{
  background: #EDE5D9;
  border-radius: 10px;
  padding: 69px 120px 48px 120px;
  display: flex;
}
.blog-details ul li{
  position: relative;
  padding-left: 15px;
  margin-top: 8px;
  font-size: 18px;
}
.blog-details ul li:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #004545;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
.blog-userbox{
  width: 201px;
  height: 201px;
  border-radius: 100%;
  overflow: hidden;
}
.blog-userbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-user-content{
  width: calc(100% - 201px);
  padding-left: 52px;
}
.blog-username{
  font-size: 28px;
  margin-bottom: 30px;
}
.blog-tags-social{

}
.rel-blogpostparnt-wrap{
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 50px;
}
.related-blogpostwrap{
  gap: initial;
  margin: 0 -42px -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rel-blogpostparnt-wrap .post-listing{
  flex: 1 0 33.33%;
  margin-bottom: 30px;
  max-width: 33.33%;
  padding: 0 42px;
  position: relative;
}
.rel-blogpostparnt-wrap .post-listing:before{
  background-color: #ede5d9;
  content: "";
  height: calc(100% + 100px);
  position: absolute;
  right: 0;
  top: -50px;
  width: 1px;
}
.blg-inner .blog-details-wrap{
  max-width: 100%;
}
.blog-details{
  margin: auto;
  max-width: 970px;
}
.related-post-header-title{
  text-align: center;
  margin-bottom: 48px;
}
.related-post-header-title h2{
  font-size: 66px;
}
.rel-blogpostparnt-wrap .blog-thumb{
  border-radius: 10px 10px 0 0;
  height: 162px;
}
.rel-blogpostparnt-wrap .blog-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rel-blogpostparnt-wrap .post-listing .blog-tags{
  margin-top: 26px;
}
.rel-blogpostparnt-wrap .post-listing .blog-content h3{
  color: #004545;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 26px;
}
.rel-blogpostparnt-wrap .post-listing .blog-content a.category{
  font-family: Nexa;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  margin-right: 0;
  text-transform: uppercase;
  color: #004545;
  margin-top: 15px;
}
.rel-blogpostparnt-wrap .post-listing .blog-content a.category:hover{
  color: #FFB200;
}
.rel-blogdetls-container{
  max-width: 1326px;
}
.related-blogs-sec{
  background-color: #EDE5D9;
  padding: 96px 0 72px 0;
}
.blog-detls-topwrap{
  padding: 100px 0;
}
.blogcomnt-socialbox ul{
  display: flex;
  justify-content: flex-end;
}
.blogcomnt-socialbox ul li{
  padding: 0 8px;
}
.blog-details-mainwrap{
  border-bottom: 1px solid #FFB200;
  padding-bottom: 35px;
}
.blog-tags-social{
  background-color: transparent;
}
.blog-details-header h2.title{
  font-size: 38px;
  margin-bottom: 58px;
}

.mango-blog .blog-content h3 a {
    color: inherit;
}
.mango-blog .blog-content h3 a, .all-blgs .blog-content h3 a{
color: inherit;
}

/*blog-details*/
/*support 11/5/2023*/

/*support-css-17-05-2023-start*/

.we-do-content h3{
  font-size: 36px;
}
.review-section .section-heading h2{
  letter-spacing: .15em;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-family: Nexa;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  color: #ede5d9;
}

.business-form .section-heading .contactfor-busins-trmsTittl{
    color: #004545;
    font-family: Nexa;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 40px;
    margin-bottom: 35px;
}
.inner_g_lead h2{
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 26px;
    margin: 0 auto 25px;
    max-width: 80%;
    text-transform: uppercase;
    color: #004545;
    font-family: Nexa;
    font-size: 18px;
    font-style: normal;
    text-align: center;
}
.meet_content h2.txtTittletop{
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 26px;
  text-transform: uppercase;
  color: #004545;
  font-family: Nexa;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.meet_content h3{
    font-size: 66px;
    line-height: 70px;
}
.team_imgs_label h3{
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 8px;
  color: #ede5d9;
  font-family: Nexa;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
}
.mdl_ftr h2{
  color: #004545;
  font-family: Nexa;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 66px;
  line-height: 70px;
  margin-bottom: 45px;
}
.lf_col_ft h3.small-txt{
  text-align: right;
}
.mdl_ftr h3.small-txt{
  color: #004545;
  font-family: Nexa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.hr_content_inner p.overlaytxtWrapper-sld{
    color: #ede5d9;
    font-family: Nexa;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 70px;
    text-transform: inherit;
    letter-spacing: inherit;
}
.y_body h3{
  color: #004545;
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 26px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: left;
}
.contact-content h1{
  line-height: 1;
}
.contact-content .sol-heading h1 span{
  line-height: 0.9;
}
.contact-content .sol-heading h1 span.whitespace{
  width: 7px;
}

.web-design-ban .sol-heading h1 span{
  line-height: 1.3;
}
.web-design-ban .splitting .whitespace{
  width: 4px;
}
.footer-widget ul li>a:hover{
  color: #ffb200 !important;
}
.footer-copyright .privcy-policy{
  margin-left: 20px;
}
.footer-copyright .privcy-policy:hover{
    color: #ffb200;
}
.hero-content>h1.splitting .whitespace{
    width: 6px;
}
.about-content h1.splitting .whitespace{
    width: 6px;
}

/*support-css-17-05-2023-end*/


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

.choose-us-responsive > .row-fluid > .span4{
  width: 34.3333333333%;
}
.choose-us-responsive > .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%; 
  }
.mdl_ftr h3.small-txt{
  font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-responsive > .row-fluid > .span4 , 
  .choose-us-responsive > .row-fluid > .span8 {
    width: 50%; 
  }
  .choose-us-responsive > .row-fluid .about-content {
    margin-left: 0px;
  }
  .features-image {
    margin-left: 0;
  }
  .feature-responsive > .row-fluid > .span5 ,
  .feature-responsive > .row-fluid > .span7 ,
  .service-info-responsive > .row-fluid > .span6 {
    width: 100%;
  }
  .service-responsive .row-fluid > .span3 {
    width: 50%;
  }
  .service-info-responsive .about-image {
    margin-bottom: 30px;
  }
  .feature-responsive > .row-fluid , .service-info-responsive > .row-fluid {
    display: block;
    flex-direction: row-reverse;
  }
  
/*   support-css-17-05-2023-start */
    .we-do-content h3{
      font-size: 32px;
    }
    .inner_g_lead h2, .meet_content h2.txtTittletop{
    font-size: 16px;
}
  .meet_content h3{
    font-size: 52px;
  }
  .team_imgs_label h3{
    font-size: 28px;
  }
  .mdl_ftr h2{
    font-size: 52px;
  }
/*   support-css-17-05-2023-end */
}


@media only screen and (max-width: 767px) {
  .choose-us-responsive > .row-fluid > .span4 , 
  .choose-us-responsive > .row-fluid > .span8 {
    width: 100%;
  }
  .choose-us-responsive > .row-fluid .about-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;
  }
  
  /*   support-css-17-05-2023-start */
    .we-do-content h3{
      font-size: 20px;
    }
    .review-section .section-heading h2{
    font-size: 16px !important;
  }
  .business-form .section-heading .contactfor-busins-trmsTittl{
    font-size: 30px;
  }
/*   support-css-17-05-2023-end */

}


/*------------------ System Page -----------------------*/
.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: 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;
}

/*--custom css--*/
@font-face {
  font-family: 'Nexa';
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Bold.eot');
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Bold.woff2') format('woff2'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Bold.woff') format('woff'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NexaRegular';
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/NexaRegular.eot');
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/NexaRegular.eot?#iefix') format('embedded-opentype'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/NexaRegular.woff2') format('woff2'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/NexaRegular.woff') format('woff'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/NexaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Light.eot');
  src: url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Light.eot?#iefix') format('embedded-opentype'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Light.woff2') format('woff2'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Light.woff') format('woff'),
    url('https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Nexa-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body{
  color: #004545;
  font-family: 'NexaRegular';
}
.h1, .h2, h1, h2,.h3, .h4, h3, h4 {
  /* font-family: Nexa; */
  font-family: 'Nexa';
  font-weight:bold;
}
.data-parallax{
  position:relative;
}

.nav_open{
  color: #FFB200;
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-decoration-line: underline;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  text-decoration: none;
  height: 24px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  text-decoration: underline;
}
.nav_open:hover {
  color: #f1773b;
}
.nav_close{
  position:absolute;
  Z-INDEX:5;
  top:25px;
  right:25px;
  height:28px;
  width:28px;
  border-radius: 50%;
  background: #FFB200;
  color: #004545;
  border: 0;
  font-size: 18px;
  line-height: 0;
  font-weight: 600;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  display:flex;
  align-items: center;
  justify-content: center;
}
.nav_close svg{
  width:100%;
  height:auto;
}
.nav_close:hover{
  background: #EDE5D9;
  color: #004545;
}
.header-main-menu{
  position:fixed;
  top:0;
  right:0;
  width: 100%;
  height:100vh;
  background: #004545;
  z-index: 99;
  display: flex;
  flex-wrap: nowrap;
  opacity:0;
  transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
}
.header-main-menu.open{
  transform: none;
  opacity:1;
}
.header-main-menu-nav{
  width: 50%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  z-index:3;
  flex-direction:column;
}
.header-center{
  margin-left:auto;
}
.header-main-menu-nav ul {
  flex-direction: column;
  text-align:center;
}
.header-main-menu-nav > ul > li{
  padding: 10px 0; 
}
.header-main-menu-nav > ul > li > a {
  font-weight: 400;
  font-family: 'Nexa';
  padding: 0 !important;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  display: inline-block;
  text-transform: lowercase;
  color:#EDE5D9;
}
.header-main-menu-nav > ul > li > a:before {
  background-color: #ffb200;
}
.header-main-menu-nav > ul > li > a:after {
  width:100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  transition: all 0.3s ease 0.6s;
  background-color:currentColor;
}
.header-main-menu-nav > ul > li:hover > a::after,
.header-main-menu-nav > ul > li> a:hover::after{
  width:0;
}
.header-main-menu-nav > ul > li> a.active-item::after{
  width:100%;
}
.header-main-menu-nav > ul > li:hover > a,
.header-main-menu-nav > ul > li > a:hover,
.header-main-menu-nav > ul > li> a.active-item{
  color: #ffb200;
}
.header.header-area{
  border-bottom: 0.5px solid rgba(237 ,229, 217 ,0.34);
  padding: 20px 0;
  min-height: auto;
  background: #004545;
}
.header-inner{
  align-items: center; 
}
.nav_bg_box{
  height:100%;
  width:100%;
  position:absolute;
  z-index:2;
}
.nav_bg_box .container{
  height:100%;
  margin: 0 auto;
}
.nav_bg_inner{
  width:50%; 
  pointer-events: all;
  position:relative;
  height:100%;
}
.nav_bg,.nav_bg>div{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  z-index:-1;
}
.nav_bg{
  overflow: hidden;
  width:50%;
}
.nav_bg>div{
  width:100%;
  transition: transform 2s ease;
  -webkit-transition: transform 1s ease;
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);

}
.header-main-menu.open .nav_bg>div{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.nav_logo{
  max-width: 270px;
  margin: 20px 0;
  position:relative;
  z-index:2;
}

.nav_bg_inner ul.pls_box {
  position: absolute;
  top: 120px;
  left: -70px;
  width: 180px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 22px;
  list-style: none;
}
.nav_bg_inner .pulse{
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:50%;
  height:46px;
  overflow:hidden;
  width:46px;
}
.nav_bg_inner .pls_box li+li {
  margin-left: -10px;
}
.nav_bg_inner .pls_box li.pulse:last-child{
  height:28px;
  width:28px;
}
.nav_bg_inner .line2_box{
  align-items: center;
  display: flex;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 150px;
}
.nav_bg_inner .line2_list {
  margin-bottom: -6px;
  padding-left: 15px;
  width: 100%;
}
.nav_bg_inner .wsh_box{
  z-index:1; 
}
.nav_bg_inner .wsh_box:after {
  backdrop-filter: blur(4.66548px);
  background: hsla(36,36%,89%,.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.nav_bg_inner .line_box {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 166px;
  display: block;
  padding: 22px 28px;
}
.nav_bg_inner .line_list{
  margin-bottom:13px;
}
.nav_bg_inner .rate_box{
  display:flex;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0;
}
.nav_bg_inner .rate_box li+li{
  margin-left:6.5px; 
}

.nav_bg_inner .rate_box li:last-child img{ 
  opacity:0.5;
}
.nav_bg_inner .rate_box img{
  width: 16px; 
}

.nav_bg_inner .grow_box {
  position: absolute;
  right: -20px;
  top: 60px;
  width: 195px;
  z-index: 2;
}
.nav_bg_inner .grow_box svg {
  width: 100%;
}
.nav_bg_inner ul.pls_box {
  left: 0;
  top: 35%;
}
.nav_bg_inner .line_box {
  right: 13%;
  top: 45%;
}
.nav_bg_inner .line2_box {
  right: auto;
  left: 30px;
  top: 64%;
}

/*--footer--*/
.footer-section{
  background: #004545;
  position:relative;
  /*   z-index: -1; */
  color:#EDE5D9;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
}
.footer-top-section:after{
  content:"";
  top:-110px;
  left:0;
  right:0;
  height:100%;
  position:absolute;
  bottom:0;
  z-index:-1;
  background: #004545;
}
.footer-widget-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.footer-widget ul li>a {
  color: #EDE5D9 !important;
  text-decoration:underline;
}
.footer-widget ul li+li {
  margin-top: 6px !important;
}
.footer-widget-subscribe form .hs-form-field input {
  padding: 0 !important;
  width: 330px;
  border-radius: 0;
  border: 0;
  height: 30px;
  background: transparent;
  border-bottom: 1px solid #EDE5D9;
  color: #fff;
}
.footer-widget p {
  max-width: 100%;
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #EDE5D9;
}
.footer-widget-subscribe {
  max-width: 100% !important; 
}
.footer-widget-subscribe form .hs-form-field label {
  display: none;
}
.footer-top-section{
  padding-bottom:0 !important;
  background:transparent !important;
}

.footer-copyright{
  padding: 26px 0 80px;
  border-top: 1px solid rgb(237 229 217 / 30%);
  color: #EDE5D9;
  margin-top: 60px;
  font-size:14px;
  display: flex;
}
.footer-bottom-section {
  background:transparent !important;
  padding:0 !important;
  color: #EDE5D9;
}
.footer-copyright p {
  color: #EDE5D9 !important;
  line-height: 25px;
}
.footer-widget p {
  max-width: 100% !important;
}
.rts{
  margin-left:auto;
}
.footer-copyright p{
  margin-bottom:0 !important;
}
.footer-widget-social{
  margin-top: 25px; 
}
.footer-widget h3 {
  display: none;
}

.footer-widget-subscribe form .hs-form-field input{ 
  padding:11px 11px !important;
  color:#EDE5D9 !important;
  background:url(https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Default.svg) no-repeat center right !important;
  background-size:22px !important;
  padding-right: 30px !important;
  height: 40px;
}

.footer-widget-subscribe .hs-submit .actions::before{ display:none;}

.footer-widget-subscribe form .hs-form-field input::placeholder { 
  color:#EDE5D9 !important;
  opacity: 1; 
}

.footer-widget-subscribe form .hs-form-field input:-ms-input-placeholder { 
  color:#EDE5D9 !important;
  opacity: 1; 
}

.footer-widget-subscribe form .hs-form-field input::-ms-input-placeholder { 
  color:#EDE5D9 !important;
  opacity: 1; 
}

.footer-widget-social a{ 
  border:0 !important; 
  display: inline-block; 
  width:20px !important; 
  color:#EDE5D9; 
}

.footer-widget-social a{ 
  margin-right:6px; 
}

.footer-widget-social a:last-child{
  margin-right:0; 
}

.footer-widget-social a span svg, .footer-widget-social a div svg{ 
  color:#EDE5D9 !important; 
  width:20px !important; 
  height:20px !important; 
}

.footer-widget-social a:hover span svg, .footer-widget-social a:hover div svg{ 
  color:#ffb200 !important; 
}

.foot-mail-phn a,
.foot-mail-phn span{ 
  display:inline-block;
  font-size:16px;
  color:#EDE5D9;
  position:relative;
  padding-left:33px;
  margin-bottom:15px;
  letter-spacing: 0.02em;
}
.foot-mail-phn a:hover{ 
  color:#ffb200; 
}
.foot-mail-phn .mail::before{
  content:"";
  position:absolute;
  top:3px;
  left:0;
  background: url(https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Email.svg) no-repeat center center;
  background-size:15px;
  width:15px;
  height:15px;
}
.foot-mail-phn .phn::before{
  content:"";
  position:absolute;
  top:3px;
  left:0;
  background: url(https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Phone.svg) no-repeat center center;
  background-size:15px;
  width:15px;
  height:15px;
}
.foot-mail-phn .address::before{
  content:"";
  position:absolute;
  top:3px;
  left:0;
  background: url(https://22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/Pin.svg) no-repeat center center;
  background-size:15px;
  width:15px;
  height:18px;
}
.body-container-wrapper{
  background: #fff;
  position: relative;
  z-index:2;
}
/* .image_inner{
position:relative; 
} */
.dnd_area-row-0-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-1-force-full-width-section .dnd-row .row-fluid, 
.dnd_area-row-2-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-3-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-4-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-5-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-6-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-7-force-full-width-section .dnd-row .row-fluid,
.dnd_area-row-8-force-full-width-section .dnd-row .row-fluid{
  max-width: 100%;
}
.section-heading > h2 span {
  text-decoration: none;
  color: inherit;
}

html{
  overflow-x: hidden !important; 
}

.nv_social  svg {
  fill: #EDE5D9 !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.nv_social  a:hover svg {
  fill: #ffb200 !important;
}
ul.nv_social {
  display: flex !important;
  flex-direction: row !important;
}
ul.nv_social li+li{
  margin-left: 18px; 
}
.nv_menu_social{
  margin-top:60px; 
}

.footer-top-section.only_mobile{
  display:none; 
}

.nav_logo_mob{
  display:none; 
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px 20px;
  max-width: 50px;
  z-index: 5;
}
.four-error-sec .hs_cos_wrapper_type_rich_text a{
  background-color: #004545;
  display: inline-block;
  color: #ffb200;
  padding: 10px 40px;
  border:1
}
.four-error-sec .hs_cos_wrapper_type_rich_text a:hover{
  background-color: #ffb200;
  color: #004545;
}



/*palash_css_start*/


.back_gry_pt{
  background: #f3ece5;
}
.cmn_gap_secn{
  padding: 90px 0;
}

.mango_media_seo_ptcnt_wwrapper{
  max-width: 684px;
  margin: 0 auto;
  text-align: center;
}
.mango_media_seo_ptcnt_wwrapper p{
  font-size: 18px;
  line-height: 1.4;
  color: #004545;
  letter-spacing: 0.02em;
  font-family: 'NexaRegular';
  margin-bottom: 30px;
}
.mango_media_seo_ptcnt_wwrapper p:last-child{
  margin-bottom: 0;
}
.btn_connect_sec{
  background: #FFB200;
  color: #004545;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  font-family: 'Nexa';
  font-weight: bold;
  text-decoration: none;
  min-width: 272px;
  padding: 10px 10px;
  display: inline-block;
  text-align: center;
}
.btn_connect_sec:hover{
  background: #004545;
  color: #fff;
}
.back_grn_pt{
  background: #004545;
}
.white_clrr,
.white_clrr h1,
.white_clrr h2,
.white_clrr h3,
.white_clrr h4,
.white_clrr h5,
.white_clrr h6{
  color: #fff;
}

.row_cmns_structures{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row_cmns_structures > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.colnew-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.colnew-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.colnew-3 {
  flex: 0 0 auto;
  width: 25%;
}

.colnew-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.colnew-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.colnew-6 {
  flex: 0 0 auto;
  width: 50%;
}

.colnew-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.colnew-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.colnew-9 {
  flex: 0 0 auto;
  width: 75%;
}

.colnew-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.colnew-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.colnew-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.cmn_part_head_smll h3,
.main_hdr h2,
.pricing_section_hdr h2 {
  letter-spacing: 0.02em;
  color: #EDE5D9;
  font-size: 38px;
  line-height: 1.3;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 25px;
}
.cmn_part_head_smll h3:last-child,
.main_hdr h2:last-child,
.pricing_section_hdr h2:last-child {
  margin-bottom: 0;
}
.cmn_part_head_smll p{
  font-size: 18px;
  font-family: 'NexaRegular';
  /* font-weight: 300; */
  letter-spacing: 0.02em;
  color: #EDE5D9;
}
.gap_cmn_between{
  --bs-gutter-x: 17.5rem;
  align-items: center;
}
.why_full_services_sec_col_rttt{
  text-align: right;
}
.back_gry_full{
  background: #EDE5D9;
}
.cmn_part_head_smll.grnd_clr h2{
  color: #004545;
  font-size: 66px;
  line-height: 1.1;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 35px;
}
.cmn_part_head_smll.grnd_clr h2:last-child{
  margin-bottom: 0;
}
.cmn_part_head_smll.grnd_clr p{
  color: #004545;
}
.overful_service_seo_col_rtt{
  text-align: right;
}
.custom_accordion_partsec .accordion-item{
  border: 0;
  padding: 0 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  border-top: 1px solid #FFB200;
}
.custom_accordion_partsec .accordion-item .accordion-contant{
  display: none;
  margin-bottom: 20px;
}
.custom_accordion_partsec .accordion-titel{
  padding: 17px 0;
  cursor: pointer;
  position: relative;
}
.custom_accordion_partsec .accordion-titel .resp_arrow_spn{
  position: absolute;
  top: 22px;
  width: 12px;
  height: 12px;
  right: 0;
}
.custom_accordion_partsec .accordion-titel .resp_arrow_spn:before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/arro_down_accordion.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.custom_accordion_partsec .accordion-titel h2,
.custom_accordion_partsec .accordion-titel h3{
  color: #004545;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 15px;

}
.custom_accordion_partsec .accordion-item .accordion-contant p{
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Nexa';
}
.custom_accordion_partsec .accordion-item .accordion-contant p:last-child{
  margin-bottom: 0;
}
.custom_accordion_partsec .accordion-titel.active .resp_arrow_spn{
  transform: rotate(180deg);
}
.cmn_part_head_smll.center{
  text-align: center;
  margin-bottom: 50px;
}
.cmn_part_head_smll.center:last-child{
  margin-bottom: 0;
}
.results_drivern_eng_inr{
  background: #f8f6f1;
  border-radius: 10px 10px 0px 0px;
  height: 100%;
}
.results_drivern_eng_inr_top{
  padding-top: 27px;
  padding-bottom: 16px;
  padding-left: 23px;
  padding-right: 23px;
  border-bottom: 1px solid #FFB200;;
}
.results_drivern_eng_inr_top h5,
.results_drivern_eng_inr_top h3 {
  color: #004545;
  letter-spacing: 0.15em;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Nexa';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.results_drivern_eng_inr_btm{
  padding: 21px 23px 37px 23px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #004545;
  font-family: 'Nexa';
}
.why_choose_our_srvcs_btmdrd_row{
  --bs-gutter-x: 4.5rem;
}
.take_step_next_sec_row{
  --bs-gutter-x: 7.5rem;
}
.cmn_btn_center{
  text-align: center;
  margin-top: 50px;
}
.btn_connect_sec.wtt{
  border: 1px solid transparent;
}
.btn_connect_sec.wtt:hover{
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/*palash_css_end*/



/* 11.04.23 start */

html, body {
  overflow-x: hidden;
}
.back_light_gry_pt {
  background-color: rgba(243, 236, 229, 0.6);
}
.attract_content {
  max-width: 742px;
  margin: 0 auto;
}
.cmn_part_head_smll.gren_txt h3,
.attract_hdr h2{
  max-width: 680px;
  margin: 0 auto 38px;
}
.cmn_part_head_smll.gren_txt h3 ,
.cmn_part_head_smll.gren_txt p,
.attract_hdr h2{
  color: #004545;
}
.copyWrite_sec .cmn_part_head_smll p {
  max-width: 740px;
  margin: 0 auto 53px;
}
.copyWrite_slide {
  padding: 0 30px;
}
.copyWrite_wrap {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 0px 0px;
}
.copyWrite_title {
  border-bottom: 1px solid #FFB200;
  padding: 20px 25px;
  min-height: 93px;
  display: flex;
  align-items: center;
}
.copyWrite_title h3 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #004545;
  font-family: 'Nexa';
  line-height: 1;
  margin-bottom: 0;
}
.copyWrite_txt_wrap {
  padding: 30px 25px 20px;
}
.copyWrite_txt_wrap p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #004545;
}
.copyWrite_slider .slick-list {
  padding-left: 0 !important;
}
.copyWrite_sec .btn_connect_sec{
  min-width: 401px;
}
.seo_copyWrite_rw {
  --bs-gutter-x: 16rem;
}
.seo_copyWrite_acc .accordion-titel h3 {
  padding-left: 50px;
  position: relative;
}
.seo_copyWrite_acc .accordion-titel h3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
}
.seo_copyWrite_acc .accordion-titel h3 span:after {
  position: absolute;
  content: "";
  background-color: #004545;
  width: 2px;
  height: 80%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mm_copyWrite_innr {
  background-color: rgba(255, 255, 255, 0.5);
}
.mm_copyWrite_innr .results_drivern_eng_inr_top h5,
.mm_copyWrite_innr .results_drivern_eng_inr_top h3 {
  letter-spacing: 1.5px;
}
.pricing_hdr_wrap {
  display: flex;
  justify-content: space-between;
}
.seo_pricing_rw {
  --bs-gutter-x: 15rem;
  align-items: flex-start;
}
.field_wrap {
  margin-bottom: 20px;
}
.field_wrap input {
  width: 100%;
  padding: 11px 8px;
  border: none;
  border-bottom: 1px solid #EDE5D9;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #EDE5D9;
  font-family: 'Nexa';
  border-radius: 0px;
} 
.field_wrap input::placeholder {
  color: #EDE5D9;
  opacity: 1;
}
.seo_pricing_frm_col .cmn_part_head_smll {
  margin-bottom: 35px;
}
.pricing_frm_wrap form input[type="submit"] {
  margin-top: 15px;
  min-width: 229px;
  width: auto;
  border: 1px solid #FFB200;
  transition: .5s all;
  font-family: 'Nexa';
}
.cmn_part_head_smll.white_clr h2 {
  color: #EDE5D9;
  font-size: 66px;
  line-height: 1.1;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 35px;
}
.web_service_txt_wrap ul {
  padding-left: 0;
  margin: 0 0 35px;
  list-style: none;
}
.web_service_txt_wrap li {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  color: #EDE5D9;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.web_service_txt_wrap li::before {
  position: absolute;
  content: "";
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/Checkmark.svg) center no-repeat;
  background-size: 22px;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
}
.web_service_txt_wrap li:last-child {
  margin-bottom: 0;
}
.web_service_txt_wrap .cmn_part_head_smll {
  margin-bottom: 35px;
}
.web_service_txt_wrap  p {
  font-size: 18px;
  font-family: 'Nexa';
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #EDE5D9;
}
.web_service_img_col .why_img_parallex {
  margin: 0;
  width: 100%;
}
.web_service_img_col .why_img_parallex img {
  width: 100%;
}
.creation_img_col .why_img_parallex {
  width: 100%;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.creation_img_col .why_img_parallex img {
  width: 100%;
}
.creation_txt_col .cmn_part_head_smll h3 {
  max-width: 340px;
}
.creation_txt_col .cmn_part_head_smll {
  margin-bottom: 45px;
}
.creation_btn_wrap .btn_connect_sec {
  min-width: 445px;
}
.creation_rw {
  --bs-gutter-x: 10rem;
}
.results_drivern_eng_inr_btm h3 {
  color: #004545;
  letter-spacing: 0.15em;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Nexa';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.list_yellow_bx {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list_yellow_bx li {
  margin-bottom: 10px;
}
.list_yellow_bx h3 {
  margin-bottom: 0 !important;
}
.list_yellow_bx h3 a {
  color: #004545;
  line-height: 1.2;
  text-decoration: none;
  transition: .5s all;
}
.list_yellow_bx h3 a:hover,
.list_yellow_bx li.active a {
  text-decoration: underline;
}
.yellow_sec {
  position: relative;
  z-index: 1;
}
.yellow_sec:after {
  position: absolute;
  content: "";
  background: #FFB200;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.yellow_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 440px;
}
.yellow_wrap .why_img_parallex {
  max-width: 340px;
  height: 100%;
  margin: 0 0 0 auto;
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.yellow_wrap .why_img_parallex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yellow_wrap .why_img_parallex.active {
  opacity: 1;
}
.cmn_part_head_smll.white_clrr h2 {
  color: #EDE5D9;
  font-size: 66px;
  line-height: 1.1;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 35px;
}
.creation_btn_wrap.cntct_btn_wrap .btn_connect_sec {
  min-width: 272px;
  margin-top: 25px;
}
.seo_service_subtitle h4 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #004545;
  max-width: 545px;
  margin: 0 auto 40px;
}
.seo_service_subtitle p {
  margin-bottom: 50px;
}
.seo_service_subtitle p:last-child {
  margin-bottom: 0;
}
.seo_service_subtitle.algn_left h4, .seo_service_subtitle.algn_left p {
  text-align: left;
}
.overful_service_seo_col_rtt .seo_service_subtitle h4 {
  margin-bottom: 18px;
}
.overful_service_seo_col_rtt .seo_service_subtitle {
  margin-bottom: 20px;
}
.system_txt_wrap .cmn_part_head_smll h4 {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 1px;
  color: #EDE5D9;
}
.system_txt_wrap .cmn_part_head_smll {
  margin-bottom: 35px;
}
.system_txt_wrap ul {
  padding: 0;
  margin: 0 0 45px;
  list-style: none;
}
.system_txt_wrap li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  color: #004545;
  padding: 6px 15px 6px 55px;
  background: #EDE5D9;
  border-radius: 20px;
  margin-bottom: 25px;
}
.system_txt_wrap li:last-child {
  margin-bottom: 0;
}
.system_rw {
  --bs-gutter-x: 10rem;
}
.system_txt_wrap li:before {
  position: absolute;
  content: "";
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/Checkmark.svg) center no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  left: 17px;
  top: 8px;
}
.system_txt_wrap p {
  color: #EDE5D9;
  font-size: 20px;
  line-height: 1.2;
}
.cmn_img_wrap figure {
  width: 100%;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.cmn_img_wrap figure img {
  width: 100%;
}
.target_wrap {
  max-width: 685px;
  margin: 0 auto 88px;
}
.target_wrap .cmn_part_head_smll p {
  margin-bottom: 35px;
}
.faq_content {
  max-width: 855px;
  margin: 0 auto;
}
.faq_content .cmn_part_head_smll {
  margin-bottom: 65px;
}
.seo_company_rw {
  --bs-gutter-x: 7rem;
}
.faq_sec_wrap.custom_accordion_partsec .accordion-item:first-child {
  border-top: none;
}
.faq_sec_wrap.custom_accordion_partsec .accordion-item:last-child {
  border-bottom: 1px solid #FFB200;
}
.faq_sec_wrap.custom_accordion_partsec .accordion-titel h2,
.faq_sec_wrap.custom_accordion_partsec .accordion-titel h3{
  text-transform: initial;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  padding: 0;
}
.faq_sec_wrap.custom_accordion_partsec .accordion-titel {
  padding: 24px 0;
}

/* 11.04.23 end */

/* 12.04.23 start */
.custom_accordion_partsec.faq_sec_wrap .accordion-titel .resp_arrow_spn {
  width: 22px;
  height: 22px;
  top: 25px;
}
.custom_accordion_partsec.faq_sec_wrap .accordion-titel .resp_arrow_spn:before {
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/Plus.svg) center no-repeat;
  background-size: 100%;
  transition: .5s all;
}
.custom_accordion_partsec.faq_sec_wrap .accordion-titel.active .resp_arrow_spn:before {
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/minus.svg) center no-repeat;
  transition: .5s all;
  background-size: 100%;
}
.seo_service_img_wrap {
  padding-left: 40px;
  position: relative;
}
.seo_service_img_wrap .seo_service_parallax {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.seo_service_img_wrap .seo_service_parallax img {
  width: 100%;
}
.search_service_rw {
  --bs-gutter-x: 10rem;
  margin-bottom: 120px;
}
.seo_service_main {
  background: #EDE5D9;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  position: relative;
}
.seo_img_content {
  width: 30%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.seo_img_content .img_wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.seo_img_content .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo_txt_content_col {
  width: 70%;
  margin-left: auto;
}
.seo_txt_content{ 
  min-height: 386px;
  height: 100%;
  padding: 45px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seo_txt_content .seo_service_subtitle h4 {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: left;
}
.seo_txt_content .btn_connect_sec {
  padding: 8px 50px;
  min-width: 242px;
  background: #004545;
  color: #EDE5D9;
  transition: .5s all;
}
.serach_innr_wrapper {
  max-width: 1105px;
  margin: 0 auto;
}
.cntct_txt_col .cmn_part_head_smll p {
  max-width: 265px;
}
.take_step_next_sec {
  border-bottom: 1px solid hsla(36,36%,89%,.3);
}
.why_img_parallex, .cmn_gap_secn {
  overflow: hidden;
}

/* 12.04.23 end */

/* 13.04.23 start  */

.pricing_frm_wrap form {
  background: transparent;
  border: none;
}
.seo_pricing_sec {
  border-bottom: 1px solid hsla(36,36%,89%,.3);
}
.sol-heading h1 span {
  line-height: 1.2;
}
.contact_hdr_main {
  max-width: 400px;
}

/* 13.04.23 end  */

/* 17.04.23 start  */

.hvr_green:hover {
  background: #004545 !important;
  color: #f7f2ed !important;
  border-color: #004545 !important;
}
.parallex_img_wrppr {
  position: relative;
  z-index: 1;
}
.parallex_img_wrppr:after {
  position: absolute;
  content: "";
  background: #EDE5D9;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.parallex_img_wrppr:before {
  position: absolute;
  content: "";
  background: url(//22598337.fs1.hubspotusercontent-na1.net/hubfs/22598337/raw_assets/public/mango-media-child/images/color-nav-bar.svg) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 8px;
  top: 15px;
  left: 17px;
  z-index: 1;
}
.attract_hdr h2 {
  letter-spacing: 0.02em;
  color: #EDE5D9;
  font-size: 38px;
  line-height: 1.3;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 25px;
}
.attract_hdr.gren_txt h2 {
  max-width: 680px;
  color: #004545;
  margin: 0 auto 38px;
}
.cmn_part_head_smll.why_hdr h2 {
  letter-spacing: 0.02em;
  color: #EDE5D9;
  font-size: 38px;
  line-height: 1.3;
  font-family: 'Nexa';
  font-weight: bold;
  margin-bottom: 25px;
}
.creation_txt_col .cmn_part_head_smll.why_hdr h2 {
  max-width: 340px;
}
.accordion-contant h4 {
  margin-bottom: 20px;
}
/* .seo_service_main_wrpper .seo_service_main:nth-child(even) {
flex-direction: row-reverse;
} */
.seo_service_main_wrpper .seo_service_main:nth-child(even) .seo_img_content {
  left: auto;
  right: 0;
}
.seo_service_main_wrpper .seo_service_main:nth-child(even) .seo_txt_content_col {
  margin-left: 0;
}

/* 17.04.23 end  */

/* prosenjit-css-start */
.pricing_frm_wrap .hs-form-private .input input[type=text], .pricing_frm_wrap .hs-form-private .input input[type=email]{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ede5d9;
  border-radius: 0;
  color: #ede5d9;
  font-family: Nexa;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 11px 8px;
  width: 100%;
}
.pricing_frm_wrap .hs-form-private .input input[type=text]::placeholder, .pricing_frm_wrap .hs-form-private .input input[type=email]::placeholder{
  color: #ede5d9;
}
.pricing_frm_wrap .hs-form-private .hs_submit input[type=submit]{
  color: rgb(0, 69, 69);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Nexa";
  font-weight: bold;
  min-width: 229px;
  display: inline-block;
  text-align: center;
  background: rgb(255, 178, 0);
  border-radius: 100px;
  text-decoration: none;
  padding: 12px;
  height: auto;
}
.pricing_frm_wrap .hs-form-private .hs_submit input[type=submit]:hover{
  background: #004545;
  color: #fff;
}
/* prosenjit-css-end */

/*--*/

/*--12.5.2023--*/
.section.section-padding.blg-inner{
  padding-bottom: 0 !important; 
}
.yl_btn {
  align-items: center;
  background: #ffb200;
  border: 1px solid #ffb200;
  border-radius: 50px;
  color: #004545;
  display: inline-flex;
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .15em;
  line-height: 26px;
  padding: 10px 50px 8px;
  text-transform: uppercase;
  cursor: pointer;
}
.yl_btn:hover {
  background: #004545;
  border: 1px solid #ede5d9;
  color: #ede5d9;
}
.sm_btn_container{
  margin-top: 50px;
  text-align: center;
}
.blog-details blockquote{
  font-size: 16px;
  margin: 50px 0;
  position: relative;
  padding-left: 22px;
  border-left: 2px solid #FFB200;
}
.blog-details p img{
  width: 100% !important; 
  border-radius: 10px;
}
[imgsParallax]{
  display:block;
  width:100%;
  overflow: hidden;
  border-radius: 10px;
}
[imgsParallax] img{
  width:100% !important; 
}
[data-anim_all] >* {
  opacity:0;
}
.blog-details-header h1{
  line-height: .9;
  margin-bottom: 25px;
}
.blog-details h3{
  line-height: 1.1;
  margin-bottom: 26px;
}
.blog-tags-social {
  margin-bottom: 50px;
}
.social-media-share a.yl_btn{
  text-transform:uppercase; 
}
.social-media-share a+a{
  margin-left: 45px; 
}
.social-media-share a.yl_btn img{
  margin-right: 11px;
}
.social-media-share a.yl_btn:hover img{
  filter: grayscale(1) brightness(100);
}
.search-results {
  text-align: left;
}
.search-results h2{
  margin-bottom: 30px; 
}
.search-results ul.hs-search-results__listing li{
  display:block; 
}
.search-results ul.hs-search-results__listing li+li{
  margin-top: 30px; 
}
.search-results ul.hs-search-results__listing li a{
  margin-bottom: 15px; 
}
/*--responsive--*/
/*==============*/
@media only screen and (min-width: 1200px) and (max-width: 1549px){
  .blog-details-header h1 {
    font-size: 56px;
  }
}

/*palash_css_start*/
@media (min-width: 576px){

  .colnew-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .colnew-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .colnew-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .colnew-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .colnew-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .colnew-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .colnew-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .colnew-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .colnew-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .colnew-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .colnew-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .colnew-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

}

@media (min-width: 768px){

  .colnew-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .colnew-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .colnew-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .colnew-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .colnew-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .colnew-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .colnew-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .colnew-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .colnew-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .colnew-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .colnew-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .colnew-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px){
  .colnew-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .colnew-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .colnew-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .colnew-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .colnew-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .colnew-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .colnew-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .colnew-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .colnew-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .colnew-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .colnew-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .colnew-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

}

@media (min-width: 1200px){

  .colnew-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .colnew-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .colnew-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .colnew-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .colnew-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .colnew-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .colnew-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .colnew-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .colnew-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .colnew-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .colnew-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .colnew-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .container.extra_gap{
    max-width: 906px;
  }


  /* 11.04.23 start  */

  .container.extra_gap2 {
    max-width: 960px;
  }
  /* 11.04.23 end  */
}

@media (max-width: 1500px){
  .gap_cmn_between{
    --bs-gutter-x: 11rem;
  }
}

@media (max-width: 1399px){
  .gap_cmn_between{
    --bs-gutter-x: 6rem;
  }

  /* 12.04.23 start */

  .cmn_part_head_smll.grnd_clr h2,
  .cmn_part_head_smll.white_clrr h2 {
    font-size: 55px;
  }
  .creation_txt_col .cmn_part_head_smll.why_hdr h2 {
    font-size: 38px;
  }
  /*  update start RN 04-05-2023  */
  .target_wrap h2{
    max-width: 565px;
    margin: 0 auto 35px;
  }
  /* update 09-05-2023 start */

  .blog-ban-sec .about-content {
    max-width: 520px;
    padding-left: 90px;
  }

  .mango-blog .blog-content h3{
    font-size: 28px !important;
  }
  /* update 09-05-2023 end */
}
/*palash_css_end*/

@media only screen and (max-width: 1199px) {
  /* 12.04.23 start */
  .gap_cmn_between, .take_step_next_sec_row {
    --bs-gutter-x: 4rem;
  }
  .why_choose_our_srvcs_btmdrd_row {
    --bs-gutter-x: 3rem;
  }
  .copyWrite_slide {
    padding: 0 20px;
  }
  .copyWrite_title h3 {
    font-size: 24px;
  }
  .copyWrite_title {
    padding: 20px 15px;
  }
  .copyWrite_txt_wrap {
    padding: 20px 15px;
  } 
  /* 12.04.23 end */

  /*   support 5-3-23 start  */
  .local-seo-benefits {
    padding-bottom: 90px!important;
  }
  /*   support 5-3-23 end  */

  /*support 11/5/2023*/
  .all-blgs .blog-wrapper .blog{
    padding: 0 25px;
  }
  .all-blgs .blog-wrapper{
    margin: 0 -25px -25px;

  }
  .mango-blog .blog-carousel .swiper-wrapper .swiper-slidedd{
    padding: 0 40px;
  }
  .mango-blog .blog-carousel .swiper-wrapper{

    margin: 0 -40px;
  }
  .blogcoment-mailwrap{
    padding: 50px 50px;
  }
  .related-blogpostwrap{
    margin: 0 -22px -22px;
  }
  .rel-blogpostparnt-wrap .post-listing{
    padding: 0 22px;
  }
  /*support 11/5/2023*/
  .blog-details h3,
  .blog-username{
    font-size: 20px;
    margin-bottom: 26px;
  }
  .blg-inner p {
    font-size: 16px;
  }
  .blog-details ul li {
    font-size: 16px;
    margin-top: 3px;
  }
  .mdl_ftr h3.small-txt{
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .header.header-area {
    padding: 10px 0;
  }

  .header-center {
    display: block;
  }
  .header-right{
    padding:0; 
  }
  .footer-copyright {
    padding: 20px 0 15px;
    margin-top: 25px;
  }
  .footer-widget-subscribe form .hs-form-field input{
    width:100%; 
  }

  .foot-mail-phn a, .foot-mail-phn span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer-top-section .hs-image-widget {
    width:160px !important; 
  }
  .footer-top-section{
    padding-top:80px !important; 
  }
  .footer-widget-subscribe form .hs-form-field input{
    width:100% !important; 
  }
  .footer-copyright {
    padding: 25px 0;
  }
  .nav_close {
    padding: 4px;
  }

  /* 12.04.23 start */
  .cmn_gap_secn {
    padding: 60px 0;
  }
  .cmn_part_head_smll h3,
  .pricing_section_hdr h2{
    font-size: 28px;
  }
  .cmn_part_head_smll.grnd_clr h2, .cmn_part_head_smll.white_clrr h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .cmn_part_head_smll, .cmn_part_head_smll.center {
    margin-bottom: 30px;
  }
  .results_drivern_eng_inr {
    margin-bottom: 30px;
    height: auto;
  }
  .results_drivern_eng_inr_top {
    padding: 15px 20px;
  }
  .results_drivern_eng_inr_btm {
    padding: 20px 20px 25px;
  }
  .take_step_next_sec .cmn_part_head_smll {
    text-align: center;
  }
  .cmn_btn_center {
    margin-top: 20px;
  }
  .copyWrite_sec .cmn_part_head_smll p {
    margin-bottom: 30px;
  }
  .copyWrite_title h3 {
    font-size: 20px;
  }
  .copyWrite_title {
    min-height: 80px;
  }
  .seo_service_subtitle p {
    margin-bottom: 30px;
  }
  .seo_service_img_wrap {
    max-width: 70%;
    margin: 0 auto;
  }
  .search_service_rw {
    margin-bottom: 40px;
  }
  .seo_txt_content {
    padding: 35px 25px;
  }
  .seo_img_content {
    width: 40%;
  }
  .seo_txt_content_col {
    width: 60%;
  }
  .seo_txt_content .cmn_part_head_smll {
    margin-bottom: 0 !important;
  }
  .seo_txt_content .seo_service_subtitle h4 {
    margin-bottom: 20px;
  }
  .overful_service_seo_col_rtt .seo_service_subtitle h4 {
    margin-left: 0;
  }
  .cmn_img_wrap {
    max-width: 65%;
    margin: 0 auto 30px;
  }
  .system_txt_wrap .cmn_part_head_smll h4 {
    font-size: 28px;
  }
  .system_txt_wrap ul {
    margin-bottom: 25px;
  }
  .target_wrap {
    margin-bottom: 40px;
  }
  .cntct_txt_col .cmn_part_head_smll p {
    max-width: 100%;
  }
  /* 12.04.23 end */

  /*   17.04.23 start  */
  .attract_hdr h2,
  .cmn_part_head_smll.why_hdr h2,
  .main_hdr h2,
  .attract_hdr h2{
    font-size: 28px;
  }
  /*   17.04.23 end  */

  /*   02.05.23 start  */
  .abt_row .abouts-image {
    max-width: 390px ;
  }

  .seo-service-ban .about-content {
    padding-left: 45px !important;
  }
  .line_blink {
    height: 26px !important;
  }
  /*   02.05.23 end  */

  /*   03.05.23 start  */
  .local-seo-benefits {
    padding-bottom: 60px!important;
  }
  .why_choose_mm_audit_inner .why_choose_mm_audit_head h2,
  .seo_audit_srch_head h2{
    font-size: 52px;
  }
  .mm_audit_lst {
    margin: 0 auto 50px;
  }
  .seo_audit_srch_head {
    max-width: 100%;
  }
  .creation_txt_col .cmn_part_head_smll {
    margin-bottom: 30px;
  }
  /*   03.05.23 end  */

  /*  update start RN 04-05-2023  */
  .seo_txt_content .seo_service_subtitle h3{
    margin-bottom: 20px !important;
  }
  .system_txt_wrap .cmn_part_head_smll .our_system_hd p{
    font-size: 28px;
  }
  /*  update end RN 04-05-2023  */

  /* update 09-05-2023 start */
  .privcy-policies {
    padding: 140px 0 60px !important;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper h2 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper p{
    font-size: 16px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper h4{
    font-size: 16px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper ul li{
    font-size: 16px;
  }

  .blog-ban-sec .about-content {
    max-width: 400px;
    padding-left: 50px;
  }
  .blog-ban-sec .about-content p{
    font-size: 16px;
  }
  .blog-ban-sec {
    background: #004545;
    padding: 120px 0 50px;
  }  
  .mango-blog {
    padding: 60px 0 80px!important;
  }
  .mango-blog .blog-tags {
    margin-bottom: 60px;
    justify-content: center;
  }

  .mango-blog .blog .blog-thumb {
    margin-bottom: 20px;
  }

  .mango-blog .blog-tags ul{
    justify-content: center;
  }
  .mango-blog .blog-content h3 {
    font-size: 22px!important;
  }
  /* update 09-05-2023 end */

  /*support 11/5/2023*/
  .mango-blog .blog-carousel .swiper-wrapper .swiper-slidedd{
    padding: 0 15px;
  }
  .mango-blog .blog-carousel .swiper-wrapper{
    margin: 0 -15px;
  }
  .all-blgs .blog-parnt-wrapper{
    padding: 25px;

  }   
  .all-blgs .blog-tags h2{
    font-size: 52px;
  }
  .all-blgs .blog-wrapper .blog-content .blog-short-para p{
    font-size: 14px;
    line-height: 1.5;
  }
  .all-blgs.section-padding-top{
    padding: 50px 0;
  }

  .blog-userbox{
    width: 150px;
    height: 150px;
  }
  .blog-user-content {
    padding-left: 35px;
    width: calc(100% - 150px);
  }
  .related-post-header-title h2{
    font-size: 42px;
  }
  .rel-blogpostparnt-wrap .post-listing .blog-content h3{
    font-size: 20px;
  }
  /*support 11/5/2023*/
  .blog-details-header h1 {
    font-size: 42px;
  }
  .blog-details blockquote {
    border-left: 1px solid #ffb200;
    font-size: 16px;
    margin: 30px 0; 
  }
  .hr_content_inner p.overlaytxtWrapper-sld{
    font-size: 44px;
  }
  .mdl_ftr h2{
    font-size: 52px;
  }
  .meet_content h3{
    font-size: 52px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --font-size-base: 14px;
  }
  .footer-top-section.only_mobile{
    display:block; 
  }
  .footer-top-section.only_desktop{
    display:none; 
  }
  .header.header-area {
    padding: 15px 0;
  }
  .nav_open{
    font-size: 14px;
    padding-right:0;
    line-height: 20px;
    position:relative;
    top:-6px;
  }
  .header-main-menu-nav:after{
    content:"";
    position: absolute;
    top:80px;
    left:0;
    width:100%;
    border-bottom: 0.5px solid rgba(237 ,229, 217 ,0.34);
  }
  .nav_bg_box{
    display:none;
  }
  .nav_logo_mob{
    display:block; 
  }
  .header-main-menu-nav {
    width: 100%;
  }
  .footer-widget p{
    font-size: 18px;
    margin-bottom: 0px !important;
  }
  .footer-widget ul {
    column-count: 2;
  }
  .footer-top-section .hs-image-widget {
    margin-bottom: 0;
  }
  .footer-copyright{
    flex-wrap: wrap; 
  }
  .footer-copyright p{
    width:100%;
    display:block;
  }
  .footer-copyright p.lts{
    order:2; 
    margin-top: 10px;
  }
  .footer-widget-social {
    margin-top: 18px;
  }
  .footer-copyright {
    margin-top: 20px;
    padding: 12px 0 35px;
  }

  .footer-top-section.only_mobile .footer-widget-wrapper .col:nth-child(2)>.footer-widget,
  .footer-top-section.only_mobile .footer-widget-wrapper .col:nth-child(3)>.footer-widget{
    text-align: center;
  }
  .footer-top-section.only_mobile .footer-widget-social{
    justify-content: center;
  }
  .footer-top-section.only_mobile .footer-widget-social a {
    margin-right: 14px;
  }
  .footer-top-section.only_mobile ul.ft_adr_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }
  .footer-top-section.only_mobile ul.ft_adr_ico li+li{
    margin-left: 8px; 
    margin-top: 0 !important;
  }

  .footer-top-section.only_mobile ul.ft_adr_ico img{
    width: 14px;
    margin-bottom:0;
  }

  .footer-top-section.only_mobile .foot-mail-phn a,
  .footer-top-section.only_mobile .foot-mail-phn span{
    padding-left:0 !important; 
  }
  .footer-top-section.only_mobile .foot-mail-phn a:before,
  .footer-top-section.only_mobile .foot-mail-phn span:before{
    content: none !important; 
  }
  .nav_logo_mob{
    display:block; 
  }

  /* 12.04.23 start */
  .cmn_gap_secn {
    padding: 40px 0;
  }
  .mango_media_seo_ptcnt_wwrapper p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn_connect_sec {
    font-size: 14px;
    min-width: 230px;
    padding: 7px 10px;
  }
  .cmn_part_head_smll h3,
  .pricing_section_hdr h2{
    font-size: 24px;
  }
  .cmn_part_head_smll p,
  .custom_accordion_partsec .accordion-titel h2,
  .custom_accordion_partsec .accordion-titel h3,
  .results_drivern_eng_inr_btm,
  .results_drivern_eng_inr_top h5,
  .results_drivern_eng_inr_top h3{
    font-size: 16px;
  }
  .custom_accordion_partsec .accordion-item .accordion-contant p {
    font-size: 16px;
    line-height: 1.5;
  }
  .cmn_part_head_smll.grnd_clr h2, .cmn_part_head_smll.white_clrr h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .custom_accordion_partsec .accordion-titel {
    padding: 14px 0;
  }
  .custom_accordion_partsec .accordion-titel .resp_arrow_spn {
    top: 18px;
  }
  .cmn_btn_center {
    margin: 0;
  }
  .copyWrite_sec .cmn_btn_center {
    margin-top: 25px;
  }
  .copyWrite_txt_wrap p {
    font-size: 16px;
  }
  .copyWrite_title h3 {
    font-size: 18px;
  }
  .copyWrite_title {
    padding: 15px;
    min-height: 55px;
  } 
  .seo_pricing_frm_col .cmn_part_head_smll {
    margin-bottom: 25px;
  }
  .seo_service_subtitle h4 {
    margin-bottom: 20px;
  }
  .seo_img_content, .seo_txt_content_col {
    width: 100%;
  }
  .seo_service_main {
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  .seo_service_main_wrpper .seo_service_main:nth-child(even) {
    flex-direction: column-reverse;
  }
  .seo_txt_content {
    min-height: inherit;
  }
  .seo_img_content .img_wrap {
    margin-bottom: -7px;
  }
  .creation_btn_wrap.cntct_btn_wrap .btn_connect_sec {
    min-width: 200px;
    margin-top: 20px;
    padding: 6px 10px;
  }
  .seo_service_main.order_right {
    flex-direction: column;
  }
  .accordion-titel h2 br {
    display: none;
  }
  .system_txt_wrap .cmn_part_head_smll h4 {
    font-size: 24px;
  }
  .system_txt_wrap li {
    font-size: 16px;
    padding: 5px 15px 5px 40px;
  }
  .system_txt_wrap li:before {
    width: 18px;
    height: 18px;
    left: 12px;
    top: 8px;
  }
  .system_txt_wrap p {
    font-size: 16px;
  }
  .results_drivern_eng_inr_btm h3 {
    margin-bottom: 10px;
  }
  .faq_sec_wrap.custom_accordion_partsec .accordion-titel {
    padding: 15px 25px 15px 0;
  }
  .custom_accordion_partsec.faq_sec_wrap .accordion-titel .resp_arrow_spn {
    width: 18px;
    height: 18px;
    top: 18px;
  }
  .faq_sec_wrap.custom_accordion_partsec .accordion-titel h2,
  .faq_sec_wrap.custom_accordion_partsec .accordion-titel h3{
    font-size: 18px;
  }

  /* 12.04.23 end */
  .yellow_sec:after {
    display: none;
  }
  .yellow_wrap .why_img_parallex {
    margin: 0 auto;
  }

  /*   17.04.23 start  */
  .attract_hdr h2,
  .cmn_part_head_smll.why_hdr h2,
  .main_hdr h2,
  .attract_hdr h2 {
    font-size: 24px;
  }
  /*   02.05.23 start  */

  /*   17.04.23 end  */
  .cntct_sec .cntct_txt_col .cmn_part_head_smll p {
    font-size: 18px;
    max-width: 100%;
  }
  .seo-service-ban .about-content {
    padding-left: 0px !important;
  }
  .about-content h1 {
    font-size: 38px;
  }
  .local-seo-benefits .cmn_part_head_smll.center{
    margin-bottom: 30px !important;
  }
  /*   02.05.23 end  */

  /*   03.05.23 start  */
  .take-local-bussiness {
    padding: 50px 0;
  }
  .take-local-bussiness .pg_btn {
    margin-top: 30px;
  }
  .take-local-bussiness h2{
    margin-bottom: 30px;  
    font-size: 30px;
  }
  .take-local-bussiness p{
    font-size: 16px;
  }
  .take-local-bussiness .pg_btn a {
    font-size: 14px;
    padding: 10px 40px
  }
  .why_choose_mm_audit_inner .why_choose_mm_audit_head h2{
    margin-bottom: 30px;
    font-size: 30px;
  }

  .seo_audit_srch_rght_box .pg_btn a {
    font-size: 15px;
    padding: 7px 40px;
  }
  .why_choose_mm_audit_inner .why_choose_mm_audit_head h2,
  .seo_audit_srch_head h2{
    font-size: 30px;
  }
  .why_choose_mm_audit_inner .why_choose_mm_audit_head {
    margin: 0 auto 20px;
  }
  .mm_audit_lst li {
    line-height: 1.2;
    font-size: 16px;
    padding: 10px 20px 10px 39px;
    position: relative;
  }
  .mm_audit_lst {
    margin: 0 auto 30px;
  }
  .why_choose_mm_audit_inner .why_choose_mm_audit_head p,
  .why_choose_mm_audit_inner .mm_audit_bttm_para{
    font-size: 16px;
  }
  .creation_txt_col .cmn_part_head_smll {
    margin-bottom: 15px;
  }
  .seo_audit_srch_rght_box p {
    margin-bottom: 25px;
  }
  .about-content p {
    font-size: 18px;
  }
  /*   03.05.23 end  */

  /*  update start RN 04-05-2023  */
  .cmn_part_head_smll p{
    margin-bottom: 20px;
  }
  .system_txt_wrap .cmn_part_head_smll .our_system_hd p{
    font-size: 24px;
  }
  /*  update end RN 04-05-2023  */

  /*  update start RN 05-05-2023  */
  .about-content{
    order: 2 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }  
  .about-content .sol-heading{
    max-width: 390px !important;
    margin: 0 auto;
  }
  .abouts-image{
    order: 1 !important;
    margin-bottom: 30px !important;
  }
  .about-content p{
    margin-left: 0 !important;
  }
  .about-banner-section .about-content h1 {
    font-size: 40px;
  }
  .abouts-image .sl_nav_list{
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .abouts-image .line_box{
    transform: translateY(-50%);
    top: 45%;
  }
  .local-seo-benefits .copyWrite_slider .slick-prev{
    right: calc(50% + 15px);
  }
  .local-seo-benefits .copyWrite_slider .slick-next {
    right: auto;
    left: calc(50% + 15px);
  }
  .local-seo-benefits{
    padding-bottom: 100px !important;
  }
  .cmn_part_head_smll.grnd_clr h2{
    text-align: center;
  }
  /*  update end RN 05-05-2023  */

  /* update 09-05-2023 start */
  .privcy-policies {
    padding: 100px 0 40px!important;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper p{
    font-size: 14px;
  }
  .privcy-policies .mango_media_seo_ptcnt_wwrapper ul li{
    font-size: 14px;
  }
  .mango-blog {
    padding: 40px 0 50px!important;
  }
  .mango-blog .blog-tags {
    margin-bottom: 40px;
  }
  .blog-ban-sec .about-content{
    padding-left: 0;
    margin: 0 auto;
  }
  /* update 09-05-2023 end */

  /*support 11/5/2023*/
  .all-blgs .blog-content h3{
    font-size: 20px;
  }
  .blog-ban-sec .about-content p{
    max-width: 100%;
  }

  .all-blgs .blog-wrapper .blog{
    flex: 1 0 50%;
    max-width: 50%;
  }
  .all-blgs .blog-tags h2{
    font-size: 38px;
  }
  .all-blgs.section-padding-top{
    padding: 45px 0;
  }

  .mango-blog .blog-content h3{
    font-size: 18px!important;
  }
  .subscribe_section .row .col-lg-6{
    width: 100%;
  }
  .subscribe_section .subscribe_lft_box{
    max-width: 100%;
  }
  .subscribe_section{
    padding: 80px 0;
  }
  .subscribe_section .subscribe_lft_box p{
    max-width: 100%;
  }
  .all-blgs .blog-wrapper .blog-content .blog-tags .category{
    font-family: 16px;
  }
  .rel-blogpostparnt-wrap .post-listing{
    flex: 1 0 50%;
    max-width: 50%;
  }
  .blogcoment-mailwrap{
    padding: 30px;
  }
  .blogcoment-mailwrap{
    flex-direction: column;
  }
  .blog-user-content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .related-post-header-title h2{
    font-size: 38px;
  }
  .related-blogs-sec{
    padding: 50px 0;
  }
  .blog-detls-topwrap{
    padding: 50px 0;
  }
  /*support 11/5/2023*/
  .blog-details h3, .blog-username {
    margin-bottom: 6px;
  }
  .blg-inner p {
    line-height: 1.5;
    font-size: 14px;
  }
  .blog-details ul li {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.3;
  }
  .blog-details blockquote {
    font-size: 14px;
  }
  .yl_btn {
    font-size: 16px;
    line-height: 1.3;
  }
  .social-media-share a+a {
    margin-left: 15px;
  }
  .hr_content_inner p.overlaytxtWrapper-sld{
    font-size: 30px;
  }
  .mdl_ftr h2{
    font-size: 40px;
  }
  .meet_content h3{
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .header-logo .hs-image-widget {
    max-width: 180px;
    margin-bottom: -7px;
  }
  .nav_open {
    top: -2px;
  }
  /*  update start RN 05-05-2023  */
  .about-content .sol-heading{
    padding: 0 30px;
  }
  /*  update end RN 05-05-2023  */

  /*support 11/5/2023*/
  .mango-blog .blog-carousel .swiper-wrapper .swiper-slidedd{
    width: 100%;
    margin-top: 30px;
  }
  .all-blgs .blog-wrapper .blog{
    flex: 1 0 100%;
    max-width: 100%;
  }
  .all-blgs .blog-wrapper .blog:before{
    height: 1px;
    right: auto;
    left: 0;
    top: auto;
    bottom: -15px;
    width: calc(100% + 100px);
  }
  .rel-blogpostparnt-wrap .post-listing{
    flex: 1 0 100%;
    max-width: 100%;
  }
  .rel-blogpostparnt-wrap .post-listing:before{
    height: 1px;
    right: auto;
    left: 0;
    top: auto;
    bottom: -15px;
    width: 100%;
  }
  .rel-blogpostparnt-wrap{
    padding: 30px;
  }
  /*support 11/5/2023*/
  .social-media-share a.yl_btn img {
    margin-right: 8px;
  }
  .social-media-share .yl_btn {
    font-size: 14px;
    padding: 10px 15px 8px;
  }
  
/*   support-css-17-05-2023-start */
  
  .inner_g_lead h2, .meet_content h2.txtTittletop{
    font-size: 16px;
}
/*   support-css-17-05-2023-end */
  

@media only screen and (max-width: 479px) {
  /* 12.04.23 start */
  .cmn_part_head_smll h3,
  .pricing_section_hdr h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cmn_part_head_smll, .cmn_part_head_smll.center {
    margin-bottom: 20px;
  }
  .cmn_part_head_smll.grnd_clr h2, .cmn_part_head_smll.white_clrr h2 {
    font-size: 26px;
  }
  .results_drivern_eng_inr {
    margin-bottom: 20px;
  }
  .results_drivern_eng_inr_top {
    padding: 15px 10px;
  }
  .results_drivern_eng_inr_btm {
    padding: 15px 10px;
  }
  .copyWrite_slide {
    padding: 0 15px;
  }
  .copyWrite_sec .btn_connect_sec {
    min-width: inherit;
    font-size: 14px;
    padding: 7px 15px;
  }
  .pricing_frm_wrap form input[type="submit"] {
    min-width: 170px;
    margin-top: 10px;
  }
  .seo_copyWrite_acc .accordion-titel h3 {
    padding-left: 35px;
    padding-right: 15px;
  }
  .seo_copyWrite_acc .accordion-titel h3 span {
    padding-right: 8px;
    letter-spacing: 0;
  }
  .pricing_hdr_wrap a {
    width: 25px;
  }
  .seo_service_img_wrap {
    max-width: 100%;
  }
  .seo_txt_content {
    padding: 25px 15px;
  }
  .seo_txt_content .seo_service_subtitle h4 {
    margin-bottom: 10px;
  }
  .system_txt_wrap .cmn_part_head_smll h4 {
    font-size: 20px;
  }
  .system_txt_wrap li {
    margin-bottom: 15px;
  }
  .system_txt_wrap .cmn_part_head_smll {
    margin-bottom: 20px;
  }
  .system_txt_wrap p {
    margin-bottom: 0;
  }
  .seo_service_subtitle h4 {
    font-size: 16px;
  }
  .cmn_img_wrap {
    max-width: 100%;
  }
  /* 12.04.23 end */

  /*   17.04.23 start  */
  .attract_hdr h2,
  .cmn_part_head_smll.why_hdr h2,
  .main_hdr h2,
  .attract_hdr h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .creation_btn_wrap .btn_connect_sec {
    min-width: inherit;
    padding: 7px 15px;
  }
  /*   17.04.23 end  */
  /*  update start RN 04-05-2023  */
  .cmn_part_head_smll p{
    font-size: 16px;
  }
  .seo_txt_content .seo_service_subtitle h3{
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  .system_txt_wrap .cmn_part_head_smll .our_system_hd p{
    font-size: 20px;
  }
  /*  update end RN 04-05-2023  */
  /*  update start RN 05-05-2023  */ 
  .abouts-image{
    margin-bottom: 0 !important;
  }
  /*  update end RN 05-05-2023  */
}