* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.navbar .navbar-nav>li {
    margin-right: 15px;
    position: relative;
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 145px;
}
img.logo.logo-dark {
    display: none;
}
img.logo.logo-light {
    width: 37%;
    padding-left: 17px;
}
.navbar .navbar-nav>li>a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
    position: relative;
    text-decoration: none;
   
    display: block;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.navbar.navbar-bordered {
    color: #fff;
    border-bottom: 2px solid rgb(92 84 84);
    background-color: #000000cf;
}



#wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh;
}


.nav-item a:hover {
    background-color: transparent;
}

.navbar .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 60px;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #ffffff;
    content: "";
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.fa-chevron-down:before {
    content: "\f078";
    font-size: 17px;
}
.navbar .navbar-nav>li.active>a::before,
.navbar .navbar-nav>li:hover a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

}

.slider .slide .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 10%;
}

.slider .slide .slide-content .slide-subheadline {

    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.slider .slide .slide-content .slide-headline {

    font-weight: 700;
    font-size: 75px;
    line-height: 80px;
    color: rgb(3, 3, 3);
    margin-bottom: 25px;
    text-transform: capitalize;
}

.slider .slide .slide-content .slide-desc {

    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #0a0a0a;
    margin-bottom: 32px;
}

.btn--primary {
    background-color: #e11d07;
    color: #fff;
    border-color: #e11d07;
}

.btn {

    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 48px;
    width: 170px;
    height: 50px;
    letter-spacing: .26px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    border-width: 2px;
}

span.carousel-control-prev-icon {
    width: 35%;
    height: 75px;
}

span.carousel-control-next-icon {
    width: 35%;
    height: 75px;
}

.carousel-indicators {

    top: 87%;
}

a.btn.btn--primary {
    background-color: #fdfdfd;
    position: relative;
    color: #000;
    border-color: #e11d07;
    line-height: 31px;
    top: -4px;
}

a.btn.btn--white {
    background-color: #fff;
    line-height: 30px;
    margin-left: 15px;
}

.services-bar {
    margin: 0;
    padding: 0;
    overflow: visible;
    z-index: 9999;
    position: relative;
    padding-top: 80px;
}

.services-bar .row {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    -webkit-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
}

.services-bar .services-bar-card {
    height: 125px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #fff;
    border-right: 3px solid #eaeaea;
}

.services-bar .services-bar-card:hover .thumb-icon,
.services-bar .services-bar-card.active .thumb-icon {
    color: #fff;
}

.services-bar .services-bar-card .thumb-icon {
    margin-right: 20px;
    color: #e11d07;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.thumb-body {
    color: white;
}

i.fa-solid.fa-house {
    font-size: 55PX;
    color: white;
}

i.fa.fa-plane-up {
    font-size: 55px;
}

i.fa.fa-ship {
    font-size: 47px;
}

i.fa.fa-truck {
    font-size: 55px;
}

.services-bar .services-bar-card:hover,
.services-bar .services-bar-card.active {
    background-color: #e11d07;
    border-color: #e11d07;
}

.thumb-body a {
    color: #000;
    text-decoration: none;
}

.services-bar .services-bar-card .thumb-body p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: #9b9b9b;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.services-bar .services-bar-card .thumb-body h3 {

    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #1b1a1a;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.services-bar .services-bar-card:hover .thumb-body h3 a,
.services-bar .services-bar-card.active .thumb-body h3 a {
    color: #fff;
}

.about .about-img {
    position: relative;
    border-radius: 3px;
    height: 510px;
}

.about .about-img .about-img-warp {
    position: absolute;
    right: 0;
    max-width: 420px;
    border-radius: 3px;
    height: 470px;
}

.bg-section {
    position: relative;
    overflow: hidden;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
   
}

.about .about-img .about-img-warp:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(91%, #1b1a1a));
    background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
    opacity: .6;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.about .about-img .counter {
    width: 230px;
    position: absolute;
    left: 0;
    z-index: 25;
    height: 213px;
    top: 0;
}

.counter {
    /* background-color: #e11d07; */
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #fff;
    border-radius: 4px;
    padding: 25px 40px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -5px;
    left: -15px;
}

.counter .counter-icon {
    margin-bottom: 15px;
}

.counter .counter-icon i::before {
    font-size: 65px;
    margin-left: 0;
}

.flaticon-018-packaging:before {
    content: "\f111";
}

.counter .counter-num {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counter .counter-num span,
.counter .counter-num p {
    font-size: 38px;
    font-family: rubik, sans-serif;
    font-weight: 400;
    line-height: 29px;
    display: inline-block;
    color: #fff;
}

.counter .counter-num span,
.counter .counter-num p {
    font-size: 38px;
    font-family: rubik, sans-serif;
    font-weight: 400;
    line-height: 29px;
    display: inline-block;
    color: #fff;
}

.counter .counter-num p {
    margin-bottom: 0;
}

.counter .counter-name h6 {
    margin-bottom: 0;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-transform: capitalize;
}

.heading.heading-3 {
    margin-bottom: 38px;
}

.heading .heading-subtitle {
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    color: #e11d07;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.heading.heading-3 .heading-title {
    font-size: 43px;
    line-height: 57px;
}

.heading .heading-title {
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 600;
    color: #1b1a1a;
}

.about .about-block .block-left p {
    font-family: roboto, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #9b9b9b;
    margin-bottom: 25px;
}

.about .about-block .block-left p:last-child {
    margin-bottom: 0;
}

.about .about-block .block-left p {
    font-family: roboto, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #9b9b9b;
    margin-bottom: 25px;
}

.about .about-block .block-right .detail {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.about .about-block .block-right .detail::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #e11d07;
    border-radius: 2px;
}

.about .about-block .block-right .detail h6 {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about .about-block .block-right .detail p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #9b9b9b;
    margin-bottom: 0;
}

.cta {
    overflow: visible;
    padding-top: 147px;
    padding-bottom: 0;
}

.bg-overlay-dark2:before {
    background-color: #1b1a1a5e;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.heading {
    margin-bottom: 48px;
}

.heading.heading-2 .heading-subtitle {
    margin-bottom: 19px;
}

.heading.heading-light .heading-subtitle {
    color: #f9f9f9;
}

.heading .heading-subtitle {
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    color: #e11d07;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.heading.heading-2 .heading-title {
    font-size: 43px;
    line-height: 50px;
}

.heading.heading-light .heading-title {
    color: #fff;
}

.heading .heading-title {
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1b1a1a;
}

.cta .icon-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 47px;
}

.cta .icon-set .icon-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta .icon-set .icon-panel span {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.cta .icon-set .icon-panel .icon::before {
    color: #fff;
    font-size: 70px;
    margin-left: 0;
}

.flaticon-016-payment-terminal:before {
    content: "\f10f";
}

.cta {
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tab.quote-list-tab .tabs {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

ul {
    list-style: none;
}

.tab.quote-list-tab .tabs li.current {
    border-bottom: 2px solid #fa4612;
}

.tab.quote-list-tab .tabs li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 700;
}

.tab.quote-list-tab .tabs li a {
    color: #fa4612;
    position: relative;
    padding-left: 35px;
    text-decoration: none;
}

.tab.quote-list-tab .tabs li a i {
    font-size: 25px;
    position: absolute;
    left: 0;
    line-height: 20px;
}

.flaticon-truck:before {
    content: "\f11b";
}

.tab .tabs_item:first-child {
    display: block;
}

.tab .tabs_item {
    display: none;
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab.quote-list-tab .tabs_item .col-lg-8 {
    margin-top: -10px;
}

.tab.quote-list-tab .tabs_item h3 {
    font-size: 15px;
    margin-bottom: 20px;
    color: midnightblue;
}

.tab.quote-list-tab .tabs_item .form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    color: #24416b;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
}

.tab.quote-list-tab .default-btn {
    width: 100%;
    background-color: transparent;
    height: 60px;
}

.default-btn {
    font-size: 16px;
    color: #fa4612;
    padding: 20px 35px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #fa4612;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.default-btn::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #fa4612;
    border-bottom: 20px solid transparent;
    top: 9px;
    left: -1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: #fa4612;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}

.default-btn {
    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;

}

.default-btn:hover {
    color: #fff;
    border-color: #fa4612;
}

.default-btn:hover::after {
    width: 100%;
}

.default-btn:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
}

.tabs_item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background-color: #e11d07;
    width: calc(100% - 100px);
}

.tabs_item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: rgb(225, 29, 7);
    width: calc(85% - 100px);
}

.features {
    padding-top: 70px;
    padding-bottom: 80px;
}

.heading.heading-4 {
    margin-bottom: 57px;
}

.features .feature-panel::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e11d07;
    height: 3px;
    width: calc(100% - 100px);
}

.features .feature-panel {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .06);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .06);
    position: relative;
    padding: 27px 50px 35px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 4px;
}

.features .feature-panel .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features .feature-panel .feature-content h4 {
    font-family: rubik, sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 45px;
    color: #1b1a1a;
}

.features .feature-panel .feature-content p {
    font-family: roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
}

a {
    color: #e11d07;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.features .feature-panel .feature-content a {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #e11d07;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    padding-right: 57px;
}

.features .feature-panel .feature-content a i::before {
    font-size: 20px;
    color: #1b1a1a;
    position: relative;
    left: -50px;
}

.features .feature-panel .feature-content i::before {
    margin-left: 0;
    font-size: 80px;
    color: #e11d07;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    position: relative;
    transition: 350ms ease-in-out;
    left: -120px;
}

.icon-arrow-right:before,
.icon-chevron_down:before {
    content: "\e901";
}

a:hover {
    color: #b01705;
    text-decoration: none;
}

.features .more-features {
    text-align: center;
}

.features .more-features p {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #9b9b9b;
}

.features .more-features p a {
    position: relative;
    text-decoration: none;
    color: #e11d07;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.features .more-features p a::before {
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e11d07;
}

.more-features i.fa-solid.fa-arrow-right {
    color: #e11d07;
    font-size: 15px;
}

.cases-clients {
    width: 100%;
    background-attachment: fixed;
    position: relative;
    top: 40px;
}

section {
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.heading .heading-subtitle {
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    color: #e11d07;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.heading .heading-title {
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1b1a1a;
}

.cases-clients .cases-standard {
    padding-bottom: 0;
    padding-top: 0;
}

@keyframes owl-stage-outer {
    from {
        left: 0px;
    }

    to {
        right: 200px;
    }
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    display: flex;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.case-item {
    margin-bottom: 40px;
}

.cases-standard .case-item .case-item-warp {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .06);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .06);
    margin-bottom: 30px;
}

.cases-standard .case-item .case-img {
    border-radius: 4px 4px 0 0;
}

.case-item .case-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.case-item .case-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
    z-index: 1;
}

.cases-standard .case-item .case-img img {
    max-width: 100%;
    width: 100%;
}

.case-item .case-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.cases-standard .case-item .case-content {
    padding-top: 33px;
    padding-bottom: 28px;
    position: relative;
    background-color: #fff;
}

.case-item .case-content {
    padding: 23px 30px 0;
    text-align: center;
    background-color: #fff;
}

.cases-standard .case-item .case-content .case-cat {
    margin-bottom: 15px;
}

.cases-standard .case-item .case-content .case-desc {
    margin-bottom: 27px;
}

.cases-standard .case-item .case-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 3px;
    background-color: #e11d07;
}

.cases-standard .case-item .case-content .case-title h4 {
    margin-bottom: 3px;
}

.case-item .case-content .case-title h4 {
    font-family: rubik, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.case-item .case-content .case-title h4 a {
    color: #1b1a1a;
    text-decoration: none;
}

.case-item .case-content .case-cat a {
    color: #e11d07;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 28px;
    position: relative;
    text-transform: capitalize;
}

.case-item .case-content .case-cat a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #e11d07;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.case-item .case-content .case-cat a::after {
    content: ",";
    margin-right: 5px;
}

.case-item .case-content .case-desc p {
    font-family: roboto, sans-serif;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

.case-item .case-content .case-more a {
    font-size: 14px;
    font-weight: 700;
    color: #1b1a1a;
    text-decoration: none;
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.case-item .case-content .case-more a i {
    color: #e11d07;
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cases-standard .carousel-navs .owl-nav .owl-prev {
    left: -45px;
}

.cases-standard .carousel-navs .owl-nav [class*=owl-] {
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    top: 40%;
    font-size: 65px;
    position: absolute;
    border: none;
}

.cases-standard .carousel-navs .owl-nav [class*=owl-]::before {
    font-size: 46px;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



/* Start rating star section */
.testimonial.testimonial-3 {
    padding: 20px 0px;
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
    top: 50px;
}

.testimonial {
    border-radius: 4px;
    padding: 54px 0 57px 80px;
    margin-bottom: 63px;
}

.bg-overlay-theme:before {
    background-color: #e11d07;
    opacity: .9;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonial .heading {
    margin-bottom: 23px;
}

.heading.heading-light .heading-subtitle {
    color: #f9f9f9;
}

.heading .heading-subtitle {
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    color: #e11d07;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.testimonial.testimonial-3 .heading .heading-title {
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 34px;
    font-weight: 700;
    color: #fff;
}

.heading.heading-6 .heading-desc {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 33px;
}

.heading.heading-light .heading-desc {
    color: #f9f9f9;
    width: 100%;
    padding-left: 135px;
}
.entry-more a:hover {
    color: #e11d07;
}
.btn {
    font-family: roboto, sans-serif;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 48px;
    width: 170px;
    height: 50px;
    letter-spacing: .26px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    border-width: 2px;
}

.btn--transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.owl-carousel {

    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

element.style {
    transform: translate3d(-1160px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 4060px;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.testimonial .testimonial-panel .testimonial-panel-warp {
    padding: 20px 25px 25px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

.testimonial .testimonial-panel .testimonial-icon {
    position: absolute;
    bottom: 40px;
    color: #f1f1f1;
    right: 40px;
    font-size: 62px;
}

a.btn.btn--transparent.btn--inverse {
    border-color: white;
    background-color: transparent;
    color: #fff;
    border-width: 2px;
    line-height: 30px;
    font-weight: 500;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-img img {
    max-width: 100%;
    border-radius: 50%;
}

.carousel.owl-carousel .owl-item img {
    width: inherit;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content .testimonial-rating i {
    display: inline-block;
    margin-right: 5px;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Star-1:before {
    content: "\e907";
    color: #e11d07;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-img {
    position: absolute;
    top: 45px;
    left: 0;
    width: 70px;
    height: 70px;
    padding: 3px;
    border: 3px solid #e11d07;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial .testimonial-panel .testimonial-panel-warp::after {
    content: '';
    position: absolute;
    color: #fff;
    right: 125px;
    bottom: -19px;
    width: 25px;
    height: 20px;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial .testimonial-panel .testimonial-body {
    position: relative;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content p {
    font-family: roboto, sans-serif;
    color: #9b9b9b;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content .testimonial-meta h4 {
    font-family: rubik, sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content .testimonial-meta p {
    font-family: roboto, sans-serif;
    color: #616161;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content .testimonial-rating {
    margin-bottom: 18px;
    color: #e11d07;
}

.testimonial-content {
    padding: 30px;
    position: relative;
    left: 60px;
}

.testimonial.testimonial-3 .carousel-dots .owl-dots {
    margin-top: 14px;
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
    padding: 0;
    background-color: transparent;

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    left: 102%;
}
.owl-nav {
    display: flex;
    justify-content: end;
}
.testimonial .carousel-dots .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
}

.testimonial .carousel-dots .owl-dots .owl-dot span {
    width: 16px;
    height: 6px;
    border-radius: 2px;
    border-width: 3px;
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    margin-right: 12px;
}



/* Start blog section */
.heading.heading-7 {
    margin-bottom: 53px;
}

.heading .heading-subtitle {
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    color: #e11d07;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.heading.heading-7 .heading-subtitle {
    margin-bottom: 5px;
}

.heading .heading-title {
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1b1a1a;
}

.heading .heading-desc {
    font-family: roboto, sans-serif;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-entry {
    margin-bottom: 70px;
    position: relative;
    height: 585px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.blog-enetry {
    margin-bottom: 70px;
    position: relative;
    height: 125px;
    width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.blog-entry .entry-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.blog-entry .entry-img img {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    max-width: 100%;
    height: auto;
}

.blog-entry .entry-content {
    padding: 22px 29px 0;
    position: relative;
}

.blog-entry .entry-category {
    color: #e11d07;
    font-family: roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.blog-entry .entry-category a {
    position: relative;
    color: #e11d07;
}

.blog-entry .entry-category a {
    position: relative;
    color: #e11d07;
    text-decoration: none;
}

.blog-entry .entry-title {
    margin-bottom: 4px;
}

.blog-entry .entry-title h4 {
    color: #1b1a1a;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-entry .entry-title a {
    color: #1b1a1a;
    text-decoration: none;
}

.blog-entry .entry-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    font-family: roboto, sans-serif;
    margin-bottom: 15px;
}

.blog-entry .entry-date span::after {
    content: ", ";
    position: relative;
}

.blog-entry .entry-date span:last-of-type::after {
    content: "";
}

.blog-entry .entry-bio p {
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 2px;
    color: gray;
}

/* start footer section */
.footer {
    background-color: #161616;
    padding-top: 53px;
    padding-bottom: 0;
    overflow: hidden;
}
.footer-center {
    padding: 30px;
}

.footer .footer-widget .footer-widget-title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    font-family: rubik, sans-serif;
    margin-bottom: 22px;
}

.footer .footer-widget .widget-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}

.footer .footer-widget .widget-content .module-social {
    height: auto;
    line-height: normal;
}

.module-social a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
    background-color: #e11d07;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    text-decoration: none;
}

.module-social a:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

a:hover {
    color: #b01705;
    text-decoration: none;
    
}

.footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
   
    -webkit-transform: translateY(-5px);
    text-decoration: none;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer .widget-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 33px;
    text-transform: capitalize;
    font-family: roboto, sans-serif;
}

.footer .widget-contact .widget-content p {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer .widget-contact .widget-content .phone {
    margin-bottom: 16px;
    margin-top: 20px;
}

.footer .widget-contact .widget-content .phone a {
    color: #fff;
    text-decoration: none;
}

.footer .widget-contact .widget-content .address a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.widget-content ul {
    padding: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.footer-copyright .copyright {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

a {
    color: #e11d07;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.copyright span {
    color: #fff;
}

.copyright a {
    color: red;
    text-decoration: none;
    letter-spacing: 1px;
    margin-left: 10px;
}

.copyright a:hover {
    background-color: transparent;
}


/* Contact Page Css Start */

.map.map-2 {
    padding: 0;
    height: 520px;
}
.map {
    position: relative;
    height: 720px;
}
section {
    background-color: #fff;
    
    overflow: hidden;
}
.map iframe.map-gray {
    -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
    filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.map iframe {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.contact-info {
    padding: 130px 0 105px;
}
.contact-info .contact-details {
    margin-bottom: 33px;
}
.contact-info h6 {
    font-family: rubik,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #1b1a1a;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.contact-info .contact-details .info {
    margin-bottom: 0;
}
.contact-info .contact-details .info li {
    margin-bottom: 7px;
}
.contact-info .contact-details .info li span {
    color: #e11d07;
}
.contact-info .contact-details .info li a {
    font-family: roboto,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 10px;
    text-decoration: none;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.contact-info .opening-hours h6 {
    margin-bottom: 18px;
}
textarea#validationTextarea {
    height: 125px;
    border: 2px solid #8080805e;
}
input#validationServer01 {
    border: 2px solid #8080805e;
    
}
input#validationServer02 {
    border: 2px solid #8080805e;
}
input#validationServerUsername {
    border: 2px solid #8080805e;
}
button.btn.btn-primary {
    background-color: #e11d07;
    color: #ffffff;
    border-color: #e11d07;
}
button.btn.btn-primary:hover {
    background-color: #000;
}
.contact-info h6 {
    font-family: rubik,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #1b1a1a;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.contact-info .opening-hours ul li {
    font-size: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #9b9b9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
}
/* End Contact page csss */


/*Start About page Csss8*/

.bg-overlay-dark:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A), color-stop(90%, rgba(27, 26, 26, 0)));
    background-image: -o-linear-gradient(top, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
    background-image: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
}
.page-title.page-title-4 .title {
    padding: 120px 0 153px 0;
}
.page-title.page-title-4 .title .title-sub-heading {
    margin-bottom: 18px;
}
.page-title .title .title-sub-heading p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #f9f9f9;
    margin-bottom: 0;
}
.page-title.page-title-4 .title .title-heading {
    margin-bottom: 24px;
}
.page-title .title .title-heading h1 {
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    font-size: 43px;
    line-height: 55px;
    font-weight: 600;
   
    margin-bottom: 0;
    text-transform: capitalize;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.page-title .title .breadcrumb {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1px;
    background: transparent;
    color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb>li {
    display: inline-block;
}
.page-title .title .breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1px;
    background: transparent;
    color: #f9f9f9;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.page-title .title .breadcrumb .active {
    color: #f9f9f9;
}
nav.navbar.fixed-top {
    border-bottom: 1px solid rgb(255 255 255 / 49%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0000005e;
    left: 0;
    z-index: 1030;
}
section#team {
    padding-top: 0;
}
.team .member {
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 67px;
}
.team .member .member-img {
    position: relative;
}
.team .member .member-img img {
    border-radius: 4px;
    max-width: 100%;
}
.team .member .member-img .member-social {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    width: calc(100% - 60px);
    height: 50px;
    background-color: #e11d07;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.team .member .member-img .member-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.team .member .member-info {
    text-align: center;
    padding-top: 33px;
}
.team .member .member-info a {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #1b1a1a;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.team .member .member-info h6 {
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}
.team .member .member-img .member-social a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
section#slider-1 {
    padding-top: 117px;
}


.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }

  .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.single-news .news-head {
    overflow: hidden;
    position: relative;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #2e2751;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.single-news .news-head:before {
    opacity: 0;
    visibility: hidden;
}
.single-news .news-head img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-title a {
    line-height: 25px;
    text-decoration: none;
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.news-text p {
    font-size: 18px;
    font-weight: 400;
}
.track-img img {
    width: 100%;
    height: 415px;
}
section.services.section-bg.section-space {
    background: #F4F9FC;
    padding-top: 200px;
}
section.blog-layout.news-default.section-space {
    padding-top: 240px;
}
.section-title.style2 {
    overflow: hidden;
}
.section-title.style2 .section-top {
    float: left;
    width: 50%;
    text-align: left;
}
.section-title.style2 .section-bottom {
    float: right;
    width: 50%;
    text-align: right;
}
.section-title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #2E2751;
    line-height: initial;
    line-height: 42px;
    margin-bottom: 10px;
}
.section-title.style2 h4 {
    font-size: 15px;
    font-weight: 400;
}
.section-title h1 span {
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #f3a712;
    margin-bottom: 15px;
}

.section-title h1 b {
    display: block;
    font-weight: 700;
}
.section-title.style2 .text-style-two {
    margin-top: 60px;
}
.section-title p {
    display: block;
    font-size: 16px;
    color: #666;
}
.single-service {
    position: relative;
    background: #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 0 20px #e8e8e8;
    -moz-box-shadow: 0 0 20px #e8e8e8;
    box-shadow: 0 0 20px #e8e8e8;
}
.single-service .service-head {
    position: relative;
}
.service-head img {
    height: auto;
    max-width: 100%;
}
.single-service .service-content {
    padding: 30px 20px;
}
.single-service h4 {
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: capitalize;
}
.single-service h4 a {
    color: #28243C;
    font-size: 22px;
    text-decoration: none;
}
.single-service .service-content p {
    margin: 0;
}
.nav-item {
    position: relative;
    display: inline-block;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none !important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
  
  .dropdown-menu a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }


ul.dropdown-menu {
    width: 330px;
    background-color: #212529;
    padding-left: 5px;
}
.dropdown-menu a:hover {
    color: #ab1717;
}
.dropdown-menu a {
    font-size: 18px;
    font-weight: 500;
}
.service-img img {
    width: 100%;
    height: auto;
}
.service-content h2 {
    margin: 20px 0;
}
.service-content p {
    margin-bottom: 20px;
    color: #666;
    line-height: 24px;
}
.service-sidebar .widget {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 15px;
    padding: 20px;
    margin-bottom: 55px;
}

.service-sidebar .widget-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}
.service-sidebar .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
    background: #ff0000;
    display: block;
}
.service-sidebar .widget ul li {
    line-height: 30px;
}
.service-sidebar .widget a {
    padding: 0;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
}
.service-sidebar .widget ul li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 12px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form-area.service {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
}
.contact-form-area .form-group {
    position: relative;
}
.contact-form-area .form-group {
    margin: 0;
    margin-top: 20px;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #e11d07;
    top: 12px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: normal;
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
    font-weight: normal;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0 !important;
}
.contact-form-area .form-group {
    position: relative;
}
.bizwheel-btn.theme-2 {
    background: #e11d07;
    color: #fff;
    padding: 15px 32px;
    width: 100%;
    border: none;
}
.contact-form-area .bizwheel-btn.theme-2 {
    padding: 15px 32px;
}
.modern-img-feature img {
    width: 100%;
    height: auto;
}
ul#menu-service-menu {
    padding: 0;
}




.top-contact {
    display: flex;
    position: relative;
    top: 18px;
}

.topbar {
    background: #e11d07;
    height: 60px;
}
.topbar-right {
    display: flex;
    margin-top: 10px;
    float: right;
}
ul.social-icons {
    display: flex;
    margin-bottom: 0px;
    position: relative;
    top: 4px;
}
.single-contact i {
    color: #fff;
    position: relative;
    left: -10px;
}
.single-contact {
    margin-right: 25px;
    color: #fff;
}
.social-icons li {
    margin-right: 20px;
}
.social-icons li i{
    color: #fff;
}
.social-icons i:hover {
    background: #fff;
    color: #007dff;
    font-size: 17px;
    border-radius: 50%;
    padding: 17px;
}

nav.navbar.fixed-top.bg-dark {
    position: absolute;
    top: 10px;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
    margin-right: 70px !important;
}

.col-sm-6.col-md-6.col-lg-2.offset-lg-2.footer-widget.widget-links {
    position: relative;
    left: -160px;
}
.widget-content li {
    width: 136%;
}
.widget-content li i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
}
.widget-content li i:hover {
    color: #e11d07;
}
.widget-content a {
    text-decoration: none;
    color: #fff;
}
.entry-more {
    padding-top: 15px;
}
.entry-more a {
    text-decoration: none;
    color: #e11d07;
    font-weight: 500;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }

  .slick-prev:before {
    content: '←';
    background: #fff;
    font-size: 40px;
    border-radius: 50%;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.counterups {
    position: absolute;
    right: -12px;
    top: 43%;
    bottom: 45px;
    width: 50%;
    border-radius: 5%;
    z-index: 88;
    background-color: #e11d07;
}

.counterups ul {
    position: relative;
    top: 70px;
}

.single-counter {
    margin-top: 30px;
    position: relative;
    padding-left: 90px;
    /* box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */

}
.counter-icon {
    position: absolute;
    left: 12px;
    top: 15px;
}
.counter-icon i {
    color: #fa4612;
    width: 70px;
    height: 70px;
    background: #ffffff;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    z-index: 33;
    font-size: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.counterup {
    background: #fa4612;
    padding: 0;
}

span.counter-desc {
    position: relative;
    top: -7px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
p.heading-desc {
    width: 141%;
    position: relative;
    left: -130px;
}
.counter-head {
    display: inline-flex;
}
p.counter-text {
    font-size: 25px !important;
    position: absolute;
    right: 20px;
    top: 23px;
    font-weight: 500;
    color: #fff;
}
section#blog-1 {
    padding-bottom: 0;
}
.table-sc.table-responsive h3 {
    color: #e11d07;
    font-weight: 600;
    font-size: 30px;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
.table-sc.table-responsive h4 {
    color: #e11d07;
    font-weight: 600;
    font-size: 29px;
}

.single-feature {
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
}
.single-feature:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.single-feature .icon-head i {
    color: #fa4612;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.single-feature .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #fa4612;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-feature h4 {
    margin: 15px 0;
    line-height: inherit;
}
.single-feature h4 a {
    font-size: 18px;
    color: #e11d07;
    display: inline-block;
    text-decoration: none;
}
.single-feature p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 24px;
}
.single-feature .button {
    margin-top: 15px;
}
.single-feature .button .bizwheel-btn {
    background: transparent;
    text-decoration: none;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none;
}
.single-feature .button .bizwheel-btn i {
    margin-right: 10px;
    background: #e11d07;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

section.text-area-about {
    padding-top: 0;
    padding-bottom: 60px;
}
section.table {
    padding-bottom: 0;
}
section.features-area {
    padding-top: 10px;
}
section#cases-clients-1 {
    padding-top: 0;
}
section#blog-1 {
    padding: 0;
}












.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #eee;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #ea830e;
}


.testim .arrow.left {
left: -50px;
}

.testim .arrow.right {
right: -50px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #eee;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #ea830e;
border-color: #ea830e;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
    position: relative;
    overflow: hidden;
    height: 430px;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

/* .testim .cont > div.inactive {
opacity: 1;
} */


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: #ea830e;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
    
    color: rgb(0, 0, 0);
    width: 100%;
    margin: auto;
    padding: 0;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}
.active-testi {
    position: relative;
   
    top: -10px;
}
.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 20px;
}

}
section#page-title-about {
    height: 430px !important;
    background-size: cover !important;
    position: relative;
    top: 192px;
}

.breadcrumbs.overlays.top-ban {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}
.top-bg-img {
    position: relative;
    top: 165px;
}

section.privacy-policy {
    background-color: #f7fafd;
    position: relative;
    top: 205px;
}

.single-privacy p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #6084a4;
    font-weight: 300;
    font-size: 16px;
}
img.footer.logo-light {
    padding: 0;
   
    width: 90%;
}
.footer-logo {
    position: relative;
    top: -25px;
    left: -45px;
}

.carousel-cell {
    width: 100%;
    }

    /* cell number */
    .carousel-cell:before {
      display: block;
    }
    section.top-slider-slides {
     
        padding-top: 175px;
    }
    section.service-single.section-space {
        position: relative;
        top: 50px;
    }
section#page-title {
    position: relative;
    height: 320px;
    top: 180px;
    background-size: contain;
}
section#services-packing {
    padding-top: 50px;
}

section#service-internationals {
    position: relative;
    top: -100px;
}

section#space {
    position: relative;
    top: 100px;
}
footer#footer-ends-space {
    position: relative;
    top: 125px;
}
footer#footer-ends {
    position: relative;
    top: 70px;
}
footer.footer.footer-1 {
    position: relative;
    top: 45px;
}
footer#footer-Privacy {
    position: relative;
    top: 215px;
}
footer#footer-term-condition {
    position: relative;
    top: 225px;
}
section#page-titles {
    background-size: contain;
    position: relative;
    top: 180px;
}

ul.slick-dots {
    display: none !important;
}
ul#testim-dots {
    display: none;
}
section#page-title-warehouse {
    background-size: contain;
    position: relative;
    top: 190px;
}

.d-flex.from_to {
    width: 58%;
    margin-left: -14px;
}
section#page-title-blog {
    background-size: contain;
    height: 275px;
    position: relative;
    top: 210px;
}


