/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #212529;
    background-color: #FFF;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #212529;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #b40000;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 0px;
    background: #b40000;
    transition: 400ms;
}

.scrollup:hover {
    color: #fff;
    background: #b40000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 30px 0px 30px 0px;
}

.padding-3 {
    padding: 150px 0px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 0px;
    transition: 400ms;
}

.btn:focus {
    box-shadow: none !important;
}

.bg-light {
    background-color: rgb(241, 241, 241) !important;
}

.bg-light-pattern {
    background: url(../images/bg-light.jpg) !important;
}

.form-control {
    border-radius: 0px;
}


/*header CSS*/

.header-wrapper {
    display: block;
    width: 100%;
    padding: 5px 0px;
    z-index: 99;
    transition: 400ms;
    background-color: #212529;
    border-top: 5px solid #b40000;
}

.navbar-brand {
    width: 320px;
}

@media screen and (max-width: 992px) {
    .navbar-brand {
        width: 220px;
    }
    .navbar-toggler {
        color: #FFF;
        box-shadow: none !important;
    }
}

.nav-item {
    margin-right: 5px;
}

.nav-link {
    display: inline-block;
    padding: 5px 15px !important;
    border-radius: 20px;
    color: #f0f0f0;
}

.nav-link:hover {
    color: #FFF;
    background: rgba(239, 239, 239, 0.4);
}

.nav-link.active {
    color: #111 !important;
    background: rgba(239, 239, 239, 0.9);
}

.nav-link:focus {
    color: #FFF !important;
}

.social-media {
    display: block;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    display: block;
    margin-left: 10px;
}

.social-media ul li a {
    color: #FFF;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-media ul li a:hover {
    color: #FFF;
    background: rgba(48, 48, 48, 0.7);
}


/*Start Slider wrapper*/

.slider-wrapper {
    position: relative;
}

.slider-container {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
}

.slider-content {
    display: block;
    color: #FFF;
    padding: 30px;
    background-color: #212529;
}

.slider-content h1 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-content h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-content p {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}

.swtich-item {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #cd0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 500;
    right: 25vh;
    bottom: -37px;
    z-index: 9;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.swtich-item:hover {
    color: #FFF;
}

@media screen and (max-width: 992px) {
    .slider-container {
        position: relative;
        height: auto;
        padding: 150px 0px 30px;
        display: flex;
        align-items: center;
    }
    .slider-content h1 {
        display: block;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .slider-content h2 {
        display: block;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .slider-content p {
        font-size: 16px;
    }
}


/*End Slider wrapper*/

.default-content {
    display: block;
}

.default-content h2 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.default-content h3 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.default-content h4 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.default-content h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.default-content h6 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.default-content p {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
}

.dark-shadow {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.dark-shadow-light {
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.certification {
    display: block;
    padding: 50px 20px;
    background: #FFF;
    border: 10px solid #212529;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.certification img {
    height: 25vh;
    object-fit: contain;
}

.icons {
    width: 100px;
    height: 100px;
    border: 3px solid #cd0000;
    color: #cd0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.gallery-card {
    display: block;
    margin-bottom: 30px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
    display: block;
    object-fit: cover;
    height: 280px;
}

@media screen and (max-width: 992px) {
    .certification {
        margin-bottom: 30px;
    }
    .images-card {
        margin-bottom: 30px;
    }
    .mobile-margin {
        margin-bottom: 30px;
    }
}


/* end main content */


/* footer wrapper */

.footer-wrapper {
    display: block;
    padding: 70px 0px;
    background-color: #212529;
}

.footer {
    display: block;
    color: #FFF;
}

.footer h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer h5 i {
    margin-right: 5px;
}

.footer p {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
        text-align: center;
    }
}


/* end footer wrapper */