html,
body,
div,
span,
applet,
object,
iframe,
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%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  background: #fff;
}

html {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
}

/*====================================================
    2. TYPOGRAPHY. 
  ====================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #323b3c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

h1,
.h1 {
  font-size: 1.602rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 1.424rem;
  font-weight: 600;
  color: #35414b;
}

h3,
.h3 {
  font-size: 0.9rem;
  color: #35414b;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 0.85rem;
  color: #35414b;
  margin-bottom: 5px;
}

h5,
.h5 {
  font-size: 0.7rem;
  color: #e31e24;
  font-weight: 500;
  text-transform: uppercase;
}

.container,
.container-fluid {
  margin: 3rem auto 3rem auto;
}

section {
  position: relative;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background-color: #f2f2f2;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  a.btn-slider {
    display: inline-block;
    text-decoration: none;
    color: #e31e24;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding: 0.5rem 2rem;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
  }
  
  a.btn-slider:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #e31e24;
    border-left: 2px solid #e31e24;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease;
  }
  
  a.btn-slider:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-top: 2px solid #e31e24;
    border-right: 2px solid #e31e24;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease;
  }
  .btn-booking {
    color: #fff;
    transition: 0.9s;
    padding: 0.375rem 0.7rem;
    font-size: 0.6rem;
    background: #eb662d;
    border: solid 2px #eb662d;
    font-size: 13px;
    border-radius: 20px;
    text-transform: none;
  }
  .btn-booking.disabled,
.btn-booking:disabled {
  color: #fff;
  background-color: #ef8354;
  border-color: #ef8354;
}
.top-header {
    background-color: #1c1b17;
    height: 50px;
    width: 100%;
    clear: both;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  
  .top-header .container {
    padding: 0px;
  }
  
  .top-header p {
    text-align: unset !important;
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
  }
  
  .header-left {
    float: left;
    margin-bottom: 5px;
    background-color: #e31e24;
    width: 680px;
    margin-left: -450px;
    text-align: right;
    padding: 10px 20px 12px 0px;
  }
  
  .header-left p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 10px;
  }
  
  .header-left strong {
    font-weight: 600;
  }
  
  .header-right {
    float: right;
    padding: 5px 0px;
  }
  
  .ht-right-email {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
  }
  
  .ht-right-email p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 10px;
  }
  
  .ht-right-social {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    width: 24px;
    transition: width 0.5s ease-in;
  }
  .ht-right-social:hover{
    width: 30px;
  }
  
  header {
    position: relative;
    height: 100%;
    z-index: 100;
  }
  
  header .container {
    margin: auto;
  }

  footer {
    background-color: #1c1b17;
    padding: 2rem 0rem;
  }
  
  footer .container {
    margin: 1rem auto;
  }
  
  .footer-col .footer-logo {
    width: 180px;
  }
  
  .footer-col .footer-logo img {
    width: 100%;
  }
  
  .footer-col h4 {
    color: #fff;
    font-size: 17px;
  }
  
  .footer-col h4:after {
    background: #e31e24;
    content: "";
    display: block;
    height: 3px;
    margin: 15px 0px 20px;
    width: 60px;
  }
  
  .footer-col p {
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 13px;
    color: #fff;
  }
  
  .fi-fas {
    float: left;
    margin-right: 15px;
    color: #e31e24;
    line-height: 0.5;
    margin-bottom: 10px;
  }
  
  .fi-fas .fas {
    font-size: 14px;
  }
  
  .span-fi {
    clear: both;
    margin: 20px 0px;
  }
  
  .span-fi p {
    font-size: 13px;
  }  
  footer hr.divider {
    margin: 30px auto 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }   
  .popular-links ul li {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    list-style-type: none;
  }
  
  .popular-links ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-right: 10px;
  }
  .footer-bottom {
    padding: 10px 0px;
  }
  
  .fb-copyright {
    float: left;
  }
  
  .fb-copyright p {
    color: #fff;
    font-size: 14px;
  }
  
 
  
  .span-fb-social {
    display: inline-block;
    margin-right: 20px;
    width: 50px;
    transition: width 0.5s ease-in;
  } 
  .section-title {
    width: 50%;
    margin: auto auto 1.7rem;
    text-align: center;
  }
  
  .section-title h2 {
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .section-title h2:after {
    background: #e31e24;
    content: "";
    display: block;
    height: 5px;
    margin: 15px auto;
    width: 80px;
  }
  
  .section-title p {
    line-height: 1.8;
  }
  .cb-circle {
    width: 80px;
    height: 80px;
    background-color: #f7fafa;
    border-radius: 50%;
    margin: auto;
    position: relative;
    transition: 0.3s;
  }
  .cb-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .cb-icon img {
    width: 100%;
  }
  
  .parallax-side {
    background-image: url("../img/images/home-banner.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .content-side {
    width: 100%;
    height: auto;
    background-color: #35414b;
    margin-top: 3rem;
    margin-left: -4rem;
  }
  
  .inner-content {
    padding: 3rem 2rem 1.5rem;
    width: 80%;
  }
  
  .inner-content p {
    color: #fff;
  }
  
  .panel-title {
    margin-bottom: 20px;
    border-left: solid 6px #e31e24;
  }
  
  .panel-title h2 {
    color: #fff;
    margin-left: 20px;
  }
  
  .panel-title h5 {
    color: #fff;
    margin-left: 20px;
    margin-bottom: 2px;
  }
  
  hr.divider {
    margin: 1.5rem auto 2rem;
    border-top: 1px solid rgba(58, 179, 223, 0.5);
  }
  
  .sp-icon-box {
    width: 50px;
    /* height: 120px; */
    height: 250px;
    margin-right: 20px;
    float: left;
  }
  
  .sp-icon {
    width: 50px;
  }
  
  .sp-icon img {
    width: 100%;
  }
  
  .sp-caption h4 {
    color: #fff;
  }
  
  .sp-caption p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .counter-section {
    background-color: #e31e24;
    padding: 2rem 0rem 1rem;
    margin-top: -130px;
    /* background-image: url("https://via.placeholder.com//1920x1080"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: -2;
  }
  
  .counter-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #e31e24, #e31e24);
    opacity: 0.9;
  }
  .counter-icon {
    width: 50px;
    margin: auto;
  }
  
  .counter-icon img {
    width: 100%;
  }
  
  .counter-statistics .counter {
    font-size: 1.5rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px;
  }
  
  .counter-statistics p {
    color: #fff;
    text-align: center;
    margin-top: -10px;
  }  
  .og-section-tittle {
    width: 100%;
    margin-bottom: 1.5rem;
    border-left: solid 6px #e31e24;
  }
  
  .og-section-tittle h5 {
    color: #ddd;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  
  .og-section-tittle h2 {
    margin-left: 20px;
  }
  
  .og-about-alt p {
    margin-bottom: 1rem;
  }
  
  .og-about-alt strong {
    font-weight: 600;
    color: #333;
    font-style: italic;
  }
  
  .og-accordion {
    margin-top: 1.5rem;
  }
  
  .og-accordion .accordion {
    border-top: 1px solid #fff;
    background: #f7fafa;
    padding: 0px 20px;
  }
  
  .og-accordion .accordion li {
    border-bottom: 2px solid #fff;
    position: relative;
    list-style-type: none;
  }
  
  .og-accordion .accordion li p {
    display: none;
    padding: 10px 20px 20px;
    color: #516163;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  
  .og-accordion .accordion a {
    width: 100%;
    font-family: "Poppins", sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    user-select: none;
  }
  
  .og-accordion .accordion li a.active {
    color: #e31e24;
  }
  
 
  
  .og-accordion .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #e31e24;
    border-bottom: 2px solid #e31e24;
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .og-accordion a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #e31e24;
    border-bottom: 1px solid #e31e24;
  }
  
  .og-accordion .accordion .last-item {
    border-bottom: none;
  }
  
  .worker-portrait img {
    width: 100%;
  }
  
  .testimonials-parallax-alt {
    background-image: url("https://via.placeholder.com//1920x1080");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 1rem 0rem 0.5rem;
  }
  
  .testimonials-parallax-alt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #35414b, #35414b);
    opacity: 0.9;
  }
  
  .about-testimonials {
    padding: 1rem 0rem;
  }
  
  .about-testimonials h5 {
    text-transform: none;
    color: #fff;
    font-style: italic;
    font-size: 15px;
  }
  
  .about-testimonials h2:after {
    background-color: #e31e24;
    content: "";
    display: block;
    height: 5px;
    margin: 0.8rem 0rem;
    width: 80px;
  }
  
  .about-testimonials h2 {
    font-size: 1.3rem;
    color: #fff;
  }
  
  .about-testimonials strong {
    font-weight: 600;
    font-style: italic;
  }
  
  .about-testimonials p {
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 0.7rem;
  }
  
  .testimonials-box {
    padding: 1.5rem;
    margin: 20px;
    background-color: #fff;
  }
  
  .testimonials-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #737373;
    font-style: italic;
  }
  
  .tb-client-details {
    margin-top: 1.5rem;
  }
  
  .tb-client-avatar {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
  }
  
  .tb-client-avatar img {
    width: 100%;
    border-radius: 50%;
  }
  
  .tb-client-details .caption {
    padding: 10px 0px;
  }
  
  .tb-client-details .caption h4 {
    font-size: 15px;
    font-weight: 400;
  }
  
  .tb-client-details .caption strong {
    font-weight: 600;
  }
  
  .span-rating {
    margin-top: -10px;
  }
  
  .inner-star {
    display: inline-block;
    margin-right: 2px;
  }
  
  .inner-star .fas {
    font-size: 13px;
    color: #eb662d;
  }
  
  .groucho:after {
    content: "\201D";
    position: absolute;
    top: 3rem;
    right: 2.5rem;
    font-size: 6em;
    font-style: italic;
    color: #e7e6e4;
    z-index: 1;
  }
  .service-box {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
  }
  
  .cb-circle {
    width: 100px;
    height: 100px;
    background-color: #f7fafa;
    border-radius: 50%;
    margin: auto;
    position: relative;
    transition: 0.3s;
  }
  .service-box .icon-hover {
    display: none;
  }
  .cb-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .cb-icon img {
    width: 100%;
  }
  
  .sb-caption h4 {
    margin: 1rem 0rem 0.8rem;
  }
  
  .sb-caption p {
    line-height: 1.6;
  }
  
  .sb-caption h5 {
    margin-top: 1.5rem;
    font-weight: 400;
    color: #e31e24;
    font-weight: 600;
  }
  
  .sb-caption a {
    color: #e31e24;
    text-decoration: none;
    transition: 0.3s;
  }
  .span-schedule {
    margin-top: 20px;
  }
  
  .span-schedule .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0rem;
    margin-bottom: -1px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #516163;
  }
  
  .span-schedule .list-group-item .badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    font-family: "Poppins", sans-serif;
    background: #e31e24;
    color: #fff;
    font-weight: 400;
  }
  
  .span-schedule .list-group-item a {
    color: #516163;
    text-decoration: none;
    transition: 0.6s;
  }
  .with-errors {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-align: left;
  }
  .accordion {
    border-top: 1px solid #d9e5e8;
  }
  
  .accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style-type: none;
  }
  
  .accordion li p {
    display: none;
    padding: 10px 20px 20px;
    color: #516163;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  
  .accordion a {
    width: 100%;
    font-family: "Poppins", sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 17px;
    user-select: none;
  }
  
  .accordion li a.active {
    color: #e31e24;
  }
  
 
  
  .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #e31e24;
    border-bottom: 1px solid #e31e24;
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #002642;
    border-bottom: 1px solid #002642;
  }
  .accordion li p {
    display: none;
    padding: 10px 20px 20px;
    color: #516163;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  .accordion li a.active {
    color: #e31e24;
  }
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .owl-carousel .owl-item {
    float: left;
  }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer;
  }
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
  }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: inline;
  }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-page span {
    height: 15px !important;
    width: 15px !important;
    background-color: #fff !important;
    opacity: 0.8;
    border-radius: 50%;
  }
  
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #eb662d !important;
  }
  * {
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }
  .popup-youtube .video-image {
    position: relative;
    display: inline-block;
  }
  
  .popup-youtube .video-image img {
    width: 100%;
  }
  
  .popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(../img/master/play-button.png) center center
      no-repeat;
  }
  .pulse-button {
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(239, 131, 84, 0.7);
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background: transparent url(../img/master/play-arrow.png) center center
      no-repeat;
    background-color: #ef8354;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .organic-pulsing-video .popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: none;
  }
  
  .youtube-popup {
    position: relative;
  }
  
  .video-image img {
    width: 100%;
  }
  .cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(58, 179, 223) url(../img/master/cd-top-arrow.svg) no-repeat
      center 50%;
    visibility: hidden;
    border-radius: 50%;
    z-index: 4;
  }
  
  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }
  
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5;
  }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px;
    }
  }  
  
  .home-slider {
    width: 100%;
    height: 900px;
    position: relative;
    z-index: 2;
  }
  
  .carousel-item {
    height: 900px;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.2;
  }
  
  .carousel-item .container {
    margin: 0rem auto;
  }
  
  .slider-caption {
    position: absolute;
    top: 40%;
    text-align: left;
  }
  
  .slider-caption h2 {
    font-weight: 400;
  }
  
  .slider-caption span {
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
  }
  
  .display-4 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  .lead {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    width: 70%;
  }
  
  .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 10%;
    bottom: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 50% 50%;
    background-color: #35414b;
  }
  
  .carousel-control-prev-icon {
    background-image: url("../img/master/left-arrow.svg");
  }
  
  .carousel-control-next-icon {
    background-image: url("../img/master/right-arrow.svg");
  }
  
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  
  .carousel-indicators .active {
    opacity: 1;
    background-color: #eec344;
  }
  
  .btn-more {
    margin-top: 1.5rem;
  }
 
  
  
  .front-layers {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    margin-top: -180px;
    z-index: 3;
    position: relative;
  }
  
  .front-layers .row {
    margin: 0px;
  }
  
  .thumbnail-col {
    background-image: url("../img/images/contact-home.jpg");
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .thumbnail-col:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #e31e24, #e31e24);
    opacity: 0.6;
  }
  
  .info-layer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    width: 100%;
  }
  
  .if-icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
  }
  
  .if-icon img {
    width: 100%;
  }
  
  .if-caption {
    width: auto;
  }
  
  .if-caption h4 {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
  }
  
  .if-caption span {
    font-weight: 600;
  }
  
  .layer-col {
    padding: 2rem 1.5rem;
    background-color: #fff;
  }
  
  .layer-col .span-schedule {
    margin-top: 20px;
  }
  
  .layer-col .span-schedule .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0rem;
    margin-bottom: -1px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #516163;
  }
  
  .layer-col .span-schedule .list-group-item .badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #516163;
    font-weight: 400;
  }
  
  .layer-col .span-schedule .list-group-item a {
    color: #516163;
    text-decoration: none;
    transition: 0.6s;
  }
  .form-col {
    padding: 2rem 1.5rem;
    background-color: #e31e24;
  }
  
  .form-col .row .col-md-6 {
    padding: 0px;
    padding-right: 10px;
  }
  
  .form-col h3 {
    margin-bottom: 1rem;
    color: #fff;
  }
  
  .layer-contact {
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f7fafa;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px 0px;
    transition: 0.6s;
    border-radius: 0px;
    border-radius: 20px;
  }
  .home-about {
    padding-right: 1rem;
  }
  
  .home-about h2 {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .home-about p {
    margin-bottom: 1.5rem;
  }
  
  .home-about h5::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f58d";
    color: #e31e24;
    margin-right: 10px;
  }
  
  .home-about h5 {
    color: #ddd;
  }
  
  .home-about-img img {
    width: 100%;
  }
  
  .ha-bullets p {
    margin-bottom: 0px;
    line-height: 2.5;
  }
  
  .bullets-left p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #e31e24;
    margin-right: 10px;
  }
  
  .bullets-right p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #e31e24;
    margin-right: 10px;
  }
  
  .bullets-left {
    float: left;
  }
  
  .bullets-right {
    float: right;
  }
  .services-carousel .slide .service-box {
    margin: 10px;
  }
  
  .parallax-section {
    background-image: url("../img/images/home-care.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .parallax-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #fff, #fff);
    opacity: 0.3;
  }
  
  .parallax-label {
    background-color: #fff;
    border-left: solid 5px #e31e24;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
  }
  
  .parallax-label h2 {
    font-style: italic;
  }
  
  .parallax-label p {
    margin-bottom: 1rem;
  }
  .fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-map-marker:before {
    content: "\f041"
}      

p {
  text-align: justify !important;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #8c8c9e;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}


html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  body {
    margin: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  a {
    background-color: transparent;
  }
  b,
  strong {
    font-weight: bolder;
  }
  img {
    border-style: none;
  }
  button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
body{
	margin: 0;
	background: transparent;
	transition: background .3s, padding .3s;
}
.main-nav{
    padding: 15px 0px 8px;
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 4px -6px #333;
	   -moz-box-shadow: 0 4px 4px -6px #333;
	        box-shadow: 0 4px 4px -6px #333;
}

.main-nav .container{
    padding: 0px;
}

#navbar {
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 50px;

}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: transparent;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.align-to-right {
    float: right;
  }
  
  .nav-header {
    float: left;
    margin-top: -2px;
  }
  .nav-logo > img {
    height: 90px; 
    padding: 0 15px;
    float: left;
  }
  .nav-toggle {
    width: 30px;
    height: 130px;
    padding: 6px 2px 0;
    position: absolute;
    top: 8%;
    right: 15px;
    display: none;
    cursor: pointer;
  }
  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer;
  }
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
  }
  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
  }
  .nav-menu > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 19px;
    color: #333;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #333 #333 transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }
  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
  }
  .nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
  }
  .nav-menus-wrapper{
	overflow-x: hidden;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #f2f2f2;
}

.loader2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader {
  max-width: 150px;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
  transform-origin: 170px 170px;
  will-change: transform;
}

circle:nth-of-type(1) {
  stroke-dasharray: 550px;
}

circle:nth-of-type(2) {
  stroke-dasharray: 500px;
}

circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}

circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}

circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-check:before {
  content: "\f00c";
}