.start-header,
.start-header.scroll-on {
    padding: 5px 0;
    -webkit-transition: .3s ease-out
}

.nav-link, 
body {
    font-family: Marcellus, serif
}

.over-hide,
.th-btn {
    overflow: hidden
}

.aboutus-shape,
.heading,
.sub-heading,
.th-btn {
    text-transform: uppercase
}

.fact-number,
.stroke-text {
    -webkit-text-stroke-width: 1px
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth;
    scroll-padding: 40px
}

.container {
    max-width: 1440px
}

@media screen and (max-width:1600px) {
    .container {
        max-width: 1250px
    }
}

@media screen and (max-width:1500px) {
    .container {
        max-width: 1140px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, .15);
    transition: .3s ease-out
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    position: fixed;
    transition: .3s ease-out
}

.start-header.scroll-on .navbar-brand img {
    height: 70px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.start-header.scroll-on .navbar-light .navbar-brand {
    margin-top: 20px
}

.navbar-brand {
    padding: 8px 30px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 8%);
    box-shadow: 0 1px 72px rgba(0, 0, 0, .23);
    position: absolute;
    border-bottom: 4px solid #ea2f36
}

.navbar,
.pbl-0,
ul {
    padding: 0
}

.nav-item,
.nav-link,
.navigation-wrap,
.section {
    position: relative
}

.navbar-light .navbar-brand {
    margin-top: 52px
}

.navigation-wrap {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.carousel-control-next,
.carousel-control-prev {
    width: 60px;
    height: 60px;
    top: 40%;
    border-radius: 31px
}

.navbar-brand img {
    height: 115px;
    width: auto;
    display: block;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.carousel-control-next {
    right: 20px
}

.carousel-control-prev {
    left: 20px
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: .3s linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: .3s linear
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    transform: rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: .2s linear;
    font-size: 19px;
    padding: 25px 0 !important;
    display: inline-block
}

.dropdown-item,
.dropdown-menu {
    color: #212121;
    transition: .2s linear
}

.about-tag,
.aboutus-shape,
.stroke-text,
.th-btn {
    font-weight: 700
}

.lefttopbar li i,
.nav-item:hover .nav-link {
    color: #ea2f36 !important
}

.nav-item.active .nav-link {
    color: #777 !important
}

.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev::before,
.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block vertical-align: middle;
    font-weight: 900
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #fdc920;
    opacity: 0;
    transition: .2s linear
}

.dropdown-item {
    font-size: 16px
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction,
.logo {
    bottom: 30px
}

.nav-item.active:hover:after {
    opacity: 0
}

.nav-item {
    transition: .2s linear
}

.bg-light {
    background-color: #fff !important;
    transition: .2s linear
}

.section {
    width: 100%;
    display: block
}

.full-height {
    height: 100vh
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: .2s linear
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0, 0)
}

.dropdown-menu {
    margin: 0;
    top: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15)
}

.copyright-text br,
.dropdown-toggle::after,
.nav-item::after {
    display: none
}

.dropdown-item {
    border-radius: 2px
}

.logo,
.logo img {
    display: block;
    transition: 250ms linear
}

.logo {
    position: absolute;
    right: 30px;
    z-index: 100
}

.hero-slider,
.th-btn,
.topbar {
    position: relative
}

.logo img {
    height: 26px;
    width: auto;
    filter: brightness(10%)
}

.topbar ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px
}

.topbar ul li a {
    font-size: 16px;
    padding-left: 5px;
    color: #fff
}

ul {
    margin: 0
}

.about-one__content__list li,
p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    font-family: Raleway, serif
}

.topbar ul {
    float: left
}

.social {
    padding-right: 0;
    float: right !important
}

a {
    text-decoration: none !important
}

.topbar::after {
    background: #fdc920;
    content: "";
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 101%;
    top: 0;
    right: calc(50% + 180px);
    transform: skewX(30deg);
    border-right: 4px solid #fff
}

.topbar {
    background: #ea2f36;
    padding: 7px 30px 7px 0;
    color: #fff;
    z-index: 3
}

.dropdown-menu {
    padding: 0 !important
}

.dropdown-item {
    padding: 8px 30px;
    border-bottom: 1px solid #ccc
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #e83038
}

.lefttopbar li a {
    color: #000 !important
}

@media screen and (max-width:1199px) {
    .container {
        max-width: 960px
    }
    .nav-link {
        font-size: 17px
    }
    .navbar-brand img {
        height: 70px
    }
    .navbar-light .navbar-brand {
        margin-top: 10px
    }
    .topbar::after {
        right: calc(50% + 122px)
    }
}

.th-btn {
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #ea2f36;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14.5px 29px;
    border-radius: 0;
    margin-top: 20px
}

.th-btn:after,
.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #3a409a;
    z-index: -1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.th-btn:before {
    left: 0;
    border-radius: 0 20px 20px 0
}

.th-btn:after {
    right: 0;
    border-radius: 20px 0 0 20px
}

.th-btn.active,
.th-btn:hover {
    color: #fff
}

.th-btn.active::before,
.th-btn.active:after,
.th-btn:hover::before,
.th-btn:hover:after {
    width: 50%;
    border-radius: 0
}

.hero-slider {
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(1.12) !important;
    transition: 8s linear !important
}

.hero-slider .slide-inner::before {
    content: ""
}

.hero-slider .swiper-button-prev::before,
.hero-slider .swiper-button-prev:before {
    content: "\f060"
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px)
}

.hero-slider .swiper-button-next:before {
    content: "\f061"
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: .3;
    background: #fff;
    transition: .2s
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination {
    text-align: left
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.hero-slider .slide-inner::before {
    content: '';
    background: rgba(0, 0, 0, 0)
}

@media screen and (min-width:992px) {
    .hero-style .container {
        padding-top: 0
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

.jump-reverse {
    -webkit-animation: 7s linear infinite jumpReverseAni;
    animation: 7s linear infinite jumpReverseAni;
    z-index: 9
}

@keyframes jumpReverseAni {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.ripple-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 30px;
    bottom: -10px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    -webkit-animation: 8s ease-out infinite heroripple;
    animation: 8s ease-out infinite heroripple
}

.shape3,
.shape4 {
    width: 619.52px;
    height: 619.52px
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripple-2,
.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

@-webkit-keyframes heroripple {
    0% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0;
        width: 310px;
        height: 310px
    }
}

@keyframes heroripple {
    0% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0;
        width: 310px;
        height: 310px
    }
}

.hero-1 .shape4,
.hero-1 .shape5 {
    z-index: 9
}

.shape3 {
    top: -420px;
    left: -330px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 100px;
    -webkit-transform: rotate(25.36deg);
    -ms-transform: rotate(25.36deg);
    transform: rotate(25.36deg);
    z-index: 2;
    -webkit-animation: 40s linear infinite spin;
    animation: 40s linear infinite spin
}

.shape4 {
    top: 0;
    right: -330px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 100px;
    -webkit-transform: rotate(25.36deg);
    -ms-transform: rotate(25.36deg);
    transform: rotate(25.36deg);
    z-index: 2;
    -webkit-animation: 40s linear infinite spin;
    animation: 40s linear infinite spin
}

.hero-shape {
    position: absolute
}

.hero-style .slide-title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: .4s
}

@media (max-width:1199px) {
    .hero-style .slide-title h2 {
        font-size: 55px
    }
}

@media (max-width:991px) {
    .hero-slider,
    .hero-style {
        height: 600px
    }
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px
    }
}

.hero-style .slide-text p {
    opacity: 1;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 20px;
    transition: .4s;
    font-weight: 400
}

@media (max-width:767px) {
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev,
    .nav-item:after {
        display: none
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: .2s linear
    }
    .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important
    }
    .hero-slider,
    .hero-style {
        height: 500px
    }
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px
    }
    .hero-style .slide-text p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0 0 30px
    }
    .service__item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    section {
        overflow-x: hidden
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px)
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    background: 0 0;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.banner-line.line_wrap .line_item,
.line_wrap .line_item {
    border-right: 1px solid #fff
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.banner-line.line_wrap {
    z-index: 2;
    border-left: 1px solid #fff;
    overflow-Y: clip;
    margin-left: 6%;
    left: 0
}

.hero-slider .slide-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .7)
}

.line_wrap {
    top: 0;
    inset-inline-start: calc(50% - 875px);
    bottom: 0;
    width: 120px;
    z-index: 1;
    display: block;
    position: absolute;
    border-left: 1px solid #fff
}

.banner-line.line_wrap::after,
.banner-line.line_wrap::before {
    width: auto;
    content: "️‍🔥";
    left: -12px !important;
    height: 10px;
    background: 0 0;
    position: absolute;
    animation: 15s linear infinite scroll1;
    color: #ea2f36;
    transform: rotate(0)
}

.line_wrap .line_item {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: 1
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: 1
    }
}

.line_wrap .line_item::after,
.line_wrap .line_item::before {
    width: auto;
    right: -12px;
    content: "️‍🔥";
    height: 10px;
    background: 0 0;
    position: absolute;
    animation: 15s linear infinite scroll2;
    color: #ea2f36;
    transform: rotate(0)
}

.stroke-text {
    font-size: 100px;
    font-family: Teko, sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #FFF;
    line-height: 1;
    display: inline-block
}

.armado-shape {
    position: absolute;
    inset-inline-end: 100px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg) translateX(50%);
    z-index: -1;
    transform-origin: 100% 50%;
    right: 10%
}

@media screen and (max-width:1400px) {
    .banner-container {
        width: 70%;
        margin-left: 15%
    }
    .hero-style .slide-title h2 {
        font-size: 40px
    }
}

.hero-slider .slide-inner::after {
    position: absolute;
    left: 0;
    bottom: -245px;
    width: 100%;
    height: 492px;
    z-index: 1;
    content: "";
    background-image: url(../images/hero-slider-1-1.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    animation: 60s linear infinite cloudMove
}

@keyframes cloudMove {
    0% {
        background-position: -1920px 100%
    }
    100% {
        background-position: 0 100%
    }
}

.about-company-since-wrap {
    position: absolute;
    top: -49px;
    left: -8%;
    display: inline-block;
    z-index: 1;
    border-radius: 400px
}

.about-company-since-wrap .about-icon img,
.footer_section__logo img {
    height: 70px
}

.about-company-since-wrap .about-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 1px solid #ea2f36;
    border-radius: 50%;
    text-align: center;
    margin-top: -5px
}

.about-tag {
    background: #feca27;
    display: inline-block;
    min-height: 142px;
    min-width: 142px;
    border-radius: 50%;
    z-index: 1;
    font-size: 14px;
    font-family: Cormorant, serif;
    color: #ea2f36;
    line-height: 12px;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    animation: 10s infinite alternate-reverse spin
}

.aboutus-shape,
.fact-number {
    font-family: Teko, sans-serif;
    -webkit-text-fill-color: transparent
}

.about-tag span {
    --rotate-letter: 19deg;
    min-height: 65px;
    position: absolute;
    min-width: 65px;
    left: 20px;
    top: 0;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.about-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.about-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    -ms-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.aboutus-shape {
    position: absolute;
    bottom: 40px;
    inset-inline-start: -80px;
    font-size: 170px;
    -webkit-text-stroke: 1px;
    opacity: .15;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    transform: rotate(-90deg);
    transform-origin: bottom left
}

.aboutus-shape:hover {
    -webkit-text-fill-color: #fdc920;
    color: #fdc920;
    opacity: .7
}

.aboutus {
    padding: 60px 0
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ea2f36;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: -3px
}

.heading {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

.title-bg {
    position: absolute;
    top: -8px;
    inset-inline-start: 0;
    z-index: -2
}

.service__item,
.service__item__btn {
    z-index: 1;
    position: relative
}

.about-one__content__list {
    margin: 20px 0;
    padding: 0
}

.about-one__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    position: relative
}

.about-one__content__list li span {
    position: absolute;
    left: 0;
    top: -2px;
    width: 31px;
    height: 31px;
    background-color: #ea2f36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    transition: .4s
}

@media screen and (max-width:1800px) {
    .aboutus-shape {
        inset-inline-start: -40px
    }
}

@media screen and (max-width:1700px) {
    .aboutus-shape {
        inset-inline-start: -20px
    }
}

@media screen and (max-width:1600px) {
    .aboutus-shape {
        inset-inline-start: -50px
    }
    .heading {
        font-size: 34px
    }
    .sub-heading {
        font-size: 18px
    }
}

@media screen and (max-width:1500px) {
    .aboutus-shape {
        inset-inline-start: -30px;
        font-size: 120px;
        bottom: 60px
    }
    .heading {
        font-size: 30px
    }
    .sub-heading {
        font-size: 16px
    }
    .dn {
        display: none
    }
}

@media screen and (max-width:1300px) {
    .aboutus-shape {
        inset-inline-start: -0px;
        font-size: 100px;
        bottom: 80px
    }
    .heading {
        font-size: 30px
    }
    .sub-heading {
        font-size: 16px
    }
    .dn {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .banner-container {
        width: 50%;
        margin-left: 25%
    }
    .hero-style .slide-title h2 {
        font-size: 40px
    }
    .about-one__content__list,
    .aboutus-shape {
        display: none
    }
}

.aboutus .img-fluid {
    border: 2px solid #ea2f36;
    padding: 4px;
    border-radius: 60px 0
}

.fact-single {
    margin-bottom: 45px
}

.fact-content {
    text-align: center
}

.fact-number {
    font-size: 100px;
    font-weight: 700;
    color: transparent;
    stroke: 1px #ea2f36;
    -webkit-text-stroke-color: #ea2f36;
    line-height: 1;
    position: relative;
    display: block
}

.style-2 .fact-number::before {
    position: absolute;
    content: url("../images/shape.webp");
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: -1
}

.fact-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
    display: block
}

.service__item {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    padding-top: 1px;
    overflow: hidden;
    background: #fff;
    min-height: 365px
}

@media screen and (max-width:1600px) {
    .service__item {
        min-height: 405px
    }
}

@media screen and (max-width:1500px) {
    .service__item {
        min-height: 425px
    }
}

@media screen and (max-width:1199px) {
    .fact-number {
        font-size: 80px
    }
    .service__item {
        min-height: 425px
    }
}

@media screen and (max-width:991px) {
    .nav-link {
        font-size: 16px;
        padding: 15px 0 !important
    }
    .dropdown-item,
    .topbar ul li a {
        font-size: 14px
    }
    .navbar-brand img {
        height: 60px
    }
    .navbar-light .navbar-brand {
        margin-top: 20px
    }
    .dropdown-item {
        padding: 8px 19px
    }
    .topbar::after {
        right: calc(50% + 10px)
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: .7rem !important
    }
    .aboutus .img-fluid {
        width: 70%;
        margin-left: 15%;
        margin-bottom: 30px
    }
    .aboutus-shape {
        display: block;
        inset-inline-start: 100px;
        font-size: 100px;
        bottom: 127px
    }
    .about-one__content__list,
    .dn {
        display: block
    }
    .about-company-since-wrap {
        left: 11%;
        top: -18px
    }
    .service__item {
        min-height: auto
    }
}

.service__item__inner {
    visibility: visible;
    opacity: 1;
    transition: .4s ease-in-out
}

.service__item__icon {
    width: 80px;
    height: 80px;
    background: #efe6e1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px;
    font-size: 45px;
    color: #ca4445
}

.service__item__btn__link,
.service__item__hover__icon {
    justify-content: center;
    border-radius: 50%;
    display: flex
}

.service__item__content {
    padding: 0 20px 30px
}

.service__item__title,
.single-product-card h3 a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #232728;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center
}

.service__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-align: center
}

.service__item__btn__link {
    width: 30px;
    height: 30px;
    background: #7d8081;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    color: #fff;
    font-size: 12px
}

.service__item__bg,
.service__item__hover__bg {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.service__item__btn__link:hover {
    background: #ca4445;
    color: #fff
}

.service__item__btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #efe6e1;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.service__item__bg {
    width: 100%;
    height: 108px;
    position: relative
}

.service__item__bg::after {
    width: 34px;
    height: 26px;
    content: "";
    position: absolute;
    top: -.5px;
    left: 25px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 0)
}

.service__item__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: .4s ease-in-out
}

.service__item__hover__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.service__item__hover__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: normal
}

.service__item__hover__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ea2f36;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.service__item__hover__btn .th-btn,
.st-footer-copyright-area .footer_section__copyright span {
    margin-top: 0
}

.service__item__hover__icon {
    width: 80px;
    height: 80px;
    background: #fff;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
    transition: .4s ease-in-out;
    color: #ca4445;
    font-size: 45px;
    z-index: 1
}

.clients .sub-heading,
.products .sub-heading,
.service .sub-heading {
    justify-content: center
}

.service__item__hover__text,
.service__item__hover__title {
    font-style: normal;
    padding-bottom: 0;
    color: #fff;
    text-align: center
}

.service__item__hover__title,
.single-product-card .product-content h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.service__item__hover__icon::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: #232728;
    left: 50%;
    top: 50%;
    transition: .4s ease-in-out;
    z-index: -1
}

.service__item__hover__title {
    font-weight: 700;
    line-height: 130%
}

.service__item__hover__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    margin-bottom: 25px
}

.service__item__hover__btn {
    position: relative;
    z-index: 1;
    text-align: center
}

.service__item__hover__btn__link {
    width: auto;
    height: auto;
    color: #232728;
    border-radius: 50px;
    padding: 7.5px 21px;
    text-transform: capitalize;
    font-size: 14px
}

.service__item__hover__btn__link::before {
    background: #fff
}

.service__item__hover__btn__link::after {
    background: #232728
}

.service__item__hover__btn__link i {
    margin-left: 4px;
    font-size: 12px
}

.service__item__hover__btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #efe6e1;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    opacity: .3
}

.service__item:hover .service__item__inner,
.single-product-card::after {
    opacity: 0;
    visibility: hidden
}

.copyright a,
.service__item__hover:hover .service__item__hover__icon {
    color: #fff
}

.service__item__hover:hover .service__item__hover__icon::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.service__item:hover .service__item__hover {
    transform: translateY(0)
}

.clients,
.service {
    background-image: linear-gradient(to right, #f4b0b4 0, rgba(253, 201, 32, .17) 50%, rgba(66, 60, 149, .24) 100%);
    padding: 60px 0
}

.service__item__icon img {
    height: 40px
}

.service__item__hover__icon img {
    height: 40px;
    /*filter: brightness(0) invert(1)*/
}

.service .sub-heading {
    text-align: center !important
}

.post-slide {
    margin: 10px
}

.products {
    padding: 60px 0 40px
}

.single-product-card.product-page-card {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #ea2f36;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(85, 85, 85, .1);
    box-shadow: 0 0 30px rgba(85, 85, 85, .1);
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px
}

.single-product-card .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 9999;
    text-align:center;
}

.single-product-card .product-img img {
    border-radius: 20px;
    -webkit-transition: .8s;
    transition: .8s;
    width: auto;
    height:300px;
}

.single-product-card.product-page-card .product-content {
    padding: 20px 0 0
}

.single-product-card .product-content {
    text-align: center;
    position: relative;
    padding: 24px 0 10px;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 9999
}

.single-product-card .product-content .product-icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .8s;
    transition: .8s
}

.single-product-card:hover .product-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-product-card:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.single-product-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #ea2f36;
    z-index: -1;
    -webkit-transition: .8s;
    transition: .8s;
    border-radius: 20px
}

.single-product-card .product-content .product-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: #ea2f36;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -4px;
    left: -5.5px;
    font-size: 25px;
    -webkit-transition: .8s;
    transition: .8s
}

.single-product-card .product-content p {
    font-size: 18px
}

.single-product-card:hover h3 a {
    color: #fff;
    -webkit-transition: .8s;
    transition: .8s
}

@media screen and (max-width:1199px) {
    .single-product-card .product-content h3 a {
        font-size: 20px
    }
    .single-product-card.product-page-card .product-content {
        padding: 12px 0 0
    }
    .single-product-card .product-content h3 {
        font-size: 24px;
        margin-bottom: 0
    }
}

.copyright {
    background: #ea2f36 !important;
    padding: 10px 0;
    text-align: center
}

.copyright-text {
    margin-bottom: 0;
    font-family: Oswald;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #212121
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -17px;
    background: #fdc920;
    width: 2px;
    height: 31px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #cacaca
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #fdc920
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #fdc920;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #fdc920
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #fdc920;
    border: 1px dashed #fdc920
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}

.footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    background: #fdc920;
    width: 100px;
    height: 1px
}

.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #fdc920;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #fdc920;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}

@media screen and (max-width:767px) {
    .lefttopbar,
    .slidercontents__sub-title {
        display: none
    }
    .topbar ul li {
        margin-right: 5px
    }
    .navbar-brand {
        padding: 0;
        box-shadow: none;
        border-bottom: none
    }
    .navbar-light .navbar-toggler {
        padding-right: 15px
    }
    .navbar-nav {
        margin-top: 0;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
        overflow: hidden
    }
    .navbar-light .navbar-brand {
        position: relative;
        box-shadow: 0 1px 72px rgba(0, 0, 0, .23);
        border-bottom: 4px solid #ea2f36;
        margin-top: 0;
        width: 95px;
        padding-left: 18px
    }
    .dropdown-toggle::after,
    .nav-item::before {
        position: absolute;
        display: block;
        content: "";
        background-color: #000;
        vertical-align: 0
    }
    .navbar-brand img {
        height: 80px;
        padding-bottom: 5px;
        padding-top: 5px
    }
    .navigation-wrap {
        padding: 0
    }
    .topbar {
        padding: 2px 0
    }
    .nav-item {
        border-bottom: 1px solid #ccc
    }
    .nav-link {
        font-size: 16px !important;
        padding: 8px 0 !important
    }
    .nav-item::before {
        top: 20px;
        left: 0;
        width: 11px;
        height: 1px;
        border: none;
        opacity: 1
    }
    .dropdown-toggle::after {
        top: 15px;
        left: -23px;
        width: 1px;
        height: 11px;
        border: none;
        transition: .2s linear
    }
    .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
        margin-top: 0 !important;
        margin-bottom: 10px !important
    }
    .dropdown-item {
        border: none;
        font-size: 14px;
        padding: 4px 19px
    }
    .hero-style .slide-title h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px
    }
    .banner-container {
        width: 70%;
        margin-left: 15%
    }
    .line_wrap .line_item {
        width: 18%
    }
    .hero-style {
        height: 370px
    }
    .stroke-text {
        font-size: 60px
    }
    .aboutus {
        padding: 30px 0
    }
    .aboutus-shape {
        inset-inline-start: 47px;
        font-size: 62px;
        bottom: 20px
    }
    .aboutus .img-fluid {
        width: 85%
    }
    .sub-heading {
        font-size: 14px;
        margin-bottom: 8px
    }
    .about-one__content__list li span {
        width: 25px;
        height: 25px
    }
    .heading {
        font-size: 24px;
        margin-bottom: 13px
    }
    .about-one__content__list li,
    p {
        font-size: 15px;
        line-height: 25px
    }
    .about-one__content__list {
        margin: 20px 0 0
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #e83038;
        background-color: #fff
    }
    .th-btn {
        margin-top: 6px
    }
    .fact-number {
        font-size: 45px
    }
    .style-2 .fact-number::before {
        top: 80%
    }
    .fact-title {
        font-size: 16px
    }
    .fact-single {
        margin-bottom: 28px
    }
    .service {
        padding: 40px 0 35px
    }
    .post-slide {
        margin: 0 10px
    }
    .service__item {
        min-height: 370px !important
    }
    .service__item__hover__title,
    .service__item__title {
        font-size: 20px
    }
    .service__item__hover::after {
        background: #232728
    }
    .products {
        padding: 35px 0 20px
    }
    .single-product-card.product-page-card {
        margin-bottom: 15px
    }
    .single-product-card .product-content h3 a {
        font-size: 18px
    }
    .clients {
        padding: 35px 0 30px
    }
    .copyright-text br {
        display: block
    }
    .footer-section.footer_section2 {
        padding-top: 11px
    }
    .footer_section__title h2 {
        margin-bottom: 10px
    }
    .footer-section.footer_section2 .footer_section__title h2 {
        font-size: 24px;
        margin-top: 15px
    }
    .footer_section__link a {
        font-size: 15px;
        margin-bottom: 6px
    }
    .service__item__hover__icon::after,
    .slidercontents__content .th-btn {
        display: none
    }
    .service__item__hover__icon img {
        filter: none
    }
    .copyright-text {
        font-size: 14px
    }
    .hero-slider .slide-inner::after {
        bottom: -280px
    }
    .th-btn {
        padding: 10.5px 24px
    }
}



/*Banner Title Start*/

.breadcrumb {
  list-style: none;
  display: block;
  position: relative;
  text-align: center;
  background: #fdc920;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 40px;
  z-index: 999;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  line-height: 30px
}

.breadcrumb ul li {
  display: inline-block
}

.breadcrumb ul li:after {
  content: "»";
  font-weight: 700;
  color: #000;
  font-size: 16px;
  padding: 0 5px 0 10px
}

.breadcrumb ul li:last-child:after {
  content: none
}

.breadcrumb ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}

.bannersection{
	padding: 50px 0 40px;
	background: url('../images/banner.webp');
	background-size: cover;
}
.bannersection h1{
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

@media screen and (max-width:767px){
	.bannersection {
  padding: 20px 0 25px;
  background-position: center;
}
.breadcrumb{
	padding: 5px 19px;
	margin-bottom: 0;
}
.bannersection h1{
	margin-bottom: 10px;
}
}

/*Banner Title End*/

/*About Us Internal Page Css*/

.our-specialists{
    padding: 60px 0;
}
.our-specialists h3{
    margin: 10px 0 20px;
}
.our-specialists h4{
    color: #ea2f36;
}
.our-specialists ul{
    padding-left: 15px;
    margin-bottom: 20px;
}
.our-specialists ul li{
    list-style: disclosure-closed;
    margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-family: Raleway, serif;
}
.our-specialists ul li::marker{
    color: #ea2f36;
}
.vision-and-mission{
    padding: 60px 0;
}

.visionmission.visionmissionbox {
  background-color:#ea2f36;
  box-shadow:none;
  padding:40px 30px;
  margin:0;
  margin-top:40px
}
.visionmission.visionmissionbox .dots {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  gap:7px
}
.visionmission.visionmissionbox .dots span {
  position:absolute;
  top:5px;
  left:5px;
  width:10px;
  height:10px;
  background-color:#ea2f36;
  border-radius:50%;
  display:block
}
.visionmission.visionmissionbox .dots span:nth-child(2) {
  right:5px;
  left:unset
}
.visionmission.visionmissionbox .dots span:nth-child(3) {
  top:unset;
  bottom:5px
}
.visionmission.visionmissionbox .dots span:nth-child(4) {
  top:unset;
  bottom:5px;
  left:unset;
  right:5px
}
.visionmission.visionmissionbox .visionmission_overlay {
  content:"";
  position:absolute;
  inset:0;
  -webkit-transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  transform:skewX(10deg);
  -webkit-transform-origin:left;
  -ms-transform-origin:left;
  transform-origin:left;
  opacity:0;
  visibility:hidden;
  z-index:-1;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.visionmission.visionmissionbox .visionmission-content {
  position:relative;
  z-index:9
}
.visionmission.visionmissionbox .visionmission_icon {
  position:relative;
  width:65px;
  height:65px;
  line-height:68px;
  border-radius:50%;
  display:block;
  background-color:#ea2f36;
  border:none;
  margin:auto;
  margin-top:-70px;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  z-index:2
}
.visionmission_icon img{
    height: 40px;
}
.visionmission.visionmissionbox .visionmission_icon:after {
  content:'';
  position:absolute;
  left:0px;
  top:2px;
  width:65px;
  height:68px;
  background-color:#fff;
  border-radius:50%;
  z-index:-1;
  -webkit-transition:0.4s;
  transition:0.4s
}
.visionmission.visionmissionbox:before {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid #ea2f36;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.visionmission {
  position: relative;
  background-color: #ea2f36;
  text-align: center;
  padding: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  margin-top: 30px;
}
.visionmission.visionmissionbox:after {
  content:"";
  width:100%;
  height:100%;
  background-color:#ffe5e5;
  position:absolute;
  top:0;
  right:0;
  z-index:-1;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out
}
.visionmission.visionmissionbox .box-title {
  font-size:24px;
  line-height:34px;
  margin-top:15px
}
.visionmission.visionmissionbox .box-title a {
  color:inherit
}
.visionmission.visionmissionbox .box-title:hover {
  color:#fff
}
.visionmission.visionmissionbox:hover.visionmissionbox .dots span {
  background-color:#fff
}
.visionmission.visionmissionbox:hover .visionmission_overlay {
  opacity:1;
  visibility:visible
}
.visionmission.visionmissionbox:hover .visionmission_text {
  color:#fff
}
.visionmission.visionmissionbox:hover .visionmission_icon {
  border:none
}
.visionmission.visionmissionbox:hover .box-title {
  color:#fff
}
.visionmission.visionmissionbox:hover:before {
  border:1px solid #fff
}
.visionmission.visionmissionbox:hover:after {
  height:0
}
@media screen and (max-width:1600px){
    .visionmission.visionmissionbox
    {
        min-height: 290px;
    }
}
@media screen and (max-width:1500px){
    .visionmission.visionmissionbox
    {
        min-height: 310px;
    }
}
@media screen and (max-width:1199px){
    .aboutusinternal .img-fluid{
margin-bottom: 30px;
    }
      .visionmission.visionmissionbox
    {
        min-height: 340px;
    }
}
@media screen and (max-width:991px){
    .visionmission.visionmissionbox
    {
        min-height: 400px;
    }
}
@media screen and (max-width: 767px) {
  .aboutusinternal {
    padding: 30px 0 16px;
  }
   .visionmission.visionmissionbox
    {
        min-height: auto;
        margin-bottom: 15px;
    }
    .our-specialists {
  padding: 27px 0 7px;
}
    .vision-and-mission {
  padding: 17px 0;
}
}

/*End About Us Internal Page Css*/


/*Why Us start*/

.whyus{
    padding: 60px 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.whyussec li {
  margin-bottom: 20px;
  margin-right: 20px;
  min-height: 70px;
}
.process-img-sec {
  float: left;
  position: relative;
}
.process-img-sec figure {
  margin-bottom: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background:#ffe5e5;
  border: 1px dashed #ea2f36;
  position: relative;
  margin-top: 0;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}
.process-img-sec figure img {
  height: 40px;
}
.process-img-sec::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ea2f36;
  position: absolute;
  left: 50%;
  top: 100%;
}
.process-text-con {
  display: table-cell;
  padding-left: 0px;
}
.nobefore::after {
    display: none
}
.whyussec li h4 {
 margin: 0 0 4px;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  font-family: Raleway, serif;
}
.whyussec li p {
 margin: 0 0 10px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-family: Raleway, serif;
}
.process-img-sec figure img {
  height: 40px;
}

@media screen and (max-width:767px){
    .whyus {
  padding: 26px 0 0;
}
.whyus .radius2{
    display: none;
}
.process-img-sec::after{
    height: 195%;
}
}

/*Why us ENd*/

/*Clients start*/
.clientspage{
    background: #fff;
}
.clientspage img{
    border: 1px solid #ea2f36;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.clientspage{
    padding-bottom: 40px;
}

@media screen and (max-width:767px){
    .clientspage {
  padding-bottom: 14px;
}
}
/*Client end*/


/*Faq*/


.faq .card {

  margin-bottom: 20px;
  background: transparent !important;
}

.faq .accordion-title {
  position: relative;
  display: block;
  background: #EFE6E1;
  overflow: hidden;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 20px;font-family: "Cinzel", serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 19px 30px 15px;
  padding-right: 30px;
  padding-right: 50px;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

.faq .accordion-body {
  padding: 40px 55px;
  padding: 25px 30px 10px;
  border-top: none;
  margin-top: -2px;
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq [aria-expanded="true"] i::before {
  content: "";
}
.faq .accordion-title i{
  float: right;
  float: right;
  margin-top: -1px;
  background: #ea2f36;
  padding: 5px;
  color: #fff;
}

.faq{
  padding: 60px 0 40px;
}


/**/


/*Contact Us*/

#contact-sec{
  padding: 60px 0;
}


#contact-sec .animate-border{
  background: #fff;
}
#contact-sec .animate-border::after{
  border-left: 10px solid #ea2f36;
  border-right: 10px solid #ea2f36;
}input[type="text"], input[type="file"] {
  width: 100%;
  border: 1px solid #0000003b;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
input[type="file"] {
    padding-left:36px;
}

textarea {
  width: 100%;
  border: 1px solid #0000003b;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  padding-top: 10px;
  box-sizing: border-box;
  transition: 0.3s;
  height: 130px;
}
.mt-20{
    margin-top: 30px;
}
#contact-sec .btn {

  padding: 7px 16px 7px 18px;
  font-size: 18px;
}
.uploadcv{
        top: 8px !important;
}


#contact-sec .btn i {
  font-size: 18px;

}
input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"], .inputWithIcon textarea {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 3px;
  top: 4px;
  padding: 15px 8px;
  color: #ea2f36;
  transition: 0.3s;
  font-size: 18px;
}



.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.appoitment-form select,
.appoitment-form .form-control,
.appoitment-form .form-select,
.appoitment-form textarea,
.appoitment-form input {
  background-color:#fff;
}
.appointment-quote-form {
  background-color:#fff;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  padding:30px 50px 50px;border:1px solid #ea2f36;
}
@media (max-width: 1199px) {
  .appointment-quote-form {
    padding:40px
  }
}
@media (max-width: 767px) {
  .appointment-quote-form {
    padding:30px
  }
}.appointment-work {
  margin-top:15px;

}
@media (max-width: 991px) {
  .appointment-work {
    max-width:100%;
    display:block;
    margin:auto;
    margin-bottom:40px
  }
}
.work-title {text-align: left;
  color: #000;
  margin-bottom:20px
}
@media (max-width: 1199px) {

}.working-list {
  padding:0
}
.working-list li a{
  color: #000; font-weight: 400;
}
.working-list li {
  list-style:none;
  font-weight: 600;
  display:-webkit-box;
  text-align: right;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border-bottom:1px solid #ea2f36;
  padding-bottom:15px;
  margin-bottom:15px;
  font-size:16px;
  color:#000;
 font-weight:600;
  -webkit-font-feature-settings:"pnum" on,"lnum" on;
  font-feature-settings:"pnum" on,"lnum" on
}input[type="text"]:focus {
  border-color: #ea2f36;
  box-shadow: 0 0 8px 0 #ea2f36;
}
/**/


/*Service Internal Page*/

.serviceinternalpage .service__item, .serviceinternalpage2 .service__item{
    margin-bottom: 30px;
}
.serviceinternalpage, .serviceinternalpage2{
    background: #fff;
}
.serviceinternalpage, .serviceinternalpage2{
    padding-bottom: 40px;
}
.serviceinternalpage .service__item{
    border: 1px solid #ea2f36;
}
.serviceinternalpage h3{
    color: #ea2f36;
    font-size: 35px;
    margin-bottom: 20px;
}
.serviceinternalpage img{
    border-radius: 20px;
  border: 2px solid #ea2f36;
  padding: 10px;
  width:100%;
}

.serviceinternalpage ul li::marker {
  color: #ea2f36;
}
.serviceinternalpage ul{
    padding-left: 15px;
}
.serviceinternalpage ul li{
    margin: 0 0 4px;
    list-style: disclosure-closed;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-family: Raleway, serif;
}

.our-specialists{
    position:relative;
}
.plusi{
        position: absolute;
    top: 44px;
    right: 31px;
    color: #ea2f36;
    font-size: 50px;
}
@media screen and (max-width:767px){
    .serviceinternalpage h3{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .mt-20 {
  margin-top: 10px;
}#contact-sec {
  padding: 25px 0;
}
.our-specialists h3{
    font-size:24px;
}
.our-specialists h4{
    font-size:20px;
}
}

/**/