@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
* {
    margin: 0;
    outline: none !important;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

a {
    color: #FF3600;
    text-decoration: none !important;
}

p a:hover {
    color: #603813;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.font-800 {
    font-weight: 700;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

.font-normal {
    font-weight: normal !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main {
    flex: 1;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .main {
        flex-basis: auto;
    }
    /* IE10 */
    *::-ms-backdrop,
    .main {
        flex-basis: auto;
    }
    /* IE11 */
}

body {
    font-size: 16px;
    color: #5E5E5E;
    line-height: 1.7;
    position: relative;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: 1.3;
    color: #5E5E5E;
}

ul,
ol {
    margin-bottom: 0 !important;
}

.full-width {
    float: left;
    width: 100%;
}

.header {
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    position: relative;
    background-color: #efefef;
}

.login-links {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 9999;
    transform: translateY(-50%);
}

.login-links ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.login-links ul li a {
    color: #603813;
    font-weight: 700;
}

.login-links ul li a:hover {
    color: #FF3600;
}

.header .navbar-brand {
    width: 40%;
}

.header .navbar ul li {
    display: inline-block;
    margin: 0 5px;
}

.header .navbar ul li a {
    font-size: 14px;
    color: #603813;
    font-weight: 700;
}

.header .navbar ul li.bookmark-links {
    position: relative;
    padding: 0 10px 0 0;
}

.header .navbar ul li.bookmark-links::before {
    content: "\2807";
    position: absolute;
    right: -9px;
    top: 50%;
    color: #FF3600;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 2px 0 0 1px;
    text-align: center;
}

.header .navbar ul li a:hover {
    color: #FF3600;
}

.btn-orange {
    background-color: #FF3600;
    border: 1px solid #FF3600;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #603813;
    border: 1px solid #603813;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.text-brown {
    color: #603813 !important;
}

.text-orange {
    color: #FF3600 !important;
}

.navigation {
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}

.navigation .navbar-nav li {
    margin: 0 46px 0 0;
}

.navigation .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    list-style: none;
    z-index: 99;
    background-color: #fff;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
}

.navigation .navbar-nav li:hover ul {
    display: block;
}

.navigation .navbar-nav ul li {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.navigation .navbar-nav ul li:last-child {
    border-bottom: none;
}

.navigation .navbar-nav ul li a {
    display: block;
    padding: 5px 8px;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation .navbar-nav ul li a:hover {
    background-color: #00928f;
    color: #fff !important;
}

.navigation .navbar-nav ul li:after {
    display: none;
}

.navigation .navbar-nav li:last-child {
    margin: 0;
}

.navigation .navbar-nav li a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navigation .navbar-nav li:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    background-color: #00928f;
    height: 3px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navigation .navbar-nav li:hover:after,
.navigation .navbar-nav li.active-link:after {
    width: 100%;
}

.navigation .navbar-nav li:hover a,
.navigation .navbar-nav li.active-link a {
    color: #00928f;
}

.navigation .navbar-nav li span.fa {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    color: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


/*=========== Banner Style Start ===========*/

.banner {
    background: url("../images/banner-main.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0 100px 0;
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .banner-caption {
    padding-left: 30px;
    position: relative;
    z-index: 9;
}

.banner .banner-caption h1 {
    font-weight: 600;
}

.banner .banner-caption .comming-soon {
    text-align: center;
    width: 100%;
}

.banner-video {
    left: 50%;
    max-width: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    min-width: 100%;
}

.banner-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*=========== Main Content Style Start ===========*/

.main {
    padding: 30px 0;
}

.section-title .title-inner {
    display: inline-block;
    position: relative;
    color: #FF3600;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    margin: 20px 0 40px 0;
}

.section-title.text-left .title-inner {
    width: 100%;
}

.section-title.text-left .title-inner:after {
    left: 0;
    margin-left: 0;
    width: 100%;
}

.section-title .title-inner:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background-color: #603813;
}

.section-title .title-inner span {
    color: #603813;
}

.text-block {
    margin: 20px 0;
}


/*=========== Homepage Our Services Style Start ===========*/

.service-category {
    padding: 50px 15px;
    height: 100%;
    text-align: center;
    border-top: 2px solid #69808c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.service-category figure {
    margin: 0 0 30px 0;
}

.service-category .text h3 {
    margin: 0;
    line-height: normal;
}


/*=========== From Style Start ===========*/

.form-wrp .form-group {
    height: 80px;
    float: left;
    width: 100%;
}

.form-wrp .form-group.h-auto {
    height: auto;
}

.form-wrp .form-control {
    border-radius: 0;
    border-color: #dbdbdb;
    box-shadow: none;
    height: 44px;
    background-color: #f7f7f7;
}

.form-wrp .form-control.datepicker {
    padding: 6px 12px;
}

.form-control.error {
    color: #D8000C;
    border-color: #D8000C;
}

.form-wrp .form-group label.error {
    color: #D8000C;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    margin: 4px 0 0 0;
    float: left;
    width: 100%;
}

.form-wrp .form-group label.control label.error {
    line-height: normal;
}

.form-wrp .form-group label {
    font-weight: 400;
    color: #333131;
}

span.required {
    color: #db0000;
}

.form-wrp .form-group.autoheight {
    height: auto;
}

.form-control.textarea {
    height: 150px;
}

.form-control.autoheight {
    height: auto;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}


/*========Custom Checkbox and radio buttom style=================*/

.control {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked~.control__indicator {
    background: #00928f;
    border-color: #00928f;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #00928f;
}

.control input:disabled~.control__indicator {
    background: #cbc9c9;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}


/*========Custom Checkbox and radio buttom style End=================*/

.no-data {
    background-color: #f2f7fa;
    border: 1px solid #409391;
    clear: both;
    color: #409391;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    border-radius: 50px;
}

.no-data.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*=========== 404 page Start ===========*/

.error-template {
    background: url("../images/bg-404.png");
    margin: 100px auto;
    padding: 40px 15px;
}

.error-template h1,
.error-template h2 {
    font-size: 80px;
    font-family: 'OpenSans-Bold';
}

.error-template h2 {
    font-size: 40px;
}

.error-actions {
    margin: 15px 0;
}

.error-actions .btn {
    margin: 5px 10px;
}

.error-page-links {
    margin: 30px 0 0 0;
}

.error-page-links li {
    display: inline-block;
    margin: 0 9px;
}

.error-page-links li a {
    color: #006f6d;
    font-family: 'OpenSans-SemiBold';
}

.error-page-links li a:hover {
    text-decoration: underline !important;
}

.error-template.search-result {
    margin: 15px 0;
}

.error-template.search-result h2 {
    margin-top: 0;
}


/*=========== Footer Start ===========*/

.footer {
    background-color: #242427;
    padding: 50px 0 0 0;
}

.footer-widget {
    float: left;
    width: 33.3%;
    margin: 0 0 25px 0;
    padding: 0 15px;
    color: #8c8989;
}

.footer-widget h4 {
    color: #ddd;
    margin: 0 0 18px 0;
    font-size: 16px;
}

.footer-widget ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #505152;
}

.footer-widget ul li a {
    color: #8c8989;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.footer-widget ul li a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    color: #8c8989;
    font-size: 18px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out 0s;
}

.footer-widget ul li a:hover,
.footer-widget ul li a:hover:before {
    color: #1a80b6;
}

.graphic-widget ul li {
    text-align: left;
}

.copy-right {
    padding: 15px 0;
    margin: 30px 0 0 0;
    text-align: center;
    background-color: #1a1a1d;
}

.copy-right {
    padding: 15px 0;
    margin: 30px 0 0 0;
    background-color: #1a1a1d;
}

.copy-right-text {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #666;
}

.copy-right-text a {
    color: #a3a3a3 !important;
}

.copy-right-text span {
    color: #a3a3a3;
}

.main-site-link a {
    color: #fff;
}

.main-site-link a:hover {
    color: #FF3600;
}

.privacy-policy-link {
    margin-left: 10px;
    text-decoration: underline !important;
}

.social-links {
    float: left;
    width: 100%;
    margin: 14px 0 20px 0;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    padding: 0 3px;
    list-style: none;
    text-align: center;
    border-bottom: none;
    display: inline-block;
}

.social-links ul li a {
    color: #fff !important;
    display: inline-block;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    border-radius: 5px;
    padding: 0;
    background-color: #2a2a2a;
}

.social-links ul li a:before {
    display: none;
}

.social-links ul li a.linkedin {
    background-color: #4875B4;
}

.social-links ul li a.facebook {
    background-color: #3B5998;
}

.social-links ul li a.twitter {
    background-color: #33CCFF;
}

.tracking-links ul {
    list-style: none;
}

.tracking-links ul li a {
    text-decoration: underline !important;
}

.box-marketplace {
    padding: 25px 15px;
    border: 1px solid #ddd;
}

.box-marketplace img {
    display: inline-block;
    max-width: 200px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.carrier-logo {
    position: relative;
    height: 100px;
    margin: 3px 0;
    overflow: hidden;
}

.carrier-logo a {
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    height: 100%;
}

.carrier-logo img {
    display: block;
    max-width: 200px;
    max-height: 90px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blogs .card {
    border-radius: 0;
}

.blogs .card .widget {
    float: left;
    width: 100%;
}

.blogs .card .widget ul li {
    list-style: none;
}

.blogs .card .widget ul li a {
    color: #8c8989;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blogs .card .widget ul li a:hover,
.blogs .card .widget ul li a:hover:before {
    color: #FF3600;
}

.blogs .card .widget ul li a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    color: #8c8989;
    font-size: 18px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out 0s;
}

.blogs .card .card-title {
    font-size: 20px;
    font-weight: 600;
}

.blogs .card.article figure {
    height: 200px;
    margin: 0;
    position: relative;
}

.blogs .card.article figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.blogs .card .card-title a:hover {
    color: #603813;
}

.blog-detail .rich-text img,
.user-guide-detail .rich-text img {
    max-width: 100%;
    height: auto;
}

.blog-detail .rich-text ul,
.blog-detail .rich-text ol {
    padding: 0 0 0 15px;
    margin: 10px 0 !important;
}

.blog-detail .section-title .title-inner {
    font-size: 22px;
}

.user-guide-detail .section-title .title-inner {
    font-size: 25px;
}

.user-guide .category_items ul li {
    line-height: 1.5rem;
    list-style: none;
    background-color: #f9f9f9;
    padding: 2px 10px;
    margin: 0 0 5px 0;
}

.user-guide .category_items ul li a {
    color: #00a4bd;
    font-size: 14px;
}

.user-guide .category_items ul li a:hover {
    text-decoration: underline !important;
}

.user-guide .section-title.text-left .title-inner:after {
    height: 1px;
}

.category_items .store-name {
    font-size: 16px;
    font-weight: 700;
}

.category_items .view-more {
    font-size: 14px;
}

.widget {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul li a:hover {
    color: red;
}

.widget.categories ul li a {
    display: block;
    color: #33475b;
    padding: 5px 10px;
}

.widget.categories ul li a:hover {
    background-color: rgba(0, 164, 189, .1);
}

.kb-search {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    background: url("../images/bg-subheader.png") center top #313540;
}

.kb-search .form-control {
    font-size: 1rem;
    height: 50px;
    border-color: #cbd6e2;
    border-radius: 3px;
    color: #7c98b6;
    padding: .5rem 2.5rem;
    box-shadow: none;
}

.kb-search .search-wrapper.search-open .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: transparent;
}

.kb-search .form-control:focus {
    box-shadow: none;
}

.kb-search-form {
    position: relative;
}

.kb-search-form i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.close-suggestions {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #7c98b6;
    display: none;
    transform: translateY(-52%);
}

.kb-search .search-wrapper.search-open .close-suggestions {
    display: block;
}

.close-suggestions:hover {
    color: #7c98b6;
}

.close-suggestions i {
    position: static;
    transform: initial;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    list-style: none;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 3px 10px 24px 0 rgba(0, 0, 0, .08);
}

.kb-search .search-wrapper.search-open .search-suggestions {
    display: block;
}

.search-suggestions li a {
    display: block;
    color: #33475b;
    padding: .6em 1em;
}

.search-suggestions li a:hover {
    background-color: rgba(0, 164, 189, .1);
}

.suggestion-article-title {
    font-size: 16px;
    line-height: 30px;
}

.suggestion-breadcrumb {
    color: #00a4bd;
}

.kb-breadcrumbs ul {
    display: block;
}

.kb-breadcrumbs li {
    padding: 0 25px 0 0;
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: .875rem;
}

.kb-breadcrumbs li::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.kb-breadcrumbs li:last-child:after {
    display: none;
    padding: 0;
}
.home-video,
.home-banner-text {
	position: relative;
	z-index: 9;
	padding: 5px;
    height: 100%;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0.5);
}
.carrier-logo {
    cursor: pointer;
}
.footer-headings {
    padding-left: 2.5rem;
}
