﻿@font-face{
    font-family:Lato-Bold;
    src:url(../Styles/fonts/Lato/Lato-Bold.ttf);
}
@font-face{
    font-family:Poppins-Regular;
    src:url(../Fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../Fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../Fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../Fonts/Poppins-SemiBold.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins-Regular;
   
}
.dropdown-toggle::after {
    visibility:hidden;
}
.home-page {
    background-color: #000;
}

.inner-page {
    background-color: #fff;
}

.nav-link {
    color:#000;
    font-size:clamp(14px,3vw,15px);
    gap:10px;
    text-align:center;
    text-transform:uppercase;
    font-family:Lato-Bold;
}
.nav-link:hover, .nav-link:focus {
    color:#f00;
}

.animated-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .animated-submit-btn:active {
        background: #ffd86f !important;
        color: #2c3216 !important;
    }

    .animated-submit-btn:hover {
        background: #fff !important;
        color: #7a0607 !important;
    }
@media(max-width:992px) {
    .nav-link {
        color: #000;
        font-size: 20px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
       
    }

        .nav-link:hover {
            color: #f00;
        }
}

#myTabContent {
    display: block !important;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #e02130;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #e02130;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #e02130;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(1) invert(1);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: block;
    }

    #floatingCart {
        display: none !important;
    }

    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}





input[type=radio]:checked {
    background-color: #e02130 !important;
    border: 2px solid #e02130 !important;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: cornflowerblue;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
#content-footer-bottom-pp{
    border-top:1px solid #000;
}

.swiper-pagination {
    bottom: 0px !important;
    right : 19px;
    width: 20px !important;
    text-align: center;
    height: 100%;
    left: auto !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 23px !important;
    display: inline-block !important;
    background-color: #222 !important;
   
    background-position: center -48px !important;
    border-radius: 10px !important;
    opacity: 0.9 !important;
    margin-bottom: 5px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px !important;
    height: 40px !important;
    display: inline-block;
   
    background-color: #E02130 !important;
    background-position: center 0px !important;
    
    border-radius: 10px !important;
}



.OnlineOrderBtn {
    padding: 10px 10px 8px 8px;
    color: #e02130;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s all;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    border: 1px solid #e02130;
}
    .OnlineOrderBtn:hover {
        color: #fff !important;
        transform: translateY(-4px);
        box-shadow: 0px 3px 6px #959595;
        background: #e02130;
    }
.Logo {
    position: relative;
    height: 60px;
    width: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Logo a {
        display: block;
        width: 160px;
        height: 150px;
        background: #fff;
        padding: 4px;
        border-radius: 11px;
    }

    .Logo img {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
@media(max-width: 992px) {
    .Logo {
        height:auto;
    }
    .Logo img{
        position:relative;
    }
}
.dropdown-menu {
    color: #fff;
    background-color: #e02130;
}
.dropdown-item {
   text-align:start;
    color: #fff;
    
}
    .dropdown-item:hover {
        background-color: #000;
        color: #fff;
        transition:0.3s ease-in-out;
    }

.Servicebtn {
    border-radius: 0px !important;
    padding: 6px 18px !important;
    color: #ffffff !important;
    border: 0px solid #e02130 !important;
    font-weight: bold !important;
    position: relative;
    z-index: 3;
    font-size: 18px !important;
    background-color: #e02130;
    transition: 0.4s all;
    
}
a {
    text-decoration: none !important;
}
.ServiceTitle {
    font-size: 23px;
    color: #e02130;
    font-family: 'Poppins-Bold';
    margin-bottom: 30px;
    margin-top: 21px;
}
.ServiceContent {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 33px;
}
.card {
    background-color:transparent;
}
.ServiceCard:hover {
        background-color: #e02130;
}
    .card:hover .ServiceTitle {
        color:#fff;
    }
    .card:hover .Servicebtn {
        background-color: #fff;
        color:#e02130 !important;
    }
.Servicebtn:hover {
    transform: translateY(-4px);
    box-shadow: 1px 3px 6px #5a2323;
}
.ServiceContainer1 {
    width: 93px;
    height: 76px;
    background: url(../Images/Services-Icon.png) no-repeat;
    background-position: 6px 3px;
}
.card:hover .ServiceContainer1 {
        background-position: 6px -77px;
}
.ServiceContainer2 {
    width: 93px;
    height: 76px;
    background: url(../Images/Services-Icon.png) no-repeat;
    background-position: -73px 3px;
}
.card:hover .ServiceContainer2 {
        background-position: -73px -77px;
}
.ServiceContainer3 {
    width: 93px;
    height: 76px;
    background: url(../Images/Services-Icon.png) no-repeat;
    background-position: -164px 3px;
}
.card:hover .ServiceContainer3 {
        background-position: -164px -77px;
}
.ServiceContainer4 {
    width: 93px;
    height: 76px;
    background: url(../Images/Services-Icon.png) no-repeat;
    background-position: -254px 3px;
}
.card:hover .ServiceContainer4 {
        background-position: -254px -77px;
}

.AboutTitle {
    font-family: Poppins-Bold;
    color: #e02130;
    font-size: 47px;
}

.AboutText {
    padding-top:16px;
    font-size:15px;
    font-family:Poppins-Regular;
    color:#3f3f3f;
    line-height:1.8;
}
.GalleryTitle {
    font-family:Poppins-Bold;
    font-size:47px;
    padding-bottom:45px !important;
}
.GalleryContainer {
    position:relative;
    top:-65px;
}
.LeftContainer {
    background:#e02130;

}
.TestimonialTitle {
    color: #fff;
    font-family: Poppins-Bold;
    font-size: clamp(30px,3vw,47px);
}
.TestimonialText {
    color: #fff;
    font-size: 14px;
}
.divTestimonialIcon {
    background: url(../Images/Testimonial-Icon-01.png) no-repeat;
    height: 106px;
    border-radius: 100%;
    background-position: center center;
    width: 118px;
    margin: 0px auto;
    margin-left: 46px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 992px) {
     .divTestimonialIcon {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}


#divTestimonialOutterWrapper {
    position: relative;
}

span.dblTestimonialquotes {
    font-size: 65px;
    height: 25px;
    text-align: center;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* top: 13px; */
    transform: translateY(24px);
    color: #ffffff;
}
    span.dblTestimonialquotes:nth-child(2) {
        transform: translateY(35px) !important;
    }
.homeReviewText {
    font-family: 'Poppins-Regular';
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    position: relative;
}
.homeReviewDetail {
    text-align: left;
    width: 100%;
    /* float: left; */
    padding: 3px 19px 20px 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins-Regular';
}




@media only screen and (min-width: 1200px) {
    .divTestimonialIcon {
        margin-left: 0px;
    }
    .LeftContainer {
        height:438px;
    }
    #divTestimonialOutterWrapper {
        background: url(../Images/Testimonial-BG.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        height: 438px;
        z-index: 1;
    }
        #divTestimonialOutterWrapper::before {
            content: "";
            position: absolute;
            top: -24px;
            left: 0;
            background-color: #e02130;
            width: 78px;
            height: 24px;
            z-index: -1;
        }
}
@media only screen and (max-width: 1199px) {
    .LeftContainer {
        width:100%;
    }
}
.FooterBackground {
    background: url(../Images/BusinessHRS-BG.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.BHTitle {
    text-align: center !important;
    text-transform: unset;
    font-size: clamp(30px,3vw,34px);
    padding: 0px 0px 0px 0px;
    color: #fff !important;
    font-family:Poppins-Bold;
}
.BHText {
    font-size: clamp(20px,3vw,24px);
    color: #ff0014 !important;
    font-family: Poppins-SemiBold;
}
.BHContent {
    font-size: clamp(16px,3vw,18px);
    color: #fff !important;
    font-family: Poppins-Regular;
}
.ClockIcon {
    background: url(../Images/BusinessHRS.png) no-repeat;
    height: 128px;
    border-radius: 100%;
    background-position: center center;
    width: 133px;
    margin: 0px auto -99px;
    /* margin-left: 46px; */
    padding: 0px 0px 0px 0px;
    position: relative;
    /* z-index: 3; */
    background-size: 90px;
    top:-112px;
}
.facebook, .instagram, .twitter {
    height: 53px;
    width: 53px;
}

.facebook {
    background: url(../Images/Social.png) no-repeat;
    background-position: 0px 2px;
}

    .facebook:hover {
        background: url(../Images/Social.png) no-repeat;
        background-position: 0px -52px;
        transition: 0.3s ease-in-out;
    }

.instagram {
    background: url(../Images/Social.png) no-repeat;
    background-position: -55px 2px;
}

    .instagram:hover {
        background: url(../Images/Social.png) no-repeat;
        background-position: -55px -52px;
        transition: 0.3s ease-in-out;
    }
.FooterPhone {
    display: inline-block;
    padding: 1px 0px 0px 28px;
    background: url(../Images/ContactIcon.png) no-repeat;
    background-position: 7px 6px;
    
}
.FooterEmail {
    display: inline-block;
    padding: 1px 0px 0px 28px;
    background: url(../Images/ContactIcon.png) no-repeat;
    background-position: 7px -45px;
    
}
.PrivacyPolicy {
    border-top:3px solid #e02130;
}
.openFormBtn {
    cursor:pointer;
color:#e02130;
}
    .openFormBtn:focus, .openFormBtn:hover {
        color: #23527c;
    }
.ftrLogin a {
    font-size:16px;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown:hover > .nav-link {
        color: #dc3545; /* Optional */
    }
}
.TitleOfPage {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px !important;
    color: #e02130;
}