/* 
$breakpoints: (
  'small': 320px
  'medium': 768px,
  'large': 1024px,
) !default;
*/
/* @forward './reset'; */
:root {
  font-size: 62.5%;
  font-family: "Open Sans", "Playfair Display", "Helvetica", "Arial", sans-serif;
  color: rgb(99, 99, 99);
  --clr-brand: rgb(243, 48, 51);
  --clr-white: rgb(255, 255, 255);
  --header-outer-height: 120px;
  --header-inner-height: 75px;
  --header-height-difference: calc(var(--header-outer-height) - var(--header-inner-height));
  --header-bg: #fff;
  --testimonial-inner-height: 250px;
}
::marker {/color: #f33033;}

b, strong {font-weight: 700;}

/**
 * Basic typography style for text
 */
body {font-size: 1.6rem;}

a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

/**
 * Headings
 * 1. Position context for absolutely positioned anchor
 */
.h1, .h2, .h3, .h4 {
	display: block;
  -webkit-hyphens: auto;
  hyphens: auto;
  position: relative; /* 1 */
  text-transform: capitalize;
	line-height: 1.3 !important
}
.h1 code, .h2 code, .h3 code, .h4 code {
  text-transform: initial;
}

/* Chapter titles */
.h1 {
  font-size: 44px;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 120%;
}

.h2 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 10px;
}

/* Section headings */
.h3 {
  color: #303030;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

/* Sub-headings */
.h4 {
  color: #404040;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.375em;
}
.h4-widget {color: #fff}
/**
 * Cyrillic and German do not capitalize every word in a header
 * See https://github.com/KittyGiraudel/sass-guidelines/issues/163
 */
:lang(uk) h1, :lang(uk) h2, :lang(uk) h3, :lang(uk) h4,
:lang(de) h1,
:lang(de) h2,
:lang(de) h3,
:lang(de) h4,
:lang(ru) h1,
:lang(ru) h2,
:lang(ru) h3,
:lang(ru) h4 {
  text-transform: initial;
}

/**
 * Main content container
 * - Make the container almost full-width with a maximum width
 * - Center it in the viewport
 * - Leave some space on the edges, especially valuable on small screens
 */
.container {
	margin-inline: auto;
    inline-size: min(100% - 32px, 1200px);
    max-width: unset;
}
.container-wide {
  margin-inline: auto;
  inline-size: min(100% - 2rem, 1600px);
}
.container.large {
  margin-inline: auto;
  inline-size: min(100% - 48px, 1600px);
}

.w-100 {width: 100%;}

.h-100 {height: 100%;}

.h-auto {height: auto;}

.maxh-100 {max-height: 100%;}

.minh-100 {min-height: 100%;}

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

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

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

.bordered-img-10 {border-radius: 10px;}

/* custom space, width */
.m-0 {margin: 0;}

.col-width-1200 {
  margin: 0 auto;
  width: 1200px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.flex-wrap {flex-wrap: wrap;}

.top-phone {
  float: right;
  padding: 0.4em 2.5em 0.3em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  background-color: wheat;
  border-radius: 0 0 2rem 2rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
}
.top-phone .fa-phone, .top-phone .link-icon {
  color: var(--clr-brand);
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-flex;
  padding-right: 1em;
}

#site-header {
  /* Make it stick */
  position: sticky;
  height: var(--header-outer-height);
  top: calc(var(--header-height-difference) * -1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#site-header-inner {
  /* Make it stick */
  height: var(--header-inner-height);
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
}
#site-header-inner > * {float: none;}

#site-header .header-cta {
  padding: 0 1.6em;
  margin-left: 1.8em;
  font-family: "Hind Siliguri", sans-serif;
  line-height: 51px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#site-header #site-logo #site-logo-inner.minilogo a img.custom-logo {max-height: var(--header-inner-height);}

#site-header #site-logo #site-logo-inner a img.custom-logo {margin-top: calc(-50% - 0.5em);}

.background-image-page-header {height: 350px;}

.page-header.background-image-page-header .page-header-title {
	text-transform: capitalize;
	font-weight: 700;
	text-align: left;
	margin-top: 200px;
	line-height: 1.3 !important
}

.background-image-page-header-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/*
.row > * {
  box-sizing: border-box;                       
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
*/
[class^=col-] {
  flex-basis: 100%;
}

.col {flex: 1 0 0%;}
@media screen and (min-width: 48em) {
  .col-md-1 {flex: 0 0 8.3333333333%;}
  .col-md-2 {flex: 0 0 16.6666666667%;}
  .col-md-3 {flex: 0 0 25%;}
  .col-md-4 {flex: 0 0 33.3333333333%;}
  .col-md-5 {flex: 0 0 41.6666666667%;}
  .col-md-6 {flex: 0 0 50%;}
  .col-md-7 {flex: 0 0 58.3333333333%;}
  .col-md-8 {flex: 0 0 66.6666666667%;}
  .col-md-9 {flex: 0 0 75%;}
  .col-md-10 {flex: 0 0 83.3333333333%;}
  .col-md-11 {flex: 0 0 91.6666666667%;}
  .col-md-12 {flex: 0 0 100%;}
  .offset-md-1 {margin-left: 8.3333333333%;}
  .offset-md-2 {margin-left: 16.6666666667%;}
  .offset-md-3 {margin-left: 25%;}
  .offset-md-4 {margin-left: 33.3333333333%;}
  .offset-md-5 {margin-left: 41.6666666667%;}
  .offset-md-6 {margin-left: 50%;}
  .offset-md-7 {margin-left: 58.3333333333%;}
  .offset-md-8 {margin-left: 66.6666666667%;}
  .offset-md-9 {margin-left: 75%;}
  .offset-md-10 {margin-left: 83.3333333333%;}
  .offset-md-11 {margin-left: 91.6666666667%;}
  .offset-md-12 {margin-left: 100%;}
}
.grid-stack {
  display: grid;
}
.grid-stack > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.grid-stack > img {
  object-fit: cover;
  /*   max-height: 400px; */
}

.grid-two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.d-grid {display: grid;}

.site-footer #footer-widgets {
  padding: 30px 0 30px;
  color: var(--clr-white);
  background-color: var(--clr-brand);
}
.site-footer #footer-widgets .col {margin: 0;}

.site-footer #footer-bottom #copyright, .site-footer #footer-bottom #copyright-right {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.site-footer #footer-bottom #copyright-right {
  align-self: center;
}
.site-footer #footer-bottom img.footer-logo {
  max-height: var(--header-inner-height);
  width: auto;
}

#site-navigation-wrap {flex-grow: 1;}
#site-navigation-wrap #site-navigation {float: right;}

#site-navigation-wrap #site-navigation .main-menu > li > a {
  padding: 0 7px;
  font-size: 17px;
  letter-spacing: 0px;
  color: #636363;
  font-family: "Hind Siliguri", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#site-navigation-wrap #site-navigation .dropdown-menu li > a {
  color: #000;
  line-height: 51px;
}
#site-navigation-wrap #site-navigation .dropdown-menu li > a:focus {outline: none !important;}
#site-navigation-wrap #site-navigation .dropdown-menu li > a:hover {color: var(--clr-brand);}
#site-navigation-wrap #site-navigation .dropdown-menu .current-menu-item > a {color: var(--clr-brand);}

.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 2rem;
  bottom: 0;
  pointer-events: none;
  backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {fill: rgb(243, 48, 51);}
.scrolltop-wrap #scrolltop-arrow {fill: white;}
.scrolltop-wrap a:hover #scrolltop-bg {fill: #f55759;}
.scrolltop-wrap a:hover #scrolltop-arrow {fill: white;}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {
    clip: rect(0, 3rem, auto, 0);
  }
}
.scrolltop-wrap a {
  position: fixed;
  position: sticky;
  top: -5rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: -5rem;
  transform: translateY(100vh);
  backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}
@media print {
  .scrolltop-wrap {display: none !important;}
}

.nf-form-cont .nf-form-content input[type=email], .nf-form-cont .nf-form-content input[type=number], .nf-form-cont .nf-form-content input[type=password], .nf-form-cont .nf-form-content input[type=reset], .nf-form-cont .nf-form-content input[type=search], .nf-form-cont .nf-form-content input[type=tel],
.nf-form-cont .nf-form-content input[type=text], .nf-form-cont .nf-form-content input[type=url], .nf-form-cont .nf-form-content select, .nf-form-cont .nf-form-content textarea {
  padding: 0.75em;
  border: 0;
  background-color: var(--clr-white);
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  margin-bottom: 0.5rem;
}
.nf-form-cont .nf-form-content .nf-field-container {margin-bottom: 0.2em;}
.nf-form-cont .nf-form-content textarea {resize: none;}
.nf-form-cont .nf-form-content input {white-space: break-spaces;}
.nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button] {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--clr-brand);
  color: var(--clr-white);
  padding: 0 32px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 51px;
}

input::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}

.nf-form-fields-required,
.ninja-forms-req-symbol,
.nf-error {
  display: none;
}

.nf-field-element {text-align: center;}

#nf-field-9 {border: 1px solid var(--clr-brand);}
#nf-field-9:hover {
  background-color: var(--clr-white);
  color: var(--clr-brand);
  border: 1px solid var(--clr-brand);
}

.form-bg {
	background-image: url(/wp-content/uploads/2022/10/bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 10px;
}

.button, .wp-block-button__link {
  padding: 19px 24px;
  color: var(--clr-white);
  background-color: var(--clr-brand);
  border: 1px solid var(--clr-brand);
  border-radius: 0;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover, .button input[type=submit]:hover, .button .wp-block-button__link:hover, .wp-block-button__link:hover, .wp-block-button__link input[type=submit]:hover, .wp-block-button__link .wp-block-button__link:hover {
  color: var(--clr-brand);
  background-color: transparent !important;
}

.home #hero .slider {max-height: 600px;}
.home #hero .section-title {
  background-color: #656565;
  color: var(--clr-white);
  padding: 2.5rem 0;
  margin: 0;
  text-align: center;
  font-weight: 100;
  font-family: "Hind Siliguri", sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  letter-spacing: 10px;
  line-height: 1.375em;
}
.home #hero .grid-stack {place-items: center;}
.home #hero .grid-stack > img {max-height: 600px;}
.home #hero .content-wrapper {
	inline-size: min(100% - 4rem, 800px);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3rem;
	margin: 20px 0;
	z-index: 1;
}
.home #hero .content-inner {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 2rem;
  color: var(--clr-white);
}
.home #hero .content-inner .h2 {
  margin: 0 0 15px 0;
  color: var(--clr-white);
  font-family: "Playfair Display";
  text-decoration: none;
  //white-space: nowrap;
  line-height: 5.9rem;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 4.9rem;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#badges {background-color: #f2f2f2;}
#badges .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 1.5em 0;
  justify-items: center;
}
#badges .badge {
	display: flex;
    align-items: center;
	max-height: 110px;
}
#badges .badge img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#badges .badge:nth-child(4) img {height: 90px;}

#testimonials {
  padding: 30px 0 0;
  text-align: center;
}
#testimonials .container {inline-size: min(100% - 2em, 1024px);}
#testimonials .carousel__wrapper {
  position: relative;
  min-height: var(--testimonial-inner-height);
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
#testimonials .carousel__viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--testimonial-inner-height) - 2em);
  transition: left 0.4s;
  display: flex;
  flex-flow: row nowrap;
  pointer-events: none;
}
#testimonials .carousel__slide {
  height: 90%;
  text-align: center;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
#testimonials .slider__nav {
  width: 12px;
  height: 12px;
  margin: calc(var(--testimonial-inner-height) - 5em) 1em 1em;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  appearance: none;
  backface-visibility: hidden;
}
#testimonials .slider__nav:checked {
  animation: check 0.4s linear forwards;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
#what-we-do-mixed {
  background-color: #f6f6f6;
  margin: 30px 0;
}

#what-we-do, #problems-we-fix {height: 100%;}
#what-we-do .section-content,
#problems-we-fix .section-content {
  padding: 2rem;
}
#what-we-do ul, #problems-we-fix ul {
  list-style-position: inside;
}
#what-we-do img, #problems-we-fix img {
  width: auto;
  object-fit: cover;
}

#who-we-are {padding: 60px 0 30px;}
#who-we-are .section-content {padding: 2rem;}
#who-we-are .grid-two-cols {place-items: center;}
#who-we-are ul {list-style-position: inside;}
#who-we-are img, .img-border {
  width: auto;
  object-fit: cover;
  border-radius: 1em;
}

#contact-form {
	text-align: center;
}
#contact-form .container {
  width: min(100% - 2rem, 580px);
  padding: 40px 0 0 0;
}

.contact-info {
  display: flex;
  align-items: center;
}
.contact-info.ci-map-location::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1.2em" height="1.2em" viewBox="0 0 576 512"><path fill="currentColor" d="M273.2 311.1C241.1 271.9 167.1 174.6 167.1 120C167.1 53.73 221.7 0 287.1 0C354.3 0 408 53.73 408 120C408 174.6 334.9 271.9 302.8 311.1C295.1 321.6 280.9 321.6 273.2 311.1V311.1zM416 503V200.4C419.5 193.5 422.7 186.7 425.6 179.8C426.1 178.6 426.6 177.4 427.1 176.1L543.1 129.7C558.9 123.4 576 135 576 152V422.8C576 432.6 570 441.4 560.9 445.1L416 503zM15.09 187.3L137.6 138.3C140 152.5 144.9 166.6 150.4 179.8C153.3 186.7 156.5 193.5 160 200.4V451.8L32.91 502.7C17.15 508.1 0 497.4 0 480.4V209.6C0 199.8 5.975 190.1 15.09 187.3H15.09zM384 504.3L191.1 449.4V255C212.5 286.3 234.3 314.6 248.2 331.1C268.7 357.6 307.3 357.6 327.8 331.1C341.7 314.6 363.5 286.3 384 255L384 504.3z"/></svg>');
	padding: 0.1em 1em 0 0;
}
.contact-info.ci-timetable::before {
  content: url('data:image/svg+xml;utf8,<svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M232 120C232 106.7 242.7 96 256 96C269.3 96 280 106.7 280 120V243.2L365.3 300C376.3 307.4 379.3 322.3 371.1 333.3C364.6 344.3 349.7 347.3 338.7 339.1L242.7 275.1C236 271.5 232 264 232 255.1L232 120zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48C141.1 48 48 141.1 48 256z"/></svg>');
  filter: brightness(0) invert(1);
  padding: 0.1em 1em 0 0;
}
.contact-info.ci-phone::before {
  content: url('data:image/svg+xml;utf8,<svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z"/></svg>');
  filter: brightness(0) invert(1);
  padding: 0.2em 1em 0 0;
}
.contact-info.ci-email::before {
  content: url('data:image/svg+xml;utf8,<svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.contact-info.ci-site::before {
  content: url('data:image/svg+xml;utf8,<svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M352 256C352 278.2 350.8 299.6 348.7 320H163.3C161.2 299.6 159.1 278.2 159.1 256C159.1 233.8 161.2 212.4 163.3 192H348.7C350.8 212.4 352 233.8 352 256zM503.9 192C509.2 212.5 512 233.9 512 256C512 278.1 509.2 299.5 503.9 320H380.8C382.9 299.4 384 277.1 384 256C384 234 382.9 212.6 380.8 192H503.9zM493.4 160H376.7C366.7 96.14 346.9 42.62 321.4 8.442C399.8 29.09 463.4 85.94 493.4 160zM344.3 160H167.7C173.8 123.6 183.2 91.38 194.7 65.35C205.2 41.74 216.9 24.61 228.2 13.81C239.4 3.178 248.7 0 256 0C263.3 0 272.6 3.178 283.8 13.81C295.1 24.61 306.8 41.74 317.3 65.35C328.8 91.38 338.2 123.6 344.3 160H344.3zM18.61 160C48.59 85.94 112.2 29.09 190.6 8.442C165.1 42.62 145.3 96.14 135.3 160H18.61zM131.2 192C129.1 212.6 127.1 234 127.1 256C127.1 277.1 129.1 299.4 131.2 320H8.065C2.8 299.5 0 278.1 0 256C0 233.9 2.8 212.5 8.065 192H131.2zM194.7 446.6C183.2 420.6 173.8 388.4 167.7 352H344.3C338.2 388.4 328.8 420.6 317.3 446.6C306.8 470.3 295.1 487.4 283.8 498.2C272.6 508.8 263.3 512 255.1 512C248.7 512 239.4 508.8 228.2 498.2C216.9 487.4 205.2 470.3 194.7 446.6H194.7zM190.6 503.6C112.2 482.9 48.59 426.1 18.61 352H135.3C145.3 415.9 165.1 469.4 190.6 503.6V503.6zM321.4 503.6C346.9 469.4 366.7 415.9 376.7 352H493.4C463.4 426.1 399.8 482.9 321.4 503.6V503.6z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.contact-info.ci-location::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 0.7em 0 0;
}
.ci-telegram::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.3em" width="1.3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.ci-facebook::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.ci-houzz::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.ci-google-maps::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512"><path fill="currentColor" d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}
.ci-yelp::before {
  content: url('data:image/svg+xml;utf8,<svg height="1.2em" width="1.2em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"/></svg>');
	filter: brightness(0) invert(1);
	display: flex;
	align-items: center;
	padding: 0.2em 1em 0 0;
}

/* filter icon color */
.red-icon::before {filter: invert(24%) sepia(60%) saturate(4927%) hue-rotate(347deg) brightness(111%) contrast(94%) !important}

.text-capitalize {text-transform: capitalize;}

/* ADAPTIVE */

@media (max-width: 1232px) {
	#site-navigation-wrap #site-navigation .dropdown-menu li > a {line-height: 30px;}
}

@media (max-width: 48em) {
	#site-logo #site-logo-inner {vertical-align: bottom}
  #testimonials .carousel__viewport {height: calc(2 * (var(--testimonial-inner-height) - 2em));}
  .container.large {inline-size: 100%;}
  .container {inline-size: calc(100% - 32px);}
  #site-header {
    height: var(--header-inner-height);
    top: 0;
  }
  #site-header-inner .oceanwp-mobile-menu-icon {order: -1;}
  .home #hero .content-inner .h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .top-phone {display: none;}
  #site-header .header-cta {
    padding: 0 12px;
	margin: 1em 0 0;
  }
  #site-header #site-logo #site-logo-inner a img.custom-logo {max-height: var(--header-inner-height);}
  .grid-two-cols {grid-template-columns: 1fr;}
  .first-grid-cols {margin: 0 0 30px}
  #badges .grid {grid-template-columns: repeat(2, 1fr);}
	#testimonials {padding: 30px 0;}
	#testimonials .slider__nav {margin: calc(var(--testimonial-inner-height) - -6em) 1em 1em;}
	#contact-form {max-height: none;}
	.col-width-1200 {
		margin: 0 10px;
		width: auto
	}
	.site-footer #footer-widgets {padding-top: 0}
	.page-header.background-image-page-header .page-header-title, .h1 {font-size: 36px}
	.h2 {font-size: 32px}
	.h3 {font-size: 26px}
	.h4 {font-size: 22px}
	.nf-form-cont, .cont-details {padding: 0 10px}
}