@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Ubuntu:wght@400;700&display=swap');

/* GLOBAL STYLES
-------------------------------------------------- */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
}

    body.overflow {
        overflow: hidden;
    }

span.navy {
    color: #0e76bc;
}

p.text-color {
    color: black;
}

.item {
    cursor: pointer;
}

a.navy-link {
    color: #0e76bc;
    text-decoration: none;
}

    a.navy-link:hover {
        color: #0d6aa9;
    }

address {
    font-size: 13px;
}

h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}

.navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #0e76bc;
}

.navy-bg {
    background-color: #0e76bc;
    color: #ffffff;
}

.test {
    color: blue;
}



/* COOKIE CONSENT POPUP
-------------------------------------------------- */

.popup-overlay {
	position: fixed;
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	max-width: 380px;
	padding: 16px 24px;
	background-color: #2e3645;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.popup-overlay a{
	color:#fff;
	text-decoration:underline;
}

a.close-popup{
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    font-size: 17px;
	width: 22px;
	height: 22px;
	padding: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	transition: background-color .2s ease;
	line-height: 1.2;
	left: 0;
	top: 0;
	right: auto;
	position: absolute;
	color: #fff;
	text-decoration:none;
	border: 0;
}

a.close-popup:hover {
	background-color: hsla(0,0%,100%,.15);
}

/* NAVIGATION
-------------------------------------------------- */

.navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    height: 60px;
    background: #fff;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.16);
}

    .navbar-wrapper .navbar {
        margin-bottom: 0;
        padding-top: 7px;
    }

    .navbar-wrapper ul.nav {
        float: right;
        margin-top: 11px;
    }

        .navbar-wrapper ul.nav li {
            margin-left: 20px;
        }

            .navbar-wrapper ul.nav li.login-link {
                padding-left: 30px;
                position: relative;
            }

                .navbar-wrapper ul.nav li.login-link a {
                    color: #1E92D2;
                }

                .navbar-wrapper ul.nav li.login-link:before {
                    content: '';
                    width: 1px;
                    height: 33px;
                    background: #DDE3EA;
                    position: absolute;
                    left: 0;
                    top: -5px;
                }

    .navbar-wrapper .btn-trial {
        width: 137px;
        height: 40px;
        margin-top: -4px;
    }

    .navbar-wrapper ul.nav li a {
        padding: 0;
        color: #212529;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

        .navbar-wrapper ul.nav li a:focus,
        .navbar-wrapper ul.nav li:hover a {
            color: #0077BC;
            background: none;
            outline: none;
        }

.navbar .navbar-brand {
    margin-top: 6px;
    height: auto;
    padding: 0;
}

a.selected {
    color: #0077BC !important;
}

.navbar .btn.btn-primary {
    position: relative;
    top: -3px;
    padding: 4px 20px 6px;
    border-radius: 4px;
    width: 121px;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
}

/* HEADER BANNER
-------------------------------------------------- */
body.home-page .backgroundSection {
    background: url(../img/background.svg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    body.home-page .backgroundSection:before {
        background: rgba(255, 255, 255, 0.96);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

.bannerOverlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-banner {
    margin-top: 20px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background: url(../img/banner.png) no-repeat top right;
    background-size: contain;
}

    .header-banner .bannerImage {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
    }

.home-page .btn {
    height: 44px;
    width: 200px;
    font-size: 16px;
    font-weight: 500;
}

.header-banner .banner-acts {
    margin-top: 30px;
}

.header-banner .header-caption {
    max-width: 550px;
}

.header-banner .banner-text {
    color: #3E4955;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 26px;
}

.header-banner .container {
    z-index: 100;
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
}

img.hero-mobimg {
    display: none;
}

.header-banner .container .header-caption h1 {
    color: #1E92D2;
    font-size: 52px;
    font-weight: 700;
    line-height: 72px;
    margin-top: 0;
    margin-bottom: 0;
}

.header-banner .container .header-caption p {
    font-size: 20px;
    font-weight: 400;
    color: #555;
    letter-spacing: 0;
    line-height: 1.75;
}

.header-banner .container .header-caption .header-caption-italic {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: italic;
    margin-top: -11px;
}

.header-banner .container .input-group {
    margin-top: 30px;
}

.header-banner .input-group button.btn {
    background-color: #1E92D2;
    border-color: #1E92D2;
    width: 178px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    display: block;
    border-radius: 4px;
    padding: 10px;
    margin-top: 16px;
}

    .header-banner .input-group button.btn:hover {
        background-color: #0d6dae;
        border-color: #0d6dae;
    }

.header-banner .input-group input.email {
    color: #3E4955;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-color: #FFFFFF;
    border: 1px solid #6D7B8C;
    width: 320px;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
}

.carousel-image {
    position: absolute;
    right: 165px;
    top: 145px;
}

input[type="email"]::-webkit-input-placeholder {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    color: #7E7D7F;
    letter-spacing: 0;
}

input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    color: #7E7D7F;
    letter-spacing: 0;
}

input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    color: #7E7D7F;
    letter-spacing: 0;
}

input[type="email"]:-ms-input-placeholder {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    color: #7E7D7F;
    letter-spacing: 0;
}

/* HOMEPAGE
--------------------------------------- */
.light-white-bg {
    /*background: rgba(255, 255, 255, 0.96);*/
}

.midlight-white-bg {
    /*background: rgba(255, 255, 255, 0.96);*/
}

.white-bg {
    /*background: rgba(255, 255, 255,1);*/
    /*background: rgba(255, 255, 255, 0.96);*/
}

.grey-section {
    /*background: #FAFBFD;*/
    /*background: rgba(255, 255, 255, 0.96);*/
}

.blue-section {
    background: #1179bf;
}

.features-text-alone {
    margin-top: 80px;
}

.section-sub-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1E92D2;
    margin-bottom: 3px;
}

h1.section-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #212529;
}

.section-text {
    color: #3E4955;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #212529;
}

.content-list {
    margin-top: 30px;
}

ul.dot-list {
    font-size: 16px;
    line-height: 20px;
    color: #3E4955;
    margin-left: 0;
}

    ul.dot-list li {
        list-style: none;
        margin-bottom: 25px;
        position: relative;
    }

        ul.dot-list li::before {
            content: '';
            width: 24px;
            height: 24px;
            border: 2px solid #3E4955;
            border-radius: 100%;
            display: block;
            position: absolute;
            left: -40px;
            top: -2px;
            background: #fff;
        }

/* Blue Background */
.blue-section {
    padding-bottom: 135px;
}

    .blue-section h1.section-title {
        color: #fff;
        text-align: center;
    }

    .blue-section .section-text {
        color: #fff;
        color: #BDE6F9;
        text-align: center;
    }

.supported-box {
    text-align: center;
}

    .supported-box .box-wrap {
        background: #FFFFFF;
        box-shadow: -2px 4px 12px rgba(33, 37, 41, 0.08);
        border-radius: 8px;
        margin: 16px;
        margin-bottom: 0;
        width: 168px;
        height: 158px;
        display: inline-block;
        vertical-align: top;
        padding-top: 25px;
    }

    .supported-box .log-box img {
        margin-top: 8px;
    }

    .supported-box h2 {
        color: #1E92D2;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-top: 16px;
    }

    .supported-box .brok-box h2 {
        margin-top: 13px;
    }

#freight-crm {
    padding: 70px 0 0;
}

    #freight-crm .container {
        max-width: 1024px;
        margin: 0 auto;
    }

/* Sales Section */
#sales {
    padding: 70px 0 0;
}

.sale-box {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    padding-left: 50px;
    max-width: 340px;
}

    .sale-box .sale-title {
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 31px;
        color: #505D68;
        margin-top: 20px;
        position: relative;
    }

        .sale-box .sale-title::before {
			width: 30px;
			height: 30px;
			position: absolute;
			left: -48px;
			top: 0px;
			display: block;
			content: '';
		}
		
		.sale-box .sale-title.fa-user::before {
			background: url('../img/user-shape.svg') no-repeat top center;
			background-size: contain;
		}

        .sale-box .sale-title.fa-globe::before {
            background: url('../img/earth-globe.svg') no-repeat top center;
			background-size: contain;
			width: 32px;
			height: 32px;
        }
		
		.sale-box .sale-title.fa-dollar::before {
            background: url('../img/dollar-symbol.svg') no-repeat top center;
			background-size: contain;
			width: 32px;
			height: 32px;
        }

    .sale-box .sale-text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
        color: #A1AEB7;
    }

#sales img {
    margin-top: -20px;
    max-height: 460px;
}

/* Cloud */
#cloud {
    padding: 30px 0 0;
}

#cloud img.img-responsive{
	display:inline-block;
}

/* Dashboards */
#dashboards {
    padding: 50px 0 60px 0;
}

#dashboards .features-block {
    margin-top: 0;
}

#dashboards .container {
    max-width: 1100px;
}

#dashboards .content-box {
    margin-top: 20px;
}

    #dashboards img {
        max-width: inherit;
        width: 485px;
        position: absolute;
        right: 0;
        left: -28px;
        top: 40px;
    }

.text-right {
    text-align: right;
}

/* Pricing */
#pricing {
    padding: 20px 0 0 0;
}

#pricing .container {
    max-width: 900px;
}

#pricing .plan-info h1 {
    color: #3E4955;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    margin-top: 12px;
    margin-bottom: 3px;
}

#pricing .pricing-plan {
    cursor: auto;
    background: #FAFBFD;
    box-shadow: -2px 4px 12px rgba(33, 37, 41, 0.08);
    border-radius: 4px;
    max-width: 465px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

#pricing ul {
    padding-left: 0;
}

    #pricing ul li {
        color: #7C8A9B;
        font-size: 20px;
        font-weight: 400;
        line-height: 33px;
        list-style: none;
        position: relative;
        padding-left: 18px;
    }

        #pricing ul li:before {
            background-color: #BFCAD7;
            border-radius: 100%;
            width: 5px;
            height: 5px;
            content: '';
            position: absolute;
            left: 0;
            top: 16px;
        }

#pricing .plan-cost {
    font-weight: bold;
    font-size: 52px;
    line-height: 72px;
    color: #1E92D2;
    margin-top: 4px;
}

    #pricing .plan-cost span {
        color: #6D7B8C;
        font-size: 30px;
        font-weight: 400;
        line-height: 45px;
        position: relative;
        top: -11px;
        margin-left: 12px;
    }

#pricing .plan-type {
    color: #6D7B8C;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
}

#pricing .plan-cycle,
#pricing .plan-cycle span {
    font-size: 14px;
    line-height: 18px;
    color: #6D7B8C;
}

    #pricing .plan-cycle span {
        font-weight: normal;
    }

#pricing .plan-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    color: #3E4955;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DDE3EA;
}

#pricing table {
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    color: #6D7B8C;
    text-align: left;
    max-width: 300px;
    margin-top: -11px;
}

    #pricing table td {
        padding: 13px;
        vertical-align: middle;
    }

    #pricing table tr td:first-child {
        text-align: center;
        color: #1E92D2;
    }

#pricing a.btn.btn-border,
.footer .btn.btn-primary,
#pricing a.btn.btn-primary {
    padding: 10px 32px;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    line-height: 16px;
    margin-top: 10px;
}

#pricing a.btn.btn-border {
    background: #FAFBFD;
    border: 1px solid #212529;
    color: #212529;
    margin-top: 0;
}

#pricing .price-btns {
    margin-bottom: 16px;
    text-align: center;
}

    #pricing a.btn.btn-border,
    #pricing .price-btns a.btn.btn-primary {
        margin: 0 5px;
    }

        #pricing a.btn.btn-border:hover {
            background: #212529;
            color: #fff;
        }

#pricing .carousel-box {
    margin-top: 20px;
}

#pricing .plan-info {
    padding-left: 32px;
}

/* Testimonials */
#testimonial {
    padding: 70px 0 70px 0;
}

.leftQuote {
	color: #1e92d2;
	font-size: 40px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-flex;
	position: relative;
	margin-top: 5px;
}

.testimonial-list {
    margin-top: 40px;
    text-align: center;
}

    .testimonial-list .testi_item {
        padding: 20px;
        background: #FFFFFF;
        box-shadow: -2px 4px 12px rgba(33, 37, 41, 0.08);
        min-height: 100%;
    }

    .testimonial-list img {
        max-width: 72px;
        max-height: 72px;
        border-radius: 100%;
        margin-bottom: 20px;
    }

    .testimonial-list .testi-text {
        font-size: 16px;
        line-height: 20px;
        color: #6D7B8C;
        font-weight: 400;
        margin-bottom: 24px;
    }

    .testimonial-list .testi-author {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #3E4955;
        margin-bottom: 4px;
    }

    .testimonial-list .testi-jobtitle {
        font-size: 14px;
        line-height: 20px;
        color: #A2AFBD;
    }

.owl-stage-outer .owl-stage .owl-item:hover .user-pan,
.owl-stage-outer .owl-stage .selected .user-pan {
    border: 1px solid #1E92D2;
    box-shadow: 0 30px 38px 0 rgba(0, 0, 0, 0.09);
}

/* FOOTER
-------------------------------------------------- */
.footer {
    background: #f6f7f9;
    position: relative;
}

    .footer button.btn.btn-primary {
        width: calc(100% -30px);
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 8px;
        display: none;
    }

    .footer .navbar-nav {
        float: right;
        margin-top: 4px;
    }

    .footer .nav a {
        font-size: 14px;
        color: #1E92D2;
        padding: 0;
        margin-left: 40px;
    }

        .footer .nav a:hover,
        .footer .nav a:focus {
            color: #222;
            background: none;
        }

.footer-top {
    padding: 22px 0 18px;
}

.footer-bottom {
    padding: 25px 0;
    border: 1px solid #ECF0F4;
    color: #3E4955;
    font-size: 14px;
    line-height: 20px;
}

    .footer-bottom a,
    .footer-bottom span {
        color: #3E4955;
        font-size: 14px;
    }

        .footer-bottom span.divider {
            border-left: 1px solid #3E4955;
            height: 13px;
            display: inline-block;
            margin: 0 10px;
            position: relative;
            top: 2px;
        }

    .footer-bottom .sicons a {
        color: #6D7B8C;
        font-size: 16px;
        margin-right: 20px;
    }

        .footer-bottom .sicons a:hover {
            color: #1e92d2;
            text-decoration: none;
            border: 0;
        }

/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #1E92D2;
    border-color: #1E92D2;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #0d6dae;
        border-color: #0d6dae;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #0f82cf;
            border-color: #0f82cf;
        }

/* Hambuger Menu
-------------------------------------------------- */
.hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.cross {
    background: none;
    position: absolute;
    top: -3px;
    right: 0px;
    color: #fff;
    border: 0;
    font-size: 45px;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    width: 100%;
    text-align: center;
    padding-left: 0;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    margin-top: -5px;
}

    .menu li {
        display: block;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
        }

    .menu a {
        text-decoration: none;
        color: #666;
        display: block;
        padding: 15px 0;
        font-size: 14px;
    }

    .menu li:last-child {
        padding: 12px 0;
    }

    .menu a:hover {
        text-decoration: none;
        color: #666;
    }

a.toggle-menu {
    position: absolute;
    right: 15px;
    font-size: 21px;
    color: #1e92d2;
    line-height: 1;
    top: -27px;
    z-index: 99;
    display: none;
    outline: none;
}

.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 9;
    background: #0666a7;
    padding: 30px 35px;
    height: 100%;
}

.menu-table {
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.mobile-menu ul.menu {
    background: #0666a7;
    text-align: left;
}

.mobile-menu ul.menu a.selected{
	color:#fff !important;
}

    .mobile-menu ul.menu li a {
        color: #fff;
        display: block;
        padding: 16px 0;
        font-size: 14px;
        border-bottom: 1px dotted rgba(255,255,255,.2);
        text-align: left;
        font-weight: 600;
    }

    .mobile-menu ul.menu li:hover {
        background: #0666a7;
    }

        .mobile-menu ul.menu li:hover a {
            color: #eee;
        }

.mobile-menu .btn {
    border-radius: 0px;
    background: #39a6fa;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    border-color: #39a6fa;
    padding: 4px 25px 5px;
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
}

    .mobile-menu .btn:hover {
        background: #329ff3;
    }

/* Main Content */
.float-right {
    float: right;
}

.main-content {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #f9f9f9;
}

    .main-content .container {
        padding-top: 50px;
    }

    .main-content h1.page-title {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #1e92d2;
    }

    .main-content h3 {
        font-size: 21px;
        color: #3E4955;
        font-weight: 600;
        line-height: 1.5;
    }

ul.check-list, ul.dash-list {
    padding-left: 15px;
    margin-top: 20px;
}

    ul.check-list li, ul.dash-list li {
        list-style: none;
        position: relative;
        padding-left: 34px;
        margin: 12px 0;
    }

    ul.dash-list li {
        padding-left: 0;
    }

    ul.check-list li::before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../img/tick.svg) no-repeat center;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
    }

.contact-block {
    margin-top: 10px;
}

    .contact-block h1 {
        font-size: 23px;
        font-weight: 600;
        color: #0e76bc;
    }

.footer-section {
    padding: 30px 0;
    border-top: 1px solid #eee;
    background: #f5f5f5;
}

.footer-links,
.contact-links {
    padding-left: 0;
    margin: 0;
    margin-top: 7px;
}

    .footer-links li,
    .contact-links li {
        display: inline-block;
        list-style: none;
        padding: 0 15px;
        position: relative;
    }

        .footer-links li::after {
            content: '';
            width: 1px;
            height: 18px;
            background: #bbb;
            position: absolute;
            right: -4px;
            top: 4px;
        }

        .footer-links li:last-child::after {
            display: none;
        }

    .contact-links li {
        padding-left: 0;
        padding-right: 30px;
    }

        .contact-links li i {
            margin-right: 7px;
            color: #0e76bc;
        }

        .contact-links li a {
            color: #555;
        }

.copyright-txt {
    margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
	right: 3px;
}

.fa-linkedin {
	background: url(../img/linkedin.svg) no-repeat center;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: contain;
}

.fa-bars {
	background: url(../img/bars.svg) no-repeat center;
	width: 19px;
	height: 22px;
	display: inline-block;
	background-size: contain;
}

/* Homepage */
@media only screen and (max-width: 1390px) {
    #cloud img {
        top: -10px;
        display: inline;
    }
}

@media only screen and (max-width: 1199px) {
    .header-banner {
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }

    .bannerOverlay {
        display: block;
        background: rgba(12, 98, 156,.8);
    }

    .header-banner .banner-text {
        color: #fff;
    }

    .header-banner .container .header-caption h1 {
        color: #fff;
    }

    .footer-links li, .contact-links li {
        padding: 0 13px;
    }

    .supported-box .box-wrap {
        margin: 10px;
    }

    #cloud .section-text br {
        display: none;
    }

    .privacy {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .terms {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 991px) 
{
    .row-eq-height {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-links, .contact-links {
        text-align: center;
        margin-top: 0;
    }

    .header-banner {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .footer-links {
        margin-top: 15px;
    }

    .social-icon {
        text-align: center;
        margin-top: 20px;
    }

    .list-inline.social-icon > li {
        padding: 0 5px;
    }

    #cloud img,
    .nav.navbar-nav {
        display: none !important;
    }

    .footer .nav.navbar-nav {
        display: block;
    }

    .footer .nav a {
        margin-left: 20px;
    }

    #cloud .features-text-alone {
        padding-left: 15px;
    }

    a.toggle-menu {
        display: block;
    }

    .float-right {
        float: none;
    }

    #dashboards .features-text-alone {
        margin-top: 30px;
        padding-left: 15px;
    }

    #mobile .features-text-alone {
        margin-top: 30px;
        padding-left: 15px;
    }

    #cloud .section-text,
    #mobile .section-text {
        margin-bottom: 20px;
    }

    #pricing .plan-info {
        margin-top: 30px;
        padding-left: 15px;
    }
	
	.row.sale-image{
		margin-top:20px;
	}

    .sale-box {
        margin: 0 auto;
        margin-bottom: 70px;
        padding-left: 0;
        max-width: 340px;
        text-align: center;
    }

	.sale-box .sale-title::before {
		left: 0 !important;
		right: 0;
		margin: 0 auto;
		margin-top: -45px;
	}

    #dashboards .features-block,
    #cloud .features-text-alone {
        margin-top: 0;
    }

    #cloud {
        text-align: center;
    }

    #dashboards img,
    .sale-image img {
        display: none;
    }

    .sale-blocks .sale-box:last-child {
        margin-bottom: 0;
    }

    .testimonial-list {
        margin-top: -30px;
    }

	.testimonial-list .testi_item {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
    .header-banner .container .header-caption h1 {
        font-size: 32px;
        line-height: 1.5;
    }

    .header-banner .container .header-caption p {
        font-size: 16px;
    }

    .header-banner .span-button {
        float: left;
        clear: left;
        margin-top: 20px;
        width: 100%;
    }

    .header-banner .container .input-group .account-email {
        width: 100%;
    }

    .header-banner .input-group {
        width: 100%;
    }

    h1.section-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

        h1.section-title br,
        .section-text br {
            display: none;
        }

    #dashboards h1.section-title br {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .testimonialText br {
        display: none;
    }

    #sync2 {
        margin-top: 30px;
        padding: 0 15px;
    }

    .home-footer .col-md-6 {
        text-align: center;
    }

        .home-footer .col-md-6.text-right {
            margin-top: 0px;
            color: #888;
            font-size: 12px;
            float: none !important;
        }

    .s-logo {
        margin-top: 30px;
    }

    #cloud .section-text {
        margin-bottom: 0;
    }

    .content-list {
        margin-bottom: -20px;
    }

    .footer .navbar-nav {
        float: left;
        margin-top: 15px;
    }

        .footer .navbar-nav li {
            float: left;
        }

    .footer-bottom .text-right {
        text-align: left;
        margin-top: 15px;
    }
}

@media only screen and (max-width : 575px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media only screen and (max-width: 575px) {
    #dashboards .col-12 {
        width: 100%;
    }
	
	ul.dot-list {
		padding-left: 0;
	}
	
	ul.dot-list li::before {
		width: 3px;
		height: 100%;
		border: 0;
		border-radius:0 ;
		left: 0;
		top: 0;
		background: #1e92d2;
	}
	
	ul.dot-list li {
		margin-bottom: 17px;
		background: #f2f7f9;
		padding: 9px 0;
		padding-left: 17px;
		font-size: 15px;
	}
	
	#cloud,
	#dashboards {
		padding-top:70px;
	}
	
	#pricing{
		padding-top:0px;
		margin-bottom:-5px;
	}
}

@media only screen and (max-width: 499px) {

    li.freeTrial {
        display: none;
    }


    .footer .navbar-nav {
		margin-top: 5px;
		width: 100%;
		float: none;
		max-width: 250px;
		margin: 0 auto;
	}
	
	.footer  .footerLogo{
		text-align:center;
	}

    .footer button.btn.btn-primary {
        display: block;
		padding: 10px 32px 11px;
    }

    .footer ul.hide {
		display: block !important;
		list-style: none;
		padding: 0;
		float: none;
		width: 100%;
		margin-top: 0;
		text-align:center;
	}
	.footer ul.hide li {
		margin-top: 3px;
		display:inline-block;
	}

.footer .navbar-nav li {
	float: left;
	width: 100%;
	margin-top: 1px;
	margin-left: 0px;
	text-align: center;
}
	
	.footer .navbar-nav li.supportPortal{
		text-align:right;
	}
	
	.footer .navbar-nav li a{
        margin: 10px;
	}

    .footer-bottom .text-right {
        margin-top: 5px;
    }

        .footer-bottom .text-right span {
            display: block;
            text-align: center;
            margin-top: 10px;
            font-size: 12px;
            color: #888;
        }

	.footer-bottom .text-right a,
	.footer-bottom .text-right span.divider {
		display: none;
	}
	
	.footer .footer-bottom ul.hide li a, .footer .footer-bottom ul.hide li .divider {
		display: inline-block;
		font-size: 12px;
		color: #888;
	}
	
	.footer-bottom span {
		color: #222;
		font-size: 14px;
	}
	
	.footer .footer-bottom ul.hide li .divider{
		border-color: #888;
		margin: 0 5px;
	}
    .footer-top {
        padding-bottom: 0;
    }

   .footer-bottom {
	border-top: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #f0f1f3;
	margin-top: 9px;
	
}

        .footer-bottom span.divider {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0px;
        }

        .footer-bottom .social_links {
            position: absolute;
            top: 28px;
            right: 0px;
        }

            .footer-bottom .social_links a {
                margin-right: 0;
                margin-left: 12px;
            }

    #pricing {
        padding-bottom: 0 !important;
    }

        #pricing h1.section-title {
            margin-bottom: 0;
        }

        #pricing .plan-cost {
            font-size: 60px;
        }

        #pricing .pricing-plan {
            margin:0 15px 4px;
        }

    .header-banner {
        padding-top: 45px;
        height: 400px;
    }

    .supported-box {
        margin-top: 10px;
    }

        .supported-box h2 {
            font-size: 17px;
            margin-top: 14px;
            margin-bottom: 0;
        }

    .section-text br {
        display: none;
    }

    ul.check-list {
        padding-left: 5px;
    }

    h1.section-title {
        font-size: 21px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin-bottom: 10px !important;
    }

    #pricing .plan-info h1 {
        font-size: 18px;
    }

    #pricing ul li {
        font-size: 14px;
    }

    #pricing .pricing-plan a.btn {
        width: 100%;
        max-width: 265px;
    }

    .header-banner .input-group input[type="email"] {
        width: 100%;
    }

    .header-banner .input-group button.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .header-banner {
        padding-top: 40px;
        padding-bottom: 55px;
        height: auto;
    }

        .header-banner .banner-text br {
            display: none
        }

        .header-banner .input-group input.email {
            width: 100%;
        }

    .ft-step .step-img {
        max-width: 100%;
    }

    .postal-code {
        margin-top: 15px;
    }

    #dashboards .section-text {
        margin-bottom: 0;
    }

	#pricing a.btn.btn-border, #pricing a.btn.btn-primary {
		padding: 9px 18px 10px;
		line-height: 18px;
	}
	
	.features-block .content-title{
		font-size: 18px;
	}
	
	.features-block .content-list{
		margin-top:20px;
	}
}

@media only screen and (max-width: 360px) {
    #pricing a.btn.btn-border,
    #pricing .price-btns a.btn.btn-primary {
        margin: 0 2px;
        padding: 10px 10px;
    }
}
