body {
    font-size: 16px;
    color: #111;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}


/* default css */

.scrollup {
    position: fixed;
    color: #FFF;
    bottom: 100px;
    right: 0px;
    height: 50px;
    width: 45px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    line-height: 50px;
    padding: 0px 10px;
    background: #272727;
    border-color: #272727;
    overflow: hidden;
    display: none;
}

.scrollup:hover {
    color: #FFF;
    background: #111;
    border-color: #111;
}

.wrapper {
    position: relative !important;
    overflow: hidden;
    padding: 100px 0px;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.overflow {
    overflow: hidden;
}


.a-link {
    background-color: #111;
    padding: 5px 10px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}

.btn {
    border-radius: 10px !important;
    padding: 10px 20px;
    font-weight: 600;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 100px 70px;
}

.pos-img-1 {
    position: relative;
    height: 100%;
}

.rd-top {
    border-top-left-radius: 30px;
}

.bg-pattern {
    background: url(../images/shape1.svg);

}

.bg-primary {
    background-color: #d11b1a !important;
}

.btn-primary {
    background-color: #d11b1a !important;
    border-color: #d11b1a !important;
}

.btn-primary:hover {
    background-color: #c20808 !important;
    border-color: #c20808 !important;
}

@media screen and (max-width: 992px) {

    .wrapper {
        position: relative;
        padding: 50px 0px;
    }

    .padding-1 {
        padding: 50px 0px;
    }

    .padding-2 {
        padding: 50px 30px;
    }

    .mb-margin {
        margin-bottom: 30px;
    }

    .pos-img-1 {
        position: relative;
        height: 50vh;
    }


}

@media screen and (max-width: 992px) {
    .text-ab-1 {
        position: absolute;
        width: max-content;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        font-size: calc(1.625rem + 5vw);
        font-weight: 300;
        color: #d11b1a;
        line-height: none;
    }

}

/* end default css*/


/* Start Header CSS */
.header-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-brand {
    color: #111;
}

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

.nav-item {
    margin: 0px 10px;
}

.nav-link {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 10px !important;
    color: #333 !important;
    transition: all 300ms;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #000 !important;
}

.nav-link.active {
    color: #000 !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    overflow: hidden !important;
    background-color: #111 !important;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    color: #FFF !important;
    transition: 300ms;
}

.dropdown-item:hover {
    background-color: #f0f0f0 !important;
    color: #111 !important;
}

.dropdown-item.active {
    background-color: #f0f0f0 !important;
    color: #111 !important;
}

.phone-card {
    display: flex;
}

.navbar-expand-lg {
    padding: 5px 15px 5px 15px;
}

@media screen and (max-width: 1260px) {
    .nav-link {
        font-size: 13px;
        padding: 25px 5px !important;
    }

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

@media screen and (max-width: 992px) {
    .header-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 0px;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-item {
        margin: 0px 0px 5px;
        text-transform: uppercase;
    }

    .nav-link {
        font-size: 13px;
        padding: 5px 5px !important;
        font-weight: 600;
        border-top: 3px solid transparent;
        transition: all 300ms;
    }


    .navbar-toggler {
        box-shadow: none !important;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-bottom: 30px;
    }
}



/* End Header CSS */


/* Start Slider */
.slider-wrapper {
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.slider-container {
    position: relative;
    z-index: 99;
    height: 90vh;
    display: flex;
    align-items: end;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}

.slider-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}

.slider-overlay {
    background-color: #d11b1a;
}

@media screen and (max-width: 992px) {
    .slider-container {
        height: auto;
        padding-top: 400px;
    }
}

/* End Slider */


/* Start Main Content */

.sub-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
}

.listcard-1 {
    display: block;
    transition: 300ms;
}

.listcard-1 li {
    display: block;
    margin-bottom: 10px;
    transition: 300ms;
}

.listcard-1 li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    transition: 300ms;
}

.listcard-1 svg {
    margin-right: 5px;
    transition: 300ms;
}

.testimonials {
    position: relative;
    padding: 50px 40px;
}

.testimonials ul {
    display: flex;
}

.testimonials ul li {
    display: flex;
    width: 24px;
    margin-right: 10px;
}

.testimonials ul li img {
    width: 24px !important;
}

.google {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
}

.google img {
    width: 100%;
}

.author-card {
    display: flex;
    align-items: center;
}

#services-slider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    right: 10px;
    color: #111 !important;
    background-color: #FFF;
}

#services-slider .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    left: 10px;
    color: #111 !important;
    background-color: #FFF;
}

.d-flex-card {
    display: flex;
    align-items: start;
}

.icon-1 {
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    padding: 5px;
    background-color: #FFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.icon-1 img {
    filter: grayscale(100%);
}

.border-card {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.group2 img {
    height: 28vh;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 992px) {

    .testimonials {
        position: relative;
        padding: 40px 15px;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(5px);
    }

    .d-flex-card {
        flex-direction: column;
    }

    .icon-1 {
        transition: 300ms;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        padding: 5px;
        background-color: #FFF;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 15px;
    }

}

/* End Main Content */


/* footer */

.footer-wrapper {
    position: relative;
    padding: 70px 0px 0px;
    background-color: #000000;
}

.footer {
    position: relative;
    font-size: 14px;
}

.footer-img {
    position: relative;
    z-index: 5;
    width: 140px;
    background: url(../images/Shap-1.png) no-repeat center center;
    background-size: 100px;
}


.footer-img img {
    width: 140px;
}

.footer ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #FFF;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.footer p {
    font-weight: 500;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    list-style: none;
    display: block;
    margin-right: 15px;
}

.social-media ul li a {
    color: #fff;
    text-decoration: none;
    transition: 300ms;
}

.social-media ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.copy-wrapper {
    position: relative;
    padding: 70px 0px 30px;
}



/* end footer*/