body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
}

p {
    line-height: 25px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.navbar {
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.bg-dark {
    background: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent);

}

header ul li {
    display: inline;
}

header ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

header ul li a:hover {
    color: #000;
}

header .bi {
    font-size: 15px;
}

.top-social li a {
    margin-left: 10px;
}

.navbar-nav .nav-link {
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e61b21;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Open Sans', sans-serif;
    z-index: 99;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
}

.banner-title h1 {
    font-weight: 700;
    color: #e61b21;
    font-size: 4em;
    -webkit-text-stroke: 2px #fff;
}

.banner-title h2 {
    font-size: 3em;
    font-weight: 700;
    color: #000;
    -webkit-text-stroke: 1.2px #fff;
}

.v-tour a {
    background: #e61b21;
    margin-left: auto;
    color: #fff !important;
    border-radius: 30px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #e61b21;
}

.banner-title i {
    font-size: 50px;
}

main {
    clear: both;
}

.btn-success {
    background: #fff;
    color: #e61b21;
    border: 1px solid #e61b21;
    border-radius: 30px;
    font-size: 16px;
}

.btn-success:focus,
.btn-success:hover {
    background: #e61b21;
    border: 1px solid #e61b21;
    color: #fff;
}

section {
    padding: 100px 0;
}

.about {
    background: #f6f6f6;
    padding-bottom: 15em;
}

.heading h5 {
    color: #e61b21;
}

.heading {
    font-family: 'Open Sans', sans-serif;
}

.heading h2 {
    font-weight: 700;
}

.heading {
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 15px;
    font-size: 48px;
}

.heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8px;
    background: #f3464f;
    height: 8px;
    border-radius: 100%;
}

.heading h2::before {
    left: calc(50% - 90px);
}

.heading h2::after {
    right: calc(50% - 90px);
}

.heading h2::before,
.heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #f3464f;
}

.feature p {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.text-success {
    color: #14c817 !important;
}

.feature ul li:nth-child(1) {
    border-left: 3px solid #0d6efd;
    padding: 0 10px;
}

.feature ul li:nth-child(2) {
    border-left: 3px solid #ffc107;
    padding: 0 10px;
}

.feature ul li:nth-child(3) {
    border-left: 3px solid #14c817;
    padding: 0 10px;
}

.remote {
    background: url(../images/remote-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    z-index: -9;
    color: #fff;
}

.remote::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
}

.remote h1 {
    font-weight: 500;
    color: #fff;
    -webkit-text-stroke: 1.5px #fff;
    font-size: 45px;
    padding-bottom: 50px;
}

.remote h6 {
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
}

.spec h4 {
    font-weight: 600;
}

.spec i {
    font-size: 20px;
    color: #14c817;
    float: left;
    margin-right: 0;
    width: 10%;
}

.spec ul li {
    font-size: 18px;
    float: left;
}

.spec span {
    float: left;
    width: 90%;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #fff;
    color: #333;
    border: 1px solid #bbb;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
}

/* imghvr-flip-diag-1
----------------------------- */

.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover>img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
----------------------------- */

[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
    background: transparent;
    position: absolute;
    content: '';
    transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.105s;
}

/* imghvr-shutter-out-diag-1
----------------------------- */

.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    text-decoration: none;
    transition: all 0.5s;
}

.item {
    margin: 0 5px;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #ff2b48;
    color: #fff;
    transition: all 0.5s;
}

.back-to-top i:hover {
    background: #ff2b48;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
}

figcaption i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

figcaption a {
    color: #fff;
}

.owl-carousel i {
    font-size: 35px;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #000 !important;
    outline: none;
}

.remote-desc ul li {
    font-size: 18px;
}

.remote-desc i {
    font-size: 20px;
    color: #14c817;
    margin-right: 0;
    width: 10%;
}

.home-features {
    background: #effcef;
}

.h-feature {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ace3ad;
    border-radius: 10px;
    transition: all 0.5s;
}

.h-feature:hover {
    border: 1px solid #333;
    margin-top: -10px;
    transition: all 0.5s;
}

.services {
    border: 1px solid #4b4b4b;
    border-radius: 10px;
    transition: all 0.5s;
}

.services h4 {
    color: #000;
    font-size: 20px;
}

.services:hover {
    border: 1px solid #e61b21;
    transition: all 0.5s;
}

.services:hover h4 {
    color: #e61b21;
    transition: all 0.5s;
}

.contact {
    background: #f8f8f8;
}

.contact h6 {
    font-weight: 300;
}

.contact ul li {
    display: flex;
    font-size: 15px;
}

.contact ul li i {
    font-size: 25px;
    margin-right: 10px;
    color: #e61b21;
    display: inline-flex;
}

.contact ul li a {
    color: #000;
    text-decoration: none;
}

.contact ul li a:hover {
    color: #e61b21;
}

.forms {
    margin-top: 70px;
}

.form-control {
    height: 50px;
}

label {
    font-size: 16px;
}

.form-control::placeholder {
    font-size: 15px;
    font-weight: 300;
}

.btn-secondary {
    font-size: 18px;
    border-radius: 30px;
    background: #e61b21;
    border-color: #e61b21;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #fff;
    border-color: #e61b21;
    color: #e61b21;
    outline: none;
    box-shadow: none;
}

.testimonial-bg {
    position: absolute;
    top: 50%;
    left: 40%;
    background: #fff;
    padding: 50px 50px;
    border-radius: 20px;
    transform: translateY(-50%);
    border-left: 2px solid #e61b21;
    width: 50%;
}

.testimonial-bg p {
    font-size: 15px;
    line-height: 30px;
}

.testimonial-bg h6 {
    color: #e61b21;
}

footer {
    background: #101010;
    color: #fff;
    padding: 100px 0;
}

footer h4 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ff5d74;
}

footer h4::before {

    bottom: -1px;
    left: 0;
    width: 55px;
    height: 1px;
    background-color: #fc2a47;
    content: '';
    position: absolute;

}

/* footer h4::after{
    content: "";
    width:50px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 8px;
} */
footer p {
    color: #878787;
}

footer ul li a {
    color: #878787;
    text-decoration: none;
    line-height: 30px;
    transition: all 0.5s;
    line-height: 37px;
}

footer i {
    font-size: 22px;
}

footer ul li a:hover {
    color: #e61b21;
    transition: all 0.5s;
    margin-left: 10px;
}

.footer-reach ul li {
    display: flex;
    color: #878787;
}

.copyright {
    border-top: 1px solid #2c2c2c;
}

.copyright p {
    font-size: 13px;
}

.copyright p a {
    color: #878787;
}

.copyright p a:hover {
    color: #e61b21;
}

.footer-social li {
    float: left;
    margin-right: 15px;
    transition: all 0.5s;
}

.footer-social li i {
    font-size: 20px;
    color: rgb(68, 68, 68);
}

.footer-social li:hover {

    margin-top: -8px;
    transition: all 0.5s;
}

.footer-social li a:hover {
    margin-left: 0;
}

.test-txt {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 38px;
    color: #f73e20;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
}

.fixed-top.navbar {
    width: 100%;
    margin: auto;
    animation: slide-down 0.7s;
    transition: all 0.5s;
    background: #fff;
    background-color: #fff !important;
    z-index: 9999;
    border-bottom: 1px dashed #8c8c8c;
}

.fixed-top .navbar-nav {
    padding-left: 20px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-body h4 {
    font-weight: 500;
    font-size: 18px;
}

.modal-body ul li {
    margin-bottom: 15px;
}

.modal-body ul li::marker {
    color: #e61b21;
}

.modal-body b {
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.item1 {
    border: 1px solid #f8afb1;
    color: #333;
    border-radius: 10px;
}

.item1 h5 {
    color: #000;
}

.inside-banner {
    background: url(../images/inside-bann.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 -6em;
}

.thank-you {
    background: url(../images/thanku.jpg) no-repeat;
    background-position: 0 -20em;
}

.btn-dark {
    border-radius: 30px;
}

.download i:before {
    font-size: 20px;
    vertical-align: top;
}

.whatsapp {
    position: fixed;
    right: 4.5em;
    bottom: 1em;
    z-index: 999;
}

.beer-slider {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 9;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
    box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
    vertical-align: bottom;
}

.beer-slider>* {
    height: 100%;
}

.beer-slider>img {
    width: 100%;
    height: 100vh;
}

.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

.beer-reveal> :first-child {
    width: 200%;
    max-width: none;
    height: 100%;
}

.beer-reveal>img:first-child {
    height: auto;
}

.beer-range {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 300vh;
}

.beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh;
}

.beer-range::-ms-tooltip {
    display: none;
}

.beer-handle {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    bottom: 10%;
    left: 50%;
    transform: translate3d(-50%, -10%, 0);
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

.beer-handle:before, .beer-handle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: solid 2px;
    border-left: solid 2px;
    transform-origin: 0 0;
}

.beer-handle:before {
    left: 10px;
    transform: rotate(-45deg);
}

.beer-handle:after {
    right: 0;
    transform: rotate(135deg);
}

.beer-range:focus~.beer-handle {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
    opacity: 1;
}

.lrKTG>.Dq4amc {
    display: none !important;
}


/* Responsive */
@media (max-width:768px) {
    .banner-title h1 {
        font-size: 3em;
    }

    .beer-reveal>img:first-child {
        height: 100% !important;
    }

    .navbar-brand img {
        width: 70px;
    }

    .banner-title h1,
    .banner-title h2 {
        font-size: 2.6em;
        -webkit-text-stroke: 0;
        text-shadow: 2px 2px 5px #fff;
    }

    .banner-title {
        background: rgba(255, 255, 255, 0.5);
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .feature h4 {
        font-size: 18px;
    }

    .feature p {
        font-size: 14px;
    }

    .remote h1 {
        font-size: 35px;
    }

    .item {
        height: 100%;
    }

    .btn-secondary {
        font-size: 16px;
    }

    .testimonial-bg {
        width: 80%;
        position: absolute;
        transform: none;
        left: 50%;
        top: 40%;
        transform: translateX(-50%);
    }

}

@media (max-width:600px) {
    .navbar-dark .navbar-toggler {
        color: #000;
        border-color: transparent;
        font-size: 20px;
        padding: 0;
    }

    .banner-title {
        top: 32%;
    }

    .banner-title {
        position: inherit;
        top: inherit;
        transform: none;
        margin-top: 130px;
    }


    .inside-banner {
        background-position: 0 -8em;
        height: 345px;
    }

    .navbar-dark .navbar-toggler i {
        font-size: 30px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler:focus i {
        color: #e61b21;
    }

    .navbar-nav {
        margin-top: 12px;
    }



    .v-tour {
        width: max-content;
    }

    .beer-slider>img {
        height: 100% !important;
    }

    .mob-add {
        margin-top: 50px;
    }

    section {
        padding: 50px 0;
    }

    .banner-title h2,
    .banner-title h1 {
        font-size: 28px;
    }

    .about {
        padding-bottom: 7em;
    }

    .remote h1 {
        padding-bottom: 0;
        font-size: 30px;
    }

    .spec {
        margin-top: 50px;
    }

    .test-txt {
        font-size: 25px;
    }

    .testimonial-bg {
        position: inherit;
        transform: none;
        width: 100%;
        margin-top: 50px;
    }

    .services img {
        width: 30%;
    }

    .item {
        display: table-row;
    }

}

@media (max-width:480px) {
    .banner-title {
        margin-top: 60px;
    }

    .testimonial-bg {
        padding: 20px;
    }

    .download {
        margin-bottom: 10px;
    }

    header {
        background: #fff;
        border-bottom: 1px dashed #000;
        position: fixed;
        top: 0;
    }

    .container-fluid {
        width: 95%;
    }

    .banner-title h2, .banner-title h1 {
        font-size: 22px;
    }
}

@media (max-width:360px) {
    .navbar-brand img {
        width: 70px;
    }


    .banner {
        margin-top: 67px;
    }

    .banner-title {
        margin-top: 0;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-image: linear-gradient(rgba(255, 255, 255, 1), transparent);
    }

    .banner-title h2,
    .banner-title h1 {
        font-size: 18px;
    }

    .heading h2 {
        font-size: 20px;
    }

    .heading h5 {
        font-size: 16px;
    }

    .about {
        padding-bottom: 5em;
    }

    .remote {
        padding: 60px 0 0 0;
    }

    .remote h1 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .spec ul li,
    .remote-desc ul li,
    .remote h6 {
        font-size: 16px;
    }

    .home-features h1 {
        font-size: 25px;
    }

    .services h4 {
        font-size: 17px;
    }

    .contact h6 {
        font-size: 15px;
    }

    .btn-secondary {
        font-size: 15px;
    }

    footer h4 {
        font-size: 18px;
    }

    .copyright p {
        font-size: 12px;
    }

    .inside-banner {
        background-position: center -8em;
        height: 280px;
    }

    .item1 h5 {
        font-size: 16px;
    }

    .it-service h4 {
        font-size: 16px;
    }
}