body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}
.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}
.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #f70037 !important;
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}
.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #000000;
}
.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}
.navbar-brand span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 16px !important;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #f70037;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #f70037;
}
.slider-text .subheading {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    color: #f70037;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 800;
}
.slider-text h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Poppins", Arial, sans-serif;
}
.slider-text h1 span {
    color: #f70037;
}
.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
.btn.btn-primary {
    background: #f70037 !important;
    border: 1px solid #f70037 !important;
    color: #fff !important;
}
/* 2nd section */
.bg-gray {
    background-color: #f9f9f9;
}
.ftco-section {
    padding: 7em 0;
    position: relative;
}
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #979797;
}
::placeholder {
    font-weight: 500;
    color: #979797 !important;
}
.form-group {
    margin-bottom: 1rem;
}
/* 3rd section css */
.block-2 {
    margin-bottom: 0;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .block-2 {
        margin-bottom: 20px;
    }
}
.block-2:hover .back,
.block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block-2:hover .front,
.block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.block-2,
.block-2 .front,
.block-2 .back {
    width: 100%;
    height: 400px;
}
.block-2 .flipper {
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.block-2 .front,
.block-2 .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transition: 0.3s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.block-2 .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateX(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.block-2 .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.block-2 .front .box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.block-2 .front .box h2,
.block-2 .front .box p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.block-2 .front .box h2 {
    font-size: 20px;
    font-weight: 600;
}
.block-2 .front .box p {
    font-size: 12px;
}
.block-2 .back {
    background: #f70037;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.block-2 .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.block-2 .author .image {
    width: 40px;
}
.block-2 .author .image img {
    border-radius: 50%;
    max-width: 100%;
}
.block-2 .author .name {
    color: #fff;
    font-weight: 600;
}
.block-2 .author .position {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: normal;
}
@media (max-width: 991.98px) {
    .block-2 .back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .block-2 .front {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}
#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}
#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
/* section 4 */
.img,
.blog-img,
.user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ftco-consultation .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .8;
    background: #211f24;
}
.ftco-consultation ul li {
    font-size: 18px;
    font-weight: 600;
}
.ftco-no-pt {
    padding-top: 0 !important;
}
.ftco-no-pb {
    padding-bottom: 0 !important;
}
@media (min-width: 992px) {
    .ftco-consultation .overlay {
        width: 50%;
    }
}
/* section 5 */
.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.5);
}
.heading-section .subheading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #f70037;
}
.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}
.ftco-consultation .half h2 {
    font-weight: 600;
}
.consultation .form-control {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    height: 52px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.consultation ::placeholder {
    color: white !important;
}
/* footer css */
.ftco-footer {
    font-size: 16px;
    background: #222831;
    padding: 5em 0 3em 0;
}
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}
.ftco-footer .logo {
    font-size: 34px !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    line-height: 1;
}
.ftco-footer .logo a {
    color: #fff;
}
.ftco-footer .logo a span {
    color: #f70037;
    font-size: 16px !important;
    display: block;
}
.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}
.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}
.ftco-footer .ftco-footer-widget ul li a {
    color: #fff;
}
.ftco-footer .ftco-footer-widget ul li:hover a span {
    color: #f70037 !important;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}
.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #f70037;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}
.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}
.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ftco-footer .opening-hours h4 {
    color: #f70037;
    font-size: 16px;
}
.ftco-consultation {
    background-position: top center !important;
    position: relative;
}
@media (max-width: 1199.98px) {

    .hero-wrap {
        /* background-position: -50% 0%!important; */
        /* background-repeat: round; */
        background-size: cover;
    }
    .ftco-consultation ul li {
        font-size: 16px;
        font-weight: 600;
    }
}
@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #000000 !important;
        position: relative;
        top: 0;
    }
}