/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?b4lwgo");
  src: url("../fonts/icomoon.eot?b4lwgo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b4lwgo") format("truetype"), url("../fonts/icomoon.woff?b4lwgo") format("woff"), url("../fonts/icomoon.svg?b4lwgo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1.blog-post-title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 15px;
}

h2.blog-post-sub-heading {
    font-size: 3rem;
}
section.section.customer_review_section {
    position: relative; 
}
.icon-location {
  width: 37px;
  height: 65px;
  background: url(../icons/location-pin.svg) no-repeat;
  background-size: 100% 100%;
}
.icon-location.icon-black {
  background: url(../icons/location-pin-black.svg) no-repeat;
  background-size: 100% 100%;
}
.icon-location.icon-red {
  background: url(../icons/location-pin-red.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-direction-right {
  width: 19px;
  height: 16px;
  background: url(../icons/direction-right.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-share {
  width: 33px;
  height: 30px;
  background: url(../icons/share-red.svg) no-repeat;
  background-size: 100% 100%;
}
.icon-share.icon-white {
  background: url(../icons/share-white.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-mobile {
  width: 26px;
  height: 37px;
  background: url(../icons/mobile-red.svg) no-repeat;
  background-size: 100% 100%;
}
.icon-mobile.icon-white {
  background: url(../icons/mobile-white.svg) no-repeat;
  background-size: 100% 100%;
}

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Align radios and text inputs with their label */
input[type=radio],
input[type=checkbox] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

label {
  font-size: 18px;
  line-height: 27px;
}
label .required {
  color: #f00;
}

input[type=button],
input[type=submit],
button {
  display: inline-block;
  text-align: center;
  height: 45px;
  font-size: 16px;
  line-height: 18.4px;
  font-weight: 400;
  color: #fff;
  background-color: #cd1515;
  box-shadow: none;
  border-radius: 50px;
  transition: 0.3s all;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333;
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.w-full {
  width: 100%;
}
img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #cd1515;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 87.5px;
}

h2 {
  font-size: 58px;
}

h3 {
  font-size: 37.5px;
}

h4 {
  font-size: 31px;
  line-height: 46px;
}

h5 {
  font-size: 29px;
}

h6 {
  font-size: 20px;
}

p {
  font: 400 21px "Inter", sans-serif;
  line-height: 33px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.btn {
  font-weight: 700;
  font-size: 21px;
  font-family: "Oxanium";
  padding: 19px 42px;
  border-radius: 60px;
  color: #ffffff;
  background-color: #f1a500;
  border: 1px solid #f1a500;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
}
.btn i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  margin-left: 40px;
  transition: 0.3s all;
}
.btn.btn-lg {
  font-size: 29px;
  padding: 20px 55px;
}
.btn.btn-md {
  padding: 18px 45px;
}
.btn strong {
  font-weight: 700;
}
.btn:hover i {
  background-color: #fff;
  color: #f1a500;
}
.btn.btn-primary:hover {
  border-color: #f1a500;
  background-color: #f1a500;
  color: #ffffff;
}
.btn.btn-red {
  background-color: #cd1515;
  border-color: #cd1515;
}
.btn.btn-red:hover {
  border-color: #f1a500;
  background-color: #f1a500;
  color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  border-color: #f1a500;
  background-color: #f1a500;
  color: #ffffff;
}
.btn.disable {
  background-color: #A7AAAC;
  border-color: #A7AAAC;
  pointer-events: none;
}

.btn-circle {
  width: 78px;
  height: 78px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.btn-circle:hover {
  background-color: #cd1515;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1700px;
  margin: 0 auto;
}

body {
  width: 100%;
  min-height: 100vh;
  font: 400 21px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #000000;
  background: #ffffff;
  margin: 0;
}

.section {
  padding: 100px 0;
}
.section.pt-0 {
  padding-top: 0;
}
.section.pb-0 {
  padding-bottom: 0;
}

.section_title {
  font-size: 58px;
  line-height: 87.5px;
  margin-bottom: 20px;
}
.section_title strong, .section_title b {
  color: #cd1515;
}

.title_wrap {
  margin-bottom: 100px;
}
.title_wrap.w-full {
  max-width: 1062px;
  margin: 0 auto 75px;
}
.title_wrap.text-center {
  text-align: center;
}
.title_wrap .section_title {
  margin-bottom: 30px;
}
.title_wrap p {
  font-size: 22px;
  line-height: 33px;
}
.title_wrap .btn {
  margin-top: 50px;
}

.container-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.container-row > .column {
  padding: 0 15px;
}

main ul, main ol {
  font-size: 25px;
}
.wp-block-code{
    font-size: 21px;
    line-height: 33px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 40px;
}
main ul li, main ol li {
  margin-bottom: 20px;
}
main .btn {
  min-width: 197px;
  text-align: center;
}

.list-style-tick {
  list-style: none;
  margin: 30px 0;
}
.list-style-tick li {
  position: relative;
  padding-left: 40px;
}
.list-style-tick li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ac700;
  position: absolute;
  left: 0;
}
.list-style-tick.two-columns {
  column-count: 2;
}

.form-control {
  height: 50px;
}

.all-text-white * {
  color: #ffffff;
}

.text-skin-base {
  color: #272727 !important;
}

.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-track .slick-slide {
  height: auto;
}

.slick-arrow {
  width: 84px;
  height: 84px;
  font-size: 0;
  border-radius: 50%;
  background-color: #cd1515;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow.slick-prev {
  background: #cd1515 url(../icons/chevron-left.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  left: 74px;
}
.slick-arrow.slick-next {
  background: #cd1515 url(../icons/chevron-right.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  right: 74px;
}
.slick-arrow.disabled {
  pointer-events: none;
}

.box {
  position: relative;
}

.box-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

select {
  background: #fff url(../icons/carot.svg) no-repeat;
  background-position: right 20px center;
}
select.form-control {
  height: 60px;
  border-radius: 12px;
  padding-left: 12px;
  border: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #fff !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #fff !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #fff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
  color: #fff !important;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.dark_sections {
  padding: 100px 0;
  background-color: #000;
  background-size: cover !important;
  color: #ffffff;
}

.black-bg {
  background-color: #000000;
  color: #ffffff;
}

.font-bold {
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
}

.text-primary {
  color: #cd1515 !important;
}

.row.-mx-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.row.-mx-50 > div {
  padding-left: 50px;
  padding-right: 50px;
}
.row.-mx-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.row.-mx-70 > div {
  padding-left: 70px;
  padding-right: 70px;
}

.rating {
  font-size: 25px;
  color: #ccc;
}
.rating.star-1 i:nth-child(-n+1) {
  color: orange;
}
.rating.star-2 i:nth-child(-n+2) {
  color: orange;
}
.rating.star-3 i:nth-child(-n+3) {
  color: orange;
}
.rating.star-4 i:nth-child(-n+4) {
  color: orange;
}
.rating.star-5 i:nth-child(-n+5) {
  color: orange;
}

.animated.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.breadcrumb {
  color: #cd1515;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb li {
  margin-right: 10px;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #000000;
}

.radius-sm {
  border: 10px;
}

.header_logo {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cd1515;
  z-index: 10;
  padding: 0 15px;
}

.btn-humburger {
  width: 120px;
  height: 120px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #cd1515;
  z-index: 13;
  color: #fff;
}
.btn-humburger h6 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2.5px;
  margin: 15px 0 0;
}
.btn-humburger .humburger {
  width: 60px;
  height: 28px;
  perspective: 80px;
}
.btn-humburger .humburger .humburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1;
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  position: absolute;
  left: 0;
  top: 50%;
}
.btn-humburger .humburger .humburger-inner::before, .btn-humburger .humburger .humburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.btn-humburger .humburger .humburger-inner::before {
  top: -14px;
}
.btn-humburger .humburger .humburger-inner::after {
  bottom: -14px;
}
.btn-humburger:hover {
  background-color: #000;
}
.btn-humburger.open {
  background-color: #000;
}
.btn-humburger.open .humburger .humburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.btn-humburger.open .humburger .humburger-inner::before {
  transform: translate3d(0, 16px, 0) rotate(45deg);
}
.btn-humburger.open .humburger .humburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

.header_menu {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  top: auto;
  left: 0;
  z-index: 12;
  padding: 120px 0 30px 0;
  scrollbar-width: 0px;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.header_menu.open {
  transform: translateY(0);
}
.header_menu::-webkit-scrollbar {
  width: 0px;
}
.header_menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.header_menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.header_menu .menu_logo {
  margin-bottom: 50px;
  overflow: hidden;
}
.header_menu .menu_logo img {
  max-width: 120px;
  transform: translateY(100px);
  transition: 0.6s all ease-in-out;
  transition-delay: 0.5s;
}
.header_menu .header_nav_links {
  list-style: none;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oxanium", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.header_menu .header_nav_links li {
  width: 50%;
  padding: 30px 0;
}
.header_menu .header_nav_links a {
  color: inherit;
  position: relative;
  padding-bottom: 5px;
}
.header_menu .header_nav_links a span {
  overflow: hidden;
  display: inline-block;
}
.header_menu .header_nav_links a span b {
  display: block;
  font-weight: inherit;
  font-family: inherit;
  transform: translateY(60px);
  transition: 0.6s all ease-in-out;
  transition-delay: 0.5s;
}
.header_menu .header_nav_links a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.15s all ease;
}
.header_menu .header_nav_links a:hover::after {
  width: 100%;
}
.header_menu.open .header_nav_links a span b {
  transform: translateY(0px);
}
.header_menu.open .menu_logo img {
  transform: translateY(0px);
}

.page_footer {
  padding: 106px 0;
  background-color: #000000;
  font-weight: 700;
  font-size: 21px;
  font-family: "Oxanium", sans-serif;
  color: #fff;
}
.page_footer a {
  color: inherit;
}
.page_footer a:hover {
  color: #cd1515;
}

.footer_logo {
  max-width: 150px;
}

.footer_logo {
  margin-right: 75px;
}

.footer_links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer_links li:not(:last-child) {
  margin-right: 55px;
}

.col-copyright {
  margin-top: 200px;
}
.col-copyright p {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  opacity: 0.5;
}

.banner_bg_wrapper {
  background-color: #000;
  display: flex;
  min-height: 600px;
  max-height:800px;
}
.banner_bg_wrapper .banner_bg {
  max-height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.banner_bg_carousel {
  pointer-events: none;
  width: 100%;
}
.banner_bg_carousel .slick-track {
  height: 85vh;
}
.banner_bg_carousel .item {
  width: 100%;
  opacity: 0.6;
}
.banner_bg_carousel figure, .banner_bg_carousel .slide-image {
  height: 100%;
}
.banner_bg_carousel iframe {
  position: relative;
}
.banner_bg_carousel video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner_section {
  position: relative;
  margin-bottom: 58px;
  background-color: #000;
}

.inner-banner_section{
    min-height: 600px;
}

.banner_section .checks_layer {
  position: absolute;
  bottom: -58px;
  left: 0;
}
.banner_section .container {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  z-index: 2;
}
.banner_section .container, .page_main .container {width:100%;max-width:1555px;}
.banner_section h1, .banner_section h2, .banner_section h3, .banner_section h4, .banner_section h5, .banner_section p {
  color: #fff;
}
.banner_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.5+61 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(12, 34, 60, 0.5) 61%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.home-banner_section {
  margin-bottom: 58px;
}
.home-banner_section .banner_bg_wrapper {
  max-height: 95vh;
}
.home-banner_section h1 {
  font-size: 87.5px;
}
.home-banner_section h2 {
  font-weight: 400;
  font-size: 58px;
  font-family: "Inter", sans-serif;
}
.home-banner_section .col-direction .icon-location {
  margin-bottom: 15px;
}
.home-banner_section .col-direction h5 {
  font-size: 29px;
  margin-bottom: 25px;
}
.home-banner_section .col-direction p {
  font-size: 25px;
  line-height: 33px;
  margin: 25px 0;
}
.home-banner_section .col-direction .get_direction {
  font-size: 21px;
  color: #fff;
}
.home-banner_section .col-direction .get_direction i {
  margin-left: 5px;
  margin-top: 0;
}

.inner-banner_section::before {
  height: 250px;
}
.single-post .inner-banner_section {
    min-height:800px;
}
.inner-banner_section h1, .inner-banner_section h2 {
  font-size: 125px;
}
.inner-banner_section h2 {
  opacity: 0.55;
}

.get_direction {
  font-weight: 700;
  font-size: 25px;
  color: #cd1515;
  display: inline-flex;
  align-items: center;
}
.get_direction i {
  margin-left: 8px;
  margin-top: -3px;
}
.get_direction.link-primary {
  color: #cd1515 !important;
}
.get_direction.link-primary i {
  background: url(../icons/direction-right-red.svg);
}

.checks_layer {
  width: 100%;
  height: 58px;
  background: #000 url(../images/checkes-layer.png) repeat-x;
  background-position: center;
  background-size: auto 110%;
}

.btn.btn-new_customer {
  background-color: #cd1515;
  color: #fff;
  font-weight: 700;
  text-align: left;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 64px;
  position: relative;
  border: 0;
  border-radius: 100px;
  transform-style: preserve-3d;
  will-change: transform;
  box-shadow: 0 0 0px 0px rgba(205, 21, 21, 0.75);
}
.btn.btn-new_customer:hover {
  background-color: #cd1515;
  color: #ffffff;
}
.btn.btn-new_customer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  animation: boxshadow 1s infinite ease-in alternate-reverse;
}
.btn.btn-new_customer strong {
  display: block;
  font-size: 25px;
}
.btn.btn-new_customer i {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-left: 35px;
  transition: 0.3s all;
}
.btn.btn-new_customer:hover {
  animation: none;
  box-shadow: 0 0 0px 10px rgba(205, 21, 21, 0.75);
}
.btn.btn-new_customer:hover::before {
  opacity: 0;
}
.btn.btn-new_customer:hover i {
  background-color: #fff;
  color: #cd1515;
}

@keyframes boxshadow {
  0% {
    box-shadow: 0 0 0px 0px rgba(205, 21, 21, 0.75);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(205, 21, 21, 0.75);
  }
}
.intro_section {
  padding: 150px 0 50px;
}
.intro_section .section_title {
  margin-bottom: 0px;
}
.intro_section ul {
  margin-top: 70px;
  margin-bottom: 80px;
}

.get_direction_section {
  position: relative;
  z-index: 1;
}
.get_direction_section.section::after {
  opacity: 0;
}
.get_direction_section::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% - 80px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
  pointer-events: none;
}
.get_direction_section .btn-circle {
  margin-left: 30px;
}
.get_direction_section .section_title {
  font-size: 42px;
  line-height: normal;
  margin-bottom: 0;
}
.get_direction_section .title_wrap {
  position: relative;
  padding-left: 80px;
}
.get_direction_section .title_wrap .icon-location {
  position: absolute;
  left: 0;
  width: 60px;
  height: 78px;
}
.get_direction_section .map_wrapper {
  height: 630px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #000000;
}
.get_direction_section .map_wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}
.get_direction_section .map_wrapper iframe {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.inner-page .special_offer {
  background-image: none;
}
.inner-page .special_offer .btn {
  font-size: 29px;
}
.inner-page .special_offer .btn i {
  margin-left: 65px;
}

.bg-img-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  background: url(../images/checkes-layer-2.png) repeat-x;
  background-position: bottom -3px center;
  background-size: auto 115px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.special_offer {
  background: #cd1515 url(../images/checkes-layer-2.png) repeat-x;
  background-position: bottom -3px center;
  background-size: auto 115px;
  padding: 80px 0;
  color: #ffffff;
  display:none;
}
.special_offer .offer_countdown {
  width: 275px;
  height: 100px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 58px;
  line-height: 104px;
  text-align: center;
  font-family: "Oxanium", sans-serif;
  background-color: #9a1010;
  border: 2px solid #000000;
}
.special_offer .offer_text {
  padding-left: 45px;
}
.special_offer h4 {
  font-size: 58px;
  line-height: normal;
}
.special_offer p {
  font-size: 29px;
  line-height: normal;
}
.special_offer .btn {
  padding: 21px 45px;
}

.col-partner .row {
  margin: 0 -23px;
}
.col-partner .row > div {
  padding: 0 23px;
}
.col-partner h4 {
  margin-bottom: 30px;
}
.learn_more::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 400;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.1s all;
}
.learn_more:hover {
  color: #cd1515;
}

.our_approach_section .text-primary {
  margin-bottom: 34px;
}
.our_approach_section p {
  max-width: 400px;
  margin: 0 auto;
}
.our_approach_section .column {
  position: relative;
}
.our_approach_section .column:not(:last-child)::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  top: 80px;
  position: absolute;
  background: url(../images/dotter-border.svg) repeat-x;
  left: 28%;
  margin-left: 0;
  transform: translateX(50%);
  opacity: 0.5;
}
.our_approach_section .sr_no {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 55px;
  font-weight: 700;
  font-size: 42px;
  font-family: "Oxanium", sans-serif;
  text-align: center;
  position: relative;
}
.our_approach_section .sr_no b {
  width: 80px;
  height: 80px;
  background-color: #cd1515;
  border-radius: 50%;
  line-height: 82px;
  position: relative;
  z-index: 1;
}
.our_approach_section .sr_no .circle_outer {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: rgba(205, 21, 21, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  animation: circlepump 0.8s infinite alternate-reverse;
}
.our_approach_section .sr_no .circle_inner {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: rgba(205, 21, 21, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes circlepump {
  0% {
    transform: scale(1);
    transform-origin: center;
  }
  100% {
    transform: scale(0.9);
    transform-origin: center;
  }
}
.service_carousel_section {
  padding-left: 25px;
  padding-right: 25px;
}

.services_carousel {
  margin: 0 -25px;
}
.services_carousel::before {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgb(17, 16, 16) 0%, rgba(0, 0, 0, 0) 100%);
}
.services_carousel::after {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(17, 16, 16, 0) 0%, rgba(17, 16, 16, 0) 1%, rgb(0, 0, 0) 100%);
}
.services_carousel .slide {
  padding: 0 25px;
}
.services_carousel .slide:not(.slick-active) {
  opacity: 0.5;
}

.services_section {
  background-color: #000000;
  color: #ffffff;
}
.services_section .box {
  background-color: #161616;
}
.services_section:nth-child(even) {
  background-color: #161616;
}
.services_section:nth-child(even) .box {
  background-color: #000000;
}
.services_section .title_wrap {
  margin-bottom: 0;
}
.services_section .row {
  margin: 0 -25px;
}
.services_section .row > div {
  padding: 34px 25px;
}
.services_section h5 {
  font-size: 26px;
}
.services_section p {
  font-size: 19px;
}

.service_box {
  min-height: 100%;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  padding-bottom: 40px;
  position: relative;
}
.service_box .box-link:hover + .thumbnail_img {
  opacity: 1;
}
.service_box .box-link:hover ~ .thumbnail_content .learn_more::after {
  opacity: 1;
}
.service_box .thumbnail_img {
  height: 232px;
  opacity: 0.75;
  transition: 0.3s all;
}
.service_box .thumbnail_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.service_box .thumbnail_content {
  padding: 30px;
}
.service_box .service_name {
  margin-bottom: 22px;
}
.service_box p {
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service_box .learn_more {
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.service_box .learn_more::after {
  opacity: 0;
}
.service_box .learn_more:hover::after {
  opacity: 1;
}

.review_wrapper {
  background-color: #000000;
  border-radius: 20px;
  padding: 100px 130px 80px;
  margin: 90px 0;
  position: relative;
}
.review_wrapper h4 {
  font-size: 50px;
  margin-bottom: 40px;
}
.review_wrapper p {
  opacity: 0.6;
}
.review_wrapper .customer_name {
  font-size: 29px;
  margin-top: 40px;
}
.review_wrapper .customer_rating {
  margin-top: 40px;
  height: 28px;
}
.review_wrapper .col-img {
  position: relative;
}
.review_wrapper .customer_img {
  width: 580px;
  max-width: 90%;
  height: 765px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.review_wrapper .customer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_wrapper .customer_img::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background: #000000 url(../images/checkes-layer3.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.review_wrapper .slick-prev {
  left: 0;
  background-color: transparent;
}
.review_wrapper .slick-next {
  right: 0;
  background-color: transparent;
}

.review_carousel {
  margin: 0 -15px;
}
.review_carousel .slide {
  padding: 0 15px;
}
.review_carousel .slide.slick-active .content, .review_carousel .slide.slick-active .customer_name, .review_carousel .slide.slick-active .rating {
  transform: translateY(0);
  opacity: 1;
}
.customer_review_section .container{position:relative;}   
.customer_review_section .slick-prev, .customer_review_section .slick-next{background-color:transparent; }
.review_carousel .content {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s all ease;
  transition-delay: 0.5s;
}
.review_carousel .customer_name {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.7s all ease;
  transition-delay: 0.6s;
}
.review_carousel .rating {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s all ease;
  transition-delay: 0.7s;
}

.visit_banner_section h2 {
  margin-bottom: 40px;
}
.visit_banner_section .btn {
  margin-top: 35px;
}

.bg-img-section {
  min-height: 720px;
  background-size: cover !important;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.bg-img-section .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.33;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-img-section .container {
  position: relative;
  z-index: 2;
}

.contact_section {
  padding: 185px 0;
}
.contact_section h3 {
  font-size: 33.33px;
  margin-bottom: 30px;
}
.contact_section h2 {
  font-size: 54px;
  margin-bottom: 35px;
}
.contact_section p {
  opacity: 0.6;
}
.contact_section hr {
  color: #161616;
  opacity: 1;
  margin: 40px 0 30px;
}
.contact_section .location_detail {
  list-style: none;
}
.contact_section .location_detail i {
  width: 24px;
  height: 30px;
}
.contact_section .location_detail li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.contact_section .location_detail span {
  padding-left: 20px;
}
.contact_section .location_detail a {
  color: inherit;
}
.contact_section .contact_form_wrapper {
  background-color: #161616;
  border-radius: 20px;
  padding: 70px 65px;
}
.contact_section .contact_form_wrapper h3 {
  margin-bottom: 60px;
}

.service_detail_section .main-row {
  margin: 0 -55px;
}
.service_detail_section .main-row > div {
  padding: 0 55px;
}
.service_detail_section .main_content h2, .service_detail_section .main_content h3, .service_detail_section .main_content h4, .service_detail_section .main_content h5, .service_detail_section .main_content h6, .service_detail_section .main_content p {
  margin-bottom: 40px;
}
.service_detail_section .main_content h2 {
  font-size: 58px;
}
.service_detail_section .main_content h3 {
  font-size: 46px;
}
.service_detail_section .main_content h4 {
  font-size: 33px;
}
.service_detail_section .main_content h5 {
  font-size: 21px;
}
.service_detail_section .main_content ul {
  font-size: 21px;
  padding-left: 60px;
  margin-bottom: 40px;
}
.service_detail_section .main_content ul li {
  margin-bottom: 15px;
}

.sidebar {
  background-color: #ebebeb;
  padding: 45px 50px;
  border-radius: 10px;
}
.sidebar h4 {
  font-size: 29px;
  margin-bottom: 20px;
}
.sidebar ul {
  list-style: none;
  margin-bottom: 40px;
}
.sidebar ul a {
  color: #000000;
}
.sidebar ul a:hover {
  color: #cd1515;
}

.service_detail_page {
  padding-bottom: 170px;
}

.service_nav {
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
}
.service_nav strong, .service_nav b {
  font-weight: inherit;
  display: block;
  color: #000000;
}
.service_nav .nav {
  background-color: #ebebeb;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  min-width: 440px;
  color: #cd1515;
}
.service_nav .nav .thumbnail {
  width: 97px;
  height: 112px;
  background-color: #000000;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.service_nav .nav .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
.service_nav .nav .service_name {
  padding: 20px 20px 20px 35px;
}
.service_nav .nav .fa-solid {
  margin-left: 30px;
  margin-right: 30px;
}
.service_nav .nav.nav-prev {
  flex-direction: row-reverse;
}
.service_nav .nav.nav-prev .service_name {
  padding: 20px 35px 20px 20px;
}
.service_nav .nav.nav-prev .thumbnail {
  border-radius: 0 10px 10px 0;
}
.service_nav .nav.nav-prev .fa-solid {
  margin-left: 30px;
  margin-right: 30px;
}

.about_section {
  padding: 160px 0;
}
.about_section h4 {
  font-size: 29px;
  margin-bottom: 20px;
}
.about_section h2 {
  margin-bottom: 20px;
}
.about_section .btn {
  margin-top: 60px;
}

.record_section .count {
  font-weight: 700;
  font-size: 100px;
  font-family: "Oxanium", sans-serif;
  color: #f1a500;
  margin-bottom: 20px;
}
.record_section h4 {
  font-size: 42px;
  margin-bottom: 40px;
}
.record_section .para {
  padding: 0 30px;
}
.record_section .cta {
  margin-top: 55px;
}

.contact_form_wrapper .wpforms-field-label{
    font-weight: 400 !important;
    font-size: 21px !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
}

.contact_form_wrapper .wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.contact_form_wrapper .wpforms-field-container .wpforms-field{
    width: 50%;
    padding: 20px 8px;
}

.contact_form_wrapper .wpforms-field-container .wpforms-field.wpforms-field-textarea{
    width: 100%;
}

.contact_form_wrapper .wpforms-form .wpforms-field-container .wpforms-field input{
    width: 100% !important;
    max-width: none;
    height: 75px !important;
    background: transparent !important;
    font-size: 21px !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
}

.contact_form_wrapper .wpforms-form .wpforms-field-container .wpforms-field textarea{
    width: 100% !important;
    max-width: none;
    height: 150px !important;
    background: transparent !important;
    font-size: 21px !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
}

.contact_form_wrapper .wpforms-form .wpforms-field-container .wpforms-field input::focus,
.contact_form_wrapper .wpforms-form .wpforms-field-container .wpforms-field textarea::foucs{
    border-color: rgba(255,255,255,1);
}

button.wpforms-submit{
    height: 74px !important;
    background-color: #cd1515 !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    font-family: 'Oxanium', sans-serif !important;
    text-align: left !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 15px 64px !important;
    position: relative;
    border: 0;
    border-radius: 100px !important;
    transform-style: preserve-3d;
    will-change: transform;
    margin-top: 10px !important;
}

button.wpforms-submit:after{
    content: "\f054";
    font-family: 'FontAwesome';
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-left: 35px;
    transition: 0.3s all;
}
.page-id-479 section.visit_banner_section, .page-id-479 .special_offer {display: none !important;}
.page-id-479 .banner_section h2 {display: none;}
.page-id-479 .banner_bg_wrapper {max-height: 450px;}
.page-id-479 .banner_section h1 {text-align: center;}
.contact_section .contact_form_wrapper {
        padding: 65px 35px;
    }
}
.contact_form_wrapper {background-color: #161616;border-radius: 20px;padding:65px 35px;}
.wpforms-form button [type=submit], .wpforms-page-button.wpforms-page-next{background-color: #cd1515 !important;border-color: #cd1515 !important;color: #fff !important;transition: background 0.3s ease-in-out;font-family: "Oxanium" !important;width:100%}
.wpforms-form button [type=submit]:hover, .wpforms-page-button.wpforms-page-next:hover, .wpforms-page-indicator-page-progress{background-color: #cd1515 !important}
input::placeholder, textarea::placeholder {font-size: 16px;}
.single-service .main_content ul, .single-service .main_content ol {font-size: 25px;font-size: 18px;line-height: 28px;margin-left: 70px !important;}
.ccaccept {margin-top: 130px;position: absolute;}
.ccaccept img {width: 250px;margin-left: 20px;}
.ccaccept {width: 100%;text-align: center;}
.dedicated_partners_section .col-md-6 {
    width: 33% !important;
}
.dedicated_partners_section .col-partner h4 {
  font-size: 23px !important;
  line-height: 31px !important;
  margin-bottom:10px !important;
}
.dedicated_partners_section .col-partner p {
  opacity: .75;
  font-size: 1rem;
  line-height: 1.66rem;
}
.dedicated_partners_section .col-partner .learn_more {
  color: #fff;
  margin-top: 10px;
}
img.instagramLogo {
  width: 50px;
  margin-left: 80px;
}
.customer_img {
  max-height: 400px;
}
p.braunabilityBlogs {
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}




























