.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

:root {
    --primary: #f43334;
    --dark: #1b1f20;
    --text: #222222;
    --muted: #848884;
    --white: #ffffff;
    --border: #dddddd;
    --black: #000000;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 80px;
}

.section-title h2 {
    text-transform: uppercase;
}

.section-title h2,
.section-title p {
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    line-height: 1.5 !important;
}

.section-title .title-line {
    color: var(--primary);
    position: relative;
}

.section-title .title-line::after {
    background-color: var(--white);
    content: "";
    height: 2px;
    left: -60px;
    position: absolute;
    top: 10px;
    width: 50px;
}

.section-title .title-line::before {
    background-color: var(--white);
    content: "";
    height: 2px;
    position: absolute;
    right: -60px;
    top: 10px;
    width: 50px;
}

.overlay .section-title h2,
.overlay .section-title p {
    color: var(--white);
}

.overlay .section-title .title-line::after,
.overlay .section-title .title-line::before {
    background-color: var(--white);
}

.scroll-top {
    bottom: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    width: 30px;
    z-index: 9;
}


/*== Theme Defualt CSS ==*/


/*== Header Top CSS Start ==*/

#header-area,
#header-area a {
    color: var(--muted);
}

#header-top {
    background-color: #1e2228;
    padding: 8px 0;
}

#header-top i {
    color: var(--primary);
    font-size: 15px;
    margin-right: 2px;
}

#header-area .header-social-icons a i.fa {
    color: var(--white);
    font-size: 15px;
    margin-left: 10px;
    transition: 0.4s;
    transition: 0.4s;
}

#header-area .header-social-icons a:hover i.fa,
#header-area .mainmenu ul li.active a,
#header-area .mainmenu ul li:hover a {
    color: var(--white);
}

header.fixTotop #header-top {
    display: none !important;
}


/*== Header Top CSS End ==*/


/*== Header Bottom CSS Start ==*/

#header-bottom {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

header.fixTotop #header-bottom {
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.logo i.fa {
    font-size: 45px;
    color: var(--primary);
}

.logo {
    display: inline-block;
}

.logo img {
    width: 190px;
    height: 90px;
}

.mainmenu ul li {
    float: left;
    position: relative;
}

.mainmenu ul li:hover,
.mainmenu ul li.active {
    color: var(--white);
    border-radius: 30px;
    border-bottom: 2px solid var(--primary);
    background-image: linear-gradient(145deg, var(--primary), var(--dark), var(--dark), var(--dark), var(--dark));
}

.mainmenu ul li a {
    display: block;
    font-weight: 900;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mainmenu ul li ul {
    border-radius: 20px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.9);
    left: 0;
    top: 70px !important;
    opacity: 0;
    position: absolute;
    top: 52px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 99;
}

.mainmenu ul li ul::after {
    border-bottom: 10px solid var(--white);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    left: 25px;
    position: absolute;
    top: -10px;
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul li ul li {
    float: none;
}

.mainmenu ul li ul li a {
    color: var(--muted) !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 10px 25px;
}

.mainmenu ul li ul li.active a,
.mainmenu ul li ul li a:hover {
    color: var(--white) !important;
}

#header-bottom .container {
    position: relative;
}

.slicknav_menu {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

a.slicknav_btn {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 2px;
    height: 35px;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 50px;
    z-index: 99;
}

.slicknav_icon {
    height: auto !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
}

.slicknav_icon-bar {
    border-radius: 10px !important;
    box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 5px;
    text-align: center;
    width: 30px !important;
}

.slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.slicknav_nav {
    border-radius: 20px;
    background-image: linear-gradient(-145deg, var(--primary), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark));
    border-top: 1px solid var(--primary);
    position: absolute;
    top: 65px;
    width: 100%;
}

.slicknav_nav ul,
.slicknav_nav ul li a,
.slicknav_nav ul li.slicknav_parent a {
    margin: 0;
    transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white) !important;
}

.slicknav_nav ul li.slicknav_parent a:hover,
.slicknav_nav ul li a:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 0px;
}

.slicknav_parent ul {
    font-size: 13px;
    margin-left: 15px;
}

.slicknav_parent ul li.slicknav_parent:hover ul a {
    background-color: transparent !important;
}


/*== Header Bottom CSS End ==*/


/*== Slider Area CSS Start ==*/

.single-slide-item {
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.book-a-car {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 118px;
    padding: 30px 50px;
}

.book-a-car select.custom-select {
    background-image: url("assets/img/caret-cion.png");
    background-position: right 13px center;
    background-size: 12px auto;
}

.book-item {
    margin-bottom: 30px;
}

.return-car {
    margin-top: 30px;
}

.book-a-car h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.book-a-car input,
.book-a-car select {
    border-color: var(--primary);
    border-radius: 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
}

.book-a-car input:focus,
.book-a-car select:focus {
    border-color: var(--primary);
}

.book-a-car input {
    border-right: 0 none;
}

.book-a-car .pick-up-date span.input-group-append {
    background-color: var(--white);
}

.book-a-car .pick-up-date span.input-group-append {
    border-left: 0 none;
}

.book-a-car .pick-up-date span.input-group-append i.fa {
    color: var(--primary);
    font-size: 18px;
    line-height: 33px;
}

.book-now-btn {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--text);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.book-now-btn:focus {
    color: var(--text);
}

.gj-calendar-bootstrap table tr td.today div {
    color: var(--primary)
}

.gj-calendar-bootstrap table tr td.selected div {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
}

.slider-right-text {
    color: var(--white);
    font-size: 16px;
}

.slider-right-text h1 {
    color: var(--primary);
    font-size: 45px;
    margin-bottom: 10px;
}


/*== Slider Area CSS End ==*/


/*== About Area CSS Start ==*/

.about-content {
    line-height: 2.3em;
}

.about-content p {
    margin-bottom: 25px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-btn a {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 50px;
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
    padding: 6px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.about-btn a:hover {
    background-color: var(--text);
}

.about-video {
    position: relative;
    padding-bottom: 56.25%;
}

.about-video iframe {
    border: medium none;
    border-radius: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*== About Area CSS End ==*/


/*== Partner Area CSS Start ==*/

#partner-area {
    padding: 20px 0;
}

.single-partner {
    height: 105px;
    text-align: center;
}

.partner-content-wrap.owl-carousel img {
    margin: auto;
    width: auto;
}


/*== Partner Area CSS End ==*/


/*== Service Area CSS Start ==*/

.service-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    color: var(--text);
    margin-bottom: 30px;
    padding: 65px 25px;
}

.service-item h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.service-container-wrap .service-item {
    box-shadow: none;
    box-shadow: none;
    padding: 50px 20px;
}


/*== Service Area CSS End ==*/


/*== Home 3 Service Area CSS Start ==*/

.single-service {
    margin-bottom: 50px;
    border-radius: 10px;
}

.service-icon {
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    width: 60px;
    transition: 0.4s;
    transition: 0.4s;
}

.service-icon:after {
    border-left: 1px solid var(--primary);
    content: "";
    height: 0%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    transition: 0.4s;
}

.service-icon:before {
    border-bottom: 1px solid var(--primary);
    content: "";
    height: 0%;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 0%;
    transition: 0.4s;
    transition: 0.4s;
}

.service-icon span {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.service-icon span::after {
    border-top: 1px solid var(--primary);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    transition: 0.4s;
    width: 0%;
}

.service-icon span::before {
    border-right: 1px solid var(--primary);
    content: "";
    height: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    transition: 0.4s;
}

.single-service:hover .service-icon:after {
    height: 100%;
}

.single-service:hover .service-icon:before {
    width: 100%;
}

.single-service:hover .service-icon span::after {
    width: 100%;
}

.single-service:hover .service-icon span::before {
    height: 100%;
}

.single-service h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-service p {
    font-size: 13px;
    margin-top: 10px;
}


/*== Home 3 Service Area CSS End ==*/
#shraf-solutions-area {
    overflow-x: hidden;
}

.shraf-solutions {
    background-position: center center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s;
    transition: 0.4s;

}

.shraf-solutions1 {
    background-image: url(../img/Home.png);
}

.shraf-solutions1:hover {
    background-image: url(../img/home-hover.png);
}

.shraf-solutions2 {
    background-image: url(../img/SMBs.png);
}

.shraf-solutions2:hover {
    background-image: url(../img/SMS-hover.png);
}

.shraf-solutions3 {
    background-image: url(../img/Commercial.png);
}

.shraf-solutions3:hover {
    background-image: url(../img/Commercial-hover.png);
}

.shraf-content-text {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -50%;
    height: 100%;
    left: 0;
    padding-top: 18%;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.shraf-content-text h4 {
    color: var(--muted);
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.333;
    margin: 0 0 1.5rem;
}

.shraf-solutions:hover .shraf-content-text {
    bottom: 0;
    border-bottom: 2px solid var(--primary);
}

.shraf-solutions:hover .shraf-content-text h4 {
    color: var(--white);
}

.shraf-solutions:hover .readmore-btn {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
}

/*== Fun Fact Area CSS Start ==*/

.single-funfact {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 150px 40px;
    text-align: center;
}

.funfact-icon {
    color: var(--primary);
    font-size: 50px;
}

.funfact-icon,
.funfact-content {
    display: table-cell;
    vertical-align: middle;
}

.funfact-content {
    font-size: 40px;
    font-weight: 900;
    padding-left: 25px;
}

.funfact-content h4 {
    color: #eaeaea;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/*== Fun Fact Area CSS End ==*/


/*== Choose Car Area CSS Start ==*/

#choose-car.section-padding {
    padding-bottom: 70px;
}

.choose-content-wrap .nav-tabs {
    border-bottom: 3px solid var(--primary);
}

.choose-content-wrap .nav-tabs li a {
    background-color: #f3f3f3 !important;
    border: medium none;
    border-radius: 0 !important;
    color: #1e2228 !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-right: 3px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.choose-content-wrap .nav-tabs li a.active {
    background-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: var(--white) !important;
}


/* Popular Cars Css Start */

#section-for-cameras {

    background-image: url("../img/camera-bg.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 17% 0;

}

.popucar-menu {
    
    
    display: flex;
    
    
    
    flex-direction: row;
    
    flex-wrap: nowrap;
    
    
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden;
}

.popucar-menu a {
    border: 1px solid #e2e2e2;
    color: var(--white);
    display: inline-block;
    
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 0;
    position: relative;
    transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.popucar-menu a+a {
    border-left: 0px;
}

.popucar-menu a:hover,
.popucar-menu a.active {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
    color: var(--white);
}

.popucar-menu a.active::after {
    border-bottom: 10px solid var(--white);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -2px;
    content: "";
    left: 50%;
    margin-bottom: 1px;
    position: absolute;
    transform: translateX(-50%);
}

.single-popular-car {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.p-car-thumbnails a.car-hover {
    display: block;
    position: relative;
}

.p-car-thumbnails a.car-hover::after {
    background-image: linear-gradient(145deg, var(--primary), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.p-car-thumbnails a.car-hover:hover:after {
    transform: scale(1);
    transform: scale(1);
    opacity: .5;
}

.p-car-thumbnails a.car-hover::before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 0;
    color: var(--white);
    content: "\f00e";
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transform: scale(2);
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 2;
}

.p-car-thumbnails a.car-hover:hover:before {
    opacity: 1;
    transform: scale(1);
    transform: scale(1);
}

.p-car-thumbnails img {
    height: 250px;
    width: 250px;
    margin: 50px;
}

.p-car-content {
    padding: 25px 20px;
}

.single-popular-car h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-popular-car h3 a {
    color: var(--white);
}

.single-popular-car h3 span.price {
    color: var(--primary);
    float: right;
    font-size: 14px;
    font-weight: 500;
}

.single-popular-car h5 {
    color: #828282;
    font-size: 11px;
    text-transform: uppercase;
    margin: 13px 0 15px;
}

.p-car-feature a {
    border: 1px solid #e2e2e2;
    color: #828282;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    text-transform: uppercase;
    transition: 0.3s;
    transition: 0.3s;
}

.p-car-feature a:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
    border-color: var(--primary);
}


/* Popular Cars Css End */


/* Newest Cars Css Start */

.newcar-menu {
    
    
    display: flex;
    
    
    
    flex-direction: row;
    
    flex-wrap: nowrap;
    
    
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden;
}

.newcar-menu a {
    border: 1px solid #e2e2e2;
    color: var(--white);
    display: inline-block;
    
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.newcar-menu a+a {
    border-left: 0px;
}

.newcar-menu a:hover,
.newcar-menu a.active {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
    color: var(--white);
}

.newcar-menu a.active::after {
    border-bottom: 10px solid var(--white);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -2px;
    content: "";
    left: 50%;
    margin-bottom: 1px;
    position: absolute;
    transform: translateX(-50%);
}

.single-new-car {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.single-new-car h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-new-car h3 a {
    color: var(--white);
}

.single-new-car h3 span.price {
    color: var(--primary);
    float: right;
    font-size: 14px;
    font-weight: 900;
}

.single-new-car h5 {
    color: #828282;
    text-transform: uppercase;
    font-size: 11px;
    margin: 13px 0 15px;
}

.map-area iframe {
    border: medium none;
    filter: grayscale(100%);
    filter: grayscale(100%);
    height: 500px;
    width: 100%;
}


/* Newest Cars Css End */


/*== Choose Car Area CSS End ==*/


/*== Pricing Area CSS Start ==*/

#pricing-area {
    background-image: url(../img/pricing-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.single-pricing-table {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--white);
    padding: 50px 0 0;
}

.single-pricing-table h3 {
    color: var(--white);
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-pricing-table h2 {
    color: var(--primary);
    font-size: 40px;
    margin: 10px 0;
    text-transform: uppercase;
}

.single-pricing-table h5 {
    color: var(--border);
    font-size: 14px;
}

.package-list {
    font-weight: 600;
    line-height: 3em;
}

.package-list li {
    border-bottom: 1px solid var(--white);
    padding: 5px 20px;
}

.package-list li:first-child {
    border-top: 1px solid var(--white);
}


/*== Pricing Area CSS End ==*/


/*== Testimonial Area CSS Start ==*/

.single-testimonial {
    background-color: #1e2228;
    color: var(--white);
    font-weight: 600;
    line-height: 2;
    position: relative;
    z-index: 1;
}

.single-testimonial::after {
    background-color: #1e2228;
    border-left: 4px solid var(--primary);
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 150px;
    z-index: -1;
}

.client-logo {
    border: 4px solid var(--primary);
    height: 105px;
    left: -70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 105px;
}

.single-testimonial h3 {
    color: var(--primary);
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
}

.testimonial-content .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.testimonial-content .owl-dots div.owl-dot {
    border-radius: 10px;
    display: inline-block;
    height: 5px;
    transition: 0.2s;
    transition: 0.2s;
    margin: 0 5px;
    width: 40px;
}

.testimonial-content .owl-dots div.owl-dot.active {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}


/*== Testimonial Area CSS End ==*/


/*== Mobile Apps CSS Start ==*/

#mobile-app-area {
    padding: 120px 0;
    position: relative;
}

#mobile-app-area #wrapper_mobileapp-video-bg .YTPOverlay {
    background-color: rgba(0, 0, 0, 0.8);
}

#mobile-app-area::after {
    background-image: url("assets/img/mobile-app.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.mobile-app-content h2 {
    color: var(--primary);
    font-size: 70px;
}

.mobile-app-content {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}

.mobile-app-content p {
    margin: 5px 0 20px
}

.app-btns a {
    border: 2px solid var(--primary);
    border-radius: 50px;
    color: var(--primary);
    display: inline-block;
    margin-right: 40px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.app-btns a i {
    font-size: 20px;
    margin-right: 5px;
}

.app-btns a:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
}

#mobileapp-video-bg {
    position: relative;
}


/*== Mobile Apps CSS End ==*/


/*== service Area CSS Start ==*/

.single-service {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.col-lg-12:last-child .single-service {
    margin-bottom: 0;
}

.single-service .service-thumb {
    margin: -10px;
}

.single-service.middle .service-thumb {
    margin-right: -10px;
}

.service-thumb img {
    height: 550px !important;
    filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.4s;
    transition: 0.4s;
}

.single-service:hover .service-thumb img {
    filter: grayscale(0);
    filter: grayscale(0);
}

.service-body {
    position: relative;
}

.service-body h3 a {
    font-size: 20px;
    color: var(--white);
}

.service-meta {
    margin: 15px 0 10px;
}

.service-meta a {
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    margin-right: 25px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-meta a span {
    color: var(--primary);
}

.service-meta a:hover {
    color: var(--primary);
}

.service-link {
    background: linear-gradient(90deg, #362222, #362222);
    background: linear-gradient(90deg, #362222, #362222);
    border-radius: 3px;
    color: var(--white);
    font-weight: 900;
    height: 55px;
    margin-top: -27px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 55px;
}

.service-link .link {
    display: block;
}

.service-body p {
    color: var(--white);
    line-height: 1.8;
    text-transform: none;
    text-align: justify !important;
    font-size: 16px;
}

.readmore-btn {
    background-color: var(--text);
    color: var(--primary);
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    margin-top: 25px;
    padding: 12px 25px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.readmore-btn i.fa {
    margin-left: 5px;
}

.service-item:hover .readmore-btn,
.single-service:hover .readmore-btn,
.single-service:hover .service-link {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    text-decoration: none;
    color: var(--white);
}

/*== service Area CSS End ==*/

/*== video media start ==*/
.ashra-media-text__video {
    width: 100%;
    margin: 0 auto;
}

/*== video media end ==*/


/*== Preloader Area CSS Start ==*/

body.loader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
}

.scroll-top img {
    height: 35px;
    width: 250px;
}

.icon-box {
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: #362222;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 24px;
}

.icon-box .icon {
    color: var(--muted);
    font-size: 50px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    
    transition: all 600ms ease;
    transition: all 600ms ease;
    transition: all 600ms ease;
    position: relative;
}

.service-item:hover .icon-box,
.about-feature-item:hover .icon-box {
    background-color: var(--primary);
}

.service-item:hover .icon-box .icon {
    color: var(--white);
}

.about-feature-item:hover .icon-box .icon {
    color: var(--white);
    transform: scale(-1) rotate(180deg);
    
    transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.about-feature-item:hover,
.service-item:hover,
.single-service:hover {
    border-bottom: 2px solid var(--primary);
    background-image: linear-gradient(145deg, var(--primary), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark), var(--dark));
}


/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
    position: relative;
}

.map-section:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 385px;
    background-color: var(--dark);
}

.map-section .inner-container {
    position: relative;
    margin-top: 50px;
}

.map-section .inner-container .map-boxed {
    position: relative;
    padding: 20px 20px 15px;
    background-color: var(--dark);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.map-section .inner-container .map-boxed iframe {
    width: 100%;
    height: 500px;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 100px 0px 70px;
    background-color: var(--dark);
}

.info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 20px 50px;

}

.info-block .inner-box .icon {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 28px;
}

.info-block .inner-box h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.info-block .inner-box .text {
    position: relative;
    color: var(--white);
    font-size: 18px;
}

.info-block .inner-box .info-list {
    position: relative;
}

.info-block .inner-box .info-list li {
    position: relative;
    margin-bottom: 4px;
}

.info-block .inner-box .info-list li a {
    position: relative;
    color: var(--white) !important;
    font-size: 18px;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}

.info-block .inner-box .info-list li a:hover {
    color: #12bcce;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    width: auto !important;
    top: 15px;
    display: inline-block;
    line-height: 30px;
    color: var(--white) !important;
    font-weight: 800;
    overflow: hidden;
    background: none;
    border-radius: 0px;
    padding: 12px 35px 12px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;

    transition: all 0.4s;
    transition: all 0.4s;
    transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: var(--white);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two .arrow {
    margin-left: 6px;
}

.btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: var(--primary) !important;
}

.btn-style-two-extra {
    width: 100% !important;
}

.newsletter-form .btn-style-two,
.newsletter-form input[type='email'] {
    box-shadow: none !important;
}



/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-section {
    position: relative;
}

.cta-section .inner-container {
    position: relative;
    padding-left: 580px;
    padding-right: 15px;
    min-height: 304px;
    z-index: 10;
    margin-bottom: -150px;
    background-color: var(--dark);
}

.cta-section .inner-container:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    border-bottom: 150px solid var(--primary);
    border-left: 150px solid transparent;
}

.cta-section .inner-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 502px;
}

.cta-section .inner-container .content {
    position: relative;
    padding: 80px 0px;
}

.cta-section .inner-container .content h2 {
    position: relative;
    color: var(--white);
    font-size: 40px;
    margin-bottom: 22px;
    text-transform: uppercase;
}




/***

==================================================================
	Main Footer
==================================================================

***/


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-footer {
    position: relative;
}

.main-footer .widgets-section {
    position: relative;
    padding: 260px 0px 30px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget h5 {
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
}

.social-nav {
    position: relative;
    top: 25px;
    float: center;
}

.social-nav li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.social-nav li a {
    position: relative;
    width: 44px;
    height: 44px;
    color: var(--white) !important;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    display: inline-block;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
    border: 1px solid var(--white);
}

.social-nav li a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}


/* Footer List */

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 1px 2px 1px 10px;
    width: fit-content;
}

.main-footer .footer-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-list li a {
    position: relative;
    color: var(--muted);
    font-size: 16px;
    font-weight: 900;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}

.main-footer .footer-list li:hover {

    border-radius: 20px;
    border-bottom: 2px solid var(--primary);
}

.main-footer .footer-list li:hover a {
    color: var(--white);
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget ul {
    position: relative;
}

.main-footer .contact-widget ul li {
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.main-footer .contact-widget ul li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    line-height: 1em;
    color: var(--white);
}

.main-footer .contact-widget ul li a {
    position: relative;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}


/* Newslettter Form */

.main-footer .newsletter-widget .text {
    position: relative;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .newsletter-form {
    margin-bottom: 35px;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 85px 10px 25px;
    height: 55px;
    font-size: 15px;
    color: var(--white);
    background: none;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input::placeholder,
.main-footer .newsletter-form .form-group textarea::placeholder {
    color: #899ebc;
}

.main-footer .newsletter-form .form-group button {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 14px;
    color: var(--white);
    text-align: center;
}

/*== SlideShow CSS ==*/

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    color: var(--white);
    background: none;
}

p,
li {
    font-size: 18px;
    color: var(--white);
}

html,
body {
    background-color: var(--dark);
    scrollbar-color: var(--primary) !important;
    font-family: 'Helvetica Neue', sans-serif;
    height: 100%;
}

#slideslow-bg,
#slideslow-bg div {
    height: 100%;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

#page-title-area {
    background-image: url("../img/background.png");
    background-position: center center;
    background-size: cover;
    padding-top: 220px;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

.back-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

#slideslow-bg .vegas-timer {
    height: 1px !important;
}

.slideshowcontent {
    color: var(--white);
    font-weight: 600;
    line-height: 2;
    margin-top: 30px;
}

.slideshowcontent h1 {
    color: var(--white);
    margin-bottom: 20px;
}


.service-right .col-lg-12:last-child .single-service,
.service-content .col-lg-6:last-child .single-service,
.service-content .col-lg-12:last-child .single-service {
    margin-bottom: 0;
}

.book-ur-car input::placeholder {
    color: var(--white);
    opacity: 1;
}


    color: var(--white);
    opacity: 1;
}

.book-ur-car input::placeholder {
    color: var(--white);
    opacity: 1;
}


/*== SlideShow CSS ==*/


/*== Book Car CSS ==*/

.book-ur-car {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 70px auto auto;
    overflow: hidden;
    padding: 50px 20px;
    width: 90%;
}

.bookinput-item {
    border: 1px solid var(--white);
    display: block;
    float: left;
    margin-right: 1%;
    width: 19.2%;
    transition: 0.4s;
    transition: 0.4s;
}

.bookinput-item:last-child {
    margin-right: 0;
}

.book-ur-car select,
.book-ur-car input,
.book-ur-car button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.book-ur-car select:focus,
.book-ur-car input:focus,
.book-ur-car button:focus {
    border-color: var(--white);
    background-color: transparent;
}

.bookcar-btn button {
    padding: 7px;
    cursor: pointer;
    transition: 0.4s;
    transition: 0.4s;
}

.bookcar-btn:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
}

.book-ur-car .input-group-append i.fa {
    font-size: 15px !important;
    line-height: 30px;
    color: var(--primary);
}

.book-ur-car select option {
    color: var(--white);
    font-weight: 400;
    background: var(--white);
    text-transform: capitalize;
}

.book-ur-car select.custom-select {
    background-image: url("assets/img/caret-cion.png");
    background-position: right 12px center;
    background-size: 12px auto;
}


/*== Book Car CSS ==*/


/*== About Area CSS ==*/

.about-feature-area {
    margin-top: 30px;
}

.about-feature-item {
    line-height: 1.8;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.about-feature-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 10px;
}

.about-feature-item i.fa {
    color: var(--white);
    font-size: 25px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.about-feature-item:hover i.fa,
.about-feature-item.active i.fa {
    color: var(--primary);
}


/*== About Area CSS ==*/


/*== Car Choose Area CSS ==*/

.home2-car-filter a {
    border-top: 1px solid var(--border);
    color: var(--white);
    display: block;
    font-weight: 600;
    padding: 12px 10px 12px 25px;
    position: relative;
    text-transform: uppercase;
}

.home2-car-filter a:last-child {
    border-bottom: 1px solid var(--border);
}

.home2-car-filter a.active {
    color: var(--primary);
}

.home2-car-filter a::after {
    background-color: var(--border);
    content: "";
    height: 75%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
}

.home2-car-filter a.active::after {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}


/*== Car Choose Area CSS ==*/


/*== Team Area CSS ==*/
.centered {
    text-align: center;
}

.team-section {
    position: relative;
    padding: 110px 0px 60px;
    background-color: var(--dark);
}


/* Team Block */

.team-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-box .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 191, 255, .4);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.team-block .inner-box:hover .image:before {
    animation: circle .75s;
    animation: circle .75s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding: 30px 15px 0px;
}

.team-block .inner-box .lower-box h5 {
    letter-spacing: 1px;
}

.team-block .inner-box .lower-box h5 a {
    position: relative;
    color: var(--primary);
    text-transform: uppercase;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}

.team-block .inner-box .lower-box h5 a:hover {
    color: var(--primary);
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: var(--white);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.team-block .inner-box .lower-box .arrow {
    position: relative;
    color: var(--primary);
    font-size: 20px;
    transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
    
    transition: all 300ms ease;
}

.team-block .inner-box .lower-box .arrow:hover {
    color: #12bcce;
}



/*== Team Area CSS ==*/


/*==========================
    Home Page Three Start
============================*/


/*== Slider Area CSS ==*/

.slider-bg-1 {
    background-image: url("../img/slider-img/slider-img-4.jpg");
}

.slider-bg-2 {
    background-image: url("../img/slider-img/slider-img-2.jpg");
}

.slider-bg-3 {
    background-image: url("../img/slider-img/slider-img-3.jpg");
}

#home-slider-area {
    height: 100%;
}

.home-slider-item {
    background-position: center center;
    background-size: cover;
    padding: 380px 0 370px;
}


/*== Slider Area CSS ==*/


/*== Book Car CSS ==*/

#book-a-car {
    padding-top: 100px;
}

.booka-car-content {
    background-color: var(--white);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 100px 40px;
    position: relative;
    z-index: 1;
}

.booka-car-content input,
.booka-car-content select {
    width: 100%;
}

.booka-car-content input:focus,
.booka-car-content select:focus {
    border-color: var(--primary);
}

.booka-car-content .input-group-append {
    border-radius: 2px;
}

.booka-car-content .input-group-append {
    border-left: 0 none;
}

.booka-car-content input {
    border-right: 0 none;
}

.booka-car-content .bookcar-btn button {
    background-color: var(--white);
    border-radius: 2px;
    padding: 8px 0;
    width: 100%;
}

.booka-car-content .bookcar-btn button:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}

.booka-car-content .bookcar-btn {
    border: medium none;
}

.booka-car-content .bookcar-btn:hover {
    border: medium none;
}


/*== Book Car CSS ==*/


/*== What Do Area CSS ==*/

.we-do-bg-1 {
    background-image: url(../img/we-do/service1-img.png);
}

.we-do-bg-2 {
    background-image: url(../img/we-do/service2-img.png);
}

.we-do-bg-3 {
    background-image: url(../img/we-do/service3-img.png);
}

.single-we-do {
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    transition: 0.4s;
}

.single-we-do:hover .we-do-content {
    bottom: 0;
}

.we-do-content {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -100%;
    color: var(--white);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.we-do-content h3 {
    color: var(--primary);
    font-size: 22px;
}

.we-do-content p {
    margin: 15px 0 20px;
}

.we-do-content a {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 2px;
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
}


/*== What Do Area CSS ==*/

#service-area.section-padding {
    padding-bottom: 50px;
}


/*== What Choose CSS ==*/

#why-choose-area .nav {
    border: 0 none;
    display: inline;
}

#why-choose-area .nav-tabs li {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

#why-choose-area .nav-tabs li a {
    border: medium none;
    color: var(--text);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
    transition: 0.4s;
    padding: 12px 15px;
    position: relative;
}

#why-choose-area .nav-tabs li a:hover,
#why-choose-area .nav-tabs li a.active {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border: 0 none;
    border-radius: 0;
    color: var(--white);
}

#why-choose-area .nav-tabs li a.active::after {
    background-color: var(--white);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.wchoose-content {
    background-color: #f7f7f7;
    padding: 50px 30px 20px;
}

.wchoose-content h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.wchoose-content p {
    color: #555;
    font-size: 13px;
    margin: 40px 0;
}

.single-choose-item {
    margin-bottom: 30px;
}

.wchoose-content span {
    color: var(--text);
    font-size: 13px;
}

.choose-icon {
    color: var(--border);
    font-size: 35px;
}

.choose-icon,
.wchoose-content span {
    display: table-cell;
    vertical-align: middle;
}

.wchoose-content span {
    padding-left: 15px;
}


/*== What Choose CSS ==*/


/*== Our Cars CSS ==*/

.ourcar-tab-menu .nav {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border: none;
    display: block;
    
    flex-wrap: inherit;
}

.ourcar-tab-menu .nav li a {
    border: none;
    border-radius: 0;
    color: var(--text);
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--text);
}

.ourcar-tab-menu .nav li:last-child a:hover,
.ourcar-tab-menu .nav li:last-child a {
    border-color: transparent;
}

.ourcar-tab-menu .nav li a:hover {
    border-color: var(--white);
}

.ourcar-tab-menu .nav li a.active {
    background-color: var(--white);
    color: var(--white);
    border: none;
}

.ourcar-info h2 {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
    font-size: 28px;
    padding: 8px 10px;
}

.ourcar-info h2 span {
    color: #22522c;
    font-size: 14px;
    text-transform: lowercase;
}

.our-table {
    border: 1px solid var(--border);
    border-top: 0;
    border-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.our-table td {
    border: 1px solid var(--border);
    font-size: 13px;
    padding: 8px 20px;
    text-align: left;
}

.our-table td:first-child {
    font-weight: 600;
}

.ourcar-info a.bookbtn {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ourcar-info a.bookbtn:hover {
    background-color: var(--text);
}

.ourcar-pic img {
    display: block;
    max-width: 100%;
    width: 100%;
}


/*== Our Cars CSS ==*/


/*==========================
    Car Page Css Start
============================*/


/*== Page Title CSS ==*/

#solution-section-for-home-1 {
    background-image: url("../img/for-home/for-home-bg.png");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 17% 0;
}

#solution-section-for-home-2 {
    background-image: url("../img/for-home/For-Home-Banner-Secure-smart-safe-Desktop.png");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 17% 0;
}

#solution-section-for-home-3 {
    background-image: url("../img/for-home/For-Home-Banner-Fully-integrated-solution-Desktop.png");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 14% 0;
}

#solution-section-for-home-5 {
    background-image: url("../img/for-home/For-Home-Banner-iRISCO-Desktop.png");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 14% 0;
}

#solution-section-for-home-6 {
    background-image: url("../img/for-home/For-Home-Banner-Protection-prevention-detection-Desktop.png");
    background-position: center center;
    padding-inline-end: 0;
    background-size: cover;
    height: 100%;
    padding: 14% 0;
}

.inner-content {
    padding-inline-start: 4.75rem;
    padding-inline-end: 2rem;
    margin-inline-start: auto;
    padding-top: 0;
    position: relative;
    width: 50%;
    z-index: 1;
}

#solution-section-for-home-3 .section-title {
    width: 50% !important;
}

.special-text {
    color: var(--black) !important;
    font-weight: 500;
    line-height: 1.5 !important;
    text-align: justify !important;
    text-justify: inter-character !important;
}

/*== Car List CSS ==*/

.single-car-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: #7f7f7f;
    line-height: 1.8;
    margin-bottom: 50px;
}

.single-car-wrap:last-child {
    margin-bottom: 0;
}

.car-thumb-1 {
    background-image: url(../img/car/car-1.jpg);
}

.car-thumb-2 {
    background-image: url(../img/car/car-2.jpg);
}

.car-thumb-3 {
    background-image: url(../img/car/car-3.jpg);
}

.car-thumb-4 {
    background-image: url(../img/car/car-4.jpg);
}

.car-list-thumb {
    background-size: cover;
    background-position: center center;
    height: 300px;
    max-height: 100%;
}

.car-list-info {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.car-list-info h2 a {
    color: var(--text);
    font-size: 20px;
    font-weight: 600;
}

.car-list-info h5 {
    border-bottom: 1px solid var(--border);
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 5px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.car-info-list {
    
    
    display: flex;
    
    
    
    flex-flow: row nowrap;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}

.car-info-list li {
    border: 1px solid var(--border);
    
    flex-basis: 100%;
    padding: 3px;
    position: relative;
}

.car-info-list li::before {
    color: var(--primary);
    content: "\f14a";
    margin-right: 5px;
}

.car-info-list li+li {
    border-left: 0;
}

.rating {
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.rating i:hover {
    cursor: pointer;
}

.rating i.unmark:hover {
    color: var(--primary);
}

.rating i.unmark {
    color: var(--border);
}

.rent-btn {
    background-color: var(--white);
    color: var(--white);
    display: inline-block;
    font-weight: 600;
    margin-top: 5px;
    padding: 8px 30px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.rent-btn:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
}


/*== Page Pagination CSS ==*/

.page-pagi {
    margin-top: 50px;
}

.page-pagi nav li a {
    border-color: var(--primary);
    color: var(--white);
    font-weight: 600;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.page-pagi nav ul li.active a {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.page-pagi nav li a:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
    color: var(--white);
}


/*== Without Sidebar Car Page CSS Here ==*/

.car-list-info.without-bar {
    margin: 0;
    padding: 25px;
}

.car-list-info.without-bar .rating {
    right: 25px;
    top: 40px;
}

.car-list-content .col-lg-6 .single-car-wrap {
    margin-bottom: 30px;
}

.car-list-content .col-lg-6:last-child .single-car-wrap {
    margin-bottom: 0;
}


/*== Sidebar CSS Here ==*/

.single-sidebar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    color: #575757;
    font-size: 15px;
    margin-bottom: 30px;
}

.single-sidebar h3 {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--text);
    font-size: 18px;
    padding: 12px 5px;
    text-align: center;
    text-transform: uppercase;
}

.single-sidebar:last-child {
    margin-bottom: 0;
}

.sidebar-body {
    line-height: 2;
    padding: 30px 15px;
}

.sidebar-body i.fa {
    color: var(--primary);
    font-size: 17px;
    margin-right: 4px;
    text-align: center;
    width: 20px;
}

.sidebar-body i.fa {
    color: var(--primary);
    font-size: 17px;
    margin-right: 4px;
    text-align: center;
    width: 20px;
}

.single-recent-tips {
    margin-bottom: 20px;
}

.single-recent-tips:last-child {
    margin-bottom: 0;
}

.recent-tip-thum,
.recent-tip-body {
    display: table-cell;
    vertical-align: middle;
}

.recent-tip-thum a img {
    border-radius: 50%;
    height: 85px;
    min-width: 85px;
}

.recent-tip-body {
    color: #555;
    font-size: 10px;
    font-weight: 600;
    padding-left: 15px;
}

.recent-tip-body a {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.recent-tip-body h4 {
    line-height: 1;
}

.recent-tip-body a:hover {
    color: var(--primary);
}

.recent-tip-body span {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

.sidebar-body .social-icons a i {
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--white);
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.sidebar-body .social-icons a i:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-color: var(--primary);
    color: var(--white);
}


/*==============================
    Car Details Page Css Start
================================*/

.car-details-content h2 {
    border-bottom: 1px solid var(--primary);
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.car-details-content h2 span {
    float: right;
    font-size: 18px;
}

.car-details-info {
    color: #666;
    line-height: 2;
    padding-top: 30px;
}

.car-details-info h4 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.technical-info {
    margin-top: 30px;
}

.tech-info-list li {
    float: left;
    position: relative;
    width: 33.333%;
}

.tech-info-list ul {
    line-height: 5;
    overflow: hidden;
}

.tech-info-list li::before {
    color: #fab702;
    content: "\f058";
    margin-right: 15px;
}

.car-preview-crousel .owl-dots {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -33px;
    padding: 5px;
    position: relative;
    text-align: center;
    z-index: 99;
}

.car-preview-crousel .owl-dots div {
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.car-preview-crousel .owl-dots div.active {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}

.review-area {
    margin-top: 50px;
}

.review-area h3 {
    font-size: 17px;
    font-weight: 600;
}

.review-star {
    margin: 20px 0;
}

.review-star .rating {
    font-size: 20px;
    position: inherit;
}

.contact-form input,
.review-area input,
.contact-form textarea,
.review-area textarea {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    color: var(--white);
    padding: 8px 15px;
    resize: none;
    width: 100%;
}

.contact-form input:focus,
.review-area input:focus,
.contact-form textarea:focus,
.review-area textarea:focus {
    border-color: var(--primary);
}

.message-input,
.website-input,
.subject-input {
    margin-top: 30px;
}

.message-input textarea {
    padding: 15px;
}

.input-submit button {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 25px;
    padding: 8px 40px;
    text-transform: uppercase;
}


/*==============================
    Service Page Css Start
================================*/

.ser-thumb-bg-1 {
    background-image: url(../img/car/car-1.jpg);
}

.ser-thumb-bg-2 {
    background-image: url(../img/car/car-2.jpg);
}

.ser-thumb-bg-3 {
    background-image: url(../img/car/car-3.jpg);
}

.ser-thumb-bg-4 {
    background-image: url(../img/car/car-5.jpg);
}

.single-service-item {
    overflow: hidden;
}

.service-item-content,
.service-item-thumb {
    float: left;
    width: 50%;
}

.service-item-thumb {
    max-height: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-service-item {
    overflow: hidden;
}

.service-item-content {
    color: #555;
    font-size: 13px;
    line-height: 2.2;
    padding: 111px 60px;
}

.service-item-content h3 {
    color: var(--primary);
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/*==============================
    service Details Page Css
================================*/

.blog-content p {
    margin-bottom: 30px;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

.thme-blockquote {
    background-color: #111;
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    padding: 30px;
}

.car-details-info.blog-content h3 {
    font-size: 23px;
    margin-bottom: 30px;
}

.contact-form .input-submit button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 25px;
}

.maparea {
    height: 550px;
}

.maparea iframe {
    border: medium none;
    filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    width: 100%;
}


/*==============================
    About Page Css
================================*/

#our-facility {
    background-image: url(assets/img/slider-img/slider-img-1.jpg);
    background-size: cover;
    background-position: center center;
    color: var(--white);
}

.single-our-facility h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.single-our-facility h3::after {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.single-our-facility ul {
    font-weight: 600;
    line-height: 3.5;
}

.single-our-facility ul li {
    position: relative;
}

.single-our-facility ul li::before {
    color: var(--primary);
    content: "\f046";
    margin-right: 15px;
}


/*==============================
    FAQ Page Css
================================*/

.single-faq-sub {
    margin-bottom: 70px;
}

.single-faq-sub:last-child {
    margin-bottom: 0;
}

.single-faq-sub h3 {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single-faq-sub-content .card {
    border: medium none;
    margin-bottom: 20px;
}

.single-faq-sub-content .card-header {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border: medium none;
    border-radius: 0;
}

.single-faq-sub-content .card-header button {
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    padding: 0;
    position: relative;
    text-align: left;
    white-space: inherit;
    width: 100%;
}

.single-faq-sub-content .card-header button:hover {
    text-decoration: none;
}

.single-faq-sub-content .card-body {
    background-color: #eaeaea;
    color: var(--white);
    line-height: 1.9;
}

.single-faq-sub-content .card-header button i.fa {
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-faq-sub-content .card-header button[aria-expanded="true"] i.fa-angle-down {
    display: none;
}

.single-faq-sub-content .card-header button[aria-expanded="false"] i.fa-angle-up {
    display: none;
}


/*==============================
    Gallery Page Css
================================*/

#gallery-page-content .popucar-menu {
    margin-top: 0;
}


/*==============================
    Packages Page Css
================================*/

.pricing-details-content .single-pricing-table {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: var(--white);
    margin-bottom: 30px;
    margin-top: 0;
    transition: 0.4s;
    transition: 0.4s;
}

.pricing-details-content .single-pricing-table:hover {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
}

.pricing-details-content .single-pricing-table:hover h2 {
    color: var(--white);
}

.pricing-details-content .single-pricing-table:hover h5 {
    color: var(--white);
}

.pricing-details-content .single-pricing-table h3 {
    color: var(--text);
}

.pricing-details-content .col-lg-6:last-child .single-pricing-table {
    margin-bottom: 0;
}

.package-list li:last-child {
    border-bottom: 0 none;
}


/*==============================
    Login Page Css
================================*/

.login-page-content {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    padding-bottom: 35px;
    text-align: center;
    border-radius: 3px;
}

.login-form {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    padding: 50px 20px 15px;
}

.login-form h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.login-form input,
.login-form button {
    background-color: transparent;
    border: 1px solid #555;
    color: var(--white);
    margin: 10px 0;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.login-form input:focus {
    border-color: var(--white);
}

.log-btn button {
    background-color: var(--white);
    border-color: var(--white);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 900;
}

.log-btn button:hover {
    background-color: var(--text);
    border-color: var(--text);
    color: var(--white);
}

.or {
    color: var(--white);
    display: block;
    font-weight: 600;
    margin: 20px 0;
    position: relative;
    text-transform: uppercase;
}

.or::after {
    background-color: var(--border);
    content: "";
    height: 1px;
    left: 35px;
    position: absolute;
    top: 10px;
    width: 120px;
}

.or::before {
    background-color: var(--border);
    content: "";
    height: 1px;
    right: 35px;
    position: absolute;
    top: 10px;
    width: 120px;
}

.login-with-btn {
    
    background: linear-gradient(to bottom, #3b5998, #344e86);
    border-radius: 3px;
    color: var(--white);
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 30px;
    transition: 0.4s;
    transition: 0.4s;
    padding: 10px;
}

.login-with-btn.facebook:hover {
    
    background: linear-gradient(to bottom, #344e86, #3b5998);
}

.login-with-btn.google {
    
    background: linear-gradient(to bottom, #DC4A38, #Dd5b21);
    margin-top: 15px;
}

.login-with-btn.google:hover {
    
    background: linear-gradient(to bottom, #Dd5b21, #DC4A38);
}

.login-with-btn:hover {
    color: var(--white);
}

.login-with-btn .fa {
    margin-right: 10px;
}

.create-ac {
    color: #555;
    margin: 15px 0 10px;
}

.create-ac a,
.login-menu a {
    color: var(--white);
    font-weight: 600;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    font-size: 13px;
}

.create-ac a:hover,
.login-menu a:hover {
    color: #fab702;
    text-decoration: underline;
}


/*==============================
    $404 ERROR Page Css
================================*/

#page-404-wrap {
    background-image: url("assets/img/banner.jpg");
    background-position: center center;
    background-size: cover;
    color: var(--white);
    padding-top: 221px;
}

.number {
    display: table;
    margin: auto;
}

.four {
    color: var(--primary);
    font-size: 150px;
    font-weight: 400;
    line-height: 100%;
}

.four,
.zero {
    display: table-cell;
    vertical-align: middle;
}

.zero>img {
    margin-left: 5px;
    margin-top: 5px;
    width: 115px;
}

.page-404-content h4 {
    color: var(--white);
    font-size: 30px;
    margin: 8px 0 15px;
}

.page-404-content {
    font-size: 15px;
    font-weight: 600;
}

.btn-404-home {
    background: linear-gradient(90deg, var(--primary), var(--primary));
    background: linear-gradient(90deg, var(--primary), var(--primary));
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.btn-404-home:hover {
    color: var(--white);
}

.btn-404-home i.fa {
    margin-right: 5px;
}

#page-404-wrap.overlay::after {
    background-color: rgba(0, 0, 0, 0.9);
}


/*==============================
    Driver Page Css
================================*/

.single-driver-member {
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-driver-member::after {
    background-color: var(--white);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-driver-member img {
    height: 100%;
    width: 100%;
}

.driver-mem-sicons {
    position: absolute;
    right: -10px;
    top: 20px;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
}

.driver-mem-sicons a i.fa {
    border: 1px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.4s;
    transition: 0.4s;
    width: 40px;
    margin-bottom: 15px;
}

.driver-mem-sicons a:hover i.fa-facebook {
    background-color: #5D82D1;
    border-color: #5D82D1;
}

.driver-mem-sicons a:hover i.fa-twitter {
    background-color: #40BFF5;
    border-color: #40BFF5;
}

.driver-mem-sicons a:hover i.fa-dribbble {
    background-color: #F7659C;
    border-color: #F7659C;
}

.driver-mem-sicons a:hover i.fa-pinterest {
    background-color: #E13138;
    border-color: #E13138;
}

.driver-mem-sicons a:last-child {
    margin-bottom: 0;
}

.driver-mem-info h4 {
    bottom: -10px;
    color: var(--white);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}

.driver-mem-info h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.single-driver-member:hover:after {
    opacity: 0.8;
    transition: 0.4s;
    transition: 0.4s;
}

.single-driver-member:hover .driver-mem-sicons {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.single-driver-member:hover .driver-mem-info h4 {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.shraf-text-title-2 {
    color: var(--muted);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1em;
    letter-spacing: 0.4px;
    margin-top: 0px;
}

.shraf-text-title {
    color: var(--muted);
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.333;
    margin: 0 0 1.5rem;
    margin-top: 0px;
}

.sharf-text-p {
    color: var(--muted) !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    text-justify: inter-character !important;
}

.service-item:hover .shraf-text-title,
.service-item:hover .shraf-text-title-2,
.about-feature-item:hover .shraf-text-title,
.about-feature-item:hover .sharf-text-p,
.service-item:hover .sharf-text-p {
    color: var(--white) !important;
}

.core-values-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.core-values-list li:hover {
    transform: translateX(10px);
    font-size: 32px !important;
}

.main-text {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1;
    animation: fade-left 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.main-cover {
    margin-bottom: 2rem;
    font-size: 1.875rem;
    font-weight: 900;
    color: var(--white);
    animation: fade-left 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;

    .sub-text-typed {
        color: var(--primary);

        &::before {
            content: "";
            animation: typing 13.5s linear infinite;
        }

        &::after {
            content: "";
            border-right: 4px solid #4d5bce;
            animation: blink 0.5s linear infinite;
        }
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translate(2rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.cool-menu {
    position: absolute;
    display: inline;
    text-align: right;
    right: 15px;
    margin-top: 15px;

}

.cool-menu a {
    font-size: 1.3rem;
    border: 1px solid var(--primary);
    padding: 7px 10px;
    color: var(--primary) !important;
}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111517f7;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu-overlay .text {
    text-decoration: none;
    font-weight: 800;
    color: var(--white) !important;
    display: block;
    font-size: clamp(1.7rem, 9vw, 3.9rem);
    transition: 0.3s;
}

.menu-overlay .text:hover {
    color: var(--primary) !important;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.shra-solution-single__block--block-info {
    background-color: var(--black);
    color: #d7d7d7;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem
}

.shra-solution-single__block--block-info .wrapper {
    max-width: 88rem
}

.shra-solution-single__title {
    color: #1f2027;
    font-size: 2.25rem;
    line-height: 1.333;
    margin: 0 0 1.333em;
    text-align: center
}

.shra-solution-single__title--light {
    color: #f2f2f2
}

.shra-solution-single__cta-btn {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.1875;
    min-width: 12.8125em;
    padding-bottom: calc(1.125em - .05rem);
    padding-top: calc(1.0625em - .05rem)
}

.shra-solution-hero {
    background-color: var(--black);
    color: #d7d7d7;
    min-height: 48.7651vw;
    padding-bottom: 11.1403vw;
    padding-top: 11.1403vw;
    position: relative
}

.shra-solution-hero__main {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4.9396vw;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.shra-solution-hero__title {
    color: #f2f2f2;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0
}

.shra-solution-hero__title strong {
    display: block;
    font-weight: 700
}

.shra-solution-hero__text {
    color: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: .772em 0 0
}

.shra-solution-hero__cta {
    margin-top: 2.7rem
}

.shra-solution-hero__scroll-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.shra-solution-hero__scroll-icon img,
.shra-solution-hero__scroll-icon svg {
    height: 2.25rem;
    width: auto
}

.shra-solution-hero__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.shra-solution-hero__desktop-bg,
.shra-solution-hero__mob-bg {
    position: absolute
}

.shra-solution-hero .shra-solution-hero__mob-bg {
    display: none
}

.shra-solution-hero .btn--cta {
    font-size: .8rem;
    line-height: 1.1875
}

.shra-solution-products {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.shra-solution-products__header {
    margin-bottom: 2.5rem
}

.shra-solution-products__title {
    margin: 0
}

.shra-solution-products__main {
    overflow: hidden;
    padding-top: 1rem;
    margin-top: -1rem;
    transition: opacity .15s ease
}

.shra-solution-products__swiper {
    padding: 0 3.5rem
}

.shra-solution-products__empty {
    display: none
}

.shra-solution-products__swiper.disabled .shra-solution-products__navigation {
    display: none
}

.shra-solution-products__swiper.disabled .shra-solution-products__swiper-wrapper {
    justify-content: center
}

.shra-solution-products__navigation {
    margin-top: 3rem;
    gap: 1.95rem;
    
    
    user-select: none
}

.shra-solution-products .swiper-button-prev {
    transform: rotate(180deg)
}

[dir=rtl] .shra-solution-products .swiper-button-prev {
    transform: rotate(0)
}

[dir=rtl] .shra-solution-products .swiper-button-next {
    transform: rotate(180deg)
}

.shra-solution-products .swiper-pagination {
    margin: 0
}

.shra-solution-products__actions {
    width: 12.35rem
}

.shra-solution-products .select2-selection__rendered {
    color: var(--black);
    font-size: .8rem;
    font-weight: 700
}

.shra-solution-products .select2-selection-prev-text {
    color: #9399b0;
    font-size: .8rem;
    font-weight: 500;
    margin-inline-end: .25rem;
    display: inline-block
}

.shra-solution-products .select2-container--shra .select2-selection:after {
    color: var(--black)
}

.shra-solution-products.empty .shra-solution-products__swiper {
    display: none
}

.shra-solution-products.empty .shra-solution-products__empty {
    display: block
}

.shra-solution-products.loading .shra-solution-products__main {
    opacity: .8
}

.shra-solution-products.loading .shra-solution-products__actions {
    pointer-events: none
}

.shra-banner-simple {
    background-color: var(--black);
    color: #d7d7d7;
    min-height: 48.34vw;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    position: relative
}

.shra-banner-simple__inner {
    width: 100%
}

.shra-banner-simple__mobile-img {
    display: none
}

.shra-banner-simple__mobile-img img {
    display: block;
    height: auto;
    width: 100%
}

.shra-banner-simple__main {
    padding-inline-start: 4.75rem;
    padding-inline-end: 2rem;
    padding-top: 10%;
    position: relative;
    width: 50%;
    z-index: 1
}

.shra-banner-simple__main--solution {
    padding-inline-end: 0
}

.shra-banner-simple__main--content-right {
    margin-inline-start: auto
}

.shra-banner-simple__main--content-center {
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-width: 64.75rem;
    padding-inline-start: 0;
    padding-inline-end: 0;
    text-align: center;
    width: 100%
}

.shra-banner-simple__title {
    color: #f2f2f2;
    font-size: 2.25rem;
    line-height: 1.3;
    margin: 0
}

.shra-banner-simple__title--regular {
    font-weight: 400
}

.shra-banner-simple__text {
    color: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 1.364em 0 0
}

.shra-banner-simple__bg {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.shra-banner-simple__bg img {
    position: absolute
}

.shra-banner-simple__video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.shra-banner-simple--thin {
    min-height: 26.2743vw
}

.shra-banner-simple--thin .shra-banner-simple__title {
    margin-bottom: .9rem
}

.shra-banner-simple--light {
    background-color: var(--white);
    color: #27374d
}

.shra-banner-simple--light .shra-banner-simple__title {
    color: #1f2027
}

.shra-block-info {
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.shra-block-info__text {
    color: inherit;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5
}

.shra-block-info__text-more {
    padding-top: 1.35rem
}

.shra-block-info .btn--more {
    color: var(--white);
    flex-direction: row-reverse;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.188
}

.shra-block-info .btn--more .btn__icon {
    margin-inline-end: 0;
    margin-inline-start: .65rem
}

.shra-block-info__text-container[aria-expanded=true] .btn__icon {
    transform: rotateX(180deg)
}

.services-text li {
    text-transform: none !important;
    font-size: 13px;
    text-align: justify !important;
}
