
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");

:root {
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-dea41e4: #17224D;
    --e-global-color-a185853: #0A4677;
    --e-global-color-308e809: #EDF1FC;
    --e-global-color-a291686: #FFFFFF;
    --e-global-color-91455cb: #1075B2;
    --e-global-color-6a54406: #F9BF0F;
    --e-global-color-055ea27: #00274C;
    --e-global-color-f051f06: #8CB6C9;
    --e-global-color-f321200: #2C2C33;
    --e-global-color-7ca8ccf: #998555;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-b2ce6af-font-family: "Heebo";
    --e-global-typography-b2ce6af-font-size: 16px;
    --e-global-typography-b2ce6af-line-height: 1.5em;
    --e-global-typography-69c152f-font-family: "Heebo";
    --e-global-typography-69c152f-font-size: 14px;
    --e-global-typography-69c152f-line-height: 1.6em;
    --e-global-typography-520c191-font-family: "Heebo";
    --e-global-typography-520c191-font-size: 15px;
    --e-global-typography-520c191-font-weight: 500;
    --e-global-typography-583e54c-font-family: "Montserrat";
    --e-global-typography-583e54c-font-size: 72px;
    --e-global-typography-583e54c-font-weight: 700;
    --e-global-typography-583e54c-line-height: 1em;
    --e-global-typography-583e54c-letter-spacing: -2px;
    --e-global-typography-5d167aa-font-family: "Montserrat";
    --e-global-typography-5d167aa-font-size: 48px;
    --e-global-typography-5d167aa-font-weight: 700;
    --e-global-typography-5d167aa-line-height: 1.1em;
    --e-global-typography-5d167aa-letter-spacing: -2px;
    --e-global-typography-d3dae9a-font-family: "Montserrat";
    --e-global-typography-d3dae9a-font-size: 36px;
    --e-global-typography-d3dae9a-font-weight: 600;
    --e-global-typography-d3dae9a-line-height: 1.3em;
    --e-global-typography-83682a1-font-family: "Montserrat";
    --e-global-typography-83682a1-font-size: 24px;
    --e-global-typography-83682a1-font-weight: 600;
    --e-global-typography-83682a1-line-height: 1.4em;
    --e-global-typography-7044a64-font-family: "Montserrat";
    --e-global-typography-7044a64-font-size: 18px;
    --e-global-typography-7044a64-font-weight: 600;
    --e-global-typography-7044a64-line-height: 1.5em;
    --e-global-typography-84ca66e-font-family: "Montserrat";
    --e-global-typography-84ca66e-font-size: 14px;
    --e-global-typography-84ca66e-font-weight: 600;
    --e-global-typography-84ca66e-line-height: 1.5em;
    --e-global-typography-112b6c4-font-family: "Heebo";
    --e-global-typography-112b6c4-font-size: 13px;
    --e-global-typography-112b6c4-font-weight: 300;
    color: var( --e-global-color-dea41e4 );
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 1.5em;

}


body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: #424242;
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
  /* letter-spacing: -0.04em; */
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  line-height: normal !important;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: 0px;
  /* padding-bottom: 60px; */
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

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

/*** 

====================================================================
Main Header
====================================================================

***/

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-theme-color1);
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 80px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .social-icon-one {
  margin-left: 35px;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: #ffffff;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 25px 0;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 55px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: #006da6;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: #ffffff;
}
.main-menu .navigation > li.current > a {
  color: #58181F!important;
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bg-theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #000;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .outer-box .theme-btn {
  margin-left: 0px;
  font-size: 15px !important;
  text-transform: capitalize;
}
.main-header .outer-box .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  margin-left: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 4px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.main-header .info-btn {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 60px;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 30px;
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--bg-theme-color2);
  font-size: 16px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}

/*** 

====================================================================
Header Style One
====================================================================

***/
.header-style-one::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-theme-color1)), to(transparent));
  background: linear-gradient(var(--bg-theme-color1), transparent);
  min-height: 300px;
  content: "";
}
.header-style-one .container-fluid {
  padding: 0 80px;
}
.header-style-one .header-lower {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.header-style-one .logo {
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .nav-outer {
  width: auto;
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px 0px 23px #2b384b36;
}
.header-style-two .header-top {
  position: relative;
}
.header-style-two .header-top .inner-container {
  padding: 0 80px;
  justify-content: flex-end;
}
.header-style-two .container-fluid {
  padding: 0 80px;
}
.header-style-two .header-lower .logo-box {
  padding: 5px 0;
  margin-right: 9px;
  width: 15%;
}
.header-style-two .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-two .main-box .nav-outer {
  width: auto;
}
.header-style-two .main-menu .navigation > li {
  margin-right: 0rem;
}
.header-style-two .info-btn,
.header-style-two .ui-btn {
  color: var(--theme-color1);
}
.header-style-two .info-btn small {
  color: #6a6a6a;
}
.header-style-two .main-menu .navigation > li > a {
  /* font-weight: 600; */
  font-family: "Roboto", Sans-serif;
  font-size: 1.2rem;
  color: var(--e-global-color-dea41e4 );
  padding: 0 1rem;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.header-style-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
}
.header-style-three .container-fluid {
  padding: 0 80px;
}
.header-style-three .logo-box {
  padding: 38px 0;
  margin-right: 30px;
}
.header-style-three .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-three .main-box .nav-outer {
  width: auto;
}
.header-style-three .main-menu .navigation > li {
  margin-right: 60px;
}
.header-style-three .info-btn,
.header-style-three .ui-btn {
  color: var(--theme-color1);
}
.header-style-three .main-menu .navigation > li > a {
  color: #6a6a6a;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 2px 0;
}
.sticky-header .logo img {
  max-height: 74px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: #242323;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: #006da6;
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0 0 0);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #91d2f5;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--bg-theme-color1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #73ccfb;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}



/*form*/

.banner-section {
  position: absolute;
  /* overflow: hidden; */
  left: 0;
  top: 90px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-form h3{/* font-size: 22px; *//* text-transform: uppercase; *//* letter-spacing: 0px; *//* color: #fff; */}
.contact-form input, textarea{ background-color: rgb(255, 255, 255) !important; }
.blog-details__text-2{ font-weight: 600; line-height: 24px; margin-bottom: 0;min-height: 72px;}
.pb-40 {padding-top: 40px !important;}

.contact-form {
  padding: 20px;
  background-color: #483B1D85;
  max-width: 550px;
  float: right;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 7px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  /* height: 60px; */
  padding: 5px 20px;
  line-height: 28px;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 400;
  background-color: #f3f3f3;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #6a6a6a;
}
.contact-form .form-group ::-moz-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form .form-group textarea {
  height: 150px;
  resize: none;
}
.contact-form .form-group input[type=submit],
.contact-form .form-group button {
  margin-top: 5px;
}
.contact-form.style-two .select2-container--default .select2-selection--single,
.contact-form.style-two input:not([type=submit]),
.contact-form.style-two textarea,
.contact-form.style-two select {
  background-color: #f9f8ff;
  border-color: #f9f8ff;
  color: #000;
  padding: 6px 13px;
  line-height: normal;
}
.contact-form.style-two input:focus,
.contact-form.style-two select:focus,
.contact-form.style-two textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form.style-two textarea {
  height: 150px;
  resize: none;
}

/* header-custom css*/
.top-head-no {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: var(--e-global-color-dea41e4);
  float: right;
  /* position: absolute; */
  right: 11%;
  top: 10px;
  font-size: 18px;
  margin-top: 20px;
  margin-right: 7%;
  }




/*button-css*/

.free-quote-btn {
  padding: 10px 10px 10px 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #2B384B;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}
.free-quote-btn:hover { color: #fff;}
.call-us-btn {
  padding: 10px 10px 10px 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #998555;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}




/*banner*/
.banner-section {
  /* background: linear-gradient(45deg, #ffffff, transparent);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px; */
}

.bnr-title {
  color: #2B384B;
  font-family: "Open Sans", Sans-serif;
  font-size: 39px;
  line-height: normal;
  font-weight: 300;
}
.bnr-title span {
  font-weight: bold;
}
.banner-text-btn {
  font-family: "Roboto", Sans-serif;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #2B384B;
  padding: 15px 30px 15px 30px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
}
.left-site-txt {display: flex;align-items: center;justify-content: center;}
.form-text-bnr p {     
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif; font-size: 16px;
}
.bnr-form-title-main {
  line-height: 1.4;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  font-size: 36px;
}
.bnr-form-title-second {
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF !important;
  font-family: "Montserrat";
  font-weight: 500;
}
.bnr-form-button {
  background: #998555;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 8px 0;
}
.banner-text-btn:hover { 
  background: #58181F;
  color: #fff;
}

.brand-trust { 
  padding: 50px 0px;
background: #EDF3F5;
}
.brand-site-title {
  color: #A9A9A9;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  letter-spacing: 1.1px;
  text-align: center;
  font-weight: bold;
}

.project-block img { width: auto !important; margin: 0 auto;}

/*imporve experice section*/

.bath-exp-sec {
    padding: 60px 0px;
}
.exp-title-top {
    color: #17224D;
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: "Open Sans", sans-serif!important;
    font-weight: bold;
}
.comn-box-exp { margin-bottom: 30px; display: block;}
.exp-title-cmn {
    /* display: flex; */
}
.exp-title-cmn span {
    content: "";
    width: 30px;
    height: 30px;
    background: #17224d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.exp-title-cmn p {
    color: var(--e-global-color-055ea27 );
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
}
.exp-content {
    color: var(--e-global-color-f321200 );
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.skip-btn-exp {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "helvetica-neue-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #8db6c9;
    display: inline-block;
    padding-left: 0;
}
.exp-img-sec {display: flex;align-items: center;justify-content:center;}

.modeo-view-btn-exp {
  font-family: "Roboto", Sans-serif;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #C5AB79;
  margin-left: 41px;
  border-radius: 6px;
  font-size: 20px;
  padding: 2px 4px 2px 2px;
  height: 40px;
  padding: 11px;
  border: 1px solid transparent;
  }

  .modeo-view-btn-exp:hover {
    color: #58181F;
    border: 1px solid #58181F;
    background: transparent;
  }

  /*why choose section css*/
  .why-choose-sec {

    background-color: #EDF3F5;
    padding: 50px 0px;
  }

  .whychose-title {    
    font-size: 36px;
    font-weight: bold;
    font-family:  "Montserrat";
  }
  .why-color {
    color: #58181F;
    }
  .font-light-choose-a { font-weight: 400;}
  .why-color-second {color: #C5AB79;font-size: 34px;}
  .why-chose-list-sec {}
  .why-chose-list-sec li {font-weight: 600;font-family: Roboto, sans-serif;margin-bottom: 7px;font-size: 16px;}
  .why-chose-list-sec li i {background: #58181F;color: #fff;border-radius: 74px;height: 20px;width: 20px;text-align: center;font-size: 12px;line-height: 21px;font-weight: bold;margin-right: 5px;}
  .why-chose-read-btn {
    background: #58181F;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
  }
  .why-chose-read-btn:hover { color: #fff;}

  /*before agter section css*/
  .before-sec {
    padding: 50px 0px;

  }
  .before-title {
    color: #2B384B;
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 600;
}
  .before-sub-title {
    color: #2B384B;
    font-size: 24px;
    line-height: 33px;
    font-weight: normal;
    }

 .before-slider {
  padding: 0px 20px;
 }

 .before-slider .owl-prev {
  position: absolute;
  top: 30%;
  left: 0px;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.before-slider .owl-next {
  position: absolute;
  top: 30%;
  right: 0px;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}


.before-slider .owl-prev .fa, .before-slider .owl-next .fa {color: #000;font-size: 34px;}
  
  /*testimonial section css*/

  .testimonial-sec { 
    padding: 50px 0px;
  }
  .testimonial-title {
    color: #2B384B;
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
}
  .testi-content {}
  .testi-content h3 {font-family: "Open Sans", sans-serif!important;
  font-size: 20px;
  text-align: center;
  background: #5b5b5b;
  padding: 5px 5px;
  color: #fff;
}
.testi-content p {
  position: relative;
  font-size: 16px;
}
  .testi-content p:before {
    content: open-quote;
    color: #58181F;
    font-size: 25px;}
.cmn-testi-box { margin-bottom: 30px; }
  
.cmn-testi-box figure{ margin-bottom: 0;}

/*lowest sec css*/

.lowest-sec { padding: 50px 0px;}
.lowest-content-sec {

} 

.lowest-content-sec h3 {font-family: 'open sans';
  color: #00274c;
font-size: 48px;
font-weight: bold;}
.lowest-content-sec p {
  color: #00274c;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 40px;
}
.lowest-content-sec p span {
  color: #c5ab79;
  font-weight: bold;
  display: block;
}
.border-lines { width: 80%; border-bottom: 1px solid #999999; position: relative;}
.border-lines:after {
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 80%;
  height: 1px;
  background: #1c79a0;
  content: "";
}
.lowest-img-sec {
  text-align: center;
}
.lowest-img-sec img { 
  border: 1px solid #000;
  
}
.webp-img {


}
.jpg-img {
    margin-left: 31%;
    margin-top: -10px;
}

/*form-sec css*/

.form-or-offer-sec {
  padding-top: 50px;
}
.offer-title h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 43px;
    font-weight: bold;
    color: #17224d;
    margin-bottom: 0;
}
.offer-title p {
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    color: #17224d;
}
.offer-title p strong {
    font-weight: bold;
    color: #17224d;
}

.free-quote-form {}
/*peace css section*/
.top-review-sec { background:#00274C; padding: 40px;}
.review-text-fixed {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: italic;
}
.readmore-review-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.left-peace-box {
  background: url("../images/construction-1-scaled.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 90px 3rem;
  height: 100%;
}
.peace-mind-title { position: relative;z-index: 1;}
.peace-list-box {position: relative;z-index: 1;}
.left-peace-box:before {
  background: #000;
  opacity:0.62;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  
}
.peace-img-box img { max-width: 120px;}
.peace-mind-title h3 {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}
.peace-mind-title h4 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 60px;
}
.peace-content-box h5 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.peace-content-box p {
    color: #fff;
    font-size: 16px;
}
.peace-detail-btn {
    color: #8DB6C9;
    font-size: 14px;
    font-weight: 600;
}
.peace-detail-btn:hover { color: #fff;}
.testimonial-carousel { }
.review-slider-box h3 {
    color: #8DB6C9 !important;
    font-size: 24px;
    font-weight: 400;
}
.review-slider-box p {
    color: #fff;
    font-style: italic;
    font-family: Roboto, sans-serif;
    line-height: 36px;
    font-size: 20px;
}
.review-slider-box p strong {color: #fff; font-weight: bold; font-size: 22px;}
.peace-list-box li {margin-top: 30px;}
.testimonial-carousel .owl-dots .owl-dot span { height: 28px; width: 28px;}

.form-or-offer-sec{ background: #EDF3F5; padding-top: 50px;}
.offer-title {margin-bottom: 50px;}
.free-rain-title {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.free-rain-title h3 {
    background: #58181F;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    font-family: "Montserrat";
}
.form-sec-box {}
.form-sec-box h5 {
    text-align: center;
    color: #00274C;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}
.form-sec-box h5 strong {font-weight: 700;color: #00274C;}
.free-quote-form {}
.free-quote-form .form-group {
    margin-bottom: 20px;
}
.free-quote-form .form-group p {
    font-size: 16px;
    font-style: italic;
}
.free-quote-form .form-group button {
    background: #313636;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 12px 72px;
    font-size: .9375rem;
    font-weight: 400;
}
.free-quote-form .form-group button:hover {
  background:#4d68ff;
  color: #fff;
}
.free-quote-form .form-control {
    border-radius: 0;
    line-height: 35px;
}
.free-quote-form .form-control:hover { border: 1px solid #000;}
.free-quote-form .form-control:focus { box-shadow: 0 0; outline: none;}
/*foter css*/

.ftr-site { background: #3F3F3F; padding: 40px 0px;}
.ftr-cmn-box {}
.ftr-cmn-box p {
    color: #fff;
}
.ftr-comn-title {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat";
    border-bottom: 4px solid #998555;
}
.ftr-add-box {}
.ftr-add-box li {
    margin-bottom: 10px;
}
.ftr-add-box li a {
    color: #fff;
}
.ftr-add-box li a i {
    border: 2px solid #fff;
    border-radius: 34px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
.copyright {background: #2B394B;padding: 5px 0px;border-top: 1px solid #4a7bc8;}

.copyright p { color: #fff; margin-bottom: 0;}
.copyright p a{ color: #fff;}
.copyright a{ color: #fff;}



/* Subscribe Form */
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  background: #fff;
  border-radius: 55px;
  padding: 0 20px;
  max-width: 90%;
}
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 10px 0px;
  padding-right: 60px;
  background: transparent;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: normal;
}
.subscribe-form .form-group input[type=text]::-webkit-input-placeholder, .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #8f8f8f;
}
.subscribe-form .form-group input[type=text]::-moz-placeholder, .subscribe-form .form-group input[type=email]::-moz-placeholder {
  color: #8f8f8f;
}
.subscribe-form .form-group input[type=text]:-ms-input-placeholder, .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
  color: #8f8f8f;
}
.subscribe-form .form-group input[type=text]::-ms-input-placeholder, .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
  color: #8f8f8f;
}
.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
  color: #8f8f8f;
}
.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  line-height: normal;
  display: block;
  color: #FFFFFF;
  font-size: 24px;
  z-index: 9;
  background: #c5ab7a;
  border-radius: 44px;
  width: 42px;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #8f6608;
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child { margin-left: 10px;}

.walktub-title h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  font-weight: bold;
  color: #17224d;
  margin-bottom: 0;
}

.weoffer-title h3 {font-family: "Open Sans", sans-serif;font-size: 36px;font-weight: bold;color: #17224d;margin-bottom: 0;}

.walktub-title p {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color:#AA7A2B; 
}
.comn-bx-walktub {
    margin: 0 2px;
    transition: 0.5s;
    box-shadow: 0 10px 35px rgb(38 41 77 / 10%);
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 30px 10px;
}
.walktub-box-title { display: flex; align-items: center;}
.walktub-box-title h3 {
  font-family: "Open Sans", sans-serif!important;
  font-size: 36px;
  font-weight: 600;
}
.include-titilesec h4 {font-weight: 700;text-transform: uppercase;font-family: "Montserrat";font-size: 24px;}
.we-offer-listing {
    background-color: #8cb6c936;
    padding: 30px 30px;
}

.we-offer-listing ul li{
    list-style: disc;
    font-size: 16px;
} 
.easy-install-box-title h4 {
    color: #AD944B;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
}

.easy-install-box-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2em;
}
.feat-cmn-list-sec { padding-left: 5rem;}
.feat-cmn-list-sec h3 {
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.feat-cmn-list-sec p {
    color: #333333;
    font-family: Roboto, Roboto;
    font-size: 22px;
    background-color: #ffffff;
}
.feat-cmn-list-sec .diff-size {
  color: #2c2c33;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
}



.feat-cmn-list-sec ul {margin-bottom: 30px;}
.feat-cmn-list-sec ul li {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.feat-cmn-list-sec ul li i {
    color: #C5AB79;
    font-size: 28px;
    margin-right: 5px;
}


.left-side-feature h3 {font-family: "Montserrat";font-size: 48px;font-weight: 700;}
.left-side-feature h5 {
    letter-spacing: 2px;
    font-size: 24px;
    margin-top: 30px;
}
.left-side-feature p {
    font-size: 18px;
    line-height: 32px;
}
.call-sec-feat {
    margin-top: 50px;
}
.call-sec-feat a {
    font-size: 40px;
    font-family: "Open Sans", sans-serif!important;
}
.call-sec-feat a i {
    
    font-size: 34px;
}
.call-sec-feat a strong{ font-weight: bold;} 
.phone-icon-t {
  height: 65px;
  width: 65px;
  border: 1px solid #C5AB79;
  text-align: center;
  border-radius: 102px;
  display: inline-block;
  line-height: 57px;
  color: #C5AB79;
}

.right-side-feature-form {
    background: #EDF3F5;
    width: 100%;
    display: block;
    height: 100%;
    padding: 25px;
    border-radius: 14px;
    overflow: hidden;
}

.form-top-title {}
.form-top-title h3 {
    padding: 10px 10px 10px 10px;
    background-color: #C5AB79;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
}
.form-top-title h5 {
    text-align: center;
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.right-side-feature-form .contact-form {background: transparent;padding: 0;}
.right-side-feature-form .contact-form p {color: #000;}
.right-side-feature-form .contact-form button {
  background: #000;
}
.contact-page-title {}
.contact-page-title h3 {
    font-family: "Open Sans", Sans-serif;
    font-size: 55px;
    font-weight: 700;
}
.contact-page-title p {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "helvetica-neue-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    display: inline-block;
    padding-left: 27px;
}

.contact-page-form-bottom { background: #EDF3F5;}
.contact-accod .accordion-button:focus {box-shadow: 0 0 0 0rem rgba(13,110,253,.25);background: transparent;color: #58181f;border-bottom: 1px solid #ccc;}

.contact-accod .accordion-item { background: transparent;}
.contact-accod .accordion-button {background: transparent;font-family: "Roboto", sans-serif;color: #000;font-weight: bold;}


.left-side-cont h3 {font-family: "Montserrat";font-size: 48px;font-weight: 700;}

.left-side-cont p {
    font-size: 18px;
    line-height: 32px;
}
.right-side-contact-form  form { background: transparent; padding: 0px;}
.right-side-contact-form  input, .right-side-contact-form  textarea {background: #eaeaea !important;border-radius: 7px !important;border: 1px solid #837f7f !important;margin-bottom:  10px !important;}
.what-img-sec {
    border-radius: 10px;
    padding: 51px;
    background: #edf3f5;
    position: relative;
}

.what-img-sec:before {
  content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    background-image: url('../images/resource-img/dots.svg');
    left: -54px;
    bottom: 27px;
    opacity: 0.5;
}
.what-img-sec:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  right: -54px;
  top: 12px;
  background-image: url('../images/resource-img/dots.svg');
  opacity: 0.1;
}
.small-img-sec {
    position: absolute;
    bottom: 13px;
    left: -40px;
    background: #ffffffc9;
    border-radius: 14px;
}
.small-img-sec img {}
.guide-comn-box h3 {
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.guide-comn-box p {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.comnlist-guide {padding-left: 40px;}
.comnlist-guide li {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    font-style: italic;
    list-style: disc;
}
.what-img {}
.walkintub-sec {}
.cmn-box-walktub {}
.cmn-box-walktub h3 {
    color: var(--e-global-color-055ea27 );
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.cmn-box-walktub p {
    color: #696969;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.cmn-box-walktub p a {}
.lifetime-sec {
    background: #8CB6C924;
}

.low-page-title h3 {
  font-family: "Open Sans", Sans-serif;
  font-size: 55px;
  font-weight: 700;
}
.low-page-title h3 span {
  display: block;
  font-family: "Open Sans", Sans-serif;
  font-size: 44px;
  font-weight: 700;
}
.low-banner {
  position: relative;
  background: url("../images/resource-img/lowestpricepromise.jpg");
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.low-banner img {position: absolute;right: 10%;bottom: -30px;}

.main-slider { position: relative;}
.main-slider:after {
  background: linear-gradient(45deg, #ffffff, transparent);
  position: absolute;
  left: 0px;
  top:0px;
  height: 100%;
  width: 100%;
  content:"";

}

.news-update-title a {display: inline-block;line-height: normal;height: auto;color: #006da6;cursor: pointer;}
.news-update-title h3 {
    margin: 0 auto;
    font-size: 17px;
}
.news-and-update {background: #e7e7e7;padding: 20px 0px;}
.newss-site-title {
    text-align: center;
    color: #2B384B;
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 600;
}
.news-box-home { text-align: center; display: inline-block;margin: 0 auto;}
.news-box-home img {
    margin: 0 auto;
    text-align: center;
}
.seo-none { display: none;}



/*blogs css start here*/
.comn-blog-list-sec {
  background: #f2f2f2bd;
  border-radius: 10px;
display: block;
  
}
.blog-list-img-sec {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 14px;
  max-height: 280px;
}

.blog-list-img-sec img { transform: scale(1.1);transition: all ease-in-out 0.5s;}
.comn-blog-list-sec:hover img { transform: scale(1.2);
transition: all ease-in-out 0.5s;}
.comn-blog-list-sec:hover {
  transition: all ease-in-out 0.5s;box-shadow: -2px 3px 7px 2px #00000021;}

.blog-list-titile {font-size: 25px;text-transform: uppercase;line-height: normal;padding: 8px 16px;}
.comn-blog-list-sec { margin-bottom: 40px;}


/*blog detail*/
.blog-details .blog-single {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}


.blog-single .blog-img {
  /* margin-bottom: -10px; */
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.blog-single .blog-content {
  overflow: hidden;
  margin-top: 20px;
}
.blog-single .blog-title {
  margin-bottom: 7px;
  font-size: 30px;
  text-transform: uppercase;
}
.blog-single .blog-meta {
  margin-bottom: 20px;
}
.blog-meta span, .blog-meta a {
  color: #888;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
}
.blog-meta span i, .blog-meta a i {
  margin-right: 10px;
  color: #121f38;
}
.blog-meta span:not(:last-child):after, .blog-meta a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background-color: #c5c5c5;
}
blockquote.vs-quote {
  border: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: rgba(0,0,0,0);
  padding: 27px 40px 27px 40px;
  margin: 32px 0;
  text-align: center;
}
.post-pagination {
  margin: 15px 0;
}
.post-pagi-box.next a {
  flex-direction: row-reverse;
}
.post-pagi-box a {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-pagi-box a i {
  font-size: 18px;
  width: 65px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #000;
  color: #fff;
  transition: all ease .4s;
}
.comment-respond .blog-inner-title {
  border: none;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.blog-inner-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: -0.2em;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 17px 0;
  margin-bottom: 50px;
}
.comment-respond .form-text {
  margin-bottom: 18px;
  font-size: 14px;
  color: #000;
}
.comment-respond .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #bfbfbf;
  background-color: rgba(0,0,0,0);
  padding: 10px 10px;
}
.comment-respond input[type=checkbox]~label:before {
  background-color: #ffffff;
  border: 1px solid #e7e5e5;
  border-radius: 0;
  top: 4px;
}
.form-group {
  margin-bottom: 16px;
  position: relative;
}
.blog-content h3 {
  font-size: 24px;
}
.blog-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.vs-comment-form { margin-top: 30px;}
.custom-checkbox label { font-size: 14px;}
.custom-checkbox { margin-bottom: 30px;}
.widget {
  padding: 0;
  border: none;
  position: relative;
  margin-bottom: 52px;
}
.widget_title {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  padding: 0 0 21px 0;
  margin: -0.2em 0 30px 0;
  border-bottom: 1px solid #e7e5e5;
}
.recent-post {
  display: flex;
  margin-bottom: 25px;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  transition: all ease .4s;
  transform: scale(1.001);
  border-radius: 4px;
}
.recent-post:hover .media-img img {
  transform: scale(1.15);
}
.media-body {
  flex: 1;
}
.recent-post .post-title {
  color: #555555;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin: -0.25em 0 3px 0;
}
.recent-post-meta a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #006da6;
  display: block;
}

.recent-post-meta a i { margin-right: 10px;}
.blog-content p a {  color: #006da6;}