body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}
/*p, a, span, li{
    font-family: "Poppins", sans-serif;
}*/
a{
    text-decoration: none !important;
}
/*img{
    width: 100%;
}*/
.tbm{
    margin: 80px 0;
}
.tbp{
    padding: 80px 0;
}
.cf{
    color: #fff !important;
}
.cr{
    color: #ff0008 !important;
}
/* top-header css */
section.top-header {
    background: #020202;
    color: #eee;
}
.thi-r {
    padding: 10px 0 !important;
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
.thi-l {
    position: relative;
    z-index: 1;
    padding: 10px 0 !important;
}
.thi-l:before {
    position: absolute;
    background: #ff0008;
    content: "";
    top: 0;
    right: 37%;
    width: 2030px;
    height: 120%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
ul.navbar-nav {
    margin-inline: auto;
}
img.logo {
    max-width: 190px;
}
.thi-l span {
    font-size: 22px;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 60px;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-style: italic;
    color: #fff;
    font-style: italic;
}.navbar-expand-lg { 
    padding-bottom: 0!important;
}
.habr-inner img{ width:100%}
.thi-r a {
    color: #fff;
}
.btn-1 {
    display: inline-block;
    text-align: center;
    padding: 10px 25px 10px 0px;
    background: #ff0008 ;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.btn-1:before {
    position: absolute;
    background: #ff0008;
    content: "";
    top: 0;
    left: -25px;
    width: 35%;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
a.nav-link {
        font-size: 17px;
    font-weight: bold;
    color: #020202;
    padding: 30px 20px !important;
    text-transform: uppercase
}
.hbis-ic {
    position: relative;
    overflow: hidden;
}
.hbi-bg1 {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 1;uppercase; bottom:50px;
}
.hbi-bg2 {
    position: absolute;
    bottom: 40px;
    right: -100px;
    z-index: 1;
}
.hbi-bg3 {
    position: absolute;
    left: 130px;
    top: 0;
    z-index: 0;
}
.hbi-content {
    color: #fff;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 280px;
}
.hbi-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.hbi-content h2 {
    font-size: 54px;
    max-width: 400px;
    line-height: 66px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.hbi-content a:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: red;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.hbi-content a {
    color: #fff;
    text-align: right;
    display: inline-block;
    float: right;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* home-about css */
h5.f-title {
    font-size: 20px;
    color: #ff0008;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
h3.m-title {
    font-size: 40px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
p.ccc {
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.habc-l ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 8px;
}
.habc-l ul li {
    width: 48%;
    font-size: 17px;
    line-height: 26px;
    font-style: normal; font-weight:400;
    color: #000;
}.slick-slide img {
    display: block;
    width: 100%;
}.slick-initialized .slick-slide {
    display: block;
    padding: 15px;
}
.habc-l ul li i {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    background: #ff0008;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.sigm-img {
    width: 190px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 3px solid #f0f0ff;
}
.sign-content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #001238;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.sign-content p {
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    color: #7c8a97;
    margin-bottom: 0;
}
section.h-categories {
    background: #253241;
}
.hct-box {
    background: #fff;
}
.hctb-con h5 {
    font-weight: 700;
    text-transform: none;
    color: #253241;
    font-size: 20px;
    margin-bottom: 0;
    padding: 16px 5px;
    border-bottom: 1px solid #25324140;
}
.hct-box {
    padding: 0;
    text-align: center;
}
.hctb-con p {
    color: #333;
    padding: 0 15px;
    margin: 10px 0;
    line-height: 26px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slick-next {
    right: 120px !important;
}
.slick-prev {
    left: unset !important;
    z-index: 9;
    right: 180px;
}
.hct-box {
    margin-inline: 8px;
}
.hct-content {
    margin-top: 30px;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    opacity: .75;
}
.slick-prev, .slick-next {
    top: -90px !important;
    transform: unset !important;
}
.hct-btn {
    text-align: center;
    margin-top: 30px;
}
.hct-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -10px;
}
section.how-we-work {
    background: url(../../assets/img/hww-bg.jpg);
}
.fl-fancy-text-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.fancy-text-item-content {
    width: 25%;
    text-align: center;
    padding: 0 45px;
}
.top-content {
    position: relative;
    margin-bottom: 25px;
}
.fancy-text-number {
    /* font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #253241; */
    position: relative;
}
/* .fancy-text-number:after {
    opacity: 1;
    content: '';
    position: absolute;
    left: 50%;
    top: 55%;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #d01818;
} */
.fancy-title {
    font-size: 17px;
    font-weight: 700;
    color: #253241;
}
.fancy-text-content {
    margin-top: 10px;
}
.top-content:before {
    content: '';
    position: absolute;
    width: 160px;
    top: 50%;
    height: 2px;
    left: -130px;
    overflow: hidden;
    background-position: bottom;
    -webkit-background-size: 5px 3px;
    background-size: 5px 3px;
    background-repeat: repeat-x;
}
.top-content:before {
    background-image: linear-gradient(to right,#253241 40%,rgba(255,255,255,0) 0);
}
.fancy-text-item-content:first-child .top-content:before {
    display: none;
}
.hww-content {
    margin-top: 40px;
}
.fl-custom-icon-021-gearshift:before {
    content: '\e866';
    font-family: "fl-custom-icon-font";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hcar-content {
    /* flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px; */
}
.hcar-box {
    width: 100%;
    /* max-width: 32%; */ 
    text-align: center;
}
.newp{color: #a9aeb3;}
.hcar-con {
    background: #2c4765;
    color: #fff;
    padding: 18px 0;
}
.newh{ font-size:32px!important; font-weight:bold!important;}
.hcar-con h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.hcar-content{
    margin-top: 40px;
}
section.h-testimonial {
    background: url(../../assets/img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.testimonial-slide {
    color: #fff;
    padding: 0 15px;
    float: left;
}
.testimonial-slide .top-slider-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #34404e;
    padding: 40px 35px;
    padding-bottom: 32px;
    line-height: 32px;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.2px;
}
.testimonial-slide .top-slider-content:after {
    position: absolute;
    top: 100%;
    right: 21%;
    border-width: 15px;
    border-style: solid;
    border-color: #34404e transparent transparent #34404e;
    content: '';
}
.testimonial-slide .bottom-content {
    padding-top: 50px;
    text-align: right;
}
.testimonial-slide .bottom-content .bottom-entry-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 24%;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-name {
    font-size: 16px;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-under-name {
    margin-top: 4px;
    line-height: 1;
    color: #a9aeb3;
    font-size: 11px;
    text-transform: uppercase;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image {
    margin-left: 15px;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image img {
    max-width: 55px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.htes-content {
    margin-top: 40px;
}
.slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
    content: '' !important;
    text-align: center;
    opacity: .5;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
}
.slick-dots li.slick-active button:before {
    opacity: .8;
    color: red;
    border: 2px solid red;
    background: red;
}
.slick-dots {
    bottom: -70px !important;
}
.htes-box.slick-current .testimonial-slide .top-slider-content {
    background: #fff;
}
.htes-box.slick-current .testimonial-slide .top-slider-content:after {
    border-color: #fff transparent transparent #fff;
}
.htes-box.slick-current .testimonial-slide .top-slider-content .text-content {
    color: #333;
    font-weight: 500;
}
/* section{
    background: url(../../assets/img/banner3.jpg);
    background-size: cover;
    position: center;
    padding: 50px 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */

.section {
    margin: 0px;
}

.section,
.section span {
    color: #001238;
}
.section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 4em 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}
.section ul li {
    width: 100%;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
}
span.counter-content {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
footer{
    background: #121820;
    padding: 60px 0;

}
.top-footer {
  
    /* padding: 60px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.tft-logo img {
    max-width: 200px;
}
.tft-social-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
    column-gap: 20px;
}
.tft-social-link ul li a i {
    font-size: 28px;
    color: #f8f8f8;
}
.tft-inner {
    text-align: center;
}
.tft-social-link {
    margin-top: 20px;
} 
h4.ft-tit {
    color: #fff;
    font-size: 19px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}.pc_whatsapp {display: block;position: fixed;bottom: 10px;z-index:9999;left: 10px;}.pc_whatsapp img {max-width: 65px;}
.mft-inner p {
    color: #a9aeb3;
}
.mft-inner p a{
    color: #a9aeb3;
}
.mft-contact p {
    display: flex;
    align-items: baseline;
}
.mft-contact p i {
    max-width: 25px;
    min-width: 25px;
}
.mft-inner ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }
  
  .mft-inner ul li {
    padding-left: var(--icon-space);
    color: #a9aeb3;
    margin-bottom: 8px;
  }
  .mft-inner ul li a{
    color: #a9aeb3;
  }

  
  .mft-inner ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
  }
  .mft-inner .row {
    justify-content: space-between;
}
.ft-form button {
    background: red;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;
    letter-spacing: .5px;
}
.tft-social-link ul li a i:hover{
    color: #ff0008;
}

.btm-inner p {
    margin: 0 !important;
    color: #fff;
}
.btm-inner p a{
    color: #fff;
}
.btm-inner {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid;
    padding-bottom: 20px;
}
.fancy-text-number img {
    max-width: 80px;
}
.mft-inner ul li a:hover, .mft-inner p a:hover{
    color: #ff0008;
}
section.i-banner img {
    max-height: 220px; width:100%;
    object-fit: cover;
}
section.i-banner{
       position: relative; 
}
section.i-banner:before {
    content: "";
    position: absolute;
    background: #212529c9;
    width: 100%;
    height: 100%;
}
.ib-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}
.ib-content h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.ib-content p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: aliceblue;
    word-spacing: 4px;
}
.ib-content p a{
    color: aliceblue;
}
/* section.h-about {
    background: url(../../assets/img/ab-bg.jpg);
    background-size: 100%;
} */
/* .h-ac{
    background-color: #212529;
} */
.h-ac .section ul li {
    width: 100%;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
    background: #fff;
    /* border-radius: 4px; */
    padding: 10px 0 30px;
}
.h-ac .section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}
.h-ac {
    background: #f1f5fa;
}
.ade-box {
    text-align: center;
}
.ade-box img {
    max-width: 60px;
    margin-bottom: 10px;
}
.ade-box h4 {
    color: #253241;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
}
section.a-details {
    background: #f1f5fa;
}
.ade-box {
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    padding: 55px 40px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    width: 100%;
}
.ade-inner {
    column-gap: 20px;
}
.ade-box:after {
    border-bottom-color: #d01818!important;
    border-left-color: #d01818!important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    content: '';
}
.ab-cu {
    background: #253241;
}
.ab-cu img {
    filter: brightness(0) invert(1);
}

.bg-primary-light {
    background-color: rgba(255,230,234,.5);
}
.z-1 {
    z-index: 1;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.about-left .circle-large {
    width: 140px;
    height: 140px;
    background: linear-gradient(32.54deg, rgba(252, 0, 18, 0.5) -28.01%, rgba(247, 108, 119, 0) 101.07%);
    border-radius: 50%;
    bottom: 0;
    left: -50px;
}
.about-section .small-circle-shape {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 200px;
    right: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0012), to(rgba(252, 0, 18, 0)));
    background: linear-gradient(180deg, #FC0012 0%, rgba(252, 0, 18, 0) 100%);
}.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.position-relative {
    position: relative !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 600;
}.shadow {
    -webkit-box-shadow: 0 0 0.5rem hsl(var(--black)/0.1);
    box-shadow: 0 0 0.5rem hsl(var(--black)/0.1);
}
.about-icon-box {
    padding: 30px; background:#fff;
}
.newim{ border-radius:10px!important}
.bg-white {
    --bg-opacity: 1;
    background-color: hsl(var(--white)/var(--bg-opacity));
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.shadow {
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12,8,0,.03), 0 0.275rem 1.25rem -0.0625rem rgba(12,8,0,.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12,8,0,.03), 0 0.275rem 1.25rem -0.0625rem rgba(12,8,0,.05) !important;
}
.z--1 {
    z-index: -1;
}
.end-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}

.contact-section {
    position: relative;
    padding: 80px 0;
}
.contact-section .contact-info-area {
    margin: 0 0 80px;
}.contact-section .contact-info-area .single-contact-info {
    text-align: center;
    background: #ffffff;
    border: 2px solid #F4F4F4;
    box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}.contact-section .contact-info-area .single-contact-info h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}.contact-section .contact-info-area .single-contact-info a {
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}.contact-section .contact-info-area .single-contact-info i svg {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    line-height: 50px;
    background: #ff0008;
    border-radius: 50%;
    fill: #fff;
    padding: 10px;
}
.contact-section .contact-info-area .single-contact-info:hover i {
    background: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #127384;
}
.contact-section .contact-info-area .single-contact-info {
    text-align: center;
    background: #ffffff;
    border: 2px solid #F4F4F4;
    box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact-form-area {
    padding: 40px 0px;
}.ct-form-wrapper .input-field input, .ct-form-wrapper .input-field textarea,.ct-form-wrapper .input-field select {
    padding: 12px 18px;
    outline: 0;
    background: #ececec52;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.w-100 {
    width: 100% !important;
}
.btn-primary:hover {
    color: #fff;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.mt-4 {
    margin-top: 1rem !important;
}
.btn-primary {
    --bs-btn-color: #0c0800;
    --bs-btn-bg: #FC0012;
    --bs-btn-border-color: #FC0012;
    --bs-btn-hover-color: #0c0800;
    --bs-btn-hover-bg: #fc2636;
    --bs-btn-hover-border-color: #fc1a2a;
    --bs-btn-focus-shadow-rgb: 216, 1, 15;
    --bs-btn-active-color: #0c0800;
    --bs-btn-active-bg: #fd3341;
    --bs-btn-active-border-color: #fc1a2a;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #0c0800;
    --bs-btn-disabled-bg: #FC0012;
    --bs-btn-disabled-border-color: #FC0012;
}
.ct-form-wrapper{

     background: #ffffff;
    border: 2px solid #F4F4F4;
    box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
    /* border-radius: 10px; */
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 5px solid #ff0008;
}
.vehicle-multi-border {
    position: relative;
}
.footer-top-border .vehicle-multi-border:before {
    top: -12px;
}
.vehicle-multi-border.yellow-black:before {
    background-image: -webkit-linear-gradient(0deg, #ff0008 15px, #000 0);
        z-index: 99;
}
.vehicle-multi-border:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 12px;
    background-size: 30px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 32px;
}
.dl2-feature-list li+li {
    margin-top: 60px;
}
.dl2-feature {
        background: #f8f8f8;
}
.dl2-feature-list li .icon-wrapper {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 32px;
        color: #ff0008 !important;
}
/*--------------------------------------------------------------
## footer section
--------------------------------------------------------------*/
.footer-block {
  padding: 60px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-block.blue-theme .widget .widget-title {
  color: #2e93e4;
  border-color: #2e93e4;
}

.footer-block.blue-theme .widget .button {
  background: #2e93e4;
}

.footer-block.blue-theme .widget.widget_menu ul li:before {
  background: #2e93e4;
}

.footer-block.blue-theme .widget.widget_hot_contact ul li i {
  color: #2e93e4;
}

.footer-block.blue-theme .widget.widget_newsletter .input-group-btn span {
  color: #2e93e4;
}

.footer-block.blue-theme .social-profile a:hover {
  color: #2e93e4;
}

.bg-black {
  background-color: #1d1d1f;
}

.footer-area.others .footer-content h3 {
  color: #303C6C;
}

.footer-area.others .footer-content h2 {
  color: #239B02;
  font-size: 28px;
  margin-bottom: 25px;
}

.footer-area.others .footer-content h2 a {
  position: relative;
  top: 5px;
}

.footer-area.others .footer-content span a {
  background-color: #303C6C;
}

.footer-area.others .list-content ul li a {
  color: #303c6c;
}

.footer-area.four {
  background-color: #FAFAFA;
}

.footer-block .widget {
  margin: 30px 0;
}

.footer-bottom-block {
  color: #6a6b6f;
  border-top: 1px solid #434343;
  padding-top: 15px;
  margin-top: 30px;
}

.footer-bottom-block .copyright {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-block .copyright {
    margin-bottom: 15px;
  }
}

.social-profile {
  float: right;
}

@media only screen and (max-width: 767px) {
  .social-profile {
    float: none;
    margin-bottom: 15px;
  }
}

.social-profile .social-profole-title {
  color: #cbcaca;
  margin-right: 5px;
  font-weight: bold;
  font-family: "Exo", sans-serif;
}

.social-profile a {
  padding: 5px;
}

.social-profile a:hover {
  color: #ffcc00;
}

.footer-top-border .vehicle-multi-border:before {
  top: -12px;
}.yellow-theme .widget .widget-title {
    color: #ffcc00;
    border-color: #ffcc00;
}