@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    height: 100%;
    overflow-x: hidden;
}

body.active {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

ul, li {
    list-style: none;
}

p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    float: left;
    font-weight: 200;
    margin-bottom: 0;
}

::selection {
    background: #2f6594;;
    color: #fff;
}

.full-width {
    width: 100%;
    float: left;
}

.section-padding {
    padding: 65px 0;
}

.slick-list {
    overflow: hidden;
}

.box-shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.box-shadow1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

a:hover {
    text-decoration: none;
}

/*=========================header css start=============================*/
header {
    width: 100%;
    float: left;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

header .top-header {
    background: #BA181B;
    padding: 6px 0;
}

header .top-header .inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-header .inner-top .contact ul li, header {
    display: inline-block;
    margin-right: 25px;
}

header .top-header .inner-top .contact ul li a {
    display: flex;
    align-items: center;
    color: #ffff;
}

header .top-header .inner-top .contact ul li a .icon i {
    font-size: 18px;
    margin-right: 10px;
}

header .top-header .inner-top .contact ul li a h6 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
}

header .top-header .inner-top .contact ul li a .fa-phone {
    transform: rotateY(180deg);
}

header .top-header .inner-top .contact small {
    font-weight: 600;
}

header .top-header .inner-top .social-icon ul li {
    display: inline-block;
    margin-left: 15px;
}

header .top-header .inner-top .social-icon ul li a i {
    font: 15px;
    color: #fff;
}

header .menu-header {
    background: #fff;
    position: relative;
}

header .menu-header .inner-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu-header .inner-menu .logo img {
    height: 40px;
    object-fit: contain;
}

header .menu-header .inner-menu ul > li {
    display: inline-block;
    position: relative;
}

header .menu-header .inner-menu ul > li > a {
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0 12px;
    padding: 18px 0;
    display: block;
}

header .menu-header .inner-menu ul > li > a > i {
    font-size: 13px;
    padding-left: 5px;
}

.btn.btn-custom,
header .menu-header .inner-menu ul > li .btn {
    background: #BA181B;
    border-radius: 3px;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

header .menu-header .inner-menu ul li .drop-down {
    width: 230px;
    position: absolute;
    top: 115%;
    left: 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 33;
}

header .menu-header .inner-menu ul li .drop-down li {
    width: 100%;
    float: left;
}

header .menu-header .inner-menu ul li .drop-down li a {
    display: block;
    border-bottom: 1px solid #e8dede;
    padding: 8px;
    margin: 0;
    width: 100%;
    float: left;
    transition: 0.5s;
}

.back-arrow {
    display: none;
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #e8dede;
    cursor: pointer;
}

/*toggler*/
.toggler {
    display: none;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}

/*hover*/
header .menu-header .inner-menu ul > li:hover > a {
    color: #BA181B;
}

header .menu-header .inner-menu ul > li:hover > a i {
    color: #BA181B;
}

header .menu-header .inner-menu ul li:hover .drop-down {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header .menu-header .inner-menu ul li .drop-down li a:hover {
    background: #e6e6e6;
}
.btn.btn-custom,
header .menu-header .inner-menu ul > li .btn:hover {
    color: #fff;
}

/*sticky*/
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 88;
}

/*=========================banner css start=============================*/
.banner-sec {
    background: url(../../images/optimized-image/banner.webp) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.70;
}

.banner-sec .content {
    position: relative;
    z-index: 22;
}

.banner-sec .content h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.banner-sec .form {
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 55px;
    padding: 20px;
}

.banner-sec .form .button {
    margin-top: -38px;
}

.banner-sec .form .button a {
    background: #fff;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.banner-sec .form .button a.active {
    background: #BA181B;
    color: #fff;
}

.banner-sec .form h4 {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.banner-sec .form form .search, .banner-sec .form .bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
}

.banner-sec .form form input {
    border: none;
    font-size: 15px;
    height: 43px;
    width: calc(100% - 150px);
}

.banner-sec .form form button {
    width: 125px;
    height: 43px;
    background: #BA181B;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    border: none;
}

.banner-sec .form .bottom-text {
    padding-top: 10px;
}

.banner-sec .form .bottom-text span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.banner-sec .form .bottom-text a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*=========================why-choose css start=============================*/
.why-choose-sec .heading h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-choose-sec .heading h4 span {
    display: block;
    color: #BA181B;
}

.why-choose-sec .heading p {
    font-size: 16px;
    font-weight: 500;
    color: #0F0501;
}

.why-choose-sec .images img {
    width: 100%;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.why-choose-sec .item-sec {
    margin-top: 30px;
}

.why-choose-sec .item-sec .single-sec {
    display: flex;
    margin-top: 24px;
}

.why-choose-sec .item-sec .single-sec .detail {
    padding-left: 20px;
}

.why-choose-sec .item-sec .single-sec .detail h5 {
    font-size: 21px;
    font-weight: 600;
}

.why-choose-sec .item-sec .single-sec .detail p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #868686;
    margin-top: 8px;
}

/*======================offer-sec======================*/
.offer-sec, .history-sec, .blog-sec {
    background: #F8F8F8;
}

.heading h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.heading h4 span {
    display: inline-block;
    color: #BA181B;
}

.heading p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #0F0501;
    max-width: 650px;
    width: 100%;
    margin: auto;
    float: none;
}

.offer-sec .offer-item {
    margin-top: 40px;
}

.offer-sec .single-sec {
    padding: 25px;
    border-radius: 4px;
    margin-top: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.offer-sec .single-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #BA181B;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: 0.5s;
}

.offer-sec .single-sec .icon img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.offer-sec .single-sec .icon img:nth-child(2) {
    display: none;
}

.offer-sec .single-sec h5 {
    margin: 15px 0 10px;
    transition: all 0.5s;
    font-weight: 600;
}

.offer-sec .single-sec p {
    color: #868686;
    transition: all 0.5s;
}

/*hover*/
.offer-sec .single-sec:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.offer-sec .single-sec:hover .icon img:nth-child(2) {
    display: block;
}

.offer-sec .single-sec:hover .icon img:nth-child(1) {
    display: none;
}

.offer-sec .single-sec:hover h5 {
    color: #fff;
}

.offer-sec .single-sec:hover p {
    color: #fff;
    font-weight: 500;
}

/*======================work-sec======================*/
.work-sec .work-item {
    position: relative;
    z-index: 1;
}

.work-sec .work-item .title {
    width: 200px;
    margin: auto;
    position: relative;
    top: 90px;
}

.work-sec .work-item .title h4 {
    font-size: 24px;
    font-weight: 700;
}

.work-sec .line-left {
    position: absolute;
    top: 62%;
    left: 22%;
    transform: translate(-50%, -50%);
    width: auto;
}

.work-sec .right-left {
    position: absolute;
    top: 62%;
    right: -10%;
    transform: translate(-50%, -50%);
    width: auto;
}

.work-sec .work-item .single-sec {
    padding: 30px 28px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 12px;
    margin-top: 45px;
    background: #fff;
}

.work-sec .work-item .item:nth-child(2) {
    margin-top: 125px;
}

.work-sec .work-item .single-sec .icon {
    background: #ba181b;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -65px;
    font-size: 50px;
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.work-sec .work-item .single-sec h6, .history-sec .single-sec h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}

.work-sec .work-item .single-sec p, .history-sec .single-sec p {
    color: #868686;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

/*======================history-sec======================*/
.history-sec .history-item {
    margin-top: 25px;
}

.history-sec .single-sec {
    margin-top: 30px;
}

.history-sec .single-sec .icon img {
    height: 50px;
    object-fit: contain;
}

.history-sec .single-sec h5 {
    margin: 10px 0;
}

.history-sec .single-sec {
    padding: 25px;
}

/*======================faq-sec======================*/
.accordion-sec {
    max-width: 800px;
    margin: auto;
    float: none;
    width: 100%;
    display: block;
}

.accordion-sec ul {
    margin-top: 45px;
}

.accordion-sec ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.accordion-sec ul li:last-child {
    margin-bottom: 0;
}

.accordion-sec ul li .title h6 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-right: 30px;
    padding: 15px;
    border: 1px solid #EDF2FD;
}

.accordion-sec ul li .title .plus {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 22px;
    color: #BA181B;
    cursor: pointer;
    transform: translateY(-50%);
}

.accordion-sec ul li .content {
    margin-top: 10px;
    display: none;
    padding: 15px;
    background-color: #F8F8F8;
    float: left;
    width: 100%;
}

.accordion-sec ul li .content p {
    font-size: 14px;
    font-weight: 300;
    color: #868686;
    line-height: 25px;
}

.accordion-sec ul li .plus .la-minus {
    display: none;
}

.accordion-sec ul li .plus.active .la-minus {
    display: block;
}

.accordion-sec ul li .plus.active .la-plus {
    display: none;
}

/*======================blog-sec======================*/
.blog-sec .blog-item {
    margin-top: 30px;
}

.blog-sec .single-sec {
    margin-top: 30px;
}

.blog-sec .single-sec img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.blog-sec .single-sec .detail {
    padding: 15px 0;
}

.blog-sec .single-sec .date-time img {
    width: auto;
    height: 19px;
    object-fit: contain;
    margin-right: 5px;
}

.blog-sec .single-sec .date-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-sec .single-sec .date-time span {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.blog-sec .single-sec .detail h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-sec .single-sec .detail p {
    font-size: 14px;
    font-weight: 300;
    color: #868686;
    line-height: 25px;
}

/*======================footer-sec======================*/
footer {
    background: #0F0501;
}

footer .footer-items {
    padding-top: 65px;
    padding-bottom: 50px;
}

footer .footer-items .item:nth-child(2) {
    padding-left: 45px;
}

footer .footer-items .links {
    margin-top: 25px;
}

footer .footer-items .links .head {
    margin-bottom: 20px;
}

footer .footer-items .links .head h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

footer .footer-items .links .details p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

footer .footer-items .links .details ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s;
}

footer .footer-items .links .details ul li a:hover {
    color: #BA181B;
}

footer .footer-items .links .details form input {
    background: #fff;
    height: 38px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 12px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

footer .footer-items .links .details form button {
    background: #BA181B;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyright span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.copyright ul li {
    display: inline-block;
    margin-left: 20px;
}

.copyright ul li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background: #fff;
}

.copyright ul li:first-child a::before {
    display: none;
}

.copyright ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}

.copyright ul li a:hover {
    color: #BA181B;
}

/* CUSTOM CSS*/
.fa-red {
    color: #BA181B;
}

.fa-green {
    color: #28a745;
}

/* CUSTOM CSS */
.digit-group input {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #000000;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    margin: 0 5px;
}

.digit-group .splitter {
    padding: 0 5px;
    font-size: 24px;
}

@media only screen and (min-width: 500px) {
    .offer-item .card {
        height: 250px;
    }
}

#alert-message {
    text-align: center;
    position: absolute !important;
    top: 20px;
    z-index: 9999;
    left: 50% !important;
    transform: translate(-50%, 0px);
}
