/* ==============================
    Miscellaneous
============================== */

body {
    background-color: #FFF6F6;
    background-position: 0 0, 90px 790px;
    background-repeat: repeat, no-repeat;
    color: #120f10;
    font-family: 'Baloo 2', cursive;
    font-weight: 500;
    font-size: 14px;
}

::-moz-selection {
    color: #fff;
    background: #DF1E26;
}

::selection {
    color: #fff;
    background: #DF1E26;
}

::-webkit-scrollbar {
    background-color: #d9d9d9;
    border-radius: 5px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

button:focus,
.btn:focus,
input:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

a {
    color: #DF1E26;
}

a:hover,
a:focus,
a:active {
    color: #DF1E26;
    text-decoration: none;
}

dl,
ol,
ul,
p {
    margin-bottom: 0
}

.p-text {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    line-height: 22px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}


.btn {
    border: none;
    border-radius: 6px;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #DF1E26;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #A81318;
    color: #fff
}

.bottom40 {
    bottom: 40px !important;
}

.gutters-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.gutters-10>[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutters-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutters-20>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.align-x,
.header-dropdown-menu,
.header-dropdown-menu::before,
.header-logo,
.site-header-alt .header-search {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.align-y,
.header-nav-right .nav>li:after,
.mbl-all-cat-link::after,
.hdm-display .hdm-item-active::after,
.hdm-display .hdm-item-view-all::after,
.snc-col .sprt,
.fwp-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.align-xy,
.landing-footer-to-top a,
.footer-social-links li a .sprt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-visit-store {
    border-radius: 30px;
    font-size: 14px;
    padding: 12px 27px 15px;
    line-height: 20px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transform: scale(1);
    -webkit-animation: btn-visit-blinker 1s linear infinite;
    animation: btn-visit-blinker 1s linear infinite;
}

@-webkit-keyframes btn-visit-blinker {
    50% {
        opacity: 0.8;
        transform: scale(1.12);
    }
}

@keyframes btn-visit-blinker {
    50% {
        opacity: 0.8;
        transform: scale(1.12);
    }
}

/* ==============================
    Site hero section
============================== */

.full-height {
    height: 100vh;
    min-height: 700px;
}

.site-hero {
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    width: 100%;
    position: relative;
}

.bg-section {
    padding: 0;
    transition: all .5s ease;
    overflow: hidden;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    width: 100%;
    position: relative;
}

.bg-section img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bg-text {
    font-size: 60px;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.site-hero-h {
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.site-hero .heading {
    font-family: 'Bebas Neue', cursive;
}

.site-hero-h .heading-employee {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
}

.site-hero-h .heading-bussines {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
}

.head-text {
    color: #DF1E26 !important;
}

.site-hero .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.site-hero.overlay:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    height: 100vh;
    min-height: 700px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bg-hero {
    background-color: #DF1E26;
    position: relative;
    height: 100%;
}

.bg-image {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.hero-text {
    font-size: 40px;
    color: #000;
    /* text-shadow: 0.1em 0.1em 0.5em rgb(0 0 0 / 50%); */
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    letter-spacing: 5px;
}

.site-hero.inner-page {
    height: 50vh;
    min-height: 700px;
}

.site-hero.inner-page.overlay:before {
    height: 50vh;
    min-height: 700px;
}

.site-hero-inner {
    height: 100vh;
    min-height: 850px;
}

.site-hero-inner-h {
    height: 100vh;
}

.site-hero-inner .heading {
    font-size: 60px;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-hero-inner .heading {
        font-size: 40px;
    }
}

.site-hero-inner .sub-heading {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .site-hero-inner .sub-heading {
        font-size: 18px;
    }
}

.inner-page .site-hero-inner {
    height: 50vh;
    min-height: 700px;
}

.page-inside .site-hero-inner,
.page-inside {
    height: 70vh;
    min-height: 500px;
}

.page-inside.overlay:before {
    height: 70vh;
    min-height: 500px;
}

.menu-open .site-menu-toggle span {
    background: #000;
}

.abt-org-col {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.abt-org-col:hover .sbc-banner-overlay {
    opacity: 1;
}

li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.site-header {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

/* ==============================
    Header
============================== */

.site-header-alt {
    margin-top: 0;
}

.main-header {
    margin: 10px 0;
    position: absolute;
    z-index: 1;
}

.site-header-alt .header-logo {
    position: static;
    display: inline-block;
    margin: 35px 0 0 50px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.login-btn {
    position: absolute;
    display: inline-block;
    margin: 75px 75px 0 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: 600;
}

.site-header-alt .logo-p {
    padding: 65px 65px 65px 47px;
}

.header-logo img {
    margin: 0 auto;
}


html,
body {
    height: 100%;
}

.banner-logo {
    left: 12%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 120px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}

.mouse-down {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mouse-down {
    border: 2px solid #fff;
    border-radius: 25px;
    bottom: 100px;
    height: 60px;
    width: 33px;
    z-index: 1;
    cursor: pointer;
}

.mouse-down .chevron {
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
    height: 3px;
    left: 4px;
    opacity: 0.1;
    position: absolute;
    top: 16px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    width: 20px
}

.mouse-down .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite
}

.mouse-down .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite
}

.mouse-down .chevron:before,
.mouse-down .chevron:after {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%
}

.mouse-down .chevron:before {
    border-radius: 5px 0 0 5px;
    left: 2px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.mouse-down .chevron:after {
    border-radius: 0 5px 5px 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: 2px
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 0.5
    }

    33.3% {
        opacity: 0.8;
        -webkit-transform: translateY(0.5rem) scale(0.8);
        transform: translateY(0.5rem) scale(0.8)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(1rem) scale(1);
        transform: translateY(1rem) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2rem) scale(0.3);
        transform: translateY(2rem) scale(0.3)
    }
}

@keyframes move-chevron {
    25% {
        opacity: 0.5;
    }

    33.3% {
        opacity: 0.8;
        -webkit-transform: translateY(0.5rem) scale(0.8);
        transform: translateY(0.5rem) scale(0.8)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(1rem) scale(1);
        transform: translateY(1rem) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2rem) scale(0.3);
        transform: translateY(2rem) scale(0.3)
    }
}

/* ========================================
   Technology Page
   ======================================== */

.mobi-section-alt {
    background-color: #fff;
    padding: 100px 0;
}

.head-line {
    position: relative;
    background-color: #000000;
    height: 3px;
    width: 16%;
    margin-left: 42%;
    margin-top: 10px;
}

.head-line::before {
    position: absolute;
    content: ' ';
    background-color: #D01E26;
    height: 3px;
    width: 50%;
    right: 25%;
}

.mobi-section-alt1 {
    padding: 100px 0;
}

.mobi-section {
    background-color: #FFF6F6;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
}

.mobi-section1 {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.mobi-img {
    background-color: #D81E26;
    border-radius: 20px;
    padding: 10px 30px;
    text-align: center;
}

.mobi-text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top1-60 {
    margin-top: -60px;
}

.pad-col {
    padding: 0px 40px;
}

.mar-col {
    padding: 15px;
}

.image-centre {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.tech-section {
    margin-top: 30px;
}

.tech-section1 {
    margin-top: 30px;
}

.tech-heading {
    color: #000;
    text-align: center;
}

.tech-heading h3 {
    font-size: 40px;
    font-weight: 700;
}


.heading-light {
    font-size: 40px;
    font-weight: 300;
}

.tech-pera {
    text-align: left !important;
}

.tech-pera ul {
    color: #777777;
    font-size: 18px;
    line-height: 27px;
}

.tech-pera h2 {
    color: #000000;
    font-weight: 700;
}

.tech-pera p {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: -5px 0 20px 0;
}

.tech-content {
    display: flex;
    align-items: center;
    height: 100%;
}

/* ========================================
   Testimonial
   ======================================== */

.testimonial {
    background-color: #FFF6F6;
    height: 460px;
    text-align: center;
    padding: 50px 30px;
    margin: 40px 15px 0px;
    position: relative;
    border-radius: 10px;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description {
    font-size: 15px;
    color: #555555;
    margin-bottom: 30px;
}

.testimonial .testimonial-content {
    width: 80%;
    /* left: 0; */
    position: absolute;
}

.testimonial .pic {
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .title {
    display: block;
    font-size: 14px;
    color: #555555;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}

.midle-line {
    position: absolute;
    background: #000;
    height: 75%;
    width: 1px;
    left: 50%;
}


/* ========================================
   Site Footer
   ======================================== */

.site-footer {
    padding-top: 50px;
}

.footer-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.footer-section {
    margin-top: 50px;
    padding-bottom: 2.5em;
}

.social-links {
    color: #ffffff;
    font-size: 1.6em;
}

.social-links:hover {
    color: #000000;
    font-size: 1.6em;
}

.footer-social-links {
    padding-top: 5em;
}

.footer-social-links li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    position: relative;
    font-weight: 900;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    background: #000000;
}

.footer-social-links li a:hover {
    background: #ffffff;
}

.site-footer .footer-social-links {
    justify-content: left;
    padding-top: 0;
}


.footer-copyright {
    padding: 20px 0 30px 0;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.footer-copyright-span {
    color: #000;
}



/* ==============================
    Responsiveness
============================== */

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1220px
    }
}

@media screen and (min-width: 1600px) {
    body {
        background-position: 0 0, 300px 750px;
    }
}

@media screen and (min-width: 1920px) {
    body {
        background-position: 0 0, 420px 750px;
    }
}

@media (max-width: 1280px) {
    body {
        background-position: 0 0, 80px 680px;
    }
}

@media (max-width: 1199px) {
    .fh-carousel-item>div {
        width: 62%;
    }

    .site-header-alt .header-search .form-control {
        width: 87%;
    }

    .snc-col .snc-contnt {
        width: 70%;
        margin-left: 30%;
    }

    .snc-col .snc-title {
        text-transform: capitalize
    }

    .snc-col .snc-desc {
        font-size: 12px
    }

    .wtsnew-content .fh-carousel-item>img {
        max-width: 50px;
    }

    .fwp-col {
        padding: 20px 0 0;
    }

    .fwp-icon {
        position: static;
        margin-bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .fwp-col-cntnt {
        margin-left: 0;
        width: 100%;
    }

    .footer-links-list {
        margin-bottom: 20px;
    }

    .footer-newsletter {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {

    .banner-logo {
        left: 50%;
        top: 200px;
    }

    .head-line {
        width: 30%;
        margin-left: 35%;
    }

    .mouse-down {
        bottom: 35px;
    }

    .header-nav-right .nav>li:after {
        height: 24px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header-dropdown-menu-wrap .dropdown-toggle::after {
        display: none;
    }

    .header-logo {
        position: relative;
        left: 10px;
        top: -9px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .mobi-section-alt1 {
        padding: 60px 0;
    }

    .mobi-section-alt {
        padding: 60px 0;
    }

    .login-btn {
        margin: 58px 75px 0 0;
    }

    .site-footer {
        padding-top: 0px;
    }


}

@media (max-width: 767px) {

    .banner-logo {
        left: 45%;
        top: 145px;
    }

    .head-line {
        width: 40%;
        margin-left: 30%;
    }

    .m-top-60 {
        margin-top: 0px;
    }

    .m-top1-60 {
        margin-top: 0px;
    }

    .site-header-alt .header-logo {
        margin: 20px 0 0 20px !important;
    }

    .login-btn {
        margin: 40px 30px 0 0;
        font-size: 16px;
    }


    .pad-col {
        padding: 0px 15px;
    }

    .image-centre {
        height: auto;
    }

    .sbc-banner {
        margin-bottom: 20px
    }


    .mobi-section1 {
        margin: 15px;
    }

    .mobi-section-alt1 {
        padding: 50px 0;
    }

    .mobi-section-alt {
        padding: 50px 0;
    }

    .site-footer {
        padding-top: 0px;
    }

    .testimonial {
        height: 500px;
    }

}

@media (max-width: 575px) {}