/* Minification failed. Returning unminified contents.
(700,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(899,22): run-time error CSS1039: Token not allowed after unary operator: '-mask-color'
(923,22): run-time error CSS1039: Token not allowed after unary operator: '-mask-color'
 */
.g-mb-10 {
    margin-bottom: 10px !important;
}

.g-mb-15 {
    margin-bottom: 15px !important;
}

.g-mb-20 {
    margin-bottom: 20px !important;
}

.g-mb-25 {
    margin-bottom: 25px !important;
}

.g-mb-30 {
    margin-bottom: 30px !important;
}

.g-mb-35 {
    margin-bottom: 35px !important;
}

.g-mb-40 {
    margin-bottom: 40px !important;
}

.g-mb-45 {
    margin-bottom: 45px !important;
}

.g-mb-50 {
    margin-bottom: 50px !important;
}

.g-mb-55 {
    margin-bottom: 55px !important;
}

.g-mb-60 {
    margin-bottom: 60px !important;
}

.g-mb-65 {
    margin-bottom: 65px !important;
}

.g-mb-70 {
    margin-bottom: 70px !important;
}

.g-mb-75 {
    margin-bottom: 75px !important;
}

.g-mb-80 {
    margin-bottom: 80px !important;
}

.g-mb-85 {
    margin-bottom: 85px !important;
}

.g-mb-90 {
    margin-bottom: 90px !important;
}

.g-mb-95 {
    margin-bottom: 95px !important;
}

.g-mb-100 {
    margin-bottom: 100px !important;
}

.g-display-table {
    display: table;
}

.g-display-td {
    display: table-cell;
}

.g-text-top {
    vertical-align: top;
}

.g-text-middle {
    vertical-align: middle;
}

.btn-u-upper {
    text-transform: uppercase;
}

i.icon-2lg {
    width: 100px;
    height: 100px;
    line-height: 95px;
    font-size: 35px;
}

i.icon-3lg {
    width: 130px;
    height: 130px;
    line-height: 115px;
    font-size: 40px;
}

i.icon-color-u {
    font-size: 65px;
    border: none;
    color: #3498db;
}

.g-heading-v7 h2,
.g-heading-v7 .h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #383339;
}

    .g-heading-v7 .h2 .block-name {
        font-size: 12px;
        font-style: normal;
        display: block;
        color: #3498db;
        margin-bottom: 20px;
    }

    .g-heading-v7 .h2:after {
        content: "";
        display: inline-block;
        width: 70px;
        height: 10px;
        background: #3498db;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.text-center .g-heading-v7 .h2:after,
.g-heading-v7.text-center .h2:after {
    right: 50%;
    margin-right: -35px;
}

.g-heading-v7 h3,
.g-heading-v7 .h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #383339;
}

.g-heading-v7 h4,
.g-heading-v7 .h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #383339;
}

.g-heading-v7 h5,
.g-heading-v7 .h5 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #383339;
}

.why-we {
    position: relative;
    overflow: hidden;
}

.why-we-item {
    width: 50%;
    float: right;
    min-height: 1px;
    position: relative;
}

.why-we-item--light {
    background: #f8f8f8;
}

.why-we-item--dark {
    color: #fff;
    background: #fff;
}

.why-we-item--light .why-we-item-inner.faq-brief {
    float: right;
    padding: 0px 30px;
    width: 100%;
}

.faq-brief .h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 33.4px;
}

.why-we-item--light .why-we-item-inner {
    float: left;
    padding: 140px 30px 70px 85px;
}

.why-we-item--dark .why-we-item-inner {
    float: right;
}

.why-we-item--light p {
    margin-bottom: 30px;
}

.why-we-item--dark .g-display-table {
    padding: 50px 65px 40px 30px;
    /*border-bottom: solid 1px #3f3a40;*/
    transition: all 0.3s ease-in-out;
}

    .why-we-item--dark .g-display-table:hover {
        background: #3498db;
        color: #fff;
    }

        .why-we-item--dark .g-display-table:hover i.icon-color-u,
        .why-we-item--dark .g-display-table:hover h4,
        .why-we-item--dark .g-display-table:hover p {
            color: #fff;
        }

.why-we-item--dark i {
    margin-left: 30px;
}

.g-display-table:hover i {
    border-color: #e74c3c;
}

.why-we-item--dark h4 {
    color: #000;
}

.why-we-item--dark p {
    color: #000;
    opacity: .9;
    margin-bottom: 0;
}

.v-tab-content {
    background: #413c42;
    position: relative;
    color: #89848a;
    padding: 80px 0 50px;
}

    .v-tab-content:after {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(56,51,57,.95);
    }

    .v-tab-content .container {
        z-index: 1;
        position: relative;
    }

    .v-tab-content h2,
    .v-tab-content .h2 {
        color: #fff;
    }

    .v-tab-content a {
        color: #fff;
    }

.testimonials-clients {
    position: relative;
    overflow: hidden;
}

.tc-testimonials,
.tc-testimonials-clients {
    width: 50%;
    float: right;
    min-height: 1px;
    position: relative;
    color: #89848a;
}

.tc-testimonials {
    background: #383339;
}

.tc-testimonials-clients {
    background: #f9f9f9;
}

.tc-testimonials .testimonials-clients-block {
    padding: 70px 30px 50px 50px;
    float: left;
}

.tc-testimonials-clients .testimonials-clients-block {
    padding: 125px 37px 90px 30px;
    float: right;
    width: 100%;
}

@media(max-width: 992px) {
    .why-we-item--dark .g-display-table {
        padding: 50px 65px 40px 30px;
    }
}

@media(max-width: 900px) {
    .tc-testimonials,
    .tc-testimonials-clients,
    .testimonials-clients-block {
        width: 100%;
    }

    .why-we-item--light .why-we-item-inner,
    .why-we-item--dark .why-we-item-inner {
        padding: 30px;
    }

    .tc-testimonials,
    .tc-testimonials-clients {
        height: auto;
    }
}

@media(max-width: 768px) {
    .why-we-item,
    .why-we-item-inner {
        width: 100%;
    }

    .why-we-item--light .why-we-item-inner,
    .why-we-item--dark .why-we-item-inner {
        padding: 30px 15px;
    }

    .why-we-item--dark .g-display-table {
        padding: 30px 0;
    }
}

@media(max-width: 500px) {
    .g-heading-v7 h2,
    .g-heading-v7 .h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }

        .g-heading-v7 .h2:after {
            height: 7px;
        }
}

@media(max-width: 1250px) {
    .g-heading-v7 h2,
    .g-heading-v7 .h2 {
        font-size: 26px;
    }
}

@media(max-width: 450px) {
    .g-heading-v7 h2,
    .g-heading-v7 .h2 {
        font-size: 18px;
    }
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/plugins/nivo-slider/css/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/plugins/nivo-slider/css/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/plugins/nivo-slider/css/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:-16px;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:14px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:4px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:14px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:14px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:-16px}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:-16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:-16px;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:-16px;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 3000px rgba(0,0,0,0)}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 3000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*************************************************************/
/*NivoSlider**************************************************/
/*************************************************************/
.theme-default .nivoSlider {
    box-shadow: none;
    background: none;
}

.nivo-caption {
    display: none !important;
}

.pulse-background {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pulse-background .pulse-item {
        animation: pulse .7s infinite alternate;
        border-radius: 10px !important;
        vertical-align: middle;
        background-color: #d2d2d2;
        background-color: rgba(85, 85, 85, 0.18);
    }

.pulse-item-faq-title {
    width: 50%;
    height: 19px;
}

.pulse-item-faq-q {
    width: 80%;
    height: 11px;
}

.pulse-item-post-img {
    width: 100%;
    height: 200px;
}

.pulse-item-post-header {
    width: 70%;
    height: 22px;
}

.pulse-item-post-content {
    width: 100%;
    height: 11px;
}

.pulse-background .pulse-item-route {
    width: 50%;
    height: 10px;
    background-color: #89848a;
}

@keyframes pulse {
    0% {
        opacity: .1
    }

    100% {
        opacity: .9
    }
}

@media (max-width: 992px) {
    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .pulse-item-post-img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .pulse-background .pulse-item {
        animation: none;
    }

    .pulse-item-post-img {
        height: 250px;
    }

    .pulse-background .pulse-item-route {
        width: 66%;
    }

    #route-top20 .pulse-item,
    #route-recent .pulse-item {
        margin-left: auto;
        margin-right: auto;
    }
}

:root {
    --mask-color: rgba(0,0,0, 0.6);
}

.padding-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.third-party-logo {
    height: 160px;
}

a:focus, a:hover, a:active {
    color: #3498db;
}

.g-mb-15 .g-display-td .h4 {
    line-height: 30px;
}

#trustedcustomerscount {
    padding: 0;
    display: inline-block;
    text-align: center;
}

.icon-large {
    font-size: 24pt;
    vertical-align: middle;
}

#companies-panel {
    background-color: #f9f9f9;
}

#company700 {
    height: 210px;
    padding-top: 30px;
}

    #company700 strong {
        font-size: 114px;
        line-height: 1;
        color: #555;
    }

    #company700 i {
        font-size: 62px;
        color: #3498db;
    }

    #company700 span {
        font-size: 20px;
        color: #555;
    }

#buy-proccess-panel {
    background: #3498db;
    padding: 30px;
    position: relative;
    text-align: center;
    border-top: none;
}

    #buy-proccess-panel h2.h2 {
        font-size: 40px;
        font-weight: 500;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
        color: #fff;
    }

    #buy-proccess-panel .buy-proccess-panel-title {
        margin-bottom: 55px;
    }

        #buy-proccess-panel .buy-proccess-panel-title:after {
            content: "";
            display: inline-block;
            width: 70px;
            height: 10px;
            background: #fff;
            position: absolute;
            right: 50%;
            margin-right: -35px;
        }

    #buy-proccess-panel h3 {
        color: #fff;
        margin-bottom: 20px;
    }

    #buy-proccess-panel h2 {
        font-size: inherit;
        display: inline-block;
        color: white;
        margin: 0 !important;
    }

    #buy-proccess-panel .h3 {
        font-size: 24px;
    }

div.text-justify {
    line-height: 30px;
}

.content-boxes-v2 div.text-justify {
    color: white;
    opacity: 0.9;
}

#buy-proccess-panel p {
    color: #fff;
    opacity: 0.9;
}

#buy-proccess-panel h1 {
    color: #fff;
    opacity: 0.9;
}

#buy-proccess-panel .content-boxes-v2 {
    text-align: right;
}

#home-search-btn {
    border-radius: 10px !important;
}

#home-search h2 {
    margin-top: 35px;
}

#home-search h4 {
    margin-bottom: 20px;
}

#home-header-v2 {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: url(/Content/Images/home-bg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-color: #dbedf3;
}

    #home-header-v2 #search-form {
        z-index: 1;
        padding: 14px 0 14px 0;
        border-radius: 10px !important;
        background-color: #fff;
    }

        #home-header-v2 #search-form h1 {
            text-align: center;
            color: #3498db;
            margin-bottom: 0;
            padding: 10px 0;
            font-size: 24px;
        }

            #home-header-v2 #search-form h1 small {
                font-size: 55%;
            }

        #home-header-v2 #search-form .input-group {
            width: 100%;
        }

            #home-header-v2 #search-form .input-group.date-box,
            #home-header-v2 #search-form .input-group.location-box {
                background-color: #fff;
                padding: 1px 0;
            }

        #home-header-v2 #search-form .search-button-box {
            margin: 5px 30px 10px 30px;
        }

.col-search {
    min-height: 436px;
}

#search-form::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    background: var(--mask-color);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

#search-form.focused::after {
    opacity: 1;
    pointer-events: auto;
}

#search-form.focused.step-route .box-focused .route-panel__mask-search-box {
    opacity: 0;
}

#search-form .route-panel__mask-search-box {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    background: var(--mask-color);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

#search-form.focused.step-route .route-panel__mask-search-box {
    opacity: 1;
}

.z-index-999 {
    z-index: 999;
}

.z-index-1001 {
    z-index: 1001;
}

.box-focused .full-date {
    color: #fff;
}

.route-panel__search-box.box-focused {
    z-index: 1003;
}

.focused #date-panel {
    z-index: 1001;
}

#all-companies-carousel {
    background-image: url(/Content/Images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

#owl-company {
    background-color: #f9f9f9;
}

#home-header-v2 .tt-menu.box-focused__tt-menu {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 1px;
}

#search-form .ui-datepicker-header {
    border-bottom: 1px solid #217cb9;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    padding: 2px 0 10px 0;
}

#search-form select.ui-datepicker-month,
#search-form select.ui-datepicker-year {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    color: #217cb9;
    padding-left: 5px;
    padding-right: 5px;
    width: 35%;
}

    #search-form select.ui-datepicker-month,
    #search-form select.ui-datepicker-month option {
        direction: ltr;
    }

#search-form select.ui-datepicker-year {
    direction: rtl;
}

#search-form .ui-datepicker .btn-link {
    color: #217cb9;
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker-inline.ui-datepicker {
    width: 100%;
}

#date-panel {
    background: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 10px !important;
    outline: none;
    padding-top: 15px;
}

.date-panel__btn-back {
    position: absolute;
    top: 27px;
    left: 34px;
    font-size: 18px;
}

.date-panel__btn-today {
    position: absolute;
    top: 27px;
    right: 34px;
    font-size: 18px;
}

.date-panel__btn-search {
    padding: 15px 10px;
    border-radius: 10px !important;
}

#datepicker-container {
    padding: 15px 40px 5px 40px;
}

.search-btn-container {
    position: absolute;
    bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 32px;
    height: 32px;
    padding: 1px .2em 5px .2em;
    border-radius: 17px !important;
    font-size: 15px;
}

.ui-widget-content {
    border: none;
}

.ui-widget-content {
    box-shadow: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background: none;
}

#home-header-v2 .icon {
    border: none;
    position: absolute;
    right: 22px;
    top: 16px;
    z-index: 7;
}

#home-header-v2 input {
    border: none;
    font-size: 24px;
    height: 80px;
    width: 100%;
    padding: 15px 90px 15px 14px;
    position: relative;
}

#home-header-v2 span.arrow-icon {
    position: absolute;
    left: 56px;
    top: 30px;
    width: 0;
    height: 0;
    color: #3498db;
    z-index: 9;
    cursor: pointer;
}

#home-header-v2 .loading-icon {
    display: none;
    position: absolute;
    left: 32px;
    top: 29px;
    color: #d8d8d8;
    font-size: 21px;
    z-index: 9;
}

#home-header-v2 .loading {
    display: block;
}

#home-header-v2 #search-form #search-error-origin,
#home-header-v2 #search-form #search-error-destination {
    color: #e74c3c;
    font-size: 14px;
    padding-right: 90px;
    visibility: collapse;
    position: absolute;
    top: 60px;
    right: 0;
}

#home-header-v2 .tt-menu {
    width: 100%;
    padding: 1px 0;
    margin-top: 7px;
    max-height: 175px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#home-header-v2 .tt-suggestion {
    padding: 5px 90px 5px 20px;
    font-size: 18px;
    line-height: 24px;
}

#home-spotlight .tag span {
    font-size: 17px;
    padding: 8px 10px;
    border: solid 1px #3498db;
}

.full-date-box {
    margin-top: 25px;
    position: relative;
}

.full-date {
    color: #555;
    z-index: 9;
    padding-right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.full-date-year {
    color: #888;
}

.full-date-dayOfWeek {
    color: #888;
}

.full-date-day {
    font-weight: 700;
}

.full-date-month {
    font-weight: 700;
}

#home-header-v2 #search-date {
    width: 0;
    padding: 0;
    margin: 0 86px 0 0;
    box-shadow: none;
}

#route-panel__destination::-moz-placeholder,
#route-panel__origin::-moz-placeholder {
    color: #999;
    font-weight: 500;
    font-size: 19px;
}

#route-panel__destination:-ms-input-placeholder,
#route-panel__origin:-ms-input-placeholder {
    font-weight: 500;
    color: #999;
    font-size: 19px;
}

#route-panel__destination::-webkit-input-placeholder,
#route-panel__origin::-webkit-input-placeholder {
    font-weight: 500;
    color: #999;
    font-size: 19px;
}

.has-more__more-content {
    overflow: hidden;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
}

.has-more.more .has-more__more-content:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.has-more__more-btn {
    text-align: center;
    background: #fff;
    width: 100%;
    cursor: pointer;
}

.has-more__more-text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}

.has-more.more .has-more__more-text:after {
    content: "بیشتر...";
}

#home-spotlight {
    min-height: 570px;
}

    #home-spotlight .easy-block-v1 {
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    }


        #home-spotlight .easy-block-v1 .tag-badge {
            color: #fff;
            padding-right: 30px;
        }

        #home-spotlight .easy-block-v1 p {
            text-align: justify;
            font-size: 12px;
            line-height: 25px;
            padding: 0 30px;
            height: 125px;
            overflow: hidden;
            margin-bottom: 0;
        }

        #home-spotlight .easy-block-v1 .overflow-h h3 {
            width: 100%;
            height: 60px;
            font-size: 15px;
        }

.spotlight__header {
    padding: 15px 30px 0 30px;
}

.spotlight__footer {
    padding: 0 30px 20px;
}

.spotlight-footer__divider {
    margin: 15px 0;
    border-color: #eee;
}

.spotlight__tag {
    padding: 1px 8px;
    font-size: 11px;
}

.g-heading-v7 h3 a.bg-dark,
.g-heading-v7 h2 a.bg-dark {
    color: #383339;
}

    .g-heading-v7 h3 a.bg-dark:focus,
    .g-heading-v7 h3 a.bg-dark:hover,
    .g-heading-v7 h3 a.bg-dark:active,
    .g-heading-v7 h2 a.bg-dark:focus,
    .g-heading-v7 h2 a.bg-dark:hover,
    .g-heading-v7 h2 a.bg-dark:active {
        color: #3498db;
    }

.heading-panel-v3 {
    text-align: right;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

    .heading-panel-v3:after {
        right: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #000;
        position: absolute;
    }

.why-we .why-we-item p {
    color: #000;
}

#faq-brief {
    height: 645px;
    overflow-y: scroll;
    /*border-radius: 70px !important;*/
}

#links .why-we-item-inner .g-display-table {
    cursor: pointer;
}

#HomeWhyUs a {
    color: #333;
}

#HomeWhyUs #panels {
    color: #555;
}

    #HomeWhyUs #panels div:hover {
        background: #3498db;
    }

        #HomeWhyUs #panels div:hover i,
        #HomeWhyUs #panels div:hover h4,
        #HomeWhyUs #panels div:hover a {
            color: #fff;
        }

#HomeTestimonials .tc-testimonials-clients {
    width: 100%;
}

    #HomeTestimonials .tc-testimonials-clients .testimonials-clients-block {
        padding: 50px 30px 10px;
    }

        #HomeTestimonials .tc-testimonials-clients .testimonials-clients-block p {
            color: #1f1f1f;
            font-size: 11px;
            line-height: 20px;
        }

#HomeRoutes.v-tab-content {
    padding: 50px 0;
    min-height: 483px;
}

    #HomeRoutes.v-tab-content:after {
        background: #31353e;
    }

#HomeRoutes #TopRoutes {
    position: relative;
}

    #HomeRoutes #TopRoutes h3,
    #HomeRoutes #RecentRoutes h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }

    #HomeRoutes #TopRoutes .heading-panel-v3:after,
    #HomeRoutes #RecentRoutes .heading-panel-v3:after {
        background-color: #fff;
        font-size: 18px;
    }

#HomeRoutes #route-top20 a,
#HomeRoutes #route-recent a {
    color: #89848a;
}

#route-panel h2 {
    text-align: center;
    color: #3498db;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 24px;
}

    #route-panel h2 small {
        font-size: 55%;
    }

@media (max-width: 1199px) {
    #home-search {
        top: 5%;
    }

        #home-search h2 {
            margin-top: 0;
        }

        #home-search h4 {
            margin-bottom: 0;
        }

        #home-search .form-group {
            padding-left: 50px;
            padding-right: 50px;
        }

            #home-search .form-group input,
            #home-search .form-group span.input-group-addon {
                opacity: 0.9;
            }

    #HomeTestimonials .tc-testimonials-clients .testimonials-clients-block {
        padding: 50px 30px;
    }

    #company700 {
        height: 210px;
        padding-top: 50px;
        padding-right: 10px;
    }

        #company700 strong {
            font-size: 84px;
            line-height: 1;
            color: #555;
        }

        #company700 i {
            font-size: 40px;
            color: #3498db;
        }

        #company700 span {
            font-size: 16px;
            color: #555;
        }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .why-we-item--dark .g-display-table {
        padding: 50px 0 40px 15px;
    }

    .why-we-item--dark i {
        margin-left: 0;
    }

    .why-we-item--dark .why-we-item-inner {
        padding: 15px;
    }

    .logos-panel__col {
        padding-left: 5px;
        padding-right: 5px;
    }

    #home-header #home-search {
        position: inherit;
        top: 0;
        right: 0;
        background-color: white;
    }

        #home-header #home-search h2,
        #home-header #home-search h4 {
            color: white;
        }

        #home-header #home-search .form-group {
            padding-left: 20px;
            padding-right: 20px;
        }

    #route-panel__destination::-moz-placeholder,
    #route-panel__origin::-moz-placeholder {
        color: #999;
        font-weight: 400;
        font-size: 16px;
    }

    #route-panel__destination:-ms-input-placeholder,
    #route-panel__origin:-ms-input-placeholder {
        font-weight: 400;
        color: #999;
        font-size: 16px;
    }

    #route-panel__destination::-webkit-input-placeholder,
    #route-panel__origin::-webkit-input-placeholder {
        font-weight: 400;
        color: #999;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .date-panel__btn-search {
        font-size: 15px;
    }

    #home-header-v2 {
        padding-bottom: 0;
    }

    .timeline-v2 > li .cbp_tmlabel {
        margin: 0 0 40px 0;
    }

    #home-header-v2 .row {
        display: block;
    }

    #home-header-v2 #search-form {
        width: 100%;
        height: 440px;
        display: block;
        border-radius: 0 !important;
    }

    #home-header-v2 #search-slider {
        width: 100%;
        display: block;
    }

    #date-panel {
        right: 0;
        width: 100%;
        border-radius: 0 !important;
    }

    .ui-datepicker td .ui-state-highlight {
        padding: 1px 5px;
    }

    .ui-datepicker td a,
    .ui-datepicker td {
        height: 25px;
        width: 25px;
        font-size: 13px;
    }

    .ui-datepicker td {
        padding: 3px 5px;
    }

    .date-panel__btn-search {
        margin-top: 0;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        padding-right: 20px;
    }

    #datepicker-container {
        padding: 30px 20px 5px 20px;
    }

    #HomeTestimonials .tc-testimonials-clients .testimonials-clients-block {
        padding: 0;
    }

    #companies-panel .companies-panel__compny {
        width: 50%;
    }

    #TopRoutes,
    #TopRoutes .heading-panel-v3,
    #RecentRoutes,
    #RecentRoutes .heading-panel-v3 {
        text-align: center;
    }

        #TopRoutes .heading-panel-v3::after,
        #RecentRoutes .heading-panel-v3::after {
            display: none;
        }

    #owl-company .item {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    #home-header-v2 #search-form {
        width: 100%;
    }

    #home-header-v2 #search-slider-holder {
        display: table;
        height: 100%;
    }

    #home-header-v2 #search-slider {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        float: none;
    }
}

@media (min-width: 992px) {
    .btn-u-lg, a.btn-u-lg {
        font-size: 23px;
        padding: 10px 35px;
    }
}

@media (max-width: 500px) {
    .xxs-padding-rl-0 {
        padding-left: 0;
        padding-right: 0;
    }

    #home-header-v2 {
        padding-top: 0;
    }

    #home-spotlight .easy-block-v1 a.more-btn {
        position: relative;
        bottom: initial;
    }

    #home-spotlight .easy-block-v1 a {
        position: relative;
    }

    #home-spotlight .easy-block-v1 p {
        text-align: justify;
    }

    .xxs-equal-height-column {
        height: auto !important;
    }
}

@media (max-width: 400px) {
    #home-header-v2 span.input-group-addon {
        right: 10px;
    }

    #home-header-v2 input {
        font-size: 18px;
    }

    #home-header-v2 .full-date-box {
        padding-left: 30px;
        font-size: 18px;
    }

    #home-header-v2 #search-form #search-error-origin,
    #home-header-v2 #search-form #search-error-destination {
        padding-right: 70px;
    }

    #home-header-v2 span.arrow-icon {
        left: 35px;
    }

    .xxs-equal-height-column {
        height: auto !important;
    }

    .contact-section-content {
        padding: 0 20px;
    }

    .search-btn-container {
        margin: 3px 0 5px 0;
    }
}

@media (max-width: 340px) {
    #search-form select.ui-datepicker-month,
    #search-form select.ui-datepicker-year {
        padding-left: 0;
        padding-right: 0;
    }
}

h3.panel-title {
    margin-bottom: 0px;
}

#faq-brief::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    border-right: none;
}

.why-we-span {
    display: block;
    margin-top: 20px;
    line-height: 2;
}

#HomeWhyUs h2 {
    font-size: 38px;
}

span.why-we-span {
    font-size: 18px;
}

.faq-more-btn {
    border: 1px solid #808080;
    color: #808080;
    margin-bottom: 20px;
    font-size: 14px;
}

#route-panel h3 {
    text-align: center;
}

#route-panel {
    position: relative;
}

    #route-panel .route-swap {
        right: 28px;
        top: 122px;
        left: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        #route-panel .route-swap i {
            color: #b3b3b3;
        }
.faq-brief .panel-title h2 {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

