.start-header,
.start-header.scroll-on {
    padding: 5px 0;
    -webkit-transition: .3s ease-out
}

.nav-link, 
body {
    font-family: Marcellus, serif
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-right: 40px;
}       

.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 15px 10px;
   

}

.navbar,
.pbl-0,
ul {
    padding: 0
}

.nav-item,
.nav-link,
.navigation-wrap,
.section {
    position: relative
}



.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: 65px !important;
    width: auto;
    display: block;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.navbar{
    border-radius:
100px;
  background:
#ffe5e5;
  margin:
10px 0;
  padding:
0 20px;
}
.carousel-control-next {
    right: 20px
}

.carousel-control-prev {
    left: 20px
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}
.nav-item{
    margin-left: 40px !important;
}
.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: 10px 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:#e51a18 !important
}
.lefttopbar li i{
    color: #fff !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: #e51a18;
    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: 30px;
    text-align: left;
    font-family: Sora, serif
}

.topbar ul {
    float: left
}

.social {
    padding-right: 0;
    float: right !important
}

a {
    text-decoration: none !important
}



.topbar {
   background:
#e91d1c;
  padding:
7px 30px 7px 0;
  color: #fff;
  z-index: 3;
  width: 90%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin:
auto;
}

.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: #fff !important
}

@media screen and (max-width:1500px){
    .nav-link{
        font-size:17px;
    }
}

@media screen and (max-width:1199px) {
    .container {
        max-width: 960px
    }
    .nav-link {
        font-size: 15px
    }
    .navbar-brand img {
        height: 70px
    }
    
    .topbar::after {
        right: calc(50% + 122px)
    }
    .nav-item{
    margin-left: 20px !important;
}
}

.th-btn {
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #e51a18;
    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
}
.slidercontents__content{
    width: 40%;
    text-align: left !important;
    margin-left: 5%
}
.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: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: .4s
}
.hero-style .slide-title h2 b{
    font-weight: 900;
}

@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
    }
    .navbar{
        padding: 10px 20px;
    }
      .navbar-brand img {
    height: 59px !important;
  }
}

.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:linear-gradient(to right, #fd9738, #fc862ff2, transparent, transparent)
}

.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: #e51a18;
    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: #e51a18;
    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%
    }
}


.copyright {
    background: linear-gradient(to bottom,#e51a18, #f87308) !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__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: #e51a18
}

.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 #e51a18;
    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: #e51a18
}

.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
}
.clientsinternal img{
    margin-bottom: 30px;
}
.clientsinternal{
    background: #fff !important;
}
.st__social__icon a:hover {
    background: linear-gradient(to bottom,#e51a18, #f87308);
    border: 1px dashed #e51a18
}

.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: -10px;
    left: 0;
    background: #e51a18;
    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: #e51a18;
    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: #e51a18;
    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:1500px){
    .footer_section__link a{
        font-size: 16px;
    }
}

@media screen and (max-width:991px){
   .nav-link {
        font-size: 13px !important;
      
    }
}

@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;
        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: #e51a18;
  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 ;
	background: url('../images/slider-1.webp');
    background-size: cover;
  background-position:center;
  position: relative;
  margin:0;
}
.bannersection::before{
    content: '';
    background: rgb(0,0,0,0.8);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.bannersection h1{
	margin: 0;font-weight: 600;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

@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: 0px;
    font-size: 26px;
}
}

/*Banner Title End*/


.aboutussection{
    padding: 70px 0;
}
.sec-title2 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    background:#e91d1c;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip:
    text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.service-style-three .sec-title2{
    margin-bottom: 20px;
}
.service-style-three {
  padding: 60px 0 10px;background: #fff;
}
.single-service-style-three {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 155px;
}
.single-service-style-three .img-box {
  position: relative;
  box-shadow: 0 1px 72px rgba(0, 0, 0, .23);
}
.single-service-style-three .text-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding:
  0 20px;
  margin-top: -30px;
}
.single-service-style-three .text-box .inner {
  padding-bottom: 40px;
  width: 100%;
  background:
  linear-gradient(to bottom,#e51a18, #f87308);
  -webkit-transition:
  all .4s ease;
  transition:
  all .4s ease;
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform:
  perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property:
  color;
  transition-property: color;
  -webkit-transition-duration:
  .5s;
  transition-duration: .5s;
}

.single-service-style-three .text-box .inner::before {
  background:
  #fff;
}
.hvr-bounce-to-bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
  #2098D1;
  -webkit-transform:
  scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin:
  50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property:
  transform;
  transition-property: transform;
  -webkit-transition-duration:
  .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function:
  ease-out;
  transition-timing-function: ease-out;
}
.single-service-style-three .text-box .inner .icon-box {
  border-radius:
  50%;
  width: 81px;
  height: 81px;
  background:
  #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40.5px;
  position: relative;
  z-index: 10;
  -webkit-transition:
  all .4s ease;
  transition:
  all .4s ease;
  margin-bottom: 20px;
}
.single-service-style-three .text-box .inner .icon-box i {
  color: #262626;
  font-size: 40px;
  line-height: 81px;
  -webkit-transition:
  all .4s ease;
  transition:
  all .4s ease;
}
.single-service-style-three .text-box .inner p {
  font-size: 16px;
  line-height: 24px;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
.single-service-style-three .text-box .inner a.more {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #e51a18;
  display: block;
  margin-top: 10px;
  opacity: 0;
  margin-top: -37px;
  -webkit-transition:
  all .4s ease;
  transition:
  all .4s ease;
  }.single-service-style-three .text-box .inner h3, .single-service-style-three .text-box .inner p {
      margin:
      0;
      font-size: 25px;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #fff;
      -webkit-transition:
      all .4s ease;
      transition:
      all .4s ease;
      }.single-service-style-three .text-box:hover .inner a.more {
          margin-top: 10px;
          opacity: 1;
          }.single-service-style-three .text-box:hover .inner p {
              color: #555555;
              }.single-service-style-three .text-box:hover .inner .icon-box i {
                  color: #fff;
                  }.single-service-style-three .text-box:hover .inner .icon-box {
                      background:
                      linear-gradient(to bottom,#e51a18, #f87308);
                      }.single-service-style-three .text-box:hover .inner {
                          padding-bottom: 25px;
                          -webkit-box-shadow:
                          0px 1px 18px rgba(0, 0, 0, 0.2);
                          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
                          }.hvr-bounce-to-bottom:active::before, .hvr-bounce-to-bottom:focus::before, .hvr-bounce-to-bottom:hover::before {
                              -webkit-transform:
                              scaleY(1);
                              transform: scaleY(1);
                              -webkit-transition-timing-function:
                              cubic-bezier(0.52,1.64,.37,.66);
                              transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
                              }.single-service-style-three .text-box:hover .inner h3 {
                                  color: #262626;
                              }

                              .products{
                                padding: 60px 0;background: #ffdede
                            }
                            .products .sec-title2{
                                margin-bottom: 20px;
                            }
                            .products .card{
                                margin-bottom: 30px;
                                text-align: center;
                                border:
                                1px solid #e01c14;border-bottom-left-radius: 10px;
                                border-bottom-right-radius: 10px;
                            }
                            .post-slide{
                                margin: 10px;
                            }
                            .products .card h4{
                                margin:
                                0;border-bottom-left-radius: 10px;
                                border-bottom-right-radius: 10px;
                                padding:
                                10px;
                                background:
                                linear-gradient(to bottom,#e51a18, #f87308);
                                color: #fff;
                            }
                            .teamss__sub-title a{
                                color: #000;
                                font-size: 16px;
                            }
                            .teamss__single .teamss__sub-title a:hover{
  color: #F7832E;
}
                         .teamss__sub-title a i{
                                padding:
7px;
  background:
#e91d1c;
  border-radius:
30px;
  font-size: 20px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  margin-top: 6px;
                            }

                            .clients img{
                                border:
                                1px solid #e21815;
                                box-shadow: 0 1px 11px rgba(0, 0, 0, .23);
                            }
                            .clients{
                                padding: 60px 0;  background:
                                #fff;
                            }
                            @media screen and (max-width:1600px){
                                .about-one__content__list li, p {
                                  font-size: 15px;
                                  line-height: 30px;
                              }
                              .single-service-style-three .text-box .inner h3, .single-service-style-three .text-box .inner p{
                                font-size: 23px;
                            }
                        }

                        @media screen and (max-width:1500px){
                            .about-one__content__list li, p {
                              font-size: 15px;
                              line-height: 28px;
                              }.single-service-style-three .text-box .inner h3, .single-service-style-three .text-box .inner p{
                                font-size: 22px;
                            }
                        }


                        @media screen and (max-width:1199px){
                            .topbar{
                                display: none;
                            }
                            .about-one__content__list li, p {
                              font-size: 14px;
                              line-height: 23px;
                          }
                      }
                      @media screen and (max-width:991px){
                         .aboutussection img{
                            margin-bottom: 20px;
                        }
                       
                        .navbar-brand{
                            border:none;
                            }.navbar-light .navbar-brand {
                                margin-top: 0;padding: 0;box-shadow: none;
                            }
                            .ml-md-4, .mx-md-4 {
                                margin-left: 0.7rem !important;
                            }
                        }
                        .aboutussection2{
                            background: #ffdede;
                        }

                        @media screen and (max-width:767px){
                            .aboutussection {
                              padding: 30px 0 20px;
                              } .footer_section__title h2 {
                                margin-bottom: 26px;
                                }   .aboutussection2 img{
                                 margin-top: 20px;
                             }
                             .about-one__content__list li, p {
                                font-size: 15px !important;
                                line-height: 26px !important;
                            }
                            .sec-title2{
                                font-size: 28px;
                            }
                            .service-style-three {
                              padding:
                              30px 0 10px;
                          }
                          .products {
                              padding:
                              30px 0 10px;
                              }.products .sec-title2 {
                                  margin-bottom: 7px;
                                  }  .single-service-style-three .text-box .inner h3, .single-service-style-three .text-box .inner p {
                                    font-size: 24px;
                                    }.clients {
                                      padding:
                                      30px 0;

                                  }
                                  .single-service-style-three {
                                    padding-bottom: 130px;

                                }
                                section{
                                    overflow-x: hidden;
                                    }.clientsinternal img{
                                        margin-bottom: 15px;
                                    }
                                }
                                .copyright-text a{
                                    color: #fff !important;
                                }
                                .box-cards{
                                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                                    padding: 30px 30px 15px;
                                    overflow: hidden;
                                    border-radius: 3px;
                                    -webkit-transition: all 0.4s ease-in-out 0s;
                                    -o-transition: all 0.4s ease-in-out 0s;
                                    transition: all 0.4s ease-in-out 0s;
                                }
                                .box-cards  ul {
                                  padding: 0;
                                  margin: 0;
                              }
                              .box-cards ul li {
                                  list-style: none;
                                  margin-bottom: 15px;
                              }
                              .box-cards ul li a {
                                  list-style: none;
                                  font-family: 'Poppins', sans-serif;
                                  font-size: 18px;
                                  line-height: 28px;
                                  font-weight: 400;
                                  color: #212112;
                              }
                              .box-cards ul li i {
                                  padding-right: 10px;
                                  color: #ca2523 !important;
                              }
                              .contactus{
                                padding: 70px 0;
                            }
                            .contactus .form-control{
                                margin-bottom: 10px;
                            }
                            .contactus .sec-title2{
                                font-size: 30px;
                                margin-bottom: 20px;
                            }
                            .contactus .btn{
                                background: #ca2523;
                                color: #fff;
                                border: 1px solid #ca2523;
                                margin-top: 15px;
                                transition: 0.5s ease;
                                margin-bottom: 15px;
                            }
                            .contactus .btn:hover{
                                background: #fff;
                                color: #ca2523;
                                border: 1px solid #ca2523;
                                margin-top: 15px;
                                transition: 0.5s ease;
                            }
                            .contactus textarea{
                              height: 135px;
                          }
                          .contactus iframe{
                            margin-bottom: 50px;
                        }

                        @media screen and (max-width:1199px){
                            .box-cards{
                                padding: 30px 20px 15px;
                            }
                            .contactus .sec-title2 {
                              font-size: 25px;
                          }
                          .box-cards ul li a{
                            font-size: 15px;
                        }
                    }

                    @media screen and (max-width:991px){
                       .box-cards ul li a {
                        font-size: 13px;
                    }
                }

                .ouservices{
                    padding: 60px 0;
                }
                .ouservices h4{
                    color: REd;
                }
                .ouservices ul{
                    margin-left: 15px;
                }
                .ouservices ul li{
                    list-style: disclosure-closed;
                    margin-bottom: 5px;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: justify;
                    font-family: Sora, serif;
                }
                .ouservices ul li::marker{
                    color: #e61915;
                }

                .ouservices .sec-title2{
                    font-size: 30px;
                    text-align:left !important;
                }
                .ouservices .col-md-6{
                    margin-bottom: 20px;
                }
                .hydrant{
                    color: #fff;
  font-weight: 600;
  text-align: left;
  background:
linear-gradient(to right, #E61716 0% , #fcaa40 50%, #fd3706 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip:
text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: 10px;
 
                }

                @media screen and (max-width:767px){
                    .contactus {
                      padding: 40px 0;
                      }  .box-cards ul li a {
                        font-size: 16px;
                    }
                    .contactus .col-md-8{
                        margin-top: 40px;
                        }.ouservices {
                          padding:
                          30px 0 10px;
                          }.ouservices .sec-title2 {
                              font-size: 22px;
                          }
                          section{
                            overflow:hidden;
                        }
                        .single-service-style-three .text-box .inner .icon-box{
                            width: 60px;
                            height: 60px;
                            margin-bottom: 10px;
                        }
                        .single-service-style-three .text-box .inner .icon-box i {
                            font-size: 31px;
                            line-height: 60px;
                            }    .single-service-style-three .text-box .inner h3, .single-service-style-three .text-box .inner p {
                                font-size: 22px;
                            }
                            }.about-one__left {
                              margin-right: 50px;
                          }
                          @media (max-width: 991px) {
                              .about-one__left {
                                margin-right: 0px;
                            }
                        }
                        .about-one__thumb {
                          position: relative;
                          z-index: 1;
                      }
                      .about-one__thumb__item {
                          position: relative;
                          z-index: 1;
                      }
                      @media (max-width: 1199px) and (min-width: 991px) {
                          .about-one__thumb__item--one img {
                            object-fit: cover;
                            width: 100%;
                        }
                    }
                    @media (max-width: 767px) {
                      .about-one__thumb__item--one img {
                        object-fit: cover;
                        width: 100%;
                    }
                }
                .about-one__thumb__item__two {
                  position: absolute;
                  bottom: -44px;
                  right: 0;
                  border: 5px solid #fff;
                  border-right: none;
                  animation: topBottom 4s ease-in-out infinite;
              }
              .about-one__thumb__item__three {
                  position: absolute;
                  left: -90px;
                  bottom: -80px;
                  animation: topBottom 4s ease-in-out infinite;
                  }@keyframes ping2 {
                      0% {
                        transform: scaleY(0.8);
                    }
                    50% {
                        transform: scaleY(1);
                    }
                    100% {
                        transform: scaleY(0.8);
                    }
                    }@keyframes horizontal {
                      16.65% {
                        transform: translateX(5px);
                    }
                    33.3% {
                        transform: translateX(-3px);
                    }
                    49.95% {
                        transform: translateX(4px);
                    }
                    66.6% {
                        transform: translateX(-2px);
                    }
                    83.25% {
                        transform: translateX(1px);
                    }
                    100% {
                        transform: translateX(0);
                    }
                    }@keyframes scaleOne {
                      0% {
                        transform: scale(0.8);
                    }
                    50% {
                        transform: scale(1.3);
                    }
                    100% {
                        transform: scale(0.8);
                    }
                }
                @keyframes topBottom {
                  0% {
                    transform: translateY(-10px);
                }
                60% {
                    transform: translateY(0px);
                }
                100% {
                    transform: translateY(-10px);
                }
            }
            p b{
                color: #fff;
                font-weight: 600;
                text-align: left;
                background:
                linear-gradient(to right, #E61716 0% , #fcaa40 50%, #fd3706 100%);
                background-clip: border-box;
                background-clip: border-box;
                background-clip: border-box;
                background-clip: border-box;
                -webkit-background-clip:
                text;
                -webkit-text-fill-color: transparent;
                width: fit-content;
                margin-bottom: 10px;
                text-transform: uppercase;
            }
            .contacts__wrapper p b{
                 color: #fff;
                font-weight: 600;
                text-align: left;
                background:
                linear-gradient(to right, #fff 0% , #fff 50%, #fff 100%);
                background-clip: border-box;
                background-clip: border-box;
                background-clip: border-box;
                background-clip: border-box;
                -webkit-background-clip:
                text;
                -webkit-text-fill-color: transparent;
                width: fit-content;
                margin-bottom: 10px;
                text-transform: uppercase;
            }
            .about-one__feature {
              display: flex;
              align-items: center;
              justify-content: space-between;
       
             
              margin-top: 20px;
          }
          @media (max-width: 575px) {
              .about-one__feature {
                flex-direction: column;
                justify-content: start;
                align-items: start;
            }
        }
        .about-one__feature__item {
          display: flex;
          align-items: center;
          gap: 22px;
      }
      .about-one__feature__item:hover .about-one__feature__icon {
          color: #fff;
      }
      .about-one__feature__item:hover .about-one__feature__icon::after {
          width: 100%;
          height: 100%;
          top: 0%;
          left: 0%;
      }
      .about-one__feature__icon {
          width: 100%;
          max-width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #EFE6E1;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 38px;
          color: #232728;
          position: relative;
          z-index: 1;
          transition: all 0.4s ease-in-out;
      }
      .about-one__feature__icon::after {
          content: "";
          width: 0%;
          height: 0%;
          position: absolute;
          top: 50%;
          left: 50%;
          background: #E61817;
          z-index: -1;
          transition: all 0.4s ease-in-out;
          border-radius: 50%;
      }
      .about-one__feature__title {
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 150%;
          margin-bottom: 0;
          padding-bottom: 0;
          color: #232728;
          text-transform: uppercase;
      }
      .about-one__feature__title a {
          color: inherit;
          background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
          transition: all 500ms ease;
      }
      .about-one__feature__title a:hover {
          background-size: 100% 1px;
      }
      .about-one__list__item {
          display: flex;
          flex-direction: column;
          margin: 0;
      }
      .about-one__list__item__content {
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          margin-right: -10px;
          margin-bottom: 0;
          padding-bottom: 0;
          color: var(--firdip-text, #7D8081);
          text-transform: capitalize;
      }
      .about-one__list__item__content i {
          color: #E61817;
          margin-right: 8px;
          transition: all 0.4s ease-in-out;
      }
      .about-one__list__item__content:hover i {
          color: #232728;
      }
      .about-one__list__item__content + .about-one__list__item__content {
          margin-top: 18px;
      }
      .about-one__thumb__funfact {
          margin-top: -48px;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          z-index: 1;
          max-width: 239px;
          width: 100%;
          background: #232728;
          border-top: 4px solid #fff;
          border-left: 4px solid #fff;
          border-right: 4px solid #fff;
          padding: 28px 0px;
      }
      .about-one__thumb__funfact__coun {
          display: flex;
          align-items: center;
          justify-content: center;
          font-style: normal;
          font-weight: 700;
          font-size: 40px;
          line-height: 85%;
          margin-bottom: 14px;
          padding-bottom: 0;
          color: #E61817;
      }
      .about-one__thumb__funfact__text {
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 21px;
          text-transform: uppercase;
          color: #fff;
          margin-bottom: -4px;
          padding-bottom: 0;
          text-align: center;
      }
      .about-one__thumb::after {
          content: "";
          width: 24px;
          height: 361px;
          position: absolute;
          right: 0;
          top: 0;
          background: linear-gradient(180deg, #CA4445 0%, rgba(202, 68, 69, 0) 100%);
          animation: ping2 4s ease-in-out infinite;
      }
      .about-one__top {
          margin-bottom: 30px;
      }
      .about-one__top .sec-title {
          padding-bottom: 20px;
      }

      @media screen and (max-width: 991px){
        .about-one__thumb__item__two{
            right: 300px;
        }
        .about-one__thumb__item__three {
          left: -6px;
      }
      .about-one__thumb__funfact {
          margin-left: 20%;
      }
      .about-one__thumb::after{
        right: 200px
      }
  }

   @media screen and (max-width: 767px){
       .about-one__thumb__item__two {
    display: none;
  }
  .about-one__thumb__funfact{
    max-width:200px !important;
  }
  .about-one__thumb__funfact__coun{
    font-size: 30px
  }
  .about-one__thumb__funfact__text{
    font-size: 14px !important;
  }
   .about-one__thumb__funfact {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .about-one__left{
    margin-bottom: 20px
  }
  .about-one__feature {
 
  margin-bottom: 15px;
}
.about-one__feature__icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  }
  .about-one__feature__icon i{
    font-size:30px;
  }

  }




/*Team*/

.teamss__single {
  position: relative;
  display: block;
  margin-bottom: 23px;
  padding: 20px;
}

.teamss__img {
  position: relative;
  display: block;
  border-radius: 20px;
  z-index: 1;
}
.teamss__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}


.teamss__img-box img {
  width: 100%;
  border-radius: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.teamss__single:hover .teamss__img-box img {
  transform: scale(1.05);
}

.teamss__social {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background-color: #F7832E;
  text-align: center;
  padding: 20px 17.5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}
.teamss__img{
    border:
4px double #e61816;
  padding:
5px;
}
.teamss__single:hover .teamss__social {
  transform: scaleY(1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social li + li {
  margin-top: 25px;
}

.teamss__social li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.teamss__content {
  position: relative;
  display: block;
  padding-top: 0px;
  margin-top: 15px
}
.clients .sec-title2{
    margin-bottom: 30px
}

.teamss__sub-title {
  font-size: 18px;
  color: #E61817;

  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.teamss__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
 margin-top: 0; text-align: center;
}

.teamss__name a {
  color: #000;
  transition: all 500ms ease; text-align: center;
}

.teamss__name a:hover {
  color: #F7832E;
}

.teamss__social-two {
  position: absolute;
  right: 20px;
  top: -25px;
  background-color: #E61817;
  padding: 17.5px 18.4px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.teamss__single:hover .teamss__social-two {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F7832E;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social-two li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.teamss__social-two li a:hover {
  color: red;
}

.teamss__bottom {
  position: relative;
  display: block;
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 35px auto 0;
  border: 2px dashed #F7832E;
  border-radius: 30px;
  padding: 10px 0;
}
.teamss__single .teamss__sub-title:hover{
 color: #F7832E; 
}
.our-team .animate-border{
  background: #E61817;
}
.teamss__bottom-text {
  font-weight: 500;
}

.teamss__bottom-text span {
  color: #E61817;
  font-weight: 700;
}

.our-team{
  padding: 70px 0 30px;background: #ffdede;
}

@media screen and (max-width: 767px){
  .teamss__single{
    padding: 10px;
  }
  .teamss__sub-title {
  font-size: 16px;
}
.our-team {
  padding:
32px 0 6px;
}
 .navbar {
    padding:
4px 20px;
background: #fff;
  }
}


.sliderbtn{
  background:#e0373a;
  color: #fff;
  margin-top: 15px;
  border-radius:30px 0 30px 0;
  padding:10px 30px;
  border:4px double #e0373a;
  transition: 0.5s ease;
}
.sliderbtn:hover{
     background:#fff;
     color: #e0373a;
     transition: 0.5s ease;
}
  .hero-style .container {
    position: relative;
    z-index: 999999 !important;
  }


.about-one__feature ul li{
    list-style:disclosure-closed;
    margin-bottom: 5px;
    margin-left: 15px;
}
.about-one__feature ul li::marker{
    color: #e91d1c;
}

  @media screen and (max-width: 1400px){
    .slidercontents__content {
  width: 64%;
  text-align: left !important;
  margin-left: -10%;
}
  }

    @media screen and (max-width: 1200px){
    .slidercontents__content {
  width: 75%;
  text-align: left !important;
  margin-left: 0%;
}
  }


    @media screen and (max-width: 991px){
    .slidercontents__content {
  width: 100%;
  text-align: left !important;
  margin-left: 0%;
}
.hero-slider .slide-inner::before {
  background:linear-gradient(to right, #fd9738, #fd9738c9, #fd9738bd, #fd973859);
}  .hero-style {
    height: 80vh;
  }  .banner-container {
    width: 88%;
    margin-left: 6%;
  }
  }/*Contact*/


.form-control{
  margin-bottom: 20px;
  height: 50px;
}
textarea{
  height: 100px !important;
}
.contact-us p{
    color: #fff
}
.click-btn{
  margin-left: 0;
  background: #E91D1C;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #E91D1C;
  border-radius: 47px;
  transition: 0.5s ease;
  cursor: pointer;
}
.click-btn:hover{
  background: #fff;
  transition: 0.5s ease;
  cursor: pointer;
  color: #E91D1C;
}
.contacts {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contacts {
    padding: 40px 0 0;
  }
}
.contacts__wrapper {
  position: relative;

  border-radius: 20px;
 
}
@media (min-width: 1300px) {
  .contacts__wrapper {
    margin: 0 -49px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__wrapper {
    padding: 50px 28px;
  }
}
@media (max-width: 767px) {
  .contacts__wrapper {
    padding: 50px 20px;
  }
}
.contacts__info {
  position: relative;
  background-color: #E91D1C;
  max-width: 100% !important;
  border-radius: 11px;
  padding: 45px 40px 54px;
}
@media (max-width: 767px) {
  .contacts__info {
    padding: 35px 20px 49px;
  }
}
.contacts__info__shape {
  position: absolute;
  right: 40px;
  bottom: 45px;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: wobble-horizontal-on-hover 4s infinite linear;
}
@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.contacts__wrapper {
    margin:
0 -49px;
    padding:
50px;
    background:
#ffe5e5;
  }
.contacts__info__title {
  color: #fff;
  font-size: 32px;
  margin: 0 0 17px;
}
.contacts__info__text {
  color: #fff;
  margin: 0 0 32px;
}
.contacts__info__box-wrapper {
  padding: 10px 0 0 ;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .contacts__info__box-wrapper {
    padding-left: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .contacts__info__box-wrapper::after {
    display: none;
  }
}
.contacts__info__box {
  position: relative;
  min-height: 64px;
  padding: 2px 0 0 78px;
}
.contacts__info__box__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #E91D1C;
  border-radius: 50%;
  font-size: 25px;
  transition: all 500ms ease;
  z-index: 1;
  overflow: hidden;
}
.contacts__info__box__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #fe3d08;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.contacts__info__box:hover .contacts__info__box__icon {
  color: #fff;
}
.contacts__info__box:hover .contacts__info__box__icon::after {
  height: 100%;
}
.contacts__info__box__title {
  color: #fff;
  font-size: 22px;
  margin: 0 0px;
}
.contacts__info__box__text {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.contacts__info__box__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contacts__info__box__text a:hover {
  background-size: 100% 1px;
}
.contacts__info__box + .contacts__info__box {
  margin-top: 35px;
}
.contacts__info__social {
  position: relative;
}
.contacts__info__social__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.27px;
  margin: 0 0 26px;
}
.contacts__info__social__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__info__social__wrap a {
  width: 37px;
  height: 37px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #E91D1C;
}@keyframes topBottomTwo {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contacts__info__social__wrap a:hover {
  background-color: #fe3d08;
  color: #fff;
}
.contacts__content {
  position: relative;
  padding: 11px 0 0;
}
.contacts__content .sec-title-two {
  padding-bottom: 21px;
}
.contacts__content__text {
  margin: 0 0 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__content__text br {
    display: none;
  }
}
.contacts__content .form-one .bootstrap-select > .dropdown-toggle,
.contacts__content .form-one input[type=text],
.contacts__content .form-one input[type=email],
.contacts__content .form-one textarea {
  border: 1px solid #dddddd;
}
.contacts--contact-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contacts--contact-page {
    padding: 80px 0;
  }
}



@media screen and (max-width: 1300px){
  .contacts__info{
    max-width: 430px;
  }
  .contacts__info__box__title{
    font-size: 18px;
  }
  .contacts__info{
    padding: 45px 30px 69px;
  }
  .contacts__info__box{
    padding: 2px 0 0 60px;
  }
  .contacts__info__box-wrapper{
    padding: 0 0 0 24px;
  }
  .contacts__info__box__icon {
  width: 50px;
  height: 50px;font-size: 21px;
}
.contacts__info__box__text{
  font-size: 15px;
}.contacts__content {
  position: relative;
  padding: 0px 0 0;
}
}

@media screen and (max-width: 991px){
  .contacts__info__box__text {
    font-size: 14px;
    text-align: left;
  }
}

.contact-us{
  padding: 0px 0 70px; 
}
@media screen and (max-width: 767px){
  .contacts__wrapper{
    padding: 0;
    border: none;
  } .contacts__info__box-wrapper {
    padding: 0 0 0;
  }.swiper-pagination-bullets {
  bottom: 17px !important;
}
    .contacts__info__box__text {
    font-size: 15px;
  }  .contacts__info {
    padding: 30px 30px 30px;
  }
  .contacts__info__social__title{
    margin: 0 0 10px;
  }
  .contacts__info__box-wrapper {
  margin: 0 0 20px;
}.contacts__info__box + .contacts__info__box {
  margin-top: 15px;
}
.contacts__info{
  margin-bottom: 20px;
}
.iframm{
  margin-top: 20px;
} .contacts__info {
    max-width: 100% !important;
  }
  .contacts__wrapper {
  margin:
0;
padding: 20px 15px
}.contact-us {
  padding:
0px 0 34px;
}  .contacts__info {
    padding:
30px 12px 30px;
  } .contacts__info__box__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }.contacts__info__box {
    padding:
2px 0 0 45px;
  }
}  .iframm {
   
    margin-bottom: -10px;
  }



.counterter {
  position: relative; 
  border-radius: 50px;
  z-index: 1;
  padding: 80px 0;
}

.counterter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  z-index: -1;
  border-radius: 50px 50px 0 0; /* Match the border-radius of .counterter */
}
.counterter .container{
  z-index: 1;
}
.counter-left {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffdede;
  border: none;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 0px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-shape {
  position: absolute;
  bottom: 23%;
  right: 10%;
}
.counter-shape1 {
    left: 37px;
    top: 20px;
    position: absolute;
    opacity: 0.2;
    height: 65px
}

.counter-left h2 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 46px;
  color: #373435;
  margin-bottom: 30px;
}
.counter-left h2 b,
.counter-left h2 strong {
  display: block;
}

.counter-left p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #373435;
}
.counter-box img {
  margin-bottom: 5px;
  height: 70px
}

.counter-box {
  padding: 15px 35px 24px 35px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
}

.counter-box.with-shape{
  position: relative;
}

.counter-box.with-shape .counterbox-shape-top{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
}
.counter-box.with-shape .counterbox-shape-bottom{
  position: absolute;
  top: 30px;
  right: 0;
}

.counter-box h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  align-items: center;
  color: #373435;
  text-align: center;
}

.counter-box p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #373435;
  text-align: center;
}

.counterter-main .col-lg-7 .row:nth-last-child(1) {
  flex-direction: row-reverse;
  margin-top: 30px;
}




@media screen and (max-width: 1199px){
    .counter-box {
  padding:
25px 3px 25px 3px;}
.counter-left h2{
    font-size:25px;
    line-height: 1.3
}
.counter-box h3{
    font-size: 40px
}
.counter-box p{
    font-size: 15px
}
}
@media screen and (max-width: 1199px){
 
  .counterter-main .col-md-6{
    margin-top: 30px
  }
  .counter-shape1{
    display: none;
  }
  .counter-desc{
    padding: 20px
  }
}

.desno{
    display:none !important;
}
.contacts__info__box__text b, .footer_section__link b{
    font-size:20px;
}
@media screen and (max-width: 767px){
    .counterter {
  position: relative;
  border-radius:
50px;
  z-index: 1;
  padding:
36px 0 40px;
}
.counter-left{
    padding: 0px 7px;
}.counter-left h2 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 7px;
  } .counter-box {
    padding:
15px 3px 13px 3px;
  }  .counter-box h3 {
    font-size: 33px;line-height: 1.3;
  } .navbar {
    padding:
0px 20px;
    background:
#fff;
    margin:
5px 0;
  }
  .desno{
    display:block !important;
}
.desshow{
    display:none !important;
}.contacts__info__box__text b, .footer_section__link b {
    font-size: 17px;
}
}



.commitment{
      padding: 70px 0;
    background: #ffdede;
}

.committmentbox{
        margin-top: 20px;
    border-bottom: 1px dashed #e91d1c;
    padding-bottom: 2px;
    margin-bottom: 15px;
    text-transform:uppercase;
}
.committmentbox h3{
    font-size:22px;
}

.testimonials
{
    padding:70px 0 50px;
}
.testimonials .card{
        background: #fff;
    position: relative;
    box-shadow:0 10px 20px 0 rgb(255 220 220 / 76%);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    transition: all ease .4s;
    background-color: #fff;
    padding: 20px 30px 10px;
    border: none;
    border: 4px double #e72015;
    margin-bottom:20px;
}

.testimonials .card h4{
    color:#e61716;
}

@media screen and (max-width:767px){
    .commitment {
    padding: 34px 0;
    }
    .committmentbox h3 {
    font-size: 17px;
}.committmentbox {
    margin-top: 10px;
    border-bottom: 1px dashed #e91d1c;
    padding-bottom: 2px;
    margin-bottom: 9px;
    text-transform: uppercase;
}.testimonials
{
    padding:40px 0 20px;
}.testimonials .card h4{
    font-size:20px;
}
}