@import url("fonts.css");
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway';
    overflow-x: hidden;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*

 * A better looking default horizontal rule

 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*

 * Remove the gap between audio, canvas, iframes,

 * images, videos and the bottom of their containers:

 * https://github.com/h5bp/html5-boilerplate/issues/440

 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*

 * Remove default fieldset styles.

 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*

 * Allow only vertical resizing of textareas.

 */

textarea {
    resize: vertical;
}
/* ==========================================================================

   Browser Upgrade Prompt

   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================

   Author's custom styles

   ========================================================================== */

.loader {
    position: fixed;
    left: 0px;
    z-index: 100;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) center no-repeat rgba(255, 255, 255, 0.80);
    display: none;
}
.popup_bg {
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 200;
    display: none;
    z-index: 1000;
}
.popup_content_box {
    width: 844px;
    height: 500px;
    background-color: #FFF;
    left: 50%;
    top: 50% !important;
    margin-top: -248px;
    position: absolute;
    margin-left: -422px;
}
.popup_content_box .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #46a0de;
    font-size: 34px;
    z-index: 100;
    margin: -16px -15px 0px 0px;
    background-color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    display: block;
}
.popup_content_box .close:hover {
    cursor: default !important;
}
.popup_content_box i {
    color: #46a0de;
    font-size: 34px;
    margin-top: -3px;
    display: block;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.popup_content_box i:hover {
    color: #FF0000;
    cursor: pointer;
}
.popup_content_box .padding50 {
    padding: 45px 50px;
}
.popup_content_box h1 {
    font-size: 26px;
    font-weight: normal;
    color: #00A0DF;
    margin: 0px;
    padding: 0px;
    font-family: 'gothambold';
    margin-bottom: 26px;
    line-height: 27px;
}
.popup_content_box .block {
    width: 31.18279569892473%;
    float: left;
    margin-right: 3.225806451612903%;
}
.popup_content_box .block:last-child {
    margin-right: 0px;
}
.popup_content_box .block .img_container {
    width: 100%;
    float: left;
    position: relative;
    background-color: #CCC;
}
.popup_content_box .block img {
    width: 100%;
    float: left;
}
.popup_content_box .block h2 {
    width: 100%;
    float: left;
    font-size: 26px;
    font-family: 'gothamblack';
    display: block;
    position: absolute;
    color: #FFF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    bottom: 20px;
    margin-left: 17px;
    line-height: 24px;
}
.popup_content_box .block p {
    font-size: 12.84px;
    font-family: 'Raleway';
    text-align: left;
    margin: 20px 0px;
    padding: 0px;
    color: #868686;
    line-height: 15px;
    width: 100%;
    float: left;
}
.popup_content_box .block .enter_bt {
    padding: 7px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #868686;
    border: solid thin #868686;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-decoration: none;
}
.popup_content_box .block .enter_bt:hover {
    background-color: #46a0de;
    color: #fff;
    border: solid thin #3D9CDC;
}
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.top_menu_container {
    font-family: 'gothamregular';
}
.top_menu_container br {
    display: none;
}
.top_menu_container a {
    background-color: #d5e7f7;
    text-align: center;
    color: #000;
    text-decoration: none;
    width: 24.85%;
    /* 248 / 1000 */

    float: left;
    margin-right: .2%;
    /* 2 / 1000 */

    height: 39px;
    line-height: 39px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top_menu_container a:last-child {
    margin-right: 0%;
}
.top_menu_container .active {
    background-color: #46a0de;
    color: #FFF;
}
.top_menu_container a:hover {
    background-color: #46a0de;
    color: #FFF;
}
.header_nav {
    width: 100%;
    height: 120px;
    float: left;
}
.logo {
    width: 202px;
    float: left;
    margin-top: 15px;
    display: block;
}
.logo img {
    width: 100%;
    float: left;
}
.logo_icon {
    width: 92px !important;
}
.desck-menu nav {
    float: right;
    width: 738px;
    margin-top: 36px;
    height: 47px;
    position: relative;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    float: right;
}
.sub-menu-parent {
    position: relative;
}
.desck-menu .sub-menu {
    visibility: hidden;
    /* hides sub-menu */

    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(2em);
    z-index: 500;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.desck-menu nav li:nth-child(n+2) .sub-menu {
    left: auto;
    right: 0px !important;
}
.desck-menu nav li:nth-child(n+2) .sub-menu .box {
    width: 179px;
    height: 232px;
    float: right;
    border-left: solid thin #98D1F3;
    border-right: none;
    padding-left: 27px;
}
.desck-menu nav li:nth-child(n+2) .sub-menu .img_box {
    float: left;
    margin-left: 0px;
}
.desck-menu nav li:nth-child(n+2) .sub-menu li a {
    text-align: right !important;
}
.desck-menu nav li:nth-child(n+2) .sub-menu h4 {
    text-align: right;
}
.desck-menu nav li:nth-child(n+2) .sub-menu p {
    text-align: right;
}
.desck-menu nav li:nth-child(n+2) .sub-menu .more_bt {
    float: right !important;
}
.sub-menu-parent:hover .sub-menu {
    /* .sub-menu-parent .sub-menu { */

    visibility: visible;
    /* shows sub-menu */

    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.desck-menu nav a {
    color: #00A0DF;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    height: 84px;
    font-size: 14.4px;
    line-height: 47px;
    font-family: 'gothamregular';
    padding: 0 15px 0 15px;
    float: left !important;
    margin: 0px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.desck-menu nav li:hover a {
    color: #FFF !important;
    text-align: center;
    background-color: #35a1df;
}
.desck-menu nav ul,
.desck-menu nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}
.desck-menu nav ul > li {
    height: 84px;
    float: left !important;
}
.desck-menu nav > ul {
    text-align: center;
}
.desck-menu nav ul li ul li {
    height: auto !important;
    width: 100%;
    padding: 7px 0px 7px 0px !important;
}
.desck-menu nav ul li ul li a {
    padding: 0px 0px 0px 0px !important;
    background: none!important;
}
.desck-menu .sub-menu ul li {
    display: inline-block;
    float: left !important;
    height: auto !important;
    font-size: 12.84px;
    color: #FFF;
    width: 100% !important;
    background-color: #966;
}
.desck-menu .sub-menu li a {
    font-family: 'Raleway';
    text-transform: capitalize !important;
    font-size: 12.84px;
    color: #FFF;
    height: auto;
    width: 100% !important;
    line-height: 12px;
    background-color: #966;
    text-align: left !important;
    float: none !important;
}
.desck-menu .sub-menu li a:hover {
    text-decoration: underline;
}
.desck-menu nav > ul > li:first-child {
    border-left: none;
}
.desck-menu .sub-menu {
    background: #35a1df;
    width: 471px;
    padding: 30px;
    display: block;
    z-index: 20000;
}
.desck-menu .sub-menu .box {
    width: 207px;
    height: 232px;
    float: left;
    border-right: solid thin #98D1F3;
}
.desck-menu .sub-menu .img_box {
    width: 233px;
    height: 232px;
    float: left;
    margin-left: 30px;
}
.desck-menu .sub-menu .img_box img {
    width: 100%;
    float: left;
}
.sub-menu h4 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14.4px;
    line-height: 15px;
    font-family: 'gothamregular';
    text-transform: uppercase;
    color: #FFF;
    font-weight: normal;
    margin: 11px 0 5px 0;
}
.sub-menu p {
    font-size: 12.84px;
    font-family: 'Raleway';
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    line-height: 15px;
}
.sub-menu .more_bt {
    height: auto !important;
    margin: 6px 0px 0px 0px !important;
    float: left !important;
    text-align: left !important;
    font-size: 10.7px;
    color: #FFF;
    font-family: 'gothambold';
    padding: 0px !important;
    line-height: normal;
}
.sub-menu .more_bt:hover {
    text-decoration: underline
}
.banner {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFF;
    overflow: hidden !important;
    position: relative;
    max-height: 374px;
    min-height: 374px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    float: left;
}
.slide_item {
    overflow: hidden !important;
}
.banner_caption_block {
    position: absolute;
    margin-top: 85px;
    left: 0px;
    top: 0px;
    color: #FFF;
    z-index: 1;
    width: 50%;
}
.page_technical .banner_caption_block {
    width: 70% !important;
}
.page_mechanical .banner_caption_block {
    width: 70% !important;
}
.page_vehicle_leasing .banner_caption_block {
    width: 70% !important;
}
.banner_caption_block h2 {
    color: #FFF;
    padding: 0px;
    margin: 0px;
    font-size: 72px;
    font-weight: normal;
    font-family: 'kg_how_many_timesregular';
    line-height: 68px;
}
.banner_caption_block .more_bt {
    display: block;
    float: left;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #FFF;
    border: solid thin #FFF;
    font-size: 12px;
    font-family: 'gothamregular';
    margin-top: 38px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.banner_caption_block .more_bt:hover {
    background-color: #fff;
    color: #46a0de;
    border-color: #fff;
}
.quote_container {
    clear: both;
}
.quote_text {
    width: 68.7%;
    /* 687 / 1000 */

    float: left;
    display: table;
    height: 250px;
}
.quote_text p {
    font-size: 24px;
    color: #00A2E1;
    font-family: 'gothamlight';
    line-height: 28px;
    display: table-cell;
    vertical-align: middle;
}
.quote_person {
    width: 22.6%;
    /* 226 / 1000 */

    margin: 16px 1.5% 0% 7.1%;
    float: right;
}
.quote_person img {
    width: 100%;
}
.grid_container {
    background-color: #eff6fd;
    width: 100%;
    float: left;
    height: auto;
}
.grid {
    height: 292px;
    background-color: #FFF;
    margin-top: 2.4%;
    /* 24 / 1000 */

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.grid img {
    width: 100%;
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
img[src=""] {
    display: none;
}
.grid:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid:hover {
    cursor: pointer;
}
.grid_footer {
    height: auto;
    margin-top: 2.4%;
    /* 24 / 1000 */
}
.gutr_right {
    margin-right: 2.4%;
    /* 24 / 1000 */
}
.gutr_bottom {
    margin-bottom: 2.4%;
    /* 24 / 1000 */
}
.col_4_1 {
    width: 23.2%;
    /* 232 / 1000 */

    float: left;
}
.col_2_1 {
    width: 48.8%;
    /* 488 / 1000 */

    float: left;
}
.col_big {
    width: 74.4%;
    /* 744 / 1000 */

    float: left;
}
.bg_dark_blue {
    background-color: #101c85;
}
.bg_light_blue {
    background-color: #46a0de;
}
.bg_light_vechicle {
    background-color: #009992;
}
.bg_light_vechicle .h_color_blue {
    color: #fff !important;
}
.bg_light_technical {
    background-color: #9c9d9d;
}
.bg_light_technical .h_color_blue {
    color: #fff !important;
}
.bg_light_mechanical {
    background-color: #f39100;
}
.bg_light_mechanical .h_color_blue {
    color: #fff !important;
}
.bg_white {
    background-color: #fff;
}
.bg_db_dark_blue {
    background-color: #1a3072;
}
.bg_gray_dark_blue {
    background-color: #526ba6;
}
.bg_gray_dark_blue h1 {
    color: #a6afd2 !important;
}
.bg_bird_flower {
    background-color: #D7B200;
}
.bg_bird_flower h1 {
    color: #fbe67f !important;
}
.bg_outrageous_orange {
    background-color: #EB5B36;
}
.bg_outrageous_orange h1 {
    color: #ffaf9a !important;
}
.bg_rose {
    background-color: #DCCB36;
}
.bg_rose h1 {
    color: #fcabd7 !important;
}
.col_4_1_img_c {
    height: 139px;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    float: left;
    overflow: hidden;
}
.col_4_1_data {
    width: 100%;
    float: left;
}
.col_big_img_c {
    height: 292px;
    width: 65.59139784946236%;
    background-color: rgba(0, 0, 0, .2);
    float: right;
    overflow: hidden;
}
.col_big_data {
    width: 34.408602150537637%;
    height: 292px;
    float: left;
}
.col_2_1_img_c {
    height: 292px;
    width: 52.45901639344263%;
    background-color: rgba(0, 0, 0, .2);
    float: left;
    overflow: hidden;
}
.col_2_1 .col_2_1_img_c:nth-child(2n+0) {
    float: right;
}
.spc_float {
    float: right !important;
}
.col_2_1_data {
    width: 47.540983606557374%;
    height: 292px;
    float: left;
}
.grid_container h1 {
    font-weight: normal;
    text-transform: capitalize;
    color: #FFF;
    margin-top: 6.465517241379311% !important;
    margin-left: 6.465517241379311% !important;
    margin-right: 6.465517241379311%;
    line-height: 38px !important;
    margin-bottom: 5px;
    font-family: 'kg_how_many_timesregular';
    font-size: 42px;
}
p {
    font-family: 'Raleway';
    font-weight: lighter !important;
}
.grid_container p {
    font-size: 12.84px;
    font-family: 'Raleway';
    font-weight: lighter;
    text-align: left;
    padding: 0px !important;
    color: #FFF;
    line-height: 15px !important;
    margin-left: 6.465517241379311%;
    margin-right: 6.465517241379311%;
    margin-top: 0px!important;
    margin-bottom: 0px !important;
    float: left !important;
    width: 87.06896551724138%;
    clear: both !important;
}
.grid_container .more_bt {
    height: auto !important;
    margin: 3px 0px 0px 0px !important;
    text-align: left !important;
    font-size: 10.7px;
    color: #FFF;
    font-family: 'gothambold';
    padding: 0px !important;
    line-height: normal;
    text-decoration: none;
}
.bg_white p {
    color: #868686 !important;
}
.footer_fleet .bg_white h2 {
    color: #626262 !important;
}
.bg_white .more_bt {
    color: #868686 !important;
}
.grid_container .more_bt:hover {
    text-decoration: underline
}
.h_color_white {
    color: #FFFFFF;
}
.h_color_light_blue {
    color: #99cff0 !important;
}
.h_color_blue {
    color: #9080c4 !important;
}
.bg_white .h_color_blue {
    color: #a4b2d3 !important;
}
.testimonial_container {
    width: 100%;
    float: left;
    background-color: #46a0de;
    padding-bottom: 14px;
    min-height: 297px;
}
.testimonial_container .owl-item {
    display: table;
}
.testimonial_container .item {
    display: table-cell;
    vertical-align: middle;
}
.testimonial_text {
    width: 97% !important;
    margin: auto;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'gothamlight';
    margin-top: 60px;
    line-height: 28px;
    text-align: center;
}
.person_name {
    font-family: 'gothamlight';
    font-size: 24px;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.person_name span {
    font-family: 'gothamregular';
}
footer {
    width: 100%;
    float: left;
    background-color: #fff;
}
.float_right {
    float: right !important;
}
footer h3 {
    font-weight: normal;
    font-size: 14px;
    color: #00A0DF;
    width: 100%;
    /*     float: left; */

    font-family: 'gothambold';
    margin-bottom: 1.5px;
    margin-top: 22px;
    padding-bottom: 14px;
}
footer .grid_footer a {
    font-size: 12px;
    color: #868686;
    width: 100%;
    /*     float: left; */

    display: block;
    font-family: 'Raleway';
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    /*  -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;*/
}
footer .grid_footer a:hover {
    color: #333;
}
.sign_up_bt {
    background-color: #101c85;
    color: #FFF !important;
    font-size: 12px;
    color: #FFF;
    /*padding: 2px 12px;*/

    width: auto !important;
    display: block;
    margin-top: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 !important;
    /* 	padding: 0; */

    line-height: 100% !important;
    padding: 7px !important;
    display: inline-block !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sign_up_bt:hover {
    background-color: #46a0de;
}
.social {
    width: 27px !important;
    height: 27px;
    float: left;
    margin-right: 8px;
    display: block;
    margin-bottom: 14px;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center !important;
    font-weight: normal;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 32px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social:hover {
    background-color: #707070;
}
.fb {
    background-color: #43518a;
    line-height: 33px !important;
}
.tw {
    background-color: #009de0;
    line-height: 33px !important;
}
.inst {
    background-color: #60a542;
    font-size: 15px !important;
}
.ub {
    background-color: #c20016;
}
.ln {
    background-color: #0077b5;
}
.address {
    width: 100%;
    float: left;
    margin-top: 19px;
    font-size: 12px;
    color: #868686;
    float: left;
    font-family: 'Raleway';
    line-height: 22px;
}
.address span {
    width: 100%;
    float: left;
    font-family: 'gothambold';
    font-size: 12px;
    color: #868686;
    margin-bottom: 8px;
    display: block;
}
.copy_rights {
    width: 100%;
    height: 112px;
    line-height: 112px;
    float: left;
    font-size: 12px;
    color: #868686;
    text-align: center;
}
/*//////////// FLEET PAGE ///////////////*/

.bedcrm_c {
    width: 100%;
    font-size: 12.4px;
    float: left;
    background-color: #46a0de;
    padding: 10px 0;
    line-height: 18px;
    color: #FFFFFF;
}
.bedcrm_c a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12.4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: solid thin #35a1df;
    padding-bottom: 1px;
    text-transform: capitalize;
}
.bedcrm_c span:first-letter {
    text-transform: uppercase !important;
}
.bedcrm_c span {
    font-family: 'gothambold';
}
.bedcrm_c a:hover {
    border-bottom: solid thin #FFF;
}
.fleet_header {
    width: 100%;
    background-color: #1a3072;
    float: left;
}
.fleet_header img {
    width: 100%;
    float: left;
}
.fleets_items_container {
    width: 100%;
    float: left;
}
.fleets_items_container .item {
    min-height: 246px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 100;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.news_img_c img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.fleets_items_container .item:hover {
    cursor: pointer;
}
.news_img_c {
    overflow: hidden;
    display: block;
}
.fleets_items_container .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.footer_fleet {
    background-color: #35a1df;
    width: 100%;
    float: left;
}
.footer_fleet .bg_light_blue {
    background-color: #4a88b2;
}
.footer_fleet .owl-controls {
    display: none;
}
.fleets_items_container .item img {
    width: 100%;
    float: left;
}
.fleets_items_container h2 {
    font-weight: normal;
    margin-top: 11px;
    padding: 0px;
    text-transform: uppercase;
    color: #FFF;
    margin-left: 6.465517241379311%;
    margin-bottom: 4px;
    font-size: 14.4px;
    font-family: 'gothamregular';
    float: left;
    width: 87% !important;
    line-height: 16px;
}
.fleets_items_container p {
    font-size: 12.84px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    line-height: 15px;
    margin-left: 6.465517241379311%;
    margin-right: 6.465517241379311%;
    font-weight: normal;
    clear: both;
}
.fleets_items_container .more_bt {
    height: auto !important;
    margin: 3px 0px 0px 5px !important;
    text-align: left !important;
    font-size: 10.7px;
    color: #FFF;
    font-family: 'gothambold';
    padding: 0px !important;
    line-height: normal;
    text-decoration: none;
}
.fleets_items_container .more_bt:hover {
    text-decoration: underline
}
.inner_pge_headeing_bar {
    width: 100%;
    float: left;
    background-color: #46a0de;
    height: auto;
    position: relative;
}
.inner_pge_headeing_bar.news_inside h1 {
    margin: 18px 0px 13px 25.3%;
}
.inner_data_container .news_inside {
    width: 100%;
    float: left;
    background-color: #1a3072 !important;
    height: auto;
    margin-top: 30px !important;
}
.inner_pge_headeing_bar h1 {
    margin: 21px 0px 13px 29.3%;
    color: #FFF;
    padding: 0px;
    float: left;
    width: 60%;
    line-height: 57px;
    font-weight: normal;
    font-size: 52px;
    font-family: 'kg_how_many_timesregular';
}
.inner_pge_headeing_bar .news_bt {
    display: block;
    vertical-align: middle;
    width: auto !important;
    background-color: #ffff00;
    padding: 7px 18px 6px 18px;
    font-size: 12px;
    font-family: 'gothambold';
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #1a3072;
    position: absolute;
    right: 30px;
    top: 32px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
.inner_pge_headeing_bar .news_bt:hover {
    background-color: #1a3072;
    color: #FFF;
}
.inner_data_container {
    width: 100%;
    float: left;
    height: auto;
    background-color: #e6f5fc;
}
.inner_data_container .wrapper {
    background-color: #FFF;
}
.inner_data_container .data_c {
    background-color: #fff;
    padding-top: 30px;
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.inner_data_container .left_part_c {
    width: 23.1%;
    float: left;
    padding-bottom: 20px;
}
.inner_data_container .left_part_c .padding {
    margin: 0px 13.41991341991342%;
}
.inner_data_container .right_part_c {
    width: 76.7%;
    float: left;
    border-left: solid 1px #bbbcbc;
    margin-bottom: 60px;
    position: relative;
}
.inner_data_container ul {
    font-size: 12.84px;
    color: #868686;
    line-height: 22px;
}
.inner_data_container li {
    padding-left: 3px;
}
.inner_data_container .right_part_c a {
    color: #5f5f5f;
}
.inner_data_container .right_part_c img {
    width: 100% !important;
}
.div.wpcf7 img.ajax-loader {
    width: auto !important;
}
.img-responsive img {
    width: 100% !important;
}
.inner_data_container .news_inside_right_part {
    background-color: #e6f5fc;
    border: none !important;
    padding-left: 2.4%;
    /* 24 / 1000 */

    width: 74.5% !important;
    /* 744 / 1000 */

    margin-top: -30px;
    position: relative;
    margin-bottom: 0px !important;
}
.inner_data_container .left_part_c h3 {
    font-size: 18px;
    font-family: 'gothambold';
    color: #666666;
    margin: -6px 0px 8px 0px;
    padding: 0px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 16px;
}
.inner_data_container .left_part_c ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Raleway';
    font-size: 12.84px;
    color: #868686;
}
.inner_data_container .left_part_c ul li ul {
    margin-left: 11px;
}
.inner_data_container .left_part_c ul li {
    /* 	list-style: decimal; */
}
.inner_data_container .left_part_c li .active {
    color: #00a0df;
    font-family: 'gothambold';
}
.inner_data_container .left_part_c li .active_ul {
    color: #00a0df;
}
.inner_data_container .left_part_c li a {
    font-size: 12.84px;
    color: #868686;
    padding: 4px 0px;
    float: left;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.inner_data_container .left_part_c li a:hover {
    color: #00a0df;
}
.inner_data_container .right_part_c .padding {
    margin: 0px 7.692307692307693%;
    min-height: 400px;
}
.inner_data_container .right_part_c h4 {
    color: #00a2e1;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 22px;
    margin: 25px 0px 40px 0px;
    padding: 0px;
}
.inner_data_container .right_part_c h3 {
    color: #00a2e1;
    font-weight: normal;
    font-size: 12.84px;
    font-family: 'gothambold';
    line-height: 18px;
    margin: 30px 0px 5px 0px;
    padding: 0px;
}
.inner_data_container .right_part_c p {
    font-size: 12.84px;
    text-align: left;
    margin: 0px 0px 7px 0px;
    padding: 0px;
    color: #868686;
    line-height: 22px;
    font-weight: normal;
}
.icon-navicon {
    display: none;
}
.close_nav {
    display: none;
}
.news_inside_right_part .item {
    display: block;
    min-height: 246px;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 31.18279569892473%;
    margin-right: 3.225806451612903%;
    margin-right: 3.225806451612903%;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news_inside_right_part .item:hover {
    cursor: pointer;
}
.news_img_c {
    overflow: hidden;
    display: block;
}
.news_inside_right_part .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_inside_right_part .item:nth-child(3n+3) {
    margin-right: 0px;
}
.news_inside_right_part .item img {
    width: 100%;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news_inside_right_part h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-left: 6.465517241379311%;
    margin-right: 6.465517241379311%;
    margin-bottom: 4px;
    font-size: 14.4px;
    font-family: 'gothamregular';
    clear: both;
    line-height: 16px;
}
.news_inside_right_part p {
    font-size: 12.84px;
    text-align: left;
    padding: 0px;
    color: #FFF !important;
    line-height: 15px !important;
    margin-left: 6.465517241379311% !important;
    margin-bottom: 5.465517241379311% !important;
    margin-right: 6.465517241379311% !important;
    font-weight: normal;
}
.news_inside_right_part .more_bt {
    height: auto !important;
    margin: 3px 0px 0px 5px !important;
    text-align: left !important;
    font-size: 10.7px;
    color: #FFF;
    font-family: 'gothambold';
    padding: 0px !important;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news_inside_right_part .more_bt:hover {
    text-decoration: underline;
}
.team .designation {
    margin-left: 6.465517241379311%;
    margin-right: 6.465517241379311%;
    clear: both;
    font-size: 10px;
    font-family: 'gothambold';
    color: #666666 !important;
    margin-bottom: 3px;
    margin-top: 3px;
}
.team h2 {
    color: #0e2f74 !important;
    text-transform: capitalize;
    /* width: 100%; */

    margin-bottom: 0px !important;
}
.team p {
    color: #9a9a9a !important;
}
#quote_person {
    display: none;
}
.for_mob_search {
    display: none;
}
.top_bar {
    width: 100%;
    height: 39px;
    background-color: #1a3072;
    clear: both;
}
.top_bar br {
    display: none;
}
.call_us {
    width: auto;
    height: 39px;
    line-height: 37px;
    color: #fff;
    font-size: 12.8px;
    font-family: 'gothambook';
    float: left;
}
.call_us a {
    font-size: 16px;
    font-family: 'gothamregular';
    text-decoration: none;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.search_box {
    width: auto;
    float: right;
    height: 39px;
    position: relative;
}
.search_box input {
    width: 208px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0 33px 0 10px;
    margin-top: 7px;
    background-color: #878bb4;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.search_box input:focus {
    outline: none;
    background-color: #fff;
    color: #202020;
}
.search_box input:hover {
    background-color: #fff;
    color: #202020;
}
.search_box input:hover +.saerch_icon {
    color: #BFBFBF !important;
}
.search_box .saerch_icon {
    margin-left: -33px;
    height: 25px;
    width: 33px;
    right: 0px;
    top: 7px;
    background: none;
    display: block;
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
    border: 0;
    line-height: 28px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-weight: normal;
}
.search_box input:focus +.saerch_icon {
    color: #BFBFBF !important;
}
.search_box input:focus +.saerch_icon:hover {
    color: #46a0de !important;
}
.search_box .saerch_icon:focus {
    outline: none;
}
.video_wrapper {
    background-color: #fff;
    padding: 60px 0;
    clear: both;
}
.video_container {
    position: relative;
    height: 0;
    width: 51.3%;
    float: left;
    min-height: 289px;
    overflow: hidden;
}
.video_container iframe .ytp-thumbnail-overlay-image {
    width: 101% !important;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_text_c {
    width: 48.7%;
    float: left;
    min-height: 289px;
    background-color: #46a0de;
}
.padding18 {
    padding: 10px 18px;
}
.video_text_c h2 {
    font-size: 48px;
    color: #FFFFFF;
    margin: 5px 0 0px;
    line-height: 48px;
    font-family: 'kg_how_many_timesregular';
    font-weight: normal;
}
.video_text_c p {
    font-size: 12.84px;
    color: #fff !important;
    line-height: 15px;
    margin-top: 6px;
}
.four_not_four a:visited {
    color: #fff !important;
}
.four_not_four a:active {
    color: #fff !important;
}
.four_not_four img.bg {
    /* Set rules to fill background */

    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */

    width: 100%;
    height: auto;
    /* Set up positioning */

    position: fixed;
    top: 0;
    left: 0;
}
.oops_page_c {
    width: 600px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -250px;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    /* Specific to this particular image */

    .four_not_four img.bg {
        left: 50%;
        margin-left: -512px;
        /* 50% */
    }
}
.oops_page_c h3 {
    font-family: 'kg_how_many_timesregular';
    font-size: 188px;
    color: #fff;
    text-align: center;
    margin: -70px 0px 0px 0px;
    padding: 0px;
}
.oops_page_c h4 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-family: 'gothambold';
    margin: 0px;
    padding: 0px;
}
.oops_page_c h5 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-family: 'gothambold';
    margin: 25px 0px 25px 0px;
    padding: 0px;
}
.oops_page_c p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'gothambook';
    margin: 0px;
    padding: 0px;
}
.oops_page_c a {
    text-decoration: underline;
    color: #fff;
    display: inline-block;
}
.oops_page_c_logo {
    width: 50px;
    margin: 50px auto 0 auto;
    display: block !important;
}
.oops_page_c_logo img {
    width: 100%;
}
.google_map {
    height: 350px;
    width: 100%;
    position: relative;
}
.google_map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.google_map .gm-style-cc {
    display: none;
}
.google_map .gm-style > div:not(:first-child) {
    display: none;
}
.large_numbr {
    font-size: 36px !important;
    font-family: 'gothambook';
    font-weight: normal;
    color: #00a2e1;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.contact .call_us_now br {
    display: none;
}
.contact .call_us_now {
    margin: -15px 0px 0px 0px !important;
    position: relative;
    color: #00a2e1;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 18px;
    padding: 0px 0px 30px 0px !important;
    clear: both;
    float: none;
}
.contact h3 {
    color: #00a2e1;
    font-weight: normal;
    font-size: 16px !important;
    font-family: 'gothambold';
    margin: 0px 0px 5px 0px !important;
    padding: 28px 0px 0px 0px !important;
    border-top: solid thin #bbbcbc;
}
.contact form {
    margin-top: 30px;
}
.contact form input {
    height: 30px;
    border: solid thin #bbbcbc;
    width: 98%;
    padding: 0 1%;
    font-family: 'Raleway';
    color: #565656;
    line-height: 30px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.contact form textarea {
    height: 237px;
    border: solid thin #bbbcbc;
    display: block;
    width: 98%;
    font-family: 'Raleway';
    color: #565656;
    padding: 0 1%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.contact form label {
    clear: both;
    font-size: 12.84px;
    color: #00a1df;
    font-family: 'Raleway';
    margin: 20px 0 12px 0;
    display: block;
}
.contact form input:focus,
.contact form textarea:focus {
    outline: none;
    border-color: #00a1df;
}
.contact_details_c {
    clear: both;
    margin-top: 60px;
}
.contact .box_first {
    width: 61.8461538462%;
    float: left;
}
.contact .box_second {
    width: 38.1538461538%;
    float: left;
}
.contact .contact_social {
    clear: both;
    margin-top: 114px;
}
.contact .contact_social a {
    text-decoration: none !important;
}
.contact .wpcf7-submit {
    width: 200px;
    height: 33px;
    line-height: 33px;
    margin-top: 6px;
    clear: both;
    color: #2F2F2F;
    border: none;
    border: none !important;
}
.contact .wpcf7-submit:hover {
    background-color: #C5C5C5;
}
.search_result_c {
    clear: both;
    border-bottom: solid thin #bbbcbc;
    display: block;
    padding-bottom: 23px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.search_result_c h3 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search_result_c p {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search_result_c a {
    text-decoration: none !important;
}
.search_result_c:hover {
    border-bottom: solid thin #00a1df;
}
.search_result_c h3:hover {
    color: #494949;
}
.search_result_c:hover p {
    color: #494949 !important;
}
/***.search_result_c:nth-child(7) {

    border-bottom: none;

}**/

.hide_line {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-top: -2px;
    width: 100%;
}
.search_more_bt {
    width: 75px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: solid thin #00a1df;
    font-size: 12px;
    color: #00a1df;
    font-family: 'gothambold';
    display: block;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.es_lablebox {
    font-size: 13px !important;
}
.es_textbox_class {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    outline: none;
    font-size: 13px;
    border: solid thin #c4c4c4;
    padding-left: 5px;
}
.es_textbox_button {
    border-radius: 2px;
    border: navajowhite;
    height: 28px;
    color: #525252;
    line-height: 26px;
    font-size: 14px;
    background-color: #dddddd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.es_textbox_button:hover {
    background-color: #CFCFCF;
}
.search_more_bt:hover {
    background-color: #00a1df;
    color: #fff;
    cursor: pointer;
}
.current_page_item a {
    color: #00a2e1 !important;
}
/* COLOR FOR VEHICLE LEASING  */

.page_vehicle_leasing .banner_caption_block h2 {
    font-size: 56px;
    font-weight: normal;
    font-family: 'gothamlight';
    line-height: 55px
}
.page_vehicle_leasing .grid_container h1 {
    margin-top: 12px;
    font-size: 36px;
    font-family: 'gothamlight';
    line-height: 35px!important;
}
.page_vehicle_leasing .video_text_c h2 {
    font-size: 36px;
    margin: 5px 0 0px;
    line-height: 35px;
    font-family: 'gothamlight';
    font-weight: normal;
}
.page_vehicle_leasing .inner_pge_headeing_bar h1 {
    font-weight: normal;
    font-size: 44px;
    line-height: 44px;
    font-family: 'gothamlight';
}
@media (max-width: 845px) {
    .page_vehicle_leasing .banner_caption_block h2 {
        font-size: 42px !important;
        line-height: 45px !important;
    }
}
.page_vehicle_leasing .top_bar {
    background-color: #009992;
}
.page_vehicle_leasing .top_menu_container .active {
    background-color: #009992;
    color: #FFF;
}
.page_vehicle_leasing .top_menu_container a {
    background-color: #bfe6e4;
}
.page_vehicle_leasing .top_menu_container a:hover {
    background-color: #009992;
    color: #FFF;
}
.page_vehicle_leasing .search_box input {
    background-color: #7fccc9;
}
.page_vehicle_leasing .search_box input:hover +.saerch_icon {
    color: #BFBFBF !important;
}
.page_vehicle_leasing .search_box input:focus {
    outline: none;
    background-color: #fff;
}
.page_vehicle_leasing .search_box input:hover {
    background-color: #fff;
}
.page_vehicle_leasing .search_box input:focus +.saerch_icon {
    color: #BFBFBF !important;
}
.page_vehicle_leasing .search_box input:focus +.saerch_icon:hover {
    color: #009992 !important;
}
.page_vehicle_leasing nav li a {
    color: #009992;
}
.page_vehicle_leasing nav li:hover a {
    background-color: #009992;
}
.page_vehicle_leasing .sub-menu {
    background: #009992;
}
.page_vehicle_leasing nav li:nth-child(n+3) .sub-menu .box {
    border-left: solid thin #7fccc9;
}
.page_vehicle_leasing nav li:nth-child(n+2) .sub-menu .box {
    border-left: solid thin #7fccc9;
}
.page_vehicle_leasing .sub-menu .box {
    border-right: solid thin #7fccc9;
}
.page_vehicle_leasing .h_color_light_blue {
    color: #7fccc9 !important;
}
.page_vehicle_leasing .banner_caption_block .more_bt:hover {
    color: #009992;
}
.page_vehicle_leasing .quote_text p {
    color: #009992;
}
.page_vehicle_leasing .bg_light_blue {
    background: #009992;
}
.page_vehicle_leasing .video_text_c {
    background: #009992;
}
.page_vehicle_leasing .testimonial_container {
    background: #009992;
}
.page_vehicle_leasing footer h3 {
    color: #009992;
}
.page_vehicle_leasing .inner_pge_headeing_bar {
    background: #009992;
}
.page_vehicle_leasing .inner_data_container .news_inside {
    background: #009992 !important;
}
.page_vehicle_leasing .bedcrm_c {
    background: #009992;
}
.page_vehicle_leasing .bedcrm_c a {
    border-bottom: solid thin #009992;
}
.page_vehicle_leasing .bedcrm_c a:hover {
    border-bottom: solid thin #FFF;
}
.page_vehicle_leasing .inner_data_container .right_part_c h4 {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container .left_part_c li a:hover {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container .left_part_c li .active {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container .left_part_c li .active_ul {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container .current_page_item a {
    color: #009992 !important;
}
.page_vehicle_leasing .inner_data_container .right_part_c h3 {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container {
    background: #e5f5f4;
}
.page_vehicle_leasing .footer_fleet {
    background: #009992;
}
.page_vehicle_leasing .footer_fleet .bg_light_blue {
    background-color: #168782;
}
.page_vehicle_leasing .contact form input {
    border: solid thin #009992;
}
.page_vehicle_leasing .contact form textarea {
    border: solid thin #009992;
}
.page_vehicle_leasing .contact form label {
    color: #009992;
}
.page_vehicle_leasing .inner_data_container .news_inside_right_part {
    background-color: #e5f5f4;
}
.page_vehicle_leasing .sign_up_bt:hover {
    background-color: #009992 !important;
}
.page_vehicle_leasing .search_more_bt {
    border: solid thin #009992;
    color: #009992;
}
.page_vehicle_leasing .search_more_bt:hover {
    background-color: #009992;
    color: #fff;
}
.page_vehicle_leasing .search_result_c h3:hover {
    color: #494949;
}
.page_vehicle_leasing .search_result_c:hover {
    border-bottom: solid thin #009992;
}
/* COLOR FOR MECHANICAL SERVICE  */

.page_mechanical .banner_caption_block h2 {
    font-size: 56px;
    font-weight: normal;
    font-family: 'gothamlight';
}
.page_mechanical .grid_container h1 {
    margin-top: 12px;
    font-size: 36px;
    font-family: 'gothamlight';
    line-height: 35px!important;
}
.page_mechanical .video_text_c h2 {
    font-size: 36px;
    margin: 5px 0 0px;
    line-height: 35px;
    font-family: 'gothamlight';
    font-weight: normal;
}
.page_mechanical .inner_pge_headeing_bar h1 {
    font-weight: normal;
    font-size: 44px;
    line-height: 44px;
    font-family: 'gothamlight';
}
@media (max-width: 845px) {
    .page_mechanical .banner_caption_block h2 {
        font-size: 42px !important;
        line-height: 45px;
    }
}
.page_mechanical .top_bar {
    background-color: #f39100;
}
.page_mechanical .top_menu_container .active {
    background-color: #f39100;
    color: #FFF;
}
.page_mechanical .top_menu_container a {
    background-color: #fce3bf;
}
.page_mechanical .top_menu_container a:hover {
    background-color: #f39100;
    color: #FFF;
}
.page_mechanical .search_box input {
    background-color: #f9c87f;
}
.page_mechanical .search_box input:hover +.saerch_icon {
    color: #BFBFBF !important;
}
.page_mechanical .search_box input:focus {
    outline: none;
    background-color: #fff;
}
.page_mechanical .search_box input:hover {
    background-color: #fff;
}
.page_mechanical .search_box input:focus +.saerch_icon {
    color: #BFBFBF !important;
}
.page_mechanical .search_box input:focus +.saerch_icon:hover {
    color: #f39100 !important;
}
.page_mechanical nav li a {
    color: #f39100;
}
.page_mechanical nav li:hover a {
    background-color: #f39100;
}
.page_mechanical .sub-menu {
    background: #f39100;
}
.page_mechanical nav li:nth-child(n+3) .sub-menu .box {
    border-left: solid thin #f9c87f;
}
.page_mechanical .sub-menu .box {
    border-right: solid thin #f9c87f;
}
.page_mechanical nav li:nth-child(n+2) .sub-menu .box {
    border-left: solid thin #f9c87f;
}
.page_mechanical .h_color_light_blue {
    color: #f9c87f !important;
}
.page_mechanical .banner_caption_block .more_bt:hover {
    color: #f39100;
}
.page_mechanical .quote_text p {
    color: #f39100;
}
.page_mechanical .bg_light_blue {
    background: #f39100;
}
.page_mechanical .video_text_c {
    background: #f39100;
}
.page_mechanical .testimonial_container {
    background: #f39100;
}
.page_mechanical footer h3 {
    color: #f39100;
}
.page_mechanical .inner_pge_headeing_bar {
    background: #f39100;
}
.page_mechanical .inner_data_container .news_inside {
    background: #f39100 !important;
}
.page_mechanical .bedcrm_c {
    background: #f39100;
}
.page_mechanical .bedcrm_c a {
    border-bottom: solid thin #f39100;
}
.page_mechanical .bedcrm_c a:hover {
    border-bottom: solid thin #FFF;
}
.page_mechanical .inner_data_container .right_part_c h4 {
    color: #f39100;
}
.page_mechanical .inner_data_container .left_part_c li a:hover {
    color: #f39100;
}
.page_mechanical .inner_data_container .left_part_c li .active {
    color: #f39100;
}
.page_mechanical .inner_data_container .left_part_c li .active_ul {
    color: #f39100;
}
.page_mechanical .inner_data_container .current_page_item a {
    color: #f39100 !important;
}
.page_mechanical .inner_data_container .right_part_c h3 {
    color: #f39100;
}
.page_mechanical .inner_data_container {
    background: #fef4e5;
}
.page_mechanical .footer_fleet {
    background: #f39100;
}
.page_mechanical .footer_fleet .bg_light_blue {
    background-color: #df8a0b;
}
.page_mechanical .contact form input {
    border: solid thin #f39100;
}
.page_mechanical .contact form textarea {
    border: solid thin #f39100;
}
.page_mechanical .contact form label {
    color: #f39100;
}
.page_mechanical .inner_data_container .news_inside_right_part {
    background-color: #fef4e5;
}
.page_mechanical .sign_up_bt:hover {
    background-color: #f39100 !important;
}
.page_mechanical .search_more_bt {
    border: solid thin #f39100;
    color: #f39100;
}
.page_mechanical .search_more_bt:hover {
    background-color: #f39100;
    color: #fff;
}
.page_mechanical .search_result_c h3:hover {
    color: #494949;
}
.page_mechanical .search_result_c:hover {
    border-bottom: solid thin #f39100;
}
/* COLOR FOR TECHNICAL SERVICE  */

.page_technical .banner_caption_block h2 {
    font-size: 56px;
    font-weight: normal;
    font-family: 'gothamlight';
}
.page_technical .grid_container h1 {
    margin-top: 12px;
    font-size: 34px;
    font-family: 'gothamlight';
    line-height: 35px!important;
}
.page_technical .video_text_c h2 {
    font-size: 36px;
    margin: 5px 0 0px;
    line-height: 35px;
    font-family: 'gothamlight';
    font-weight: normal;
}
.page_technical .inner_pge_headeing_bar h1 {
    font-weight: normal;
    font-size: 44px;
    line-height: 44px;
    font-family: 'gothamlight';
}
@media (max-width: 845px) {
    .page_technical .banner_caption_block h2 {
        font-size: 42px !important;
        line-height: 45px;
    }
}
.page_technical .top_bar {
    background-color: #9c9d9d;
}
.page_technical .top_menu_container .active {
    background-color: #9c9d9d;
    color: #FFF;
}
.page_technical .top_menu_container a {
    background-color: #e6e6e6;
}
.page_technical .top_menu_container a:hover {
    background-color: #9c9d9d;
    color: #FFF;
}
.page_technical .search_box input {
    background-color: #cdcece;
}
.page_technical .search_box input:hover +.saerch_icon {
    color: #BFBFBF !important;
}
.page_technical .search_box input:focus {
    outline: none;
    background-color: #fff;
}
.page_technical .search_box input:hover {
    background-color: #fff;
}
.page_technical .search_box input:focus +.saerch_icon {
    color: #BFBFBF !important;
}
.page_technical .search_box input:focus +.saerch_icon:hover {
    color: #9c9d9d !important;
}
.page_technical nav li a {
    color: #9c9d9d;
}
.page_technical nav li:hover a {
    background-color: #9c9d9d;
}
.page_technical .sub-menu {
    background: #9c9d9d;
}
.page_technical nav li:nth-child(n+3) .sub-menu .box {
    border-left: solid thin #cdcece;
}
.page_technical nav li:nth-child(n+2) .sub-menu .box {
    border-left: solid thin #cdcece;
}
.page_technical .sub-menu .box {
    border-right: solid thin #cdcece;
}
.page_technical .h_color_light_blue {
    color: #cdcece !important;
}
.page_technical .banner_caption_block .more_bt:hover {
    color: #9c9d9d;
}
.page_technical .quote_text p {
    color: #9c9d9d;
}
.page_technical .bg_light_blue {
    background: #9c9d9d;
}
.page_technical .video_text_c {
    background: #9c9d9d;
}
.page_technical .testimonial_container {
    background: #9c9d9d;
}
.page_technical footer h3 {
    color: #9c9d9d;
}
.page_technical .inner_pge_headeing_bar {
    background: #9c9d9d;
}
.page_technical .inner_data_container .news_inside {
    background: #9c9d9d !important;
}
.page_technical .bedcrm_c {
    background: #9c9d9d;
}
.page_technical .bedcrm_c a {
    border-bottom: solid thin #9c9d9d;
}
.page_technical .bedcrm_c a:hover {
    border-bottom: solid thin #FFF;
}
.page_technical .inner_data_container .right_part_c h4 {
    color: #9c9d9d;
}
.page_technical .inner_data_container .left_part_c li a:hover {
    color: #9c9d9d;
}
.page_technical .inner_data_container .left_part_c li .active {
    color: #9c9d9d;
}
.page_technical .inner_data_container .left_part_c li .active_ul {
    color: #9c9d9d;
}
.page_technical .inner_data_container .current_page_item a {
    color: #9c9d9d !important;
}
.page_technical .inner_data_container .right_part_c h3 {
    color: #9c9d9d;
}
.page_technical .inner_data_container {
    background: #f5f5f5;
}
.page_technical .footer_fleet {
    background: #9c9d9d;
}
.page_technical .footer_fleet .bg_light_blue {
    background-color: #8a8a8a;
}
.page_technical .contact form input {
    border: solid thin #9c9d9d;
}
.page_technical .contact form textarea {
    border: solid thin #9c9d9d;
}
.page_technical .contact form label {
    color: #9c9d9d;
}
.page_technical .inner_data_container .news_inside_right_part {
    background-color: #f5f5f5;
}
.page_technical .sign_up_bt:hover {
    background-color: #9c9d9d !important;
}
.page_technical .search_more_bt {
    border: solid thin #9c9d9d;
    color: #9c9d9d;
}
.page_technical .search_more_bt:hover {
    background-color: #9c9d9d;
    color: #fff;
}
.page_technical .search_result_c h3:hover {
    color: #9c9d9d;
}
.page_technical .search_result_c:hover {
    border-bottom: solid thin #9c9d9d;
}
.span.wpcf7-not-valid-tip {
    margin-top: 15px !important;
}
div.wpcf7-response-output {
    font-size: 14px !important;
    margin: 2em 0em 1em !important;
}
/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */

@media (max-width: 1042px) {
    .wrapper {
        width: 96%;
        margin: auto;
    }
    .item {
        min-height: 270px !important;
    }
    .fleets_items_container .wrapper {
        width: 96% !important;
    }
    .top_wrapp {
        width: 100% !important;
    }
    .header_nav {
        width: 96%;
        margin: auto;
        float: none;
        height: auto;
    }
    .logo {
        width: 170px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .logo_icon {
        width: 77px !important;
    }
    .desck-menu nav {
        width: auto !important;
        margin-top: 29px;
    }
    .desck-menu nav ul > li {
        height: 77px;
        float: left !important;
    }
    .desck-menu nav a {
        height: 77px;
        font-size: 14.4px;
        padding: 0 16.25px 0 16.25px;
    }
    .grid {
        height: 260px;
        margin-top: 2.4%;
    }
    .page_technical .grid_container h1 {
        margin-top: 8px;
        font-size: 24px;
        font-family: 'gothamlight';
        line-height: 22px!important;
    }
    .col_4_1_img_c {
        height: auto;
    }
    .col_big_img_c {
        height: auto;
    }
    .col_2_1_img_c {
        height: auto;
    }
    .quote_text {
        margin-top: 5%;
    }
    /*    .banner_caption_block {

        margin-top: 5.9%;

    }*/
}
@media (max-width: 1200px) {
    .desck-menu nav li:nth-child(n+3) .sub-menu {
        left: auto;
        right: 0px !important;
    }
    .desck-menu nav li:nth-child(n+3) .sub-menu .box {
        width: 179px;
        height: 232px;
        float: right;
        border-left: solid thin #98D1F3;
        border-right: none;
        padding-left: 27px;
    }
    .desck-menu nav li:nth-child(n+3) .sub-menu .img_box {
        float: left;
        margin-left: 0px;
    }
    .top_bar .wrapper {
        width: 98%;
    }
}
@media (max-width: 996px) {
    .grid_container h1 {
        font-size: 32px;
        line-height: 30px!important;
    }
    .desck-menu nav {
        width: 76%;
        margin-top: 25px;
    }
    .desck-menu nav a {
        height: 72px;
        font-size: 14px;
        padding: 0 15px 0 15px;
    }
    .desck-menu nav ul > li {
        height: 72px;
        float: left !important;
    }
    .grid {
        height: 250px;
    }
    .logo {
        width: 150px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .logo_icon {
        width: 67px !important;
    }
    .banner {
        width: 100%;
        float: left;
        height: auto;
        background-color: #fff;
        max-height: none;
    }
    .banner img {
        width: 130% !important;
        float: left;
        margin-left: -20%;
    }
    .banner_caption_block {
        /* margin-top: 3%;*/

        margin-left: 2%;
    }
}
@media (min-width: 993px) {
    .close_nav {
        display: none !important;
    }
    .icon-navicon {
        display: none !important;
    }
    .desck-menu nav ul {
        display: block !important;
    }
}
@media (max-width: 993px) {
    .header_nav {
        width: 100%;
    }
    .logo {
        position: absolute;
        z-index: 500;
        top: 37px;
        left: 18px;
    }
    .desck-menu nav {
        height: auto;
    }
    /* hide the link until viewport size is reached */

    a.meanmenu-reveal {
        display: none;
    }
    /* when under viewport size, .mobile-menu is added to body */

    .mobile-menu .mean-bar {
        float: left;
        width: 100%;
        position: relative;
        background: #fff !important;
        padding: 0px;
        min-height: 91px;
        z-index: 500;
    }
    .mobile-menu a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 22px;
        right: 10px!important;
        font-family: 'gothambold'!important;
        right: 0;
        cursor: pointer;
        color: #E53134;
        text-decoration: none;
        font-size: 24px !important;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        display: block;
        font-weight: 700;
    }
    .page_vehicle_leasing .sub-menu {
        background: none;
    }
    .page_mechanical .sub-menu {
        background: none;
    }
    .page_technical .sub-menu {
        background: none;
    }
    .mobile-menu a.meanmenu-reveal span {
        display: block;
        background: #8A8A8A;
        height: 3px;
        margin-top: 3px;
    }
    .mobile-menu .mean-nav {
        float: left;
        width: 100%;
        background: #fff !important;
        margin-top: 91px;
    }
    .mobile-menu .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        color: #565656;
    }
    .mobile-menu .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
        color: #565656 !important;
        border-top: solid thin #E1E1E1;
    }
    .mobile-menu .mean-nav ul li a {
        display: block;
        float: left;
        width: 96%;
        padding: 18px 0px 18px 4%;
        margin: 0;
        text-align: left;
        color: #565656;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'gothamregular';
        font-size: 12.4px;
    }
    .mobile-menu .mean-nav ul li li a {
        width: 93%;
        padding: 18px 0px 18px 7%;
        opacity: 0.75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
    }
    .img_box {
        margin: 0 0% !important;
        clear: both;
        width: 86% !important;
        padding: 4% 7%;
        border-top: solid thin #EDEDED;
    }
    .mobile-menu .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }
    .mobile-menu .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%;
    }
    .mobile-menu .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%;
    }
    .mobile-menu .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%;
    }
    .mobile-menu .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, 0.1);
    }
    .mobile-menu .mean-nav ul li a.mean-expand {
        width: 28px;
        height: 29px;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background-color: #f5f5f5;
        border: none !important;
        font-family: 'gothamregular'!important;
    }
    .mobile-menu .mean-nav ul li a.mean-expand:hover {
        background: #46a0de;
        color: #fff !important;
    }
    .mobile-menu .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }
    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    /* Fix for box sizing on Foundation Framework etc. */

    .mobile-menu .mean-bar,
    .mobile-menu .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .mean-remove {
        display: none !important;
    }
    .page_mechanical nav li:hover a {
        background-color: #fff;
    }
    .page_mechanical .mobile-menu .mean-nav ul li a.mean-expand {
        background: #f39100 !important;
        color: #fff !important;
    }
    .page_vehicle_leasing nav li:hover a {
        background-color: #fff;
    }
    .page_vehicle_leasing .mobile-menu .mean-nav ul li a.mean-expand {
        background: #009992 !important;
        color: #fff !important;
    }
    .page_technical nav li:hover a {
        background-color: #fff;
    }
    .page_technical .mobile-menu .mean-nav ul li a.mean-expand {
        background: #9c9d9d !important;
        color: #fff !important;
    }
    header .wrapper {
        width: 100%;
    }
    .sub-menu h4 {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14.4px;
        font-family: 'gothamregular';
        text-transform: uppercase;
        color: #666;
        font-weight: normal;
        margin: 11px 0 5px 0;
    }
    .sub-menu p {
        font-size: 12.84px;
        font-family: 'Raleway';
        text-align: left;
        margin: 0px;
        padding: 0px 0px;
        color: #666;
        line-height: 15px;
    }
    .mobile-menu .more_bt {
        height: 28px !important;
        line-height: 28px !important;
        width: 70px !important;
        background-color: #46a0de !important;
        margin: 10px 0px 32px 0px !important;
        float: left !important;
        font-size: 10.7px !important;
        color: #FFF !important;
        display: block !important;
        text-align: center !important;
    }
    .mobile-menu .more_bt:hover {
        background-color: #46a0de !important;
    }
    .icon-navicon {
        float: right !important;
        display: block;
        text-align: right;
        padding: 0px !important;
        width: 40px;
        height: 40px !important;
        color: #666;
        font-size: 38px;
        position: absolute;
        margin-top: -70px !important;
        right: 10px;
        border: none !important;
    }
    .icon-navicon:hover {
        cursor: auto;
    }
    .close_nav {
        float: right !important;
        text-align: right;
        padding: 0px !important;
        width: 40px;
        position: absolute;
        margin-top: -70px !important;
        right: 15px;
        height: 40px !important;
        height: 40px;
        color: #F00;
        font-size: 28px;
        display: none;
        border: none !important;
    }
    .close_nav:hover {
        cursor: auto;
    }
    .inner_pge_headeing_bar h1 {
        font-size: 48px;
        height: auto;
        line-height: 50px;
        width: 60%;
    }
    .inner_pge_headeing_bar .news_bt {
        top: 28px;
        right: 28px;
    }
    .inner_data_container .right_part_c {
        border-left: solid 1px #bbbcbc;
    }
    .fleet_header .wrapper {
        width: 100%;
    }
    .inner_pge_headeing_bar {
        height: auto;
    }
    .popup_content_box {
        width: 700px;
        height: 460px;
        background-color: #FFF;
        left: 50%;
        top: 50% !important;
        margin-top: -230px;
        position: absolute;
        margin-left: -350px;
    }
    .padding50 {
        padding: 30px !important;
    }
    .popup_content_box h2 {
        font-size: 22px !important;
    }
    nav li:nth-child(n+3) {
        position: relative;
    }
    nav li:nth-child(n+3) .sub-menu {
        margin-top: auto;
        left: 0;
        right: auto;
    }
    .fleets_items_container h2 {
        width: 100%;
        margin-left: 3.465517241379311%;
    }
    .fleets_items_container p {
        margin-left: 3.465517241379311%;
    }
    .quote_text {
        display: table;
        height: auto;
    }
    .call_us a {
        pointer-events: auto;
        cursor: pointer;
    }
    .large_numbr {
        cursor: pointer !important;
        pointer-events: auto !important;
    }
}
@media (max-width: 950px) {
    .inner_pge_headeing_bar h1 {
        font-size: 38px !important;
        height: auto;
        line-height: 50px !important;
        width: 55%;
    }
    .inner_pge_headeing_bar .news_bt {
        top: 28px;
    }
}
@media (max-width: 911px) {
    .quote_text {
        margin-top: 4%;
        font-size: 21px;
    }
    .quote_text p {
        font-size: 21px;
    }
    .large_numbr {
        margin-top: 15px;
        display: block;
        line-height: 32px;
    }
    .contact .call_us_now br {
        display: block;
    }
    .banner_caption_block h2 {
        font-size: 58px;
        margin-top: 10px;
        line-height: 60px;
    }
}
@media (max-width: 900px) {
    .grid {
        height: 235px;
    }
    .testimonial_text {
        font-size: 18px;
    }
    .person_name {
        font-size: 18px !important;
    }
}
@media (max-width: 845px) {
    .top_menu_container a {
        font-size: 12px;
    }
    .grid_container .col_4_1 {
        width: 48.8%;
        margin-right: 2%!important;
    }
    .grid_container .col_2_1 {
        width: 48.8%;
        margin-right: 2%!important;
    }
    .col_big {
        width: 48.8%;
    }
    .grid:nth-child(2n+0) {
        margin-right: 0px !important;
    }
    .grid {
        height: 370px;
        float: left !important;
    }
    .gutr_right {
        margin-right: 2%!important;
        /* 24 / 1000 */
    }
    .grid_container h1 {
        margin-left: 3.465517241379311% !important;
        margin-right: 3.465517241379311% !important;
        margin-bottom: 5px;
    }
    .grid_container p {
        margin-left: 3.465517241379311%;
        margin-right: 3.465517241379311%;
        margin-top: 8px!important;
    }
    .quote_text p {
        font-size: 21px;
    }
    .quote_text {
        margin-top: 3.3%;
        font-size: 21px;
    }
    .col_4_1_img_c {
        height: auto;
        overflow: hidden;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        float: left;
    }
    .col_4_1_data {
        width: 100%;
        float: left;
    }
    .col_big_img_c {
        height: auto;
        overflow: hidden;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        float: right;
    }
    .col_big_data {
        width: 100%;
        height: 292px;
        float: left;
    }
    .col_2_1_img_c {
        height: 57.3%;
        overflow: hidden;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        float: left;
    }
    .spc_float {
        float: right !important;
    }
    .col_2_1_data {
        width: 100%;
        height: 292px;
        float: left;
    }
    footer .col_4_1 {
        width: 32%;
        float: left !important;
    }
    .video_container {
        height: inherit;
        width: 100%;
    }
    .video_text_c {
        height: auto;
        width: 100%;
        min-height: inherit;
    }
    .page_technical .video_text_c h2 {
        font-size: 30px;
    }
    .page_technical .grid_container h1 {
        margin-top: 12px !important;
    }
    .page_mechanical .grid_container h1 {
        margin-top: 12px !important;
    }
    .page_vehicle_leasing .grid_container h1 {
        margin-top: 12px !important;
    }
}
@media (max-width: 790px) {
    .quote_text {
        margin-top: 2.8%;
        font-size: 19px;
    }
    .popup_content_box {
        width: 90%;
        height: auto;
        background-color: #FFF;
        left: 5%;
        top: 5% !important;
        margin-top: 0px;
        position: absolute;
        margin-left: 0px;
        padding-bottom: 30px;
    }
    .padding50 {
        padding: 25px !important;
    }
    .popup_content_box h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .popup_content_box .block h2 {
        font-size: 22px;
        bottom: 10px;
        margin-left: 10px;
        line-height: 22px;
    }
    .popup_content_box .block p {
        margin: 10px 0px;
        line-height: 13px;
    }
    .popup_content_box .block .enter_bt {
        padding: 0px 0px;
        width: 54px !important;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #868686;
        border: solid thin #868686;
    }
    .video_container {}
}
@media (max-width: 714px) {
    .inner_pge_headeing_bar.news_inside h1 {
        margin: 20px 0px 16px 3.5%;
        width: 68%;
        font-size: 36px !important;
        line-height: 36px !important;
    }
    .quote_text {
        width: 100%;
        margin: auto;
        float: none;
        text-align: center;
        padding-top: 20px;
        font-size: 19px;
    }
    .quote_person {
        margin: auto;
        float: none;
        padding-top: 15px;
    }
    .banner img {
        width: 150% !important;
        float: left;
        margin-left: -50%;
    }
    .banner_caption_block {
        width: 50%;
    }
    .banner_caption_block .more_bt {
        margin-top: 18px;
    }
    .banner_caption_block br {
        display: none;
    }
    .banner_caption_block h2 {
        font-size: 52px;
        line-height: 55px !important;
    }
    footer .col_4_1 {
        width: 48%;
        float: left !important;
    }
    .sub-menu .img_box {
        width: 80%;
    }
    .inner_data_container .right_part_c {
        border-left: none;
        width: 100%;
    }
    .data_c {
        position: relative;
    }
    .left_part_c {
        display: none;
    }
    .inner_data_container .news_inside_right_part {
        padding-left: 0%;
        width: 100% !important;
    }
    /*.quote_person {

        display: none;

    }*/

    .quote_person {
        display: block;
        width: 30%;
    }
    #quote_person img {
        width: 100%;
    }
    .quote_container {
        padding-bottom: 20px;
    }
    .inner_pge_headeing_bar h1 {
        margin: 18px 0px 13px 10%;
        width: 68%;
        font-size: 44px !important;
        line-height: 42px!important;
    }
    .top_bar {
        height: auto;
    }
    .top_bar .wrapper {
        width: 96%;
    }
    .top_bar br {
        display: block;
    }
    .call_us {
        line-height: 16px;
        margin-top: 6px;
        margin-bottom: 2px;
    }
    .search_box {
        margin-top: 4px;
    }
    .oops_page_c {
        width: 80%;
        height: 500px;
        left: auto;
        margin-left: 10%;
    }
    .oops_page_c h3 {
        font-size: 92px;
        margin: 0px 0px 0px 0px;
    }
    .oops_page_c h4 {
        font-size: 22px;
    }
    .oops_page_c h5 {
        font-size: 22px;
        margin: 25px 0px 25px 0px;
    }
    .oops_page_c p {
        font-size: 14px;
    }
    .oops_page_c_logo {
        width: 50px;
        margin: 50px auto 0 auto;
    }
    .wrapper {
        width: 93%;
    }
    .grid_container {
        padding-top: 4%;
    }
    .video_text_c h2 {
        font-size: 38px;
    }
}
@media (max-width: 675px) {
    .top_menu_container br {
        display: block;
    }
    .item {
        min-height: 240px !important;
    }
    .top_menu_container a:first-child {
        line-height: 23px;
    }
    .top_menu_container a {
        width: 22.85%;
        /* 248 / 1000 */

        padding: 8px 1% 0 1%;
        margin-right: .2%;
        /* 2 / 1000 */

        height: 32px;
        line-height: 12px;
    }
    .grid {
        height: 340px;
        float: left !important;
    }
    .banner img {
        width: 160% !important;
        float: left;
        margin-left: -28%;
    }
    .copy_rights {
        width: 100%;
        height: auto;
        padding: 40px 0px;
        line-height: normal;
        float: left;
        font-size: 12px;
        color: #868686;
        text-align: center;
    }
    .popup_content_box .block h2 {
        width: 100%;
        float: left;
        font-size: 18px !important;
        font-family: 'gothambold';
        background-color: #FFF;
        display: block;
        position: static;
        color: #666;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        bottom: 20px;
        padding-top: 5px;
        margin-left: 0px;
        line-height: 22px;
    }
    .grid_container {
        padding: 2% 0;
    }
    .page_vehicle_leasing .grid_container h1 {
        font-size: 32px;
        font-family: 'gothamlight';
        line-height: 32px!important
    }
    .page_mechanical .grid_container h1 {
        font-size: 32px;
        font-family: 'gothamlight';
        line-height: 32px!important
    }
    .page_technical .grid_container h1 {
        font-size: 32px;
        font-family: 'gothamlight';
        line-height: 32px!important
    }
    .page_vehicle_leasing .grid_container p {
        margin-top: 0px !important;
    }
    .page_mechanical .grid_container p {
        margin-top: 0px !important;
    }
    .page_technical .grid_container p {
        margin-top: 0px !important;
    }
    .col_2_1_img_c {
        height: 49%;
    }
}
@media (max-width: 630px) {
    .news_inside_right_part .item {
        min-height: 246px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 48.8013698630137%;
        margin-right: 2.3972602739726026% !important;
        margin-left: 0% !important;
        float: left;
    }
    .news_inside_right_part .item:nth-child(2n+2) {
        margin-right: 0px !important;
    }
    .large_numbr {
        font-size: 24px !important;
    }
    .video_text_c h2 {
        font-size: 38px;
    }
}
@media (max-width: 600px) {
    .item {
        padding-bottom: 15px;
        width: 95%;
        margin-left: 2.5%;
    }
}
@media (max-width: 585px) {
    .popup_content_box {
        padding-bottom: 0px;
    }
    .inner_pge_headeing_bar .news_bt {
        top: 24px;
    }
    .popup_content_box .block {
        width: 100%;
        border-bottom: solid thin #E3E3E3;
        clear: both;
        padding: 10px 0 10px 0;
        margin: 0px 0 20px 0;
    }
    .popup_content_box .block:nth-child(4) {
        border-bottom: none;
    }
    .popup_content_box .block .img_container {
        background-color: #FFF;
        margin-bottom: 20px;
    }
    .popup_content_box .block .img_container img {
        width: 25%;
        float: left;
        position: relative;
        background-color: #CCC;
    }
    .popup_content_box .block h2 {
        width: 60%;
        float: left;
        font-size: 34px !important;
        line-height: 34px;
        margin-left: 23px;
        padding-top: 0px;
        margin-top: -5px!important;
    }
    .popup_content_box .block p {
        display: none;
    }
    .popup_content_box .block .enter_bt {
        padding: 0px 0px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #868686;
        border: solid thin #868686;
        float: left;
        margin-left: 31%;
        margin-top: -45px;
        margin-bottom: 10px;
        position: relative;
        z-index: 100;
    }
    footer .col_4_1 {
        width: 100%;
        float: left !important;
        margin-right: 0px !important;
    }
    .contact .box_first {
        width: 100%;
    }
    .contact .box_second {
        width: 100%;
    }
    .contact .contact_social {
        margin-top: 20px;
    }
    .inner_pge_headeing_bar h1 {
        width: 65%;
        font-size: 38px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 474px) {
    .popup_content_box .block h2 {
        width: 60%;
        float: left;
        font-size: 24px !important;
        line-height: 24px;
        margin-left: 23px;
        padding-top: 0px;
        margin-top: -2px!important;
    }
    .page_vehicle_leasing .grid_container h1 {
        font-size: 28px;
        line-height: 28px!important
    }
    .page_mechanical .grid_container h1 {
        font-size: 28px;
        line-height: 28px!important
    }
    .page_technical .grid_container h1 {
        font-size: 28px;
        line-height: 28px!important
    }
}
@media (max-width: 529px) {
    .banner_caption_block {
        width: 90%;
        margin-left: 5%;
        margin-top: 45px;
        text-align: center;
    }
    .banner_caption_block .more_bt {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 90px;
    }
    .banner img {
        width: 200% !important;
        float: left;
        margin-left: -50%;
    }
    .banner_caption_block h2 {
        font-size: 46px;
    }
    .grid_container h1 {
        font-size: 32px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .col_2_1_img_c {
        height: 40%;
        overflow: hidden;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        float: left;
    }
    .page_vehicle_leasing .col_2_1_img_c {
        height: 48%;
    }
    .page_technical .col_2_1_img_c {
        height: 48%;
    }
    .page_mechanical .col_2_1_img_c {
        height: 48%;
    }
    .quote_person {
        width: 30%;
    }
    .search_box {
        width: 100%;
        margin-top: 0px;
    }
    .call_us {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: center;
    }
    .search_box input {
        margin-top: 2px;
        width: 96%;
        padding: 0px 2% !important;
    }
    .search_box .saerch_icon {
        top: 2px !important;
    }
    .popup_content_box .close {
        margin: -18px -8px 0px 0px;
        width: 35px;
        height: 35px;
    }
    .popup_content_box i {
        font-size: 38px;
        margin-top: -3px;
    }
    .page_technical .banner_caption_block {
        width: 90% !important;
    }
    .page_mechanical .banner_caption_block {
        width: 90% !important;
    }
    .page_vehicle_leasing .banner_caption_block {
        width: 90% !important;
    }
}
@media (max-width: 400px) {
    .grid {
        width: 100% !important;
        margin-right: 0%!important;
        margin-bottom: 2%;
        height: auto;
    }
    .col_big_data,
    .col_4_1_data,
    .col_2_1_data {
        height: auto;
        padding: 3% 0px;
        min-height: 100px!important;
    }
    .grid_container h1 {
        margin-top: 1.465517241379311% !important;
    }
    .col_2_1_img_c {
        height: 232px!important;
    }
    .col_big_data,
    .col_4_1_data,
    .col_2_1_data {
        height: auto;
    }
    .page_technical .grid_container h1 {
        margin: 2px 0px 8px;
    }
    .page_mechanical .grid_container h1 {
        margin: 2px 0px 8px;
    }
    .page_vehicle_leasing .grid_container h1 {
        margin: 2px 0px 8px;
    }
    .grid_container p {
        margin-bottom: 10px!important;
    }
    /*    .grid_container .col_2_1 {

        width: 98%;

        margin-right: 2%!important;

    }*/

    .col_big {
        width: 98%;
    }
    .popup_content_box .block .enter_bt {
        margin-left: 38%;
    }
    .popup_content_box .block .img_container img {
        width: 30%;
        float: left;
        position: relative;
        background-color: #CCC;
    }
    .popup_content_box .block {
        padding: 0px 0 0px 0 !important;
        margin: 0px 0 20px 0 !important;
    }
    .page_technical .grid_container h1 {
        margin-top: 0px !important;
    }
    .page_mechanical .grid_container h1 {
        margin-top: 0px !important;
    }
    .page_vehicle_leasing .grid_container h1 {
        margin-top: 0px !important;
    }
    .page_vehicle_leasing .banner_caption_block h2 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    .page_mechanical .banner_caption_block h2 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    .page_technical .banner_caption_block h2 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
}
@media (max-width: 392px) {
    .top_menu_container a {
        font-size: 11px;
    }
    .top_menu_container a {
        width: 22.85%;
        /* 248 / 1000 */

        padding: 8px 1% 0 1%;
        margin-right: .2%;
        /* 2 / 1000 */

        height: 32px;
        line-height: 12px;
        font-size: 10px !important;
    }
    .popup_content_box h1 {
        font-size: 22px !important;
        line-height: 26px;
    }
    #quote_person {
        display: block;
        width: 60%;
    }
    .popup_content_box .block h2 {
        width: 60%;
        float: left;
        font-size: 20px !important;
        line-height: 20px;
        margin-left: 23px;
        padding-top: 0px;
        margin-top: -2px!important;
    }
    .inner_pge_headeing_bar h1 {
        width: 57%;
    }
}
@media (max-width: 320px) {
    .banner_caption_block h2 {
        font-size: 24px;
        line-height: 20px;
    }
    footer .col_4_1 {
        width: 100%;
        min-height: auto;
    }
    .popup_content_box .block h2 {
        font-size: 16px !important;
    }
    .grid_container .col_4_1 {
        width: 98%;
        margin-right: 2%!important;
    }
    .grid_container .col_2_1 {
        width: 98%;
        margin-right: 2%!important;
    }
    .col_big {
        width: 98%;
    }
    .col_2_1_img_c {
        height: 200px!important;
    }
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================

   Print styles.

   Inlined to avoid the additional HTTP request:

   http://www.phpied.com/delay-loading-your-print-css/

   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:

                                   http://www.sanbeiji.com/archives/953 */

        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*

     * Don't show links that are fragment identifiers,

     * or use the `javascript:` pseudo protocol

     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*

     * Printing Tables:

     * http://css-discuss.incutio.com/wiki/Printing_Tables

     */

    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.fleets_items_container .owl-theme .owl-controls {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.testimonial_container .owl-theme .owl-controls {
    margin-bottom: 10px !important;
}
a.enter_bt {
    margin: 0px;
    line-height: 100%;
    /*padding: 10px 10px 2px 10px !important;*/

    padding: 6px 12px !important;
    display: inline-block;
}