body, html {
    height: 100%;
    margin: 0;
    font-size: 14px;
}

.main-page-img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.dropdown-custom {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-custom:hover .dropdown-content {
    display: block;
}

.dropdown-custom-item {
    list-style-type: none;
    padding-top: 10px;
    width: 20px;
    transition: transform 2s;
    cursor: pointer
}

    .dropdown-custom-item :hover {
        transform: scale(1.3);
    }


@media (max-width: 600px) {
    #myTopnav {
        display: none
    }

    .container-fluid {
        justify-content: flex-start !important
    }

    .menu__btn {
        display: block !important;
    }
}


#menu__toggle {
    opacity: 0;
}

    #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
    }

        #menu__toggle:checked + .menu__btn > span::before {
            top: 0;
            transform: rotate(0deg);
        }

        #menu__toggle:checked + .menu__btn > span::after {
            top: 0;
            transform: rotate(90deg);
        }

    #menu__toggle:checked ~ .menu__box {
        left: calc(100% - 300px) !important;
    }

.menu__btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
    display: none;
}

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
    }

        .menu__btn > span::before {
            content: '';
            top: -8px;
        }

        .menu__btn > span::after {
            content: '';
            top: 8px;
        }

.menu__box {
    z-index: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

    .menu__item:hover {
        background-color: #CFD8DC;
    }


.banner-bg-img {
    min-width: 100%;
    min-height: 50vh;
    max-width: 100%;
    max-height: 70vh;
    object-fit: cover;
}
.overlay-after-poster {
    margin-top: -50px;
}
@media (min-width: 320px) {
    .overlay-after-poster {
        margin-top: -65px!important;
    }
}
@media (min-width: 400px) {
    .overlay-after-poster {
        margin-top: -85px !important;
    }
}
@media (min-width: 576px) {
    .overlay-after-poster {
        margin-top: -110px!important;
    }
    .twocarsrow {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .overlay-after-poster {
        margin-top: -145px !important;
    }
    .twocarsrow {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .overlay-after-poster {
        margin-top: -190px !important;
    }
    .twocarsrow {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    .overlay-after-poster {
        margin-top: -260px !important;
    }
    .twocarsrow {
        margin-top: 180px;
    }
}

@media (min-width: 1340px) {
    .overlay-after-poster {
        margin-top: -296px !important;
    }
    .twocarsrow {
        margin-top: 300px;
    }
}



/*** 

====================================================================
  Service section
====================================================================

 ***/
#service-section {
    background: #232a34;
    padding: 80px 0;
}

    #service-section .theme-title h2,
    #service-section .theme-title p {
        color: #fff;
    }

    #service-section .row {
        margin: 15px 0 0 0;
    }

        #service-section .row [class*="col-"] {
            padding-top: 25px;
        }

    #service-section .single-service-content {
        border: 1px solid #808489;
        text-align: center;
        margin-bottom: 20px;
        padding: 118px 23px 65px 23px;
        overflow: hidden;
    }

        #service-section .single-service-content p {
            -webkit-transition-delay: 0.3s; /* Safari */
            transition-delay: 0.3s;
            opacity: 0;
            -webkit-transform: translate3D(0,200px,0);
            -moz-transform: translate3D(0,200px,0);
            -ms-transform: translate3D(0,200px,0);
            -o-transform: translate3D(0,200px,0);
            transform: translate3D(0,200px,0);
        }

        #service-section .single-service-content .icon-heading {
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            top: 120px;
        }

            #service-section .single-service-content .icon-heading .icon {
                font-size: 135px;
                color: #808489;
                width: 200px;
                margin: 0 auto;
                background: #232a34;
            }

            #service-section .single-service-content .icon-heading a {
                color: #808489;
                text-transform: capitalize;
                margin-top: 33px;
            }

        #service-section .single-service-content:hover .icon-heading {
            top: -10px;
        }

        #service-section .single-service-content:hover p {
            opacity: 1;
            color: #fff;
            -webkit-transform: translate3D(0,0,0);
            -moz-transform: translate3D(0,0,0);
            -ms-transform: translate3D(0,0,0);
            -o-transform: translate3D(0,0,0);
            transform: translate3D(0,0,0);
        }

.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: cover;
}

.icon-bike:hover,
.icon-bike:focus {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
/*** 

====================================================================
  Page Middle Banner
====================================================================

 ***/
.page-middle-banner {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 70px;
    margin-bottom: 70px;
}

    .page-middle-banner .opacity {
        background: rgba(0,0,0,0.8);
        text-align: center;
        padding: 134px 0 137px 0;
    }

        .page-middle-banner .opacity h3 {
            color: #fff;
            margin-bottom: 25px;
        }

        .page-middle-banner .opacity a {
            width: 200px;
            line-height: 45px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            border-width: 1px;
        }

@keyframes opacity {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0.1;
    }

    20% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.7;
    }

    80% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    max-height: 70%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

    #bg-video::-webkit-media-controls {
        display: none !important;
    }

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .main-banner .caption h6 {
        margin-top: 0px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
    }

    .main-banner .caption h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
    }

        .main-banner .caption h2 em {
            font-style: normal;
            color: #f5a425;
            font-weight: 900;
        }

    .main-banner .caption p {
        color: #fff;
        font-size: 14px;
        max-width: 570px;
    }

    .main-banner .caption .main-button-red {
        margin-top: 30px;
    }

@media screen and (max-width: 767px) {

    .main-banner .caption h6 {
        font-weight: 500;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }
}


/* Meeting item column */
.templatemo-item-col {
    width: 31%;
}

@media (max-width: 992px) {
    .templatemo-item-col {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .templatemo-item-col {
        width: 100%;
    }
}

.z-index-1{
    z-index:1;
}

.accordion-button:not(.collapsed) {
    color: #ff4640 !important;
    background-color: #fff1f1!important;
}
.accordion-button {
    font-size: 23px;
}
.accordion-body {
    font-size: 20px;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%);

}