/*
Theme Name:  Sightseeing Tours
Version:     1.0.0
Description: Custom WordPress Responsive Multi-Purpose Theme.
Theme URI:   #
Author:      EVIP
Author URI:  #
License:     Custom license
License URI: #
Text Domain: evip
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight:400;
    background: #464646 url('assets/images/bg_btn_body.svg') no-repeat left bottom;
    font-family: "Assistant", sans-serif;
}
.wpcf7-form {direction: rtl;}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.alignright {
    margin: 10px 0px 35px 30px;
    display: inline;
}
.alignleft {
    margin: 0 35px 10px 0px;
    display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
    border: none;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 10px 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
    line-height: 18px;
    padding: 0 15px;
    display: block;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: inherit}
*::-webkit-input-placeholder { color:inherit}
*:-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:inherit}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color:#263262;
    font-size:32px;
    font-weight:600;
    padding-bottom:20px;
    text-align:left;
}
.entry-content h1 {
    font-size:36px;
}
.entry-content h2 {
    font-size:32px;
}
.entry-content h3 {
    font-size:24px;
}
.entry-content h4 {
    font-size:20px;
}
.entry-content h5 {
    font-size:18px;
}
.entry-content h6 {
    font-size:16px;
}
.entry-content p {
    color:#231f20;
    font-size:15px;
    line-height:24px;
    padding-bottom:20px;
}
.entry-content ul {
    padding:0 0 20px 0;
}
.entry-content ul li {
    color:#231f20;
    font-size:15px;
    line-height:24px;
    padding-bottom:8px;
    position: relative;
    padding-left:20px;
    text-decoration:underline;
}
.entry-content ul li::before {
    content:'';
    width:7px;
    height:7px;
    background:#ce2831;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    left:0;
    top:10px;
    z-index:1;
}   
.entry-content ol {
    list-style-type:decimal;
    padding:0 0 20px 20px;
}
.entry-content ol li {
    list-style-type:decimal;
    color:#231f20;
    font-size:15px;
    line-height:24px;
}   
.entry-content a {
    color:#ce2831;
}
.entry-content blockquote {
    color:#ce2831;
    font-size:18px;
    line-height:24px;
    font-weight:600;
}   
.entry-content blockquote p {
    padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
    width:100%;
    margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
    color:#231f20;
    font-size:15px;
    line-height:24px;
    text-align:center;
    padding:5px 0;
}
hr {
    border:none;
    background:#dedede;
    height:2px;
    padding:0;
    margin:17px 0 24px 0;
    outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
    width:100%;
    max-width:800px;
    background:#fff;
    height:48px;
    font-size:15px;
    color:#231f20;
    line-height:21px;
    border:1px solid #4e4e4e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:  5px;
    padding:5px 5px 5px 15px;
    outline:none;
    font-weight:400;
    margin-top:7px;
}
.entry-content textarea {
    width:100%;
    background:#fff;
    max-width:800px;
    height:180px;
    font-size:15px;
    color:#231f20;
    line-height:24px;
    border:1px solid #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:  5px;
    padding:5px 5px 5px 15px;
    outline:none;
    font-weight:400;
}
.entry-content input[type='submit'] {
    width:180px;
    height:50px;
    outline:none;
    border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:  5px;
    padding:0;
    background:#0a4e5c;
    color:#fff;
    text-align:center; 
    cursor:pointer;
    font-size:16px;
    text-transform:uppercase;
}
.entry-content .submit {
    width:180px;
    padding:15px 0 0 0;
}

.entry-style p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--whiteColor);
}

:root {
    /*----------- color -----------*/
    --whiteColor: #fff;
    --BlackLightColor: #444444;
    --YellowLight: #aca26c;
    --blueDeep: #303a2a;
    --grey: #bcbcaa;

    /*----------- bg color -----------*/
    --graybgColor: #ebeae3;
    --blueDeepbgColor: #1B2E70;
    /*----------- font -----------*/
    --opensansfont:"Open Sans", sans-serif;


}

p {
    font-size: 18px;
    line-height:150%;
    padding-bottom: 24px;
    color: #fff;
}
h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

h6 a,
h3 a,
h4 a { color: #fff; }
/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none; }
.d-flex { display:flex}
.flex-space-between {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.justify-content-center{justify-content: center;}
.align-center {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.text-center { text-align:center}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-nowrap {
    display:flex;
    flex-wrap:nowrap;
}
.row-reverse {
    flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
    width:100%;
    direction: rtl;
}
.center_content {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}
.fixheader {
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
/*---------- header_area ----------*/
.elementor-element.elementor-element-61ddf83 {min-height: 0}
.header_area {
    width: 100%;
    /* background: #00000096; */
}
.menu_content_area {
    padding: 0px 20px;
}
.normal_header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 100;
}
.header_area.make-header-sticky {
    position: fixed;
}
.menu_content {
    max-width: 1620px;
    position: relative;
    border-bottom: 1px dashed rgba(186, 189, 190, 0.4);
}
.menu_content_bx {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    height: 124px;
}
.offer_btn a {
    min-width: 144px;
    width: 144px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #D9ED82;
    padding: 10px 12px;
    font-size: 18px;
    color: #0F3D4C;
    font-family: var(--opensansfont);
}
.main_nav,
#menu,
.menu_bx {
    width: 100%;
}
.logo_and_menu {
    width: 100%;
    gap: 55px;
    position: relative;
}
.logo {
     width: 266px; 
     height: 100%;
     display: flex;
     align-items: center;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     z-index: 2;
}
.logo img {
    width: 100% !important;
}
.menu_bx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.header_area .main_nav a i {display: none;}
#menu {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    gap: 55px;
}
#menu li {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-family: var(--opensansfont);
}
#menu > li:nth-child(5) {
    padding-left: 450px;
}
.main_nav ul li:hover > a,
#menu li.current_page_item > a {
    color: #D9ED82;
}
.main_nav ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    position: relative;
}
#menu li ul {
    position: absolute;
    background: #424243;
    width: 208px;
    padding: 8px 0 8px 0;
    top: 100%;
    right: 0;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
}
#menu li.menu-item-has-children { position: relative; }
#menu > li.menu-item-has-children::after {
    content: "\f107";
    font: normal normal normal 22px / 1 FontAwesome;
    position: absolute;
    right: -20px;
    top: 5px;
    z-index: 1;
    color: #D9ED82;
}
#menu li ul li a span, #menu li ul li a {position: relative; padding-right: 10px; display: block;}
#menu li ul li a span::after,
#menu li ul li a::after {
    content: "\f104";
    font: normal normal normal 22px / 1 FontAwesome;
    position: absolute;
    right: -5px;
    top: 2px;
    z-index: 1;
    color: #D9ED82;
    border: none;
    opacity: 1;
    height: 0;
    background-color: transparent;
}
#menu li ul li {font-weight: 400;}
.normal_header #menu li.menu-item-has-children::after {
    color: #D9ED82;
}
#menu li.menu-item-has-children:hover::after {
    opacity: 1;
    visibility: visible;
}
#menu li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul { gap: 5px; }
#menu li ul > li {
    margin-bottom: 0;
    padding: 0 15px 0 10px;
    font-size: 16px;
}
/*#menu li ul > li a::after { display: none; }*/
#menu li ul > li a { display: block;  color:#fff; font-size: 16px; font-weight: 400; position: relative;}

.menu_bar_wrap,
.menu_bar {
    display: none;
}
#menu li ul li ul {right: 100%}
.menu_bar {
    width: 36px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
/*     display: none; */
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background-color: var(--whiteColor);
    display: block;
    transition: all .2s ease;
}
.menu_bar span:first-child {
    margin-top: 0;
}
.menu_bar span:nth-child(2){
    width: 36px;
}
.menu_bar span:last-child{
    width: 36px;
}
.menu_bar  { margin-left: 0; }
.menu_bar.active span:first-child{
    transform: rotate(45deg);
    margin-top: -2px;
}
.menu_bar.active span:nth-child(2){
    transform: rotate(-45deg);
    margin-top: -2px;
    width: 100%;
}
.menu_bar.active span:last-child{
    display: none;
}

.main_nav ul li ul li:hover > a {color: #D9ED82 !important;}

@media screen and (max-width: 1600px){
#menu > li:nth-child(5) {
    padding-left: 450px;
}
#menu {
    gap: 45px;
}
}

@media screen and (max-width: 1480px){
#menu > li:nth-child(5) {
    padding-left: 360px;
}
}
@media screen and (max-width: 1380px){
#menu > li:nth-child(5) {
    padding-left: 300px;
}
}

@media screen and (max-width: 1280px){
#menu > li:nth-child(5) {
    padding-left: 220px;
}
#menu {
    gap: 40px;
}
.logo {
    width: 210px;
}
.offer_btn a {
    min-width: 120px;
    width: 120px;
    height: 50px;
    font-size: 16px;
}

}
@media screen and (max-width: 1140px){
#menu > li:nth-child(5) {
    padding-left: 260px;
}
#menu { gap: 30px; }
#menu li {
    font-size: 16px;
}
}

@media screen and (max-width: 1140px){
#menu > li:nth-child(5) {
    padding-left: 260px;
}
#menu { gap: 30px; }
#menu li {
    font-size: 16px;
}
}

@media screen and (max-width: 1060px){
#menu > li:nth-child(5) {
    padding-left: 240px;
}
#menu { gap: 22px; }
}



@media screen and (max-width: 991px){
    .menu_content_bx {
        height: auto;
        padding: 20px 0;
        width: 100%;
    }
    .search_and_user {
        gap: 15px;
    }
    .menu_bar,
    .menu_bar_wrap {
        display: flex;
        
    }
    .menu_bar {
        flex-direction: column;
    }

    .offer_btn a {
        min-width: 90px;
        width: 90px;
        height: 40px;
        padding: 5px;
        font-size: 14px;
    }
    
    .logo {
        position: initial;
        width: 170px;
        margin: 0;
    }
    .menu_bx {
        width: auto;
        padding: 0 ;
        display: none !important;
    }
    .menu_content {
        display: flex;
        justify-content: space-between;
        z-index: 200;
    }
    .menu_holder {
        /*position: absolute;*/
        left:0px;
        right: 0px;
        top: 100%;
        z-index: 9991;
        background-color: #231f20;
        padding-bottom: 15px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .menu_holder.mobile_menu_open {
        opacity: 1;
        visibility: visible;
    }
    .menu_holder.mobile_menu_open .slicknav_nav {
        background-color: #231f20;
        display: block !important;
    }
    .slicknav_menu {
        transition: all 0.3s;
        margin-top: 0;
    }
    .menu_holder.mobile_menu_open .slicknav_menu {
        margin-top: 0;
    }
    .menu-item-has-children > a::after {
        top: 8px;
        right: 1px;
    }
    .multi_page_item >a::after {
        display: none;
        top: 10px;
        right: -5px;
    }
}

.slider { 
    position: relative;
}
.slider> video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.slider_info_area {
    width: 100%;
    height: 100vh;
    background: #00000033;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.max-595px {
    max-width: 595px;
}
.slider_info h1 {
    font-size: 70px;
    line-height: 83px;
    font-weight: 700;
    padding-bottom: 15px;
}
.slider_info h1 span {
    /*color: #D9ED82;*/
    color: #A76BD9;
}
.slider_info p {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0;
}




@media screen and (max-width: 1380px){
.slider_info h1 {
    font-size: 57px;
    line-height: 1.3;
}

}

@media screen and (max-width: 991px){
.slider_info h1 {
    font-size: 30px;
}
.slider_info p {
    font-size: 18px;
    line-height: 1.3;
}
}

.transport_solutions_area {
    padding: 0 20px;
}
.transport_solutions_box {
    padding: 100px 0 80px 0;
}
.top_title_area {
    padding-bottom: 45px;
}
.top_title_area h5 {
    font-size: 24px;
    font-weight: 400;
    color: #BABDBE;
    padding-bottom: 0;
}
.top_title_area h2,
.top_title_area h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
    line-height: 1;
}
.top_title_area h2 span,
.top_title_area h1 span {
    color: #A76BD9;
}
.top_title_area p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 0;
}
.transport_solutions_wrap {
    width: 100%;
    gap:30px 35px;
}
.solutions_feature {
    width: calc(calc(100% - 70px) / 3);
    border-radius: 20px;
    padding: 1px;
    background-image: linear-gradient(180deg, #CBABFF 0%, #985EF8 100%);
}
.solutions_feature_bg {
    width: 100%;
    background: #464646;
    border-radius: 20px;
}
.solutions_feature_bg a {
    display: block;
    border-radius: 20px;
    padding: 40px 40px 26px 40px;
    min-height: 306px;
    position: relative;
}
.solutions_feature_bg a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    opacity: 0;
}
.solutions_feature_bg a:hover::after {
    opacity: 1;
}
.solutions_icon {
    width: 85px;
    height: 84px;
    background-color: #A76BD9;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 24px;
}
.solutions_feature h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 6px;
    line-height: 1.2;
}
.solutions_feature p {
    font-size: 24px;
    line-height: 36px;
    color: #BABDBE;
    padding-bottom: 0;
}
.solutions_icon,
.solutions_feature h4,
.solutions_feature p {
    position: relative;
    z-index: 2;
}
.single-post .solutions_row .solutions_icon,
.remove-service-bg .solutions_row .solutions_icon {background: none;}
.single-post .solutions_row .solutions_icon img {border-radius: 15px}
.content_right .tab-content {display: none;}
.content_right .tab-content.active {display: block;}
.single-page .content_right {width: 100%}
.content_right_image_area {
    padding: 0 20px;
}
.content_right_image_box {
    padding: 50px 0 70px 0;
    gap: 80px;
}
.content_right_image {
    width: 618px;
}
.content_left_info {
    width: 810px;
    padding: 60px 0 0 0;
}
.content_left_info h2 { padding-bottom:10px }
.content_left_info p {
    padding-bottom: 24px;
}
.counter_area {
    padding: 40px 0 0 0;
}
.count_col {
    width: 25%;
}
.count {
    font-size: 80px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.count_col span {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
.count{
    height:90px;
    overflow:hidden;
    position:relative;
}
.numbers{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.number{
    height:90px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:70px;
    font-weight:bold;
    color:#fff;
}
.transport_information_area {
    padding: 0 20px;
}
.transport_information_box {
    padding: 60px 0 75px;
    gap: 35px 30px;
}

.transport_info_col {
    width: 20%;
    flex-direction: column;
    display: flex;
    gap: 35px;
}

.transport_info_col1 {
    width: 232px;
    padding-top: 162px;
}
.transport_info_col2 {
    width: 330px;
    padding-top: 48px;
}
.transport_info_col3 {
    width: 374px;
}
.transport_info_col4 {
    width: 330px;
}
.transport_info_col5 {
    width: 232px;
    padding-top: 296px;
}
.transport_small_img img {
    width: 100%;
    border-radius: 16px !important;
}
.transport_small_info {
    background-color: #D9ED82;
    padding: 33px 30px 30px 30px;
    border-radius: 16px 
}
.transport_small_info p {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    padding: 0;
}
.transport_small_video { position: relative; }
.transport_small_video .small-video {
    width: 100%;
    height: 324px;
    object-fit: cover;
    border-radius: 16px !important; 
    display: block;
}
.transport_small_video::after {
    width: 100%;
    height: 100%;
    content:'';
    background: #00000080 url('assets/images/play1.svg') no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    border-radius: 16px;
}




/* Newsletter */
.news_slider_area {
    padding: 0 20px 70px;
}
.news_slider_box {
    width: 100%;
    height: 148px;
    overflow: hidden !important;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 35px 20px 30px;
}
.news_right {
    width: 477px;
    height: 108px;
    padding: 0;
}
.news_right h2 {
    color: #0F3D4C;
    min-width: 477px;
}
.news_slider_left {
    width: 100%;
    height: 108px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.news_slider_left ul li img {filter: grayscale(100%);}
.news_slider_left ul li {
    min-width: 140px;
}

.news_slider_left ul {
    gap: 60px;
    width: max-content;
    position: absolute;
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    left: 0;
    animation-name: scroll;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}
.news_slider_left ul:hover {
    animation-play-state: paused;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Move only 50% for the loop */
}
.car_slider_area {
    padding: 0 20px;
    background: url('assets/images/map_bg.png') no-repeat center top;
    position: relative;
}
.car_slider_area::before{
    content: '';
    background: url('assets/images/bg_line.png') repeat-x;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 328px;
    z-index: 1;
}
.car_slider_box {
    padding: 60px 0 100px 0;
    position: relative;
    z-index: 3;
}
.car_slider_box .top_title_area {
    max-width: 835px;
    margin: 0 auto;
}
.car_slider_title {
    width: 100%;
    position: relative;
}
.small_car {
    min-width: 333px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    transition: right 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.car_slide_step {
    width: 20%;
    position: relative;
    padding: 143px 0 0 65px;
    transition: opacity 0.5s ease-in-out;
}
.car_slide_step {
    opacity: 0;
    visibility: hidden;
}

.car_slide_step.active, 
.car_slide_step.revealed {
    opacity: 1;
    visibility: visible;
}
.car_slide_step .solutions_icon::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #8A4BF1;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -90px;
    z-index: 2;
}
.car_slide_step .solutions_icon {
    background: rgba(97, 64, 151, 0.80);
    position: relative;
}

.car_slide_step h4 {
    font-size: 32px;
    line-height: 150%;
    color: #fff;
    padding-bottom: 8px;
}
.car_slide_step p {
     font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding-bottom: 0;
}

.youtube_video_area {
    padding: 0 20px 100px;
}
.youtube_video_box {

}

.contact_form_area { padding:0 20px }
.contact_form_box {
    padding: 50px 40px 80px 40px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1270px;
}
.contact_form_box .top_title_area h2 {
    color: #0F3D4C;
}
.form_field { padding-bottom:0 }
.form_field .form-control {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 20px;
    color: #080809;
    outline: none;
    background: none;
    display: block;
}
.form_field_wrap {
    gap: 32px;
}
.form_field { width: 160px; }
.form_field:nth-child(5) { width: 301px; }
.form_field_field {
    min-width: 124px;
    text-align: center;
    position: relative;
    margin-top: -16px;
}
.form_field .submit {
    width: 124px;
    height: 54px;
    cursor: pointer;
    background: #D9ED82;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    border: none;
    outline: none;
    border-radius: 10px;
}

.footer_area {
    padding: 0 20px;
    position: relative; 
}
.footer_box{
    position: relative;
    z-index: 2;
    padding: 108px 0 0 0;
}
.footer_btm_wrap {
    padding: 0 0 50px 0;
}
.footer_btm_right,
.copyright_btm_right {
    width: 410px;
}
.footer_btm_right .footer_logo {
    padding-bottom: 20px;
}
.footer_btm_right p {
    font-size: 18px;
    line-height: 150%;
    color: #BABDBE;
    max-width: 315px;
}
.footer_widget p {
    font-size: 18px;
    line-height: 150%;
    color: #BABDBE;
    max-width: 275px;
}
.footer_widget  {

}
.footer_widget a {
    color: #BABDBE
}
.footer_social { gap: 38px; }
.footer_social a {
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_widget h5,
.footer_widget ul li,
.footer_social span,
.footer_widget p {
    font-size: 18px;
    line-height: 150%;
    color: #BABDBE;
    padding-bottom: 0;
}
.footer_widget ul li {
    color: #BABDBE;
    padding-bottom: 0;
}
.footer_widget ul li a {color: #BABDBE;}
.footer_widget h5 {
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 21px;
    line-height: 125%;
    color: #fff;
}
.footer_social_wrap {
    gap: 12px;
}
.footer_widget1 { width: 450px; }
.footer_widget2 { width: 274px; }
.footer_widget3 { width: 274px; }
.footer_widget4 { width: 354px; }
.footer_widget5 { width: 270px; }
.footer_social {
    display: flex;
    align-items: flex-end;
}
.footer_widget4 p {
    padding-bottom: 10px;
}
.copyright_box {
    padding: 30px 0 35px;
    background: url('assets/images/bg_line.png') repeat-x top;
}
.copyright_box p {
    font-size: 14px;
    text-align: center;
    padding: 0;
    color: #BABDBE;
}
@media screen and (max-width: 1480px){
.fleet_vehicles_holder .solutions_feature p,
.solutions_feature p {
    font-size: 20px;
    line-height: 28px;
}
.solutions_feature_bg a {
    padding: 30px 24px 26px 24px;
}
.solutions_feature h4 {
    font-size: 26px;
}
.count_col span {
    font-size: 20px;
}
.count {
    font-size: 46px;
}
}
.single-page .content_right {margin-top: 35px}
@media screen and (max-width: 991px){
.top_title_area {
    padding-bottom: 25px;
}
.solutions_feature {
    width: calc(calc(100% - 35px) / 2);
}
.top_title_area h2,
.top_title_area h1 {
    font-size: 40px;
}
.footer_btm_wrap {
    flex-direction: column;
}
.footer_widget {
    width: 100%;
}
.copyright_box {
    padding: 18px 0 15px 0;
}
.footer_btm_right, .copyright_btm_right {
    width: 100%;
}
.footer_widget {
    padding-top: 20px;
}
.content_right_image_box {
    padding: 50px 0 40px 0;
    gap: 0;
    flex-direction: column;
}
.content_right_image {
    width: 100%;
}
.content_right_image img { margin:0 auto }
.content_left_info {
    width: 100%;
}
.car_slider_title {
    flex-direction: column;
}
.car_slide_step {
    width: 100%;
}
}
@media screen and (max-width: 767px){
.solutions_feature {
    width: 100%;
}
.count_col {
    width: 50%;
    padding: 15px 0;
}

.transport_information_box {
    padding: 40px 0 50px;
    gap: 30px;
    flex-direction: column;
}
.transport_info_col{
    width: 100% !important;
    padding-top: 0 !important;
}
.form_field_wrap {
    gap: 30px;
    flex-direction: column;
}
.form_field:nth-child(5),
.form_field {
    width: 100%;
}
.form_field_field { margin:0 }
.contact_form_box {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1270px;
}
}


.about-bg {
    background-image: url('assets/images/bg_about.png'), url('assets/images/bg_header1.svg');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
.only-glow {
    background-image: url('assets/images/bg_header1.svg');
    background-position: right top;
    background-repeat: no-repeat;
}
.breadcrumbs_area {
    padding: 0 20px;
}
.breadcrumbs_box {
    padding: 15px 0 0 0;
    justify-content: flex-end;
    gap: 10px;
}
.breadcrumbs_box,
.breadcrumbs_box a,
.breadcrumbs_box span {
    color: #BABDBE;
    font-size: 16px;
}
.about_us_area {
    background: url('assets/images/car2.png') no-repeat right 0 bottom 70px;
    background-size: 36.70% auto;
}
.about_us_area .content_left_info {
    padding-top: 155px;
}

.certificates_area {
    padding: 40px 20px 0;
}
.certificates_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 70px 50px;
    gap: 50px;
}
.certificates_right {
    width: 590px;
    gap: 40px;
}
.certificates_left {
    width: 722px;
    padding-bottom: 0;
}
.certificates_wrap_right {
    width: 103px;
    flex-direction: column;
    gap: 45px;
}
.certificates_wrap_left {
    width: 400px;
    gap: 35px 45px;
}
.certificates_col {
    width: calc(calc(100% - 45px) / 2);
}
.certificates_left h2 {
    color: #000;
    padding-bottom: 30px;
}
.certificates_left h2 span { display: block; }
.certificates_left p {
    color: #000;
    padding-bottom: 20px;
}
.certificates_left p strong {
    font-weight: 700;
}

.our_fleet_vehicles {
    padding: 0 20px;
}
.our_fleet_vehicles_box {
    padding: 105px 0 100px 0;
}
.fleet_vehicles_holder {
    gap: 35px;
}
.fleet_vehicles_holder .solutions_feature {
    width: calc(calc(100% - 140px) / 5 );
}
.fleet_vehicles_holder .solutions_icon { 
    background: none;
    height: 50px;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 34px;
}
.fleet_vehicles_holder .solutions_icon img {
    margin: 0;
}
.fleet_vehicles_holder .solutions_feature .part1 p {
    font-size: 32px;
    color: #D9ED82;
    padding-bottom: 0;
}
.part1 {
    position: relative;
    z-index: 1;
}
.part2 {
    background: #d9ed82;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 20px;
    z-index: -1;
    padding: 24px 28px 16px 28px;
    opacity: 0;
    visibility:hidden;
}
.solutions_feature a:hover > .part2 {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.part2 p {
    color: #000;
    line-height: 150%;
    font-size: 24px;
    padding: 0;
}
.our_journey_area {
    padding: 0 20px;
}
.our_journey_holder {
    padding: 40px 0 240px 0;
}
.journey_step_bar {
    width: 100px;
    height: 1230px;
    background: url('assets/images/bgr_line1.png') repeat-y center, 
            linear-gradient(180deg, #323232 0%, #555555 50%, #323232 100%);
    border-radius: 10px;
    margin: 0 auto;
    padding: 175px 0 0 0;
    position: relative;
}
.top_car {
    width: 53px;
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    z-index: 3;
    margin: 0 auto;
}
.journey_step_col {
    width: 100%;
    height: 262px;
    position: relative;
}
.step_point {
    width: 40px;
    height: 40px;
    background: url('assets/images/point.svg') no-repeat;
    margin: 0 auto;
    position: relative;
}
.step_point::after {
    content: '';
    width: 207px;
    height: 4px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
    background-color: #8a4bf1;
}
.journey_step_even .step_point::after  {
    right: 100%;
    left: initial;
}
.journey_step_info {
    width: 250px;
    position: absolute;
    left: 310px;
    top: 0;
    z-index: 2;
}
.year_iit {
    position: absolute;
    left: -230px;
    top: -30px;
    z-index: 2; 
}
.journey_step_even .journey_step_info {
    right: 310px;
    left: initial;
}
.journey_step_even .year_iit {
    right: -230px;
    left: initial;
}
.year_iit span {
    font-size: 90px;
    line-height: 1;
    color: #fff;
    font-weight: 800;
}

.journey_step_info h4 {
    font-size: 32px;
    line-height: 1.2;
    padding-bottom: 5px;
}
.journey_step_info p {
    font-size: 24px;
    line-height: 150%;
    color: #BABDBE;
    padding-bottom: 0;
}
.text-left {
    text-align: left;
}
.step_point_locaton {
    width: 104px;
    height: 104px;
    background: url('assets/images/location1.svg') no-repeat;
}
.journey_step_last .year_iit {
    top: -5px;
}
.journey_step_last {
    margin-top: -31px;
    left: 3px;
}
.journey_step_last .step_point::after {
    left: 92px;
    margin-top: -14px;
}
.top_car {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    transition: top 0.3s ease-out; 
}
.journey_step_col {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}
.journey_step_col.active {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1680px){
.part2 p {
    font-size: 22px;
    line-height: 1.4;
}
}
@media screen and (max-width: 1366px) {
    .part2 p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
.fleet_vehicles_holder .solutions_feature {
    width: calc(calc(100% - 70px) / 3);
}
.journey_step_info p {
    font-size: 20px;
}
.journey_step_info { width: 200px; }
}

@media screen and (max-width: 991px) {
.about_us_area {
    background-position: right 0 top 177px;
    background-size: 250px auto;
}
.certificates_box {
    flex-direction: column;
}
.certificates_right {
    width: 100%;
    order: 2;
}
.certificates_left {
    width: 100%;
    padding-bottom: 0;
    order: 1;
}
.certificates_box {
    padding: 40px 30px 30px;
    gap: 40px;
}
.fleet_vehicles_holder .solutions_feature {
    width: calc(calc(100% - 35px) / 2);
}
.year_iit {
    left: -150px;
    top: -8px;
}
.year_iit span {
    font-size: 50px;
}
.journey_step_info {
    width: 170px;
    left: 180px;
}
.journey_step_info h4 {
    font-size: 26px;
}
.journey_step_info p {
    font-size: 19px;
    line-height: 120%;
}
.step_point::after {
    width: 90px;
}
.journey_step_last .step_point::after {
    left: 81px;
    z-index: -1;
}
.journey_step_last .year_iit {
    top: 14px;
}
.journey_step_even .journey_step_info {
    right: 180px;
    left: initial;
}
.journey_step_even .year_iit {
    right: -150px;
    left: initial;
}
.our_journey_holder { padding:15px 0 140px 0 }
.youtube_video_area {
    padding: 0 20px 60px;
}
.footer_box {
    padding: 60px 0 0 0;
}
.our_fleet_vehicles_box {
    padding: 70px 0 50px 0;
}
}
@media screen and (max-width: 767px) {
.fleet_vehicles_holder .solutions_feature {
    width: 100%;
}
}
@media screen and (max-width: 640px) {
.year_iit {
    left: -90px;
    top: 0px;
}
.journey_step_even .year_iit {
    right: -90px;
    left: initial;
}
.year_iit span {
    font-size: 36px;
}
.journey_step_info {
    width: 140px;
    left: 100px;
}
.journey_step_info h4 {
    font-size: 20px;
}
.journey_step_even .journey_step_info {
    right: 100px;
    left: initial;
}
.step_point::after {
    width: 34px;
}

.journey_step_bar {
    width: 80px;
}
.step_point_locaton { width: 95px; }
}

@media screen and (max-width: 400px) {
.journey_step_info {
    width: 120px;
}
}

.page_content_area {
    padding: 0 20px;
}
.page_content {
    padding: 0 0 70px 0;
}
.pt-80 { padding-top: 80px; }
.page_content p a {
    text-decoration: underline;
}
.pb-50 { padding-bottom:50px }
.gap50 { gap: 50px; }
.content_right {
    width: 1074px;
}
.content_right img, .content_right p img {border-radius: 25px}
.sidebar {
    width: 348px;
}
.pb-0 { padding-bottom:0 }
.page_content ul {margin: 10px 15px 0 0}
.page_content ul li,
.page_content ul {
    list-style-type: disc;
    list-style-position: inside;
}
.page_content p a {color: #fff;}
.page_content ul {
    padding: 0 18px 26px 0;
}
.page_content ul li {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
.page_content ul li a {
    text-decoration: underline;
    color: #fff;
}
.page_content .transport_small_video {
    margin: 20px 0 40px 0;
}
.page_content .transport_small_video video {
    height: 474px;
    border-radius: 26px !important;
}
.youtube_video_box .transport_small_video video {
    height: 810px;
    border-radius: 26px !important;
}

.content_banner {
    padding: 20px 0 30px 0;
}
.youtube_video_box .transport_small_video::after,
.content_banner .transport_small_video::after,
.content_banner img {
    width: 100%;
    border-radius: 26px !important;
}
.sidebar_form {
    background-color: #fff;
    padding: 25px 20px 23px 20px;
    border-radius: 16px;
}
.sidebar_form h3 {
    font-size: 32px;
    line-height: 36px;
    color: #083740;
    padding-bottom: 20px;
    text-align: center;
}
.sidebar_form .form_field {
    width: 100%;
    padding: 0 0 10px 0;
}
.sidebar_form .form_field_field {
    margin-top: 0;
    padding: 22px 0 0 0;
}
.sidebar_form  .submit {
    width: 144px;
    height: 54px;
    font-size: 18px;
    margin: 0 auto;
}
.form-control {font-family: "Assistant", sans-serif;}
.sidebar_form .form_field .form-control {
    border-radius: 10px;
    border: 1px solid #0000004D;
    height: 43px;
    font-size: 18px;
    color: #000;
    padding: 5px 12px;
}
.sidebar_form .form_field textarea.form-control {
    height: 61px;
    resize: none;
    padding-top: 8px;
}
.additional_solutions_area {
    padding: 50px 0 0 0;
}
.additional_solutions_area h3 {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.additional_solutions_box {
    padding-top: 17px;
}
.solutions_row {
    padding: 12px 0;
    border-bottom: 1px solid #BABDBE66;
    gap: 25px;
    align-items: center;
}
.solutions_row .solutions_icon {
    margin: 0;
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #C27AFF;
}
.solutions_row_left {
    width: 100%;
}
.solutions_row_left span {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #E5E7EB;
}
.solutions_row_left a { color: #E5E7EB; }

@media screen and (max-width: 991px) {
.page_content {
    flex-direction: column;
}
.content_right {
    width: 100%;
}
.sidebar {
    width: 100%;
}
.youtube_video_box .transport_small_video video {
    height: 500px;
}
}

.single_banner_area {
    position: relative;
}
.single_banner_area img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.single_banner_area .slider_info_area {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(70, 70, 70, 0.9) 100%), 
            url('assets/images/bg_header1.svg') no-repeat right top;
    display: block;
    padding: 0 20px 50px 20px;
    display: flex;
}
.single_banner_area .breadcrumbs_box { padding-bottom:70px; position:absolute; top:0 }
.single_banner_area .offer_btn {
    padding-top: 24px;
}
.single_banner_area .offer_btn a {
    width: 144px;
    height: 54px;
    padding: 5px;
    font-family: "Assistant", sans-serif;
    color: #000;
}
.page_menu {
    padding: 40px 0 0 0;
}
.page_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap:20px 30px;
}
.page_menu ul li {
    width: calc(calc(100% - 150px) / 6);
}
.page_menu ul li a {
    width: 100%;
    height: 86px;
    border-radius: 16px;
    font-size: 24px;
    padding: 5px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A3A3A;
    border: 2px solid #3A3A3A;
}
.page_menu ul li a:hover,
.page_menu ul li.active a {
    background: linear-gradient(180deg, rgba(203, 171, 255, 0.2) 0%, rgba(138, 75, 241, 0.2) 100%);
    border-color: #985EF8;
}
.solutions_icon_pic {
    padding: 0;
    background: none;
}
.solutions_icon_pic img {
    border-radius: 18px !important;
}
.gallery_area {
    padding: 0 20px;
}
.gallery_box {
    gap: 40px;
    padding: 0 0 100px 0;
}
.gallery_item {
    width: calc(calc(100% - 80px) / 3 );
}
.gallery_item a {
    display: block;
    border-radius: 26px;
}
.gallery_item a img {
    width: 100%;
    border-radius: 26px !important;
    box-shadow: 0px 13.33px 16.67px -10px #0000001A;
}
.vehicles_feature_area {
    gap: 30px;
    padding: 36px 0 0 0;
}

.vehicles_feature {
    position: relative;
    width: calc((100% - 30px) / 2);
    padding:20px 30px 30px;
    background: transparent;
    z-index: 1;
    min-height: 327px;
}
.vehicles_feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px; 
    padding: 1px;
    background: linear-gradient(180deg, #CBABFF 0%, #985EF8 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}
.vehicles_feature_title {padding-bottom:27px}
.vehicles_feature_title h2 {
    padding: 0;
}
.vehicles_feature_title span {
    display: block;
    font-size: 32px;
    color: #D9ED82;
}
.vehicles_feature p { padding-bottom:0 }
.vehicles_feature ul { padding-bottom:0 }


@media screen and (max-width: 1670px) {
    .single_banner_area .breadcrumbs_box {left: 20px}
}
@media screen and (max-width: 1200px) {
.page_menu ul li a {
    height: 70px;
    font-size: 19px;
}
}

@media screen and (max-width: 991px) {
.page_menu ul li {
    width: calc(calc(100% - 60px) / 3);
}
.gallery_box {
    gap: 20px;
    padding: 0 0 70px 0;
}
.gallery_item {
    width: calc(calc(100% - 20px) / 2 );
}
.single_banner_area img {
    height: 420px;
}
.single_banner_area .breadcrumbs_box {
    padding-bottom: 40px;
    left: 20px;
    top: 5px;
}
.single_banner_area .slider_info_area {
    padding: 20px 20px 30px 20px;
    display: flex;
}
.single_banner_area .offer_btn a {
    width: 120px;
    height: 46px;
}
.vehicles_feature_title h2,
.vehicles_feature_title span { font-size:28px }
.vehicles_feature_area {
    padding: 15px 0 0 0;
}
}

@media screen and (max-width:640px) {
.single_banner_area img {
    height: 320px;
}
.page_menu ul li {
    width: calc(calc(100% - 30px) / 2);
}
.page_menu ul li a {
    height: 60px;
    font-size: 17px;
}
.vehicles_feature {
    width: 100%;
}
.youtube_video_box .transport_small_video video {
    height: 400px;
}
}
.blog_content_area {
    padding: 0 20px;
}
.blog_content_holder {
    padding: 70px 0 100px 0;
}
.blog_feature_holder {
    width: 100%;
    gap: 70px 30px;
}
.blog_feature {
    width: calc(calc(100% - 90px) / 4);
}
.blog_feature img {
    width: 100%;
    border-radius: 26px !important;
}
.blog_feature_info {
    padding: 13px 17px 0 15px;
}
.blog_feature_info h6 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 0;
    font-weight: 400;
}
.blog_feature_info h6 a {
    color: #fff;
}
.arrow_down h6 {
    background: url('assets/images/arrow_down.svg') no-repeat right bottom;
    padding-bottom: 20px;
}

@media screen and (max-width:1200px) {
.blog_feature {
    width: calc(calc(100% - 60px) / 3);
}
}

@media screen and (max-width:991px) {
.blog_content_holder {
    padding: 40px 0 60px 0;
}
.blog_feature {
    width: calc(calc(100% - 30px) / 2);
}
.blog_feature_holder {
    gap: 40px 30px;
}
.blog_feature_info h6 {
    font-size: 22px;
    line-height: 1.3;
}
}
@media screen and (max-width:640px) {
.blog_feature {
    width: 100%;
}
}



.contact_area {
    padding: 0 20px;
    background: url('assets/images/bg_contact.png') no-repeat left top;
    position: relative;
}
.contact_holder {
    padding: 70px 0 30px 0;
}
.contact_car {
    width: 35%;
    max-width: 665px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
}
.contact_glow {
    width: 39%;
    position: absolute;
    left: 13%;
    top: 50px;
    z-index: 1;
}
.contact_info_wrap {
    max-width: 940px;
    width: 100%;
    padding: 45px 0 0 0;
}
.contact_info_wrap .sidebar_form {
    width: 420px;
    background: none;
    padding: 0;
    border-radius: 0;
}
.contact_info_left {
    width: 280px;
    position: relative;
    z-index: 4;
}
.contact_holder h3 {
    color:#E7E7E7;
    font-size: 32px;
    font-weight: 400;
}
.contact_holder .sidebar_form .form_field .form-control {
    border-color: #FFFFFF4D;
    color: #fff;
}
.contact_holder .form_field_field {
    text-align: right;
}
.contact_holder .form_field_field .submit {
    margin: 0;
    width: 124px;
}
.contact_info_left h2 {
    padding-bottom: 14px;
}
.contact_info_left p {
    font-size: 18px;
    line-height: 125%;
    color: #BABDBE;
    padding-bottom: 0;
    padding-right: 30px;
    margin-bottom: 16px;
}
.contact_info_left p a {
    color: #BABDBE;
}
.contact_info_left .location_item {
    background: url('assets/images/location_bg.svg') no-repeat right center;
}
.contact_info_left .call_item {
    background: url('assets/images/call.svg') no-repeat right center;
}
.contact_info_left .time_bg {
    background: url('assets/images/clock.svg') no-repeat right center;
}
.contact_info_left .email_item {
    background: url('assets/images/email.svg') no-repeat right center;
}
.contact_info_left .footer_social {
    padding-top: 20px;
}

.footer_btm_wrap {
    justify-content: space-between;
}
.footer_area2 .footer_widget {
    width: 180px;
}

@media screen and (max-width:991px) {
.footer_area2 .footer_widget {
    width: 100%;
}
.contact_info_wrap {
    max-width: 100%;
    flex-direction: column;
}
.contact_info_wrap .sidebar_form {
    width: 100%;
    padding-bottom: 60px;
}
.contact_info_left {
    width: 100%;
}
.contact_car {
    width: 160px;
}

}
@media screen and (max-width:640px) {
.contact_car {
    display: none;
} 
}
.transport_small_img {
    border-radius: 16px;
}
.blog_feature a {
    border-radius: 26px;
}
.transport_small_img,
.gallery_item a,
.blog_feature a {
    overflow: hidden;
    display: block;
}
.transport_small_img img,
.gallery_item img,
.blog_feature img {
   -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.transport_small_img:hover img,
.gallery_item a:hover img,
.blog_feature a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


.wpcf7-spinner {
    position: absolute;
    left: -8px;
    top: 15px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 0;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output {color: red;}
.wpcf7 form.valid .wpcf7-response-output {color: green;}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.sidebar_form .wpcf7-spinner {
    top: 37px;
}