html {
    scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
a {
    display: inline-block;
}
img {
    max-width: 100%;
}
p,
ul {
    margin-bottom: 0;
}
p {
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    line-height: 23px;
}
label {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
:root {
    --white: #ffffff;
    --light-grey: #f4f2f1;
    --red: #ef1c22;
    --dark-red: #be1230;
    --black: #333333;
    --dark-black: #141414;
    --purple: #4d007f;
    --blue: #00447f;
    --grey: #a1a1a1;
}
body {
    margin: 0;
    padding: 0;
    font-family: "nunito";
}
section,
main {
    margin-bottom: 100px;
}
.page-btn {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    line-height: 22px;
    padding: 7.5px 20px;
    border: solid 1px var(--white);
    transition: all 0.5s;
}
.page-btn:hover {
    border-color: var(--red);
    background-color: var(--red);
    color: var(--white);
}
h5 {
    font-size: 35px;
    font-weight: 700;
    color: var(--white);
    line-height: 45px;
}
h4 {
    font-size: 55px;
    font-weight: 700;
    color: var(--white);
    text-transform: capitalize;
    line-height: 70px;
}
.hd-highlight {
    color: var(--red);
}
.slick-slide:active {
    cursor: grab;
}

/* top arrow */
#top svg {
    height: 25px;
    width: 25px;
    fill: var(--white);
    stroke: var(--white);
    stroke-width: 65px;
    transition: all 0.5s;
}
#top {
    transition: all 0.5s ease-in-out;
    position: fixed;
    width: 53px;
    height: 53px;
    right: 25px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    border-radius: 50%;
    background-color: var(--red);
    box-shadow: 0px 0px 10px #cccccc;
}
#top:hover {
    background-color: var(--white);
}
#top:hover svg {
    stroke: var(--red);
    fill: var(--red);
}

/* header */
.top-mail {
    display: inline-block;
}
.top-mail:hover svg {
    fill: var(--red);
}
.top-mail svg {
    height: 15px;
    width: 20px;
    fill: var(--white);
    transition: all 0.5s;
}
.top-icons svg {
    height: 28px;
    width: 28px;
    fill: var(--white);
    transition: all 0.5s;
}
.top-icons a:hover svg {
    fill: var(--red);
}
.header-top-details {
    background: url("../images/header-top-bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 99999;
}
.header-top-details .page-btn {
    padding: 18.5px 37px 18.5px 38px;
    font-size: 17px;
    color: var(--white);
    line-height: 22px;
    font-weight: 400;
    background-color: var(--red);
}
.header-top-details .page-btn:hover {
    border-color: var(--white);
    color: var(--grey);
    background-color: var(--white);
}
.top-logo {
    padding: 33px 0;
}
.top-mail {
    padding-top: 21px;
    padding-left: 8px;
    display: flex;
    align-items: center;
}
.top-mail i {
    margin-right: 5px;
}
.top-mail a {
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    line-height: 22px;
    transition: all 0.5s;
}
.top-mail:hover a {
    color: var(--red);
}
.top-icon-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-icons {
    width: 166.71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}

.navbar-toggler {
    transition: all 0.5s;
    background-color: var(--red);
    text-align: center;
    padding: 7px 10px;
}
.navbar-toggler svg {
    height: 30px;
    width: 30px;
    stroke: var(--white);
    fill: none;
    stroke-width: 2px;
}
.dropdown svg {
    height: 11.35px;
    width: 12.72px;
    fill: var(--grey);
    transition: all 0.5s;
    margin-left: 6px;
}
.nav-search svg {
    height: 34.61px;
    width: 35.5px;
    fill: var(--grey);
    transition: all 0.5s;
    margin-right: 12.9px;
}
.nav-phn svg {
    height: 34.08px;
    width: 34.09px;
    fill: #000000;
    transition: all 0.5s;
}
.navbar {
    padding: 0;
    align-items: center;
    position: relative;
    z-index: 999999;
}
.navbar-collapse {
    justify-content: flex-end;
}
.navbar-collapse:hover {
    overflow: visible;
}
.navbar-nav {
    height: 100%;
}
.nav-link {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    line-height: 23px;
    text-transform: capitalize;
    transition: all 0.5s;
    text-decoration: none;
    background: none;
    position: relative;
    z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
}
.nav-item {
    margin-right: 50px;
}
.nav-item.contact-menu {
    margin-right: 0;
}
.navbar-brand {
    max-width: 150px;
    padding: 50px 0;
}
.dropdown .nav-link:hover svg,
.dropdown .nav-link.active svg {
    fill: var(--red);
}
.nav-link:hover,
.nav-link.active {
    color: var(--dark-black);
}
.dropdown-menu {
    display: block;
    top: 80%;
    opacity: 0;
    transition: all 0.5s;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cccccc;
    min-width: 250px;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 99%;
}
#home-banner {
    position: relative;
    z-index: 9999;
}
.dropdown-menu li {
    padding: 8px 15px;
    border-bottom: solid 1px var(--grey);
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--grey);
    line-height: 21px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
    color: var(--red);
}
.nav-contact-details {
    display: flex;
    align-items: center;
}
.nav-phn {
    display: flex;
    align-items: center;
    margin-right: 60.6px;
}
.nav-phn i {
    margin-right: 15px;
    padding: 14px;
    display: block;
    background-color: var(--light-grey);
    border-radius: 100%;
    transition: all 0.5s;
}
.nav-phn:hover svg {
    fill: var(--white);
}
.nav-phn:hover i {
    background-color: var(--red);
}
.nav-phn-content {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
    line-height: 16px;
    display: inline-block;
}
.nav-phn-content a {
    font-size: 24px;
    font-weight: 700;
    color: var(--red);
    line-height: 28px;
    margin-top: 5px;
    display: block;
    transition: all 0.5s;
}
.nav-phn-content a:hover {
    color: var(--grey);
}
.nav-search button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.5s;
}

.modal {
    background-color: var(--trans-black);
}
.nav-search button:hover {
    color: var(--red);
}
.nav-search button:hover svg {
    fill: var(--red);
}
.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 999999;
}
.modal-dialog form {
    width: 100%;
}
.modal-content {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: inherit;
}
.search-input {
    width: calc(100% - 56px);
}
.search-input input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 16px;
    font-size: 17px;
    font-weight: 400;
    color: var(--grey);
    line-height: 21px;
}
.search-input input::placeholder {
    font-size: 17px;
    font-weight: 400;
    color: var(--grey);
    line-height: 21px;
}
.search-submit {
    width: fit-content;
    position: relative;
    z-index: 99999;
    background-color: #ffce14;
}
.search-submit input {
    width: 56px;
    border: none;
    transition: all 0.5s;
    height: 51px;
    background-color: transparent;
}
.search-submit svg {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.search-submit:hover {
    background-color: var(--grey);
}
.search-submit:hover svg {
    fill: var(--white);
}
.modal {
    z-index: 9999999999;
}

/* banner */
#home-banner {
    position: relative;
}
.btm-arr {
    bottom: -35px;
    position: absolute;
    border: solid 3px var(--white);
    transform: rotate(90deg);
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: fit-content;
    width: fit-content;
    background: var(--red);
    border-radius: 100%;
}
.btm-arr svg {
    fill: var(--white);
    height: 30px;
    width: 30px;
}
/* .bnr-slider1 {
    background: url("../images/bnr-slider1.png") no-repeat center;
    background-size: cover;
} */
.bnr-slider-item {
    /* padding: 295px 0; */
    height: auto;
}
.slick-slide.slick-active.bnr-slider-item h3,
.slick-slide.slick-active.bnr-slider-item .bnr-btns,
.slick-slide.slick-active.bnr-slider-item p,
.slick-slide.slick-active.bnr-slider-item h2 {
    clip-path: inset(0% 0% 0% 0%);
}
.bnr-content {
    max-width: 100%;
}
.bnr-slider-item h2 {
    font-size: 59px;
    font-weight: 400;
    color: var(--white);
    line-height: 79px;
    margin-bottom: 18px;
    clip-path: inset(0% 0% 100% 0%);
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
    text-transform: uppercase;
}
.bnr-slider-item p {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    line-height: 23px;
    margin-bottom: 55px;
    clip-path: inset(100% 0% 0% 0%);
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}
.bnr-btns {
    display: flex;
    align-items: center;
    clip-path: inset(100% 0% 0% 0%);
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}
.bnr-contact-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-right: 29px;
    background: var(--red);
    border-width: 4px;
    padding: 17.5px 39px 17.5px 39px;
}
.bnr-contact-btn:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: transparent;
}
.bnr-explore-btn {
    color: var(--white);
    border: solid 4px var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding: 17.5px 39px 17.5px 39px;
}
.bnr-explore-btn:hover {
    border-color: var(--red);
}
.slick-prev {
    left: 1px;
    z-index: 999;
    opacity: 1;
    display: inline-block;
    width: fit-content;
    height: auto;
    overflow: hidden;
}
.slick-prev::before {
    content: "";
    height: 50px;
    width: 50px;
    background: url("../images/slick-prev.svg") no-repeat center;
    background-size: auto;
    background-color: #00000075;
    z-index: 999;
    opacity: 1;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
}
.slick-next {
    right: 1px;
    z-index: 999;
    opacity: 1;
    display: inline-block;
    width: fit-content;
    height: auto;
    overflow: hidden;
}
.slick-next::before {
    content: "";
    height: 50px;
    width: 50px;
    background: url("../images/slick-next.svg") no-repeat center;
    background-size: auto;
    background-color: #00000075;
    z-index: 999;
    opacity: 1;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease-in-out;
    /* right: calc(35px - 100%); */
}
.bnr-slider .slick-prev::after {
    content: "";
    height: 107px;
    width: 178px;
    background: url("../images/slick-prev-img.jpg") no-repeat center;
    z-index: 1000;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    left: -100%;
    position: relative;
    transition-delay: 0.3s;
}

.bnr-slider .slick-next::after {
    content: "";
    height: 107px;
    width: 178px;
    background: url("../images/slick-prev-img.jpg") no-repeat center;
    z-index: 1000;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    right: -177px;
    position: relative;
    transition-delay: 0.3s;
}
.bnr-slider .slick-prev:hover::after {
    left: -35px;
}
.bnr-slider .slick-prev:hover::before {
    left: -35px;
}
.bnr-slider .slick-next:hover::after {
    right: 0;
}
.bnr-slider .slick-next:hover::before {
    right: -100%;
}

/* about section */

.about {
    background-color: var(--dark-black);
    padding: 100px 0;
    margin-bottom: 0;
}
.about h4 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 100px;
}
.about-content h5 {
    margin-bottom: 30px;
}
.about-content p {
    margin-bottom: 40px;
}

/* switch section */

.switch {
    padding: 50px 0;
    background-color: var(--dark-red);
    margin-bottom: 0;
}

/* switch bottom */
.switch-bottom {
    padding: 50px 0;
    background-color: var(--purple);
    margin-bottom: 0;
}

/* switch bottom 2 */
.switch-bottom2 {
    padding: 50px 0;
    background-color: var(--blue);
}

/* about bottom */
.about-bottom {
    overflow: hidden;
}
.about-btm-img img {
    width: 100%;
}
.about-btm-content {
    max-width: 600px;
    padding: 0 15px;
    margin-left: auto;
}
.about-btm-content h6 {
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
    line-height: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-btm-content h5 {
    color: var(--black);
    font-weight: 800;
    margin-bottom: 25px;
}
.about-btm-content p {
    color: var(--black);
    margin-bottom: 25px;
}
.counter-wrapper {
    display: flex;
    margin: 0 -15px;
}
.counter-inner {
    padding: 0 15px;
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    line-height: 21px;
    margin-bottom: 35px;
    text-transform: uppercase;
    width: 50%;
}
.counter-inner:last-child {
    width: 300px;
}
.counter-inner-wrapper {
    display: block;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    margin-bottom: 15px;
}
.about-btm-content .page-btn {
    color: var(--black);
    font-size: 15px;
    font-weight: 800;
    border-color: var(--red);
    margin-bottom: 20px;
}
.about-btm-content .page-btn:hover {
    background-color: var(--red);
    color: var(--white);
}
.about-btm-list {
    display: flex;
}
.about-btm-list li {
    padding-right: 30px;
    margin-right: 30px;
    border-right: solid 1px #b2b2b2;
}

.about-btm-list li:last-child {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
}
.about-btm-list img {
    display: block;
    margin-top: 30px;
}

/* service section */

.service-desc {
    text-align: center;
}
.service-desc img {
    margin-bottom: 15px;
}
.service-desc h3 {
    font-size: 23px;
    font-weight: 800;
    color: var(--black);
    line-height: 30px;
    margin-bottom: 25px;
}
.service-desc p {
    color: var(--grey);
    margin-bottom: 35px;
}
.service-desc a {
    display: inline-block;
    color: var(--black);
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 700;
}

.service-desc a:hover {
    color: var(--red);
}

/* blog */
.blog {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 0;
}
.blog-desc {
    padding: 60px 30px;
    box-shadow: 0px 0px 20px #cccccc;
    height: 100%;
}
.blog-date {
    background-color: var(--red);
    padding: 10px;
    border-radius: 5px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
    display: inline-block;
}
.blog-desc h5 {
    font-size: 30px;
    font-weight: 800;
    color: var(--black);
    line-height: 40px;
    margin-bottom: 25px;
}
.blog-desc p {
    color: var(--grey);
    margin-bottom: 35px;
}
.blog-desc a {
    display: inline-block;
    color: var(--red);
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-desc a:hover {
    color: var(--black);
}
.blog1 {
    background-color: #fefefe;
}
.blog3 {
    box-shadow: none;
}
.blog-more {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    background-color: #5e5e5e;
    height: 100%;
    padding: 30px 60px;
}
.blog-more-content {
    max-width: 187px;
}
.blog-more h6 {
    font-size: 20px;
    font-weight: 700;
    color: #8d9396;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 2px var(--white);
    max-width: fit-content;
    margin-left: auto;
    text-transform: uppercase;
}

/* footer */
footer {
    background-color: var(--black);
    padding: 80px 0 20px;
}
.ftr-menu {
    margin-bottom: 50px;
}
.ftr-menu h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--red);
    line-height: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.ftr-menu li {
    font-size: 17px;
    font-weight: 400;
    color: var(--grey);
    line-height: 21px;
    margin-bottom: 15px;
}
.ftr-menu li a {
    transition: all 0.5s;
    font-size: 17px;
    font-weight: 400;
    color: var(--grey);
    line-height: 21px;
}
.ftr-menu li a:hover {
    color: var(--red);
}
.ftr-menu4 li {
    display: flex;
    justify-content: space-between;
}
.ftr-menu li.ftr-last-day {
    color: var(--white);
}

/* inner page banner */

.inner-page-bnr {
    padding: 190px 0 350px 0;
    background: url("../images/inner-page-bnr.png") no-repeat center;
    background-size: cover;
}
.inner-bnr-content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: var(--white);
    line-height: 65px;
    text-transform: capitalize;
    background: #00000063;
}
.product-page-section {
    margin-top: 140px;
    margin-bottom: 181px;
    padding: 100px 0;
    position: relative;
}
.product-page-section1 {
    background-color: #000000;
}
.product-page-section2 {
    background-color: var(--dark-red);
    margin-top: 221px;
}
.product-page-section3 {
    background-color: var(--purple);
    margin-top: 205px;
}

.product-page-section4 {
    background-color: var(--blue);
    margin-top: 205px;
}
.product-page-section::after {
    content: "";
    height: 221px;
    width: 23px;
    background-size: 624% 205% !important;
    position: absolute;
    top: 100%;
    right: 550px;
}
.product-page-section1::after {
    background: url("../images/product-section1.svg") no-repeat top center;
}
.product-img {
    margin-top: -160px;
}
.product-desc {
    border: solid 4px var(--white);
    border-radius: 40px;
    padding: 45px 60px 0;
    max-width: 430px;
    background-color: #2d2d2d;
    text-align: center;
}
.product-desc p {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 50px;
}
.product-desc a {
    background: var(--white);
    padding: 10px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    line-height: 25px;
    transition: all 0.5s;
}
.product-desc a:hover {
    color: var(--dark-red);
}
.product-desc a span {
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    padding: 10px 5px 14px 7px;
    border: solid 2px var(--black);
    color: var(--black);
    font-family: monospace;
    font-weight: 700;
    border-radius: 100%;
    margin-left: 7px;
    transition: all 0.5s;
}
.product-desc a:hover span {
    color: var(--dark-red);
    border-color: var(--dark-red);
}
.product-page-section2 .product-desc a,
.product-page-section4 .product-desc a {
    color: var(--red);
}
.product-page-section2 .product-desc a:hover,
.product-page-section4 .product-desc a:hover {
    color: var(--black);
}

.product-page-section2 .product-desc a span,
.product-page-section4 .product-desc a span {
    border-color: var(--red);
    color: var(--red);
}
.product-page-section2 .product-desc a:hover span,
.product-page-section4 .product-desc a:hover span {
    border-color: var(--black);
    color: var(--black);
}
.product-page-section2::after {
    background: url("../images/product-section2.svg") no-repeat top center;
    left: 550px;
}
.product-page-section3::after {
    background: url("../images/product-section3.svg") no-repeat top center;
}

.product-desc {
    margin: auto;
}

.product-page-section .product-img {
    text-align: center;
}

#reasons h4 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
    color: #ef1c22;
    font-size: 20px;
    line-height: 25px;
}
#reasons h4 text {
    margin-left: 1rem;
}
#reasons p {
    margin: 1rem 0 1.5rem 0;
}
#reasons .row {
    margin-top: 4rem;
}
#reasons .reason-box {
    padding: 1.5rem 1rem;
    box-shadow: 0px 0px 5px 1px #cccccc;
    text-align: right;
    display: flex;
    align-items: center;
}
#reasons .reason1,
#reasons .reason2 {
    margin-bottom: 1.5rem;
}
#reasons .reason-box p {
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
}
#reasons .reason-box span:nth-child(2) {
    margin-left: 1rem !important;
}
#reasons h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dark-black);
}
#reasons p {
    color: var(--dark-black);
}
.reason-box img {
    width: 188px;
}
#reasons .img-box img {
    max-width: 315px;
    width: 100%;
}

#contact-page .address {
    height: 350px;
}
#contact-page .address-inner {
    padding: 3rem 3rem 1.5rem 3rem;
    border: solid 1px #e7e7e7;
    position: relative;
    height: 270px;
}
#contact-page .address-inner span svg {
    margin-bottom: 1.5rem;
    transition: all 0.5s;
}
#contact-page .address-inner h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem;
    transition: all 0.5s;
}
#contact-page .address-inner p {
    font-size: 15px !important;
    margin-bottom: 0 !important;
    color: #202a30 !important;
    transition: all 0.5s;
}
#contact-page .address_overlay_box p {
    font-size: 15px !important;
    margin-bottom: 0.5rem !important;
    color: #202a30 !important;
}
#contact-page .address-inner span.address-tag {
    font-size: 12px;
    font-weight: 500 !important;
    color: #7b7b7b !important;
    position: absolute;
    top: 4rem;
    left: 0rem;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
#contact-page .address_overlay_box {
    width: 85%;
    padding: 0 2rem;
    background: #f4f4f4;
    height: 185px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    margin-top: -8rem;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
}
#contact-page .address:hover svg {
    opacity: 0;
}
#contact-page .address:hover .address-inner p {
    opacity: 0;
}
#contact-page .address:hover .address-inner .address-tag {
    opacity: 0;
}
#contact-page .address:hover h6 {
    margin-top: -5rem;
}
#contact-page .address:hover .address_overlay_box {
    opacity: 1 !important;
    margin-top: -9rem;
}

#contact-page .address:last-child .address-inner span.address-tag {
    left: -1rem;
}
#contact-form {
    margin-top: 4rem;
    background: url("../images/contact-form-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
}
#contact-form .form {
    background: #26538a;
    padding: 3.5rem 1rem;
}
#contact-form h2 {
    color: #fff !important;
    margin-bottom: 3.5rem;
}
#contact-form .contact-input {
    border: solid 1px #f4f4f5;
    background: #f4f4f5;
    padding: 1rem;
    height: 52px;
    width: 100%;
}
#contact-form textarea.contact-input {
    height: 95px;
}
#contact-form form .col-12 {
    margin-bottom: 1.5rem;
}
#contact-form form .col-12:last-child {
    margin-bottom: 0rem !important;
}
#contact-form .contact-input[placeholder] {
    color: #202a30 !important;
    font-size: 13px;
    font-weight: 400 !important;
}
#contact-form .contact-submit {
    position: relative;
    border-right: solid 1px #fff !important;
    border: none;
    background: #ef1c22;
    height: 53px;
    width: 160px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500 !important;
}
#contact-form form .submit-btn {
    height: 53px;
    display: flex;
    align-items: center;
}
#contact-form form .send-box {
    background: #ef1c22;
    height: 100%;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
#contact-form .form-sidebar {
    background: url("../images/form-sidebar-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem 0;
}
#contact-form .form-sidebar div {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
#contact-form .form-sidebar span {
    background: #fff;
    padding: 1rem;
    text-align: center;
    width: 100%;
}
#contact-form .form-sidebar span p {
    color: #202a30 !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}
#contact-form .form-sidebar span h3 {
    color: #ef1c22 !important;
    font-weight: 600 !important;
    font-size: 35px !important;
}
.service-top-inner {
    display: flex;
    align-items: center;
}
.service-top-content {
    padding: 10px 20px 10px 90px;
    box-shadow: 3px 3px 3px #cccccc;
    margin-left: -50px;
    text-align: center;
}
.service-top-content h6 {
    font-size: 25px;
    font-weight: 800;
    color: var(--dark-black);
    margin-bottom: 15px;
    line-height: 30px;
}
.service-top-content p {
    color: var(--black);
    margin-bottom: 30px;
}
.service-top-content a {
    font-size: 17px;
    font-weight: 500;
    color: var(--red);
    line-height: 23px;
    transition: all 0.5s;
}
.service-top-content a span {
    font-size: 18px;
    font-family: monospace;
    line-height: 1;
    padding: 0 4px;
    color: var(--red);
    transition: all 0.5s;
    border: solid 1px var(--red);
    border-radius: 100%;
    display: inline-block;
}
.service-top-content a:hover {
    color: var(--dark-black);
}
.service-top-content a:hover span {
    color: var(--dark-black);
    border-color: var(--dark-black);
}
.service-top-img {
    min-width: 260px;
}
.service-top-inner {
    margin-bottom: 50px;
}

/* about page */

.about-page-content {
    padding: 20px 100px 5px;
    text-align: center;
    box-shadow: 0px 0px 6px #ccc;
    margin-top: -50%;
    background-color: var(--white);
}
.about-page-content h2 {
    font-size: 85px;
    font-weight: 500;
    color: var(--dark-black);
    line-height: 95px;
    margin-bottom: 20px;
    text-transform: capitalize;
    opacity: 0.8;
}
.about-page-content p {
    color: var(--dark-black);
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
}
.about-page-content .page-btn {
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    border-color: var(--black);
    margin-bottom: 20px;
}

#block-section .block-item {
    padding: 100px 0;
    margin-bottom: 0;
}

.ml-auto {
    margin-left: auto !important;
}

a {
    text-decoration: none;
}

.product-desc h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.card .card-title,
.card .card-text {
    color: #000000;
}

.application-form > div {
    justify-content: center;
}

.slider {
    width: 50%; /* Adjust the width as needed */
    margin: 0 auto;
}

.slide {
    width: 70%; /* Adjust the width of the slide as needed */
    height: 200px; /* Adjust the height of the slide as needed */
    margin: 0 auto;
}

.slick-slide {
    opacity: 0.6; /* Adjust the opacity of the previous and next slides */
    transition: opacity 0.3s ease-in-out;
}

.slick-active {
    opacity: 1; /* Set the opacity of the active slide to 1 */
}

.trendingwrap button {
    border-radius: 50%;
}

#trends {
    background-color: orange;
    padding-bottom: 60px;
}

.text-leftpt-4 {
    color: #fff;
    font-weight: 900;
    font-size: 3.5rem;
}

.slick-list{
    height: fit-content;
}

.lg-container-max{
    max-width: 100%;
}

.bnr-content img{
    width: 100%;
}

#contact-form label{
        color: #fff;
    font-size: 18px;
    font-weight: 600;
}

textarea#resume{
    width: 100%;
}