/*-------------------------------------
Document : orbit.css (Style Sheet)
Dated : October 2015
Authors : 7th Pillar Web
-------------------------------------*/

@import url('http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2.css');
@import url('http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2-bootstrap.css');
@font-face {
    font-family: 'orbitIcons';
    src: url('../fonts/orbitIcons.eot?mqvk1q');
    src: url('../fonts/orbitIcons.eot?mqvk1q#iefix') format('embedded-opentype'), url('../fonts/orbitIcons.ttf?mqvk1q') format('truetype'), url('../fonts/orbitIcons.woff?mqvk1q') format('woff'), url('../fonts/orbitIcons.svg?mqvk1q#orbitIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'orbitIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cost:before {
    content: "\e900";
    font-family: orbitIcons;
}

.icon-driver:before {
    content: "\e901";
    font-family: orbitIcons;
}

.icon-invoice:before {
    content: "\e902";
    font-family: orbitIcons;
}

.icon-ontime:before {
    content: "\e903";
    font-family: orbitIcons;
}

.icon-tracking:before {
    content: "\e904";
    font-family: orbitIcons;
}

.icon-arrival:before {
    content: "\e905";
    font-family: orbitIcons;
}


/*__________________________ Header Section _______________________________________*/

body {
    font-family: 'Raleway', sans-serif;
}

.orbit-navbar {
    background: #fff !important;
    padding: 0;
}

.orbit-nav-menus li a {
    color: #1222b6;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
}

.orbit-nav-menus li a:hover,
.orbit-nav-menus li a:focus {
    color: #c7341e;
}

.orbit-nav-menus li a:hover i,
.orbit-nav-menus li a:focus i {
    border-color: #c7341e !important;
    background-color: #c7341e;
    color: #fff;
}

.orbit-nav-menus li a:after {
    content: '';
    height: 0px;
}

.banner-main-head h1 {
    color: #faf7f2;
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-weight: normal;
    text-transform: uppercase;
}


/*.mbr-navbar--short .orbit-navbar{
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
}
@media only screen and (min-width: 992px) {
    .mbr-navbar--short .orbit-navbar{
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}*/

.top-navbar {
    padding: 15px;
    background: #f5f5f5;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .top-navbar {
        text-align: left;
    }
}

.top-navbar .top-nav-list {
    font-family: "Roboto Condensed";
    font-weight: normal;
    color: #444;
    font-size: 14px;
    padding: 0 18px;
    margin: 0;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .top-navbar .top-nav-list {
        font-family: "Roboto Condensed";
        font-weight: normal;
        color: #444;
        font-size: 14px;
        padding: 0 18px;
        margin: 0;
    }
}

.top-navbar .top-nav-list a {
    color: #222;
    text-decoration: none;
}

.top-navbar .top-nav-list li {
    padding: 0 10px;
}

@media only screen and (min-width: 480px) {
    .top-navbar .top-nav-list li {
        padding: 0 10px;
        border-right: 1px rgba(0, 0, 0, 0.2) solid;
    }
}

.top-navbar .top-nav-list li:last-child {
    border: 0px;
}

.top-navbar .top-nav-list a i {
    margin-right: 5px;
}

.top-navbar .top-nav-list a:hover,
.top-navbar .top-nav-list a:focus {
    color: #c7341e;
}

.mbr-buttons__link i {
    width: 40px!important;
    height: 40px!important;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px!important;
    margin-bottom: 0px;
    border: 1px #1222b6 solid;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
}

.mbr-buttons__link i.fa.fa-car {
    font-size: 19px!important;
    padding-top: 8px;
}

.mbr-buttons__link i.elusive.el-icon-shopping-cart {
    font-size: 19px!important;
    padding-top: 8px;
}

.mbr-buttons__link span {
    display: inline-block;
    vertical-align: middle;
}

.menu-item i._mi {
    margin-top: 0;
}

.banner-section {
    padding: 0;
    margin-top: 140px;
    background: #f5f5f5;
}

.banner-row {
    margin-top: 20px;
    max-height: 500px;
}

.brand-section {
    margin: 0;
    background: #06117b;
}

.brand-section li {
    padding: 30px;
}

.mbr-section.orbit-navbar {
    padding-right: 0;
}

.orbit-navbar .mbr-navbar__container {
    padding: 0;
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse .header-btn-wrap {
    margin-top: 30px;
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .orbit-nav-menus {
    /*    margin-top: 0px;*/
    /*    padding-bottom: 16px;*/
}

@media only screen and (min-width: 1200px) {
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .orbit-nav-menus {
        margin-top: 0px;
        /*    padding-bottom: 16px;*/
    }
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .vt-secondary-menu {
    top: 105px;
    padding: 8px;
}

@media only screen and (min-width: 480px) {
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .vt-secondary-menu {
        top: 84px;
    }
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .header-btn-wrap {
    margin-top: 0px;
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short #main-menu li.active a.btn {
    padding: 0 18px;
}

.mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short #main-menu li a.btn {
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short #main-menu li a.btn {
        padding: 9px 17px;
    }
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short #main-menu li.active a.btn {
        padding: 13px 18px;
    }
}

.mbr-section__container--isolated {
    padding-top: 188px;
}

.dropdown a {
    margin: 0 !important;
    text-align: left;
}

ul.dropdown-menu {
    right: 0 !important;
    min-width: 200px;
    padding: 0;
}

.dropdown-menu .mbr-buttons__link.btn.text-white {
    color: #1222b6!important;
    font-size: 16px !important;
    width: 100%;
    padding: 5px 0 5px 5px !important;
}

@media only screen and (min-width: 992px) {
    .dropdown-menu .mbr-buttons__link.btn.text-white {
        font-size: 12px!important;
    }
}

.dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 5
}

.dropdown-menu::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -11px;
    right: 15px;
}

.dropdown-menu>.active>a {
    background: #ddd;
}

.dropdown-menu li a {
    white-space: pre-wrap;
}

.mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link,
.mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover {
    float: left;
}

@media only screen and (min-width: 768px) {
    .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link,
    .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover {
        float: none;
        padding: 0 13px;
    }
}

.mbr-brand__logo img {
    width: 300px;
    margin-top: 20px
}

@media only screen and (min-width: 480px) {
    .mbr-brand__logo img {
        margin-top: 0;
    }
}

.mbr-navbar__hamburger.mbr-hamburger.text-white.mbr-added {
    margin-right: 10px;
}

.mbr-navbar__hamburger.mbr-hamburger.text-white.mbr-added span {
    color: #1222b6;
}

.main-nav {
    text-align: center;
}

ul#main-menu {
    display: inline-block;
}

ul#main-menu li {
    text-align: left;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}


/*__________________________ Login Modal _______________________________________*/

.login-modal.loggedin,
.login-modal.loggedin .modal-dialog,
.login-modal.loggedin .modal-content,
.login-modal.loggedin .iframe-wrap {
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 480px) {
    .custom-login-modal .modal-dialog.modal-sm {
        width: 500px;
    }
}


/*__________________________ About Section _______________________________________*/

.first-banner-img {
    width: 60%;
    min-height: 590px;
    float: left;
    -webkit-clip-path: polygon(0 0, 102% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 102% 0%, 92% 100%, 0% 100%);
    position: absolute;
}

.second-banner-img {
    width: 50%;
    min-height: 590px;
    display: inline-block;
    -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
}

.banner-section h1 {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 0;
    border: 4px solid #fff;
    padding: 6px;
}

.banner-section h2 {
    min-width: 350px;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 60%;
    left: 51%;
    padding: 20px;
    background: rgba(6, 16, 113, 0.8);
    text-align: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.banner-section h3 {
    min-width: 350px;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 60%;
    right: 49%;
    padding: 20px;
    background: rgba(6, 16, 113, 0.8);
    text-align: center;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}


/*MAP DIV*/

.map-section {
    width: 100%;
    height: 300px;
    background: #222;
    position: relative;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#map-div {
    width: 100%;
    height: 100%;
}

.map-section .map-overlay {
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.map-section .action-btn {
    position: absolute;
    bottom: 20px;
    z-index: 11;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    width: 100%;
    text-align: center;
}

.map-modal .modal-content {
    overflow: hidden;
}

.map-section #directions-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: scroll;
    width: 350px;
    padding: 20px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 50;
}

.map-section.shown-directions #directions-list {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}

.map-section.show-location,
.map-section.shown-directions {
    height: 500px;
}

.map-section.show-location .map-overlay,
.map-section.shown-directions .map-overlay {
    display: none;
}

.map-section.show-location .action-btn,
.map-section.shown-directions .action-btn {
    position: absolute;
    top: 90%;
    z-index: 11;
}

.map-section .get-direction-input {
    height: 40px;
    width: 250px;
    border: 0px;
    box-shadow: none;
    vertical-align: top;
    display: inline-block;
    outline-color: #f93964;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    padding: 10px;
    color: #222;
}

.get-direction-btn {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    border-color: #c7341e;
    outline: 0;
}

.get-direction-btn:hover,
.get-direction-btn:active,
.get-direction-btn:focus {
    color: #fff!important;
    background-color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.map-section.shown-directions button.show-location {
    display: none;
}

.map-section .get-direction-input:focus {
    border: 0px;
}

.map-section .action-btn .error {
    text-align: center;
}

.map-section .action-btn .error span {
    color: red;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: none;
    margin-top: 20px;
}

.map-section.error .action-btn .error span {
    display: inline-block;
}

.about-details {
    padding: 20px 50px;
}

.about-details a {
    float: right;
}


/*__________________________ About Section _______________________________________*/

.about-section {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 30px;
}

.about-section .mbr-section__container--isolated {
    padding-bottom: 25px;
    padding-top: 25px;
    background: #fff;
}

.blue-box-wrap {
    position: relative;
    top: -15%;
    z-index: 60;
}

@media only screen and (min-width: 1025px) {
    .blue-box-wrap {
        position: absolute;
        top: -15%;
        z-index: 60;
    }
}

.blue-box {
    width: 100%;
    min-height: 350px;
    background: #06117b;
    z-index: 1;
    padding: 25px;
}

@media only screen and (min-width: 1025px) {
    .blue-box {
        width: 265px;
        min-height: 350px;
        background: #06117b;
        z-index: 1;
        padding: 0;
    }
}

.arrow-down {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .arrow-down {
        width: 0;
        height: 0;
        border-left: 131px solid transparent;
        border-right: 135px solid transparent;
        border-top: 45px solid #06117b;
        display: block;
    }
}

.blue-box img {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: auto;
}

.about-orbit-text h3 {
    color: #1222b6 !important;
    font-family: Roboto Condensed;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

@media only screen and (min-width: 480px) {
    .about-orbit-text h3 {
        font-size: 35px;
    }
}

.text-under-line {
    border: 2px solid #1222b6;
    width: 100px;
    margin-left: 0;
}

.about-orbit-para p {
    color: #3e3e3f !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

@media only screen and (min-width: 480px) {
    .about-orbit-para p {
        font-size: 16px;
    }
}


/*__________________________ Products Section _______________________________________*/

.products-section {
    background: url('../images/Orbit/mountain.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}

.section-heading {
    color: #1222b6 !important;
    font-family: Roboto Condensed;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
    .section-heading {
        font-size: 35px;
    }
}

.product-under-line {
    border: 2px solid #1222b6;
    width: 100px;
    margin: auto;
}

.products-section p {
    color: #020202 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .products-section p {
        font-size: 18px;
    }
}

.products-overlay {
    overflow: hidden;
}

.products-overlay a {
    text-decoration: none;
}

.products-overlay .title-wrap {
    position: absolute;
    bottom: -46px;
    right: 2%;
    padding: 12px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

@media only screen and (min-width: 480px) {
    .products-overlay .title-wrap {
        position: absolute;
        bottom: -46px;
        right: 2%;
        padding: 20px;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }
}

.products-overlay h5 {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
}

.products-overlay h5 span {
    display: block;
    font-size: 15px;
}

.products-overlay span img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.products-overlay .title-wrap a {
    background: #fff!Important;
    color: #222;
    text-transform: uppercase;
    padding: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
}

.products-overlay .title-wrap a:hover,
.products-overlay .title-wrap a:focus {
    color: #fff!important;
    background: #c7341e!important;
}

.products-overlay>span:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.products-overlay>span:hover .title-wrap {
    bottom: 10px;
}

.products-content {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .products-content {
        background: rgba(255, 255, 255, 0.9);
        margin-bottom: 20px;
        padding: 0;
        text-align: start;
    }
}

.products-content h2 {
    color: #000;
    font-family: Roboto Condensed;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 0;
}

.products-content h3 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}

.contents-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 14px;
}

.products-content img {
    display: inline;
}

.contents-wrap .custom-orbit-btn.btn {
    padding: 9px 5px;
    text-transform: uppercase;
}


/*__________________________ Satellite Phones Section _______________________________________*/

.product-box {
    background-color: #fff;
    padding: 10px;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
}

.product-box a {
    color: #c7341e !important;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    float: right;
    position: relative;
    z-index: 9;
}

.product-box h3 {
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 10px;
    background: #f5f5f5;
    position: relative;
    z-index: 10;
}

.product-name-under-line {
    height: 1px;
    background: #f5f5f5;
    margin: 10px 0;
}

.product-box p {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
}

.product-action-btn {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0;
}

.product-action-btn a {
    font-size: 14px;
    font-weight: bold;
    float: none;
}

.custom-orbit-btn.disabled,
.custom-orbit-btn.disabled:focus,
.custom-orbit-btn.disabled:active {
    background-color: transparent;
    border-color: #ccc;
    color: #ccc!important;
}

.custom-orbit-btn:hover,
.custom-orbit-btn:active,
.custom-orbit-btn:focus {
    color: #fff!important;
    background-color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.custom-orbit-btn,
.custom-orbit-btn1 {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.custom-orbit-btn2 {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #972817!important;
    border-color: #972817;
    outline: 0;
}

.hover-display-objects {
    background-color: rgba(19, 29, 130, 0.95);
    opacity: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.product-box:hover .hover-display-objects {
    opacity: 1;
}

.product-box:hover .custom-orbit-btn1,
.product-box:hover .custom-orbit-btn2 {
    border-color: #fff;
    color: #fff!important;
}

.product-box:hover .custom-orbit-btn1:hover,
.product-box:hover .custom-orbit-btn2:hover {
    background-color: #fff!important;
    color: #131d82!important;
}

.product-box:hover h3 {
    background: transparent;
    color: #fff!important;
}

.hover-display-objects .product-name-under-line {
    margin-top: 40px;
    width: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product-box:hover .hover-display-objects .product-name-under-line {
    width: 100%;
}

.specifications span {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    top: 21%;
    right: 50%;
    margin-left: 50px;
}

.specifications p {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin: 0;
}

.overlay-underline {
    border: 2px solid #fff;
    width: 94%;
    top: 10%;
}

.products-section-wrap .mbr-reviews__text {
    background: #fafafa;
    border-radius: 0px;
    border: 0px solid #ededed;
    color: #777;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    position: relative;
}

.products-section-wrap .mbr-reviews__text:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0px !important;
    height: 0px !important;
    background-color: #fafafa;
    border-color: #ededed;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
}


/*__________________________ Footer Section _______________________________________*/

.footer-section1 .mbr-contacts.mbr-contacts--wysiwyg.row {
    padding: 28px 0;
}

.footer-links ul#main-menu {
    margin: 0;
}

.quick-links-menu>li {
    display: inline-block;
    float: left;
    padding: 0px;
}

.quick-links-menu>li.linemenu {
    margin-left: 0px;
}

.quick-links-menu ul {
    padding: 0px;
}

.quick-links-menu>li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
}

li.blockmenu,
li.linemenu {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    margin-top: 20px
}

li.blockmenu a:hover,
li.linemenu a:hover {
    color: #eee;
}

li.blockmenu a:after,
li.linemenu a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #747474;
    top: 20px;
    left: 0;
}

li.blockmenu .sub-menu,
li.linemenu .sub-menu {
    display: block;
}

li.blockmenu .sub-menu li {
    display: block;
    float: none;
    font-weight: 100;
}

li.linemenu .sub-menu li {
    display: inline-block;
    float: left;
    min-width: 120px;
    font-weight: 100;
}

li.linemenu .sub-menu li:nth-child(2n+1) {
    clear: left;
}

@media only screen and (min-width: 463px) {
    .quick-links-menu>li.linemenu {
        margin-left: 30px;
    }
    li.blockmenu,
    li.linemenu {
        margin-top: 0px
    }
}

@media only screen and (min-width: 1200px) {
    li.linemenu .sub-menu li:nth-child(2n+1) {
        clear: none;
    }
    li.linemenu .sub-menu li:nth-child(3n+1) {
        clear: left;
    }
    li.linemenu .sub-menu li {
        display: inline-block;
        float: left;
        min-width: 190px;
        font-weight: 100;
    }
}


/*
@media only screen and (min-width: 480px) {
    .footer-links ul{
        float: right;
        padding-right: 40px;
    }
}
.footer-links ul li{
    float: left;
    list-style-type: none;
}
.footer-links ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #929292;
    letter-spacing: 0;
    margin: 0;
}
.quick-links-menu li{
    float: none !important;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .quick-links-menu li{
        float: left !important;
    }
}*/

.footer-section2 h3 {
    color: #929292 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.footer-section2 .mbr-header__text {
    margin: 0;
}


/*__________________________ CUSTOMER CARE PAGE _______________________________________*/

.customer-care-section {
    background: #f5f5f5;
}

.main-banner img {
    width: 100%;
}

.section-main-contents ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    padding-left: 10px;
}

.section-main-contents li {
    margin-top: 20px;
}

.section-main-contents h1 {
    color: #1222b6 !important;
    font-family: Roboto Condensed;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .section-main-contents h1 {
        text-align: left;
    }
}

.section-main-contents p {
    color: #4c4c4c !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
}


/*__________________________ Sidebar Section _______________________________________*/

.section-sidebar {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.custom-side-bar.mbr-box__magnet {
    display: initial;
}

.sidebar-content-wrap.widget_wpb_widget {
    padding: 20px 20px 20px;
    border-bottom: 1px #f5f5f5 solid;
}

.sidebar-icon {
    width: 75px;
    height: 75px;
    background: #1222b6;
    border-radius: 50%;
    position: relative;
    margin: auto;
    display: inline-block;
}

.sidebar-icon i {
    color: #fff;
    font-size: 35px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-content-wrap h4 {
    color: #4c4c4c !important;
    font-family: Roboto Condensed;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar-content-wrap p b {
    color: #4c4c4c !important;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 100;
}

.sidebar-content-wrap h5 {
    color: #4c4c4c !important;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.sidebar-content-wrap p {
    color: #4c4c4c !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0;
}

.sidebar-underline {
    border: 1px solid #e4e4e4;
    margin-top: 34px;
}

.sidebar-links-wrap {
    margin-top: 35px;
    display: none;
}

.sidebar-links-wrap a {
    color: #c7341e !important;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.blue-bg-section {
    min-height: 240px;
    background-color: #1222b6 !important;
}

.blue-bg-section h4 {
    color: #fff !important;
    font-family: Roboto Condensed;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
}

.blue-bg-section h3 {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}

.blue-bg-section p {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px;
}


/*__________________________ HIRE PAGE _______________________________________*/

.hire-section {
    background: #f5f5f5;
}

.head-section {
    width: 100%;
    min-height: 76px;
    background: #e7e7e7;
}

.head-section h1 {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 18px 10px 10px 8px;
}

@media only screen and (min-width: 480px) {
    .head-section h1 {
        font-size: 22px;
        padding: 10px 10px 10px 48px;
    }
}

.head-section span a {
    color: #c7341e !important;
    font-family: 'Raleway', sans-serif;
    font-size: 8px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    float: left;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    padding: 12px 3px 0px 0px;
}

@media only screen and (min-width: 480px) {
    .head-section span a {
        font-size: 14px;
        padding: 6px 48px 0px 0px;
    }
}

.pricing-table-content-area {
    background: #fff;
    padding: 30px 0;
}

.pricing_table_styles {
    line-height: 150%;
    font-size: 12px;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 10px;
    margin-top: 100px;
}

.price_block {
    width: 100%;
    color: #fff;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.price_block.monthly-block h3 {
    background: #1222b6;
}

.price_block.info-block {
    margin-top: 23px;
}

.pricing_table_styles h3 {
    text-transform: none;
    padding: 5px 0;
    background: #06117b;
    margin: -10px 0 0px 0;
}

.price {
    display: table;
    background: #444;
    width: 100%;
    height: 70px;
}

.price_figure {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.price_number {
    font-weight: bold;
    display: block;
}

.price_tenure {
    font-size: 11px;
}

.features {
    background: #fff;
    color: #000;
    padding: 0;
    border: 1px solid #f3f3f3;
}

.info-block .features {
    background: #f5f5f5;
    color: #000;
    padding: 0;
    border: 1px solid #ededed;
}

.info-block .features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    list-style-type: none;
    color: #565656;
    font-family: 'Raleway', sans-serif;
}

.features li {
    padding: 8px 15px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    list-style-type: none;
    color: #06117b;
    font-family: 'Raleway', sans-serif;
}

.footer {
    padding: 15px;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(#666, #333);
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.price_block:nth-child(n+2):hover {
    box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.1);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

.price_block:hover .price {
    background: linear-gradient(#DB7224, #F9B84A);
    box-shadow: inset 0 0 45px 1px #DB7224;
}

.price_block h3 {
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    letter-spacing: normal;
}

.price_block:hover h3 {
    background: #222;
}

.price_block:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224);
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .price_block {
        width: 50%;
    }
    .price_block:nth-child(odd) {
        border-right: 1px solid transparent;
    }
    .price_block:nth-child(3) {
        clear: both;
    }
    .price_block:nth-child(odd):hover {
        border: 0 none;
    }
}

@media only screen and (min-width: 768px) {
    .price_block {
        width: 30%;
    }
    .price_block {
        border-right: 0px solid transparent;
        border-bottom: 0 none;
    }
    .price_block:last-child {
        border-right: 0 none;
    }
    .price_block:hover {
        border: 0 none;
    }
}

.tc-style {
    font-size: 12px;
}

.hire-modal {
    max-height: 100%;
}

.hire-modal .btn-wrap h1,
.hire-modal .btn-wrap h3 {
    display: none;
}

.hire-modal.success .btn-wrap h1,
.hire-modal.success .btn-wrap h3 {
    display: block;
}

.hire-modal .btn-wrap h3 {
    font-weight: 100;
    letter-spacing: normal;
}

.hire-modal.success .btn-wrap {
    width: 100%;
    height: 100%;
}

.hire-modal.success .btn-wrap .thankyou-msg {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    padding: 15px;
}

.hire-modal .btn-wrap .thankyou-msg img {
    display: none;
}

.hire-modal.success .btn-wrap .thankyou-msg img {
    display: block;
}

.hire-modal.success .btn-wrap .previous {
    display: none;
}

.hire-modal.success .btn-wrap .close-hireform {
    float: none!important;
    margin-top: 15px!important;
}

.product-img img {
    max-height: 300px;
    width: auto;
    padding-left: 30px;
}

.pricing-table-section-wrap {
    padding-bottom: 30px;
}


/*__________________________ MODAL STYLES _______________________________________*/

.sliding-form {
    min-height: 500px;
    padding-right: 0;
}

.modal-top {
    background: #1222b6;
    padding: 10px 20px;
}

.modal-top a {
    cursor: pointer;
    float: right;
    color: #ddd;
}

.modal-top h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0 !important;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}


/*form styles*/

#msform {
    /*	width: 400px;*/
    text-align: center;
    position: relative;
}

.form-error {
    position: absolute;
    bottom: 0;
    left: 24px;
    font-size: 0.7em;
    display: inline-table;
    color: red;
}

@media only screen and (min-width: 480px) {
    .form-error {
        left: 34px;
    }
}

@media only screen and (min-width: 768px) {
    .form-error {
        left: 23px;
    }
}

@media only screen and (min-width: 1024px) {
    .form-error {
        left: 33px;
    }
}

.checkbox .form-error {
    bottom: -22px;
    left: 27px;
}

.radio .form-error {
    bottom: -22px;
    left: 0px;
}

.radio-wrap {
    display: inline-block;
}

.radio-wrap .radio-label {
    margin-top: 10px;
}

.cardtype .form-error {
    margin-bottom: 0;
}

.has-error.radio label,
.has-success.radio label {
    color: #252525;
}

.sliding-form #msform fieldset {
    background: #f5f5f5;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea,
#msform select {
    padding: 23px 15px 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Raleway;
    color: #2C3E50;
    font-size: 13px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
}

#msform .details-content-wrap label:not(.radio-label) {
    position: absolute;
    left: 9px;
    top: 0;
    font-weight: 700;
    font-size: 10px;
    padding: 10px 0;
    height: 70%;
    margin-left: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
    display: inline-table;
}

#msform span.col-md-12,
#msform span.col-md-6 {}

#msform span[class^="col-md-"] {
    display: block;
    padding: 0;
}

@media only screen and (min-width: 480px) {
    #msform span[class^="col-md-"] {
        padding: 0 15px 0 15px;
    }
    .radio-wrap .radio-label {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    #msform .details-content-wrap label:not(.radio-label) {
        top: 10px;
        padding: 10px 10px;
        font-size: 12px;
    }
}

.required:after {
    content: "*Required";
    position: absolute;
    right: 18px;
    font-size: 10px;
    top: 0;
    color: red;
    z-index: 5;
}

#msform input:not([type=radio]):not([type=checkbox]):focus+label,
#msform textarea:focus+label,
#msform input.input--filled+label,
#msform textarea.input--filled+label {
    -webkit-transform: translate3d(0, -1em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}


/*buttons*/

#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background: #000;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 20px 0 10px 0;
}

#progressbar li {
    list-style-type: none;
    color: #ddd;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0 !important;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #bbb;
    background: #ddd;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    z-index: 2;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 1;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active {
    color: #c7341e;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #c7341e;
    color: white;
}

.form-group>span {
    position: relative;
    display: inline-block;
}

#msform .details-content-wrap p {
    padding-left: 15px;
}

.form-sidebar {
    background: #e1e1e1;
    min-height: 634px;
    margin-left: -15px;
}

.form-sidebar ul {
    padding-left: 24px;
    font-size: 12px;
    font-style: italic;
}

.form-sidebar ul li {
    margin-bottom: 5px;
}

.form-sidebar .helpline {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-left: -15px;
    background: #f5f5f5;
    padding: 19.5px;
    bottom: 0px;
}

.form-sidebar h2,
.form-sidebar h4 {
    margin: 0;
    letter-spacing: normal;
}

.form-sidebar p {
    font-size: 12px;
}

.form-sidebar h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0 !important;
}

.form-sidebar .sidebar-section {
    display: none;
}

.form-sidebar .sidebar-section.active {
    display: block;
}

.custom-modal .modal-content {
    border: 0;
    overflow: hidden;
}

.details-content-wrap {
    padding: 20px 30px;
    text-align: left;
    overflow-X: hidden;
    overflow-Y: scroll;
    position: relative;
    /*    margin-right:15px;*/
}

fieldset h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: left;
}

.big {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0 !important;
}

#msform label {
    pointer-events: none;
}

#msform .question {
    margin-left: 15px;
    margin-bottom: 10px
}

#msform .question,
#msform .question div.radio {
    display: inline-block;
    width: 100%;
}

#msform .question label {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.delivery-disabled {
    display: none;
}

#msform .delivery-address {
    display: none;
}

#msform .delivery-address.active {
    display: block;
}

#msform .terms-section {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    overflow: scroll;
    background: #fff;
    z-index: 200;
}

#msform .terms-section-inner {
    padding: 15px 25px;
    font-size: 12px;
}


/*RADIO BUTTON*/

#msform .question label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #fff;
    vertical-align: middle;
    border: 2px #1222b6 solid;
}

#msform .question input[type=radio]:checked+label:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #1222b6;
    font-size: 18px;
    text-align: center;
    line-height: 23.5px;
}

#msform .question input[type=radio]:checked+label {
    color: #1222b6;
    font-weight: 700;
}

#msform .question input[type='radio'] {
    opacity: 0;
}


/*CHECKBOX BUTTON*/

#msform .checkbox {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
}

.hire-modal #msform .checkbox {
    margin-right: 0px;
}

#msform .checkbox label {
    padding-left: 27px;
    font-size: 12px;
}

#msform .checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #fff;
    vertical-align: middle;
    border: 2px #1222b6 solid;
}

#msform .checkbox input[type='checkbox']:checked+label:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #1222b6;
    font-size: 12px;
    text-align: center;
    line-height: 17.5px;
}

#msform .checkbox input[type='checkbox']:checked+label {
    color: #1222b6;
}

#msform .checkbox input[type='checkbox'] {
    opacity: 0;
}

.checkbox.has-error label,
.checkbox.has-success label {
    color: #222;
}

.forms-wrap-bottom {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.forms-wrap-bottom>label {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0 !important;
}

.forms-wrap-bottom>div {
    float: left;
    margin-left: 50px;
}

.first-field {
    width: 40%;
    margin-left: 0 !important;
}

.first-field>label {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.first-field>div {
    float: left;
}

.second-field {
    width: 40%;
    float: right !important;
}

.second-field>label {
    float: left;
}

.second-field .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
}


/*.btn-wrap {
    background: transparent;
    padding: 21px 15px;
    position: absolute;
    width: 100%;
    z-index: 30;
    bottom: 0;
    left: 0;
}*/


/*.btn-wrap .btn {
    width: 50%;
}*/


/*@media only screen and (min-width: 1024px) {
    .btn-wrap {
        padding: 21px 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(75% - 8px);
        z-index: 30;
    }
    .btn-wrap .btn {
        width: auto;
    }
}*/


/*.btn-wrap .btn {
    margin: 0!important;
}*/

#upload-area {
    display: block;
    margin: 0.5em auto;
    padding: 15px 10px;
    border: 1px #ccc dotted;
    background: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    min-height: 0;
    position: relative;
}

#upload-area i {
    font-size: 10px;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
}

#upload-area p {
    font-size: 12px;
    font-weight: 700;
    font-family: "Raleway";
    margin: 0!important;
}

#upload-area .upload-info {
    pointer-events: none;
}

.upload-required {
    content: "";
    position: absolute;
    right: 18px;
    font-size: 10px;
    top: 0;
    color: red;
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    .upload-required {
        content: "";
        position: absolute;
        right: 3px;
        font-size: 10px;
        top: 0;
        color: red;
        z-index: 5;
    }
}


/*__________________________ ABOUT US PAGE _______________________________________*/

.about-us {
    background: #fff;
    padding: 10px 20px;
    margin-top: 0;
}


/*__________________________ Center Atom Page Loader _______________________________________*/

.pace.pace-inactive {
    display: none;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    height: 100px;
    width: 100px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace .pace-progress {
    z-index: 2000;
    position: absolute;
    height: 100px;
    width: 100px;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:before {
    content: attr(data-progress-text);
    text-align: center;
    color: #fff;
    background: #1222b6;
    border-radius: 50%;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    padding: 18% 0 7px;
    width: 50%;
    height: 50%;
    margin: 5px 0 0 25px;
    display: block;
    z-index: 999;
    position: absolute;
}

.pace .pace-activity {
    font-size: 15px;
    line-height: 1;
    z-index: 2000;
    position: absolute;
    height: 60px;
    width: 100px;
    display: block;
    -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
    -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
    -o-animation: pace-theme-center-atom-spin 2s linear infinite;
    animation: pace-theme-center-atom-spin 2s linear infinite;
}

.pace .pace-activity {
    border-radius: 50%;
    border: 5px solid #1222b6;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100px;
}

.pace .pace-activity:after {
    border-radius: 50%;
    border: 5px solid #1222b6;
    content: ' ';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    height: 60px;
    width: 100px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.pace .pace-activity:before {
    border-radius: 50%;
    border: 5px solid #1222b6;
    content: ' ';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    height: 60px;
    width: 100px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

@-webkit-keyframes pace-theme-center-atom-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes pace-theme-center-atom-spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes pace-theme-center-atom-spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes pace-theme-center-atom-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}


/*__________________________ CONTACT PAGE _______________________________________*/

.contact-page-form.details-content-wrap {
    overflow: visible;
}

.check-box-head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.contact-thankyou-msg {
    background: #c7341e;
    color: #fff;
    display: none;
    padding: 15px;
}

.contact-thankyou-msg h3,
.contact-thankyou-msg p {
    color: #fff!important;
    margin: 0;
    letter-spacing: normal;
}

.contact-thankyou-msg p {
    margin: 0!important;
    padding: 0!important;
    padding-top: 15px;
}


/*__________________________ FAQ PAGE _______________________________________*/

.head-section h3 {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 26px;
    text-align: center !important;
}

.custom-panel h4 {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    text-align: left !important;
}

.custom-panel p {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    text-align: left !important;
}

.panel-default {
    border-color: transparent;
}

.panel-default .panel-heading {
    border-color: transparent;
    background-color: transparent;
}

.panel-default .panel-heading a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    color: #1222b6 !important;
    font-family: Roboto Condensed;
    font-size: 16px;
}

.panel-default .panel-heading a i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: 0.3s transform;
    -webkit-transition: 0.3s transform;
}

.panel-default .panel-heading a.collapsed i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.panel-default .panel-body a {
    color: #c7341e !important
}


/*__________________________ DOWNLOAD PAGE _______________________________________*/

.table-heading-style {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    text-align: center !important;
    background: #1222b6;
    padding: 10px;
    margin-bottom: 0 !important;
}


/*__________________________ MODAL _______________________________________*/

.nav-pills {
    text-align: center;
    margin: 15px 0;
    border-bottom: 2px #c7341e solid;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

.nav-pills>li>a {
    color: #aaa;
    border-bottom: none;
    text-decoration: none;
    font-size: 12px;
    background: #eee;
}

.nav-pills>li>a:after {
    border-bottom: 0;
}

.nav-pills>li>a:hover {
    color: #c7341e;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #c7341e;
    border-radius: 0;
    border: 2px #c7341e solid;
    border-bottom: 2px #fff solid;
    margin-bottom: -2px;
    background: transparent;
}

.modal .tab-content {
    padding: 20px;
}

.modal .tab-content p {
    padding: 10px;
    margin-top: 20px;
}


/*SELECT 2*/

span.select {
    position: relative;
    display: inline-block;
}

.select2-container {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.select2-drop,
.select2-container {
    outline: none;
    border-radius: 0px;
    text-align: left;
    border: 1px #ccc solid;
}

.select2-container {
    min-width: 100%!important;
}

.select2-container-active {
    background: #fff;
}

.select2-drop-active {
    border: 1px #ccc solid;
}

.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}

.select2-container .select2-choice .select2-arrow:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    font-size: 2em;
    color: #222;
    top: 15px;
    right: 15px;
    z-index: 20;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
}

.select2-dropdown-open .select2-choice .select2-arrow:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select2-container .select2-choice {
    background: transparent;
    height: 54px;
    border: none;
    border-radius: 0px;
    padding-left: 125px;
    padding-top: 15px;
    font-size: 12px;
    color: #696969;
    font-size: 0.9em;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
}

.select2-container:focus,
a.select2-choice:focus {
    border: 0;
    color: #222;
    outline: none;
}

.select2-container:after {
    content: '';
    width: 1px;
    position: absolute;
    top: .7em;
    bottom: .7em;
    left: 114px;
    background: #f0f0f0;
    z-index: 100;
}

.select2-container .select2-choice .select2-arrow b {
    display: none!important;
}

.map-section {
    width: 100%;
    min-height: 500px;
}

#map-div {
    width: 100%;
    min-height: 500px;
}


/*---------------MENU EFFECTS-----------------*/


/*__________________________ Home Page New _______________________________________*/

.tabbed-section {
    min-height: 500px;
    background: #f5f5f5;
    padding-top: 166px;
}

.tab-content-wrap {
    background-size: 100%!important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.tab-content-wrap:hover {
    background-size: 120%!important;
}

.page-template-vehicle-tracking .tabbed-section {
    padding-top: 238px;
}

@media only screen and (min-width: 480px) {
    .page-template-vehicle-tracking .tabbed-section {
        padding-top: 212px;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-vehicle-tracking .tabbed-section {
        padding-top: 212px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-template-vehicle-tracking .tabbed-section {
        padding-top: 248px;
    }
}

@media only screen and (min-width: 768px) {
    .tabbed-section {
        min-height: 500px;
        background: #f5f5f5;
        padding-top: 145px;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-vehicle-tracking .tabbed-section {
        min-height: 500px;
        background: #f5f5f5;
        /*        padding-top: 216px;*/
    }
}

.custom-nav-tabs li {
    background: #646363;
}

.tab-items h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 2px;
}

@media only screen and (min-width: 768px) {
    .tab-items h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
    }
}

.tabbed-section .row {
    padding: 0 15px;
}

.tab-items h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .tab-items h1 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .tab-items h1 {
        font-size: 20px;
    }
}

.tab-items {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
    .tab-items {
        margin-left: 10px;
    }
}

.custom-nav-tabs.nav-tabs>li>a {
    text-decoration: none;
}

.custom-nav-tabs.nav-tabs>li>a:hover {
    background: #b9142d;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.tab-content-wrap {
    background-size: cover !important;
    min-height: 470px;
    position: relative;
}

.content-over-image {
    position: absolute;
    bottom: 10%;
    right: 0;
    background: rgba(56, 51, 47, 0.6);
    padding: 20px;
}

.content-over-image h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: white!important;
    margin: 0;
    letter-spacing: 2px;
}

.content-over-image p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: white;
}

.content-over-image a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    margin-right: 10px;
}

.content-over-image a:hover {
    color: red;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.tabbed-section .col-md-4 {
    padding: 0;
}

.tabbed-section .col-md-8 {
    padding: 0;
}

.branding {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 20px;
}

.brand-items-section {
    min-height: 100px;
    background: #959595;
}

.service-features-section {
    min-height: 240px;
    background: #f5f5f5;
}

.service-features-wrap {
    margin-top: 20px;
}

.service-features-contents {
    background: #1222b6;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .service-features-contents {
        margin-bottom: 0;
    }
}

.service-features-contents h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    text-align: center;
}

.service-features-contents p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: white !important;
    letter-spacing: 2px;
    text-align: center;
}

.about-us-section {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.about-right-contents h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 2px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .about-right-contents h1 {
        text-align: left;
    }
}

.about-right-contents p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #646363;
    letter-spacing: 2px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .about-right-contents p {
        text-align: left;
    }
}

.about-right-contents a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b9142d;
    letter-spacing: 2px;
    float: none;
    text-decoration: none;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .about-right-contents a {
        float: right;
    }
}

.about-right-contents a:hover {
    color: #1222b6;
    transition: all 0.2s ease-in-out 0s;
}

.about-us-section-wrap {
    background: white;
}


/*.brand-items-section ul li{
    padding: 10px;
    vertical-align: bottom;
}*/

.about-left-img {
    padding: 10px 0 0 0px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .about-left-img {
        padding: 10px 0 0 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .about-left-img {
        text-align: left;
    }
}

.about-right-contents {
    padding: 20px;
}


/*__________________________ Vehicle Tracking Page _______________________________________*/

.about-orbit-track-wrap {
    margin-top: 20px;
}

.about-orbit-track-wrap h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 2px;
    text-align: center;
}

.about-orbit-track-wrap p {
    text-align: center;
}

.about-orbit-content-wrap {
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 260px;
    position: relative;
    text-align: center;
}

.about-orbit-content-wrap a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c7341e !important;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tracking-tips-section h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6 !important;
    letter-spacing: 2px;
    text-align: center;
}

.tracking-tips-section p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #646363;
    letter-spacing: 2px;
}

.benefits-wrap {
    margin-top: 20px;
}

.benefits-wrap h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6 !important;
    letter-spacing: 2px;
    text-align: center;
}

.circle-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #D91F29;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
}

.circle-icon.small.black {
    width: 23px;
    height: 23px;
    display: inline-block;
    font-size: 14px;
}

.circle-icon.black {
    background: #1222b6;
}

.circle-icon i {
    display: inline-block;
    vertical-align: middle;
}

.circle-icon.bold i {
    font-weight: bold;
}

.list-inline.job-summary li {
    border-right: #ccc 1px solid;
    padding: 0 30px;
}

.list-inline.job-summary li:first-child {
    padding-left: 0;
}

.list-inline.job-summary li:last-child {
    border-right: 0px;
}

.job-tiles {
    width: auto;
}

.job-tiles>div {
    padding: 25px;
}

.job-tiles i {
    font-size: 30px;
}

.feature-tile-1 {
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

.feature-tile-bottom {
    border-right: 1px solid #F3F3F3;
    border-bottom: 0px;
}

.feature-tile-last {
    border-bottom: 1px solid #F3F3F3;
}

.right-side-image {
    margin-top: 20px;
}

.info-bar p {
    background: #1222b6;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
}

.section-features .row>div {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
    border-style: solid;
    position: relative;
    min-height: 300px;
    padding-top: 40px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all 0.7s;
}

@media (min-width:1200px) {
    .section-features .row>div {
        min-height: 196px;
    }
}

@media (max-width:767px) {
    .section-features .row>div {
        border: none!important;
        padding-bottom: 0!important;
        padding-top: 52px!important;
    }
}

@media (min-width:992px) {
    .section-features .row>div:nth-child(3n) {
        border-right: none;
    }
    .section-features .row>div:nth-child(n+4) {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 52px;
    }
}

@media (max-width:991px) {
    .section-features .row>div {
        min-height: 212px;
    }
    .section-features .row>div:nth-child(2n) {
        border-right: none;
    }
    .section-features .row>div:nth-child(n+3) {
        padding-top: 52px;
    }
    .section-features .row>div:nth-child(n+5) {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.for-first-two-columns.col-md-3 {
    background: white;
}

.tracking-plans-section {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.tracking-plans-section h2 {
    color: #fff !important;
    font-family: Roboto Condensed;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.tracking-plans-section i {
    color: #1222b6;
    font-size: 20px;
    vertical-align: middle;
}

.tracking-plans-head {
    background: #1222b6;
    padding: 10px;
}

.tracking-plans-head a {
    float: right;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.tracking-plans-head a:hover {
    color: red;
    transition: all 0.2s ease-in-out 0s;
}

.tracking-btn-wrap {
    margin-top: 20px;
}

.tracking-plans-details {
    padding-top: 20px;
}

.tracking-plans-details.tracking-devices {
    padding: 20px;
}

.tracking-plans-details h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #1222b7 !important;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.tracking-plans-details .for-device-img {
    margin-top: 20px;
}

.new-tracking-btn {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #c7341e;
    border-color: #c7341e;
    outline: 0;
    border-radius: 50px;
    padding: 6px 12px !important;
    min-width: 98px;
    text-transform: uppercase;
}

.new-tracking-btn:hover {
    color: #fff!important;
    background-color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.section-features .row>div:hover {
    background: #1222b6;
}

.section-features .row>div:hover p {
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.section-features .row>div i {
    color: #1222b6;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    margin-bottom: 10px;
}

.section-features .row>div:hover i {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingx;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: Floatingx;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, -15px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floatingx {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, -15px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

@keyframes Floatingx {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, -15px);
    }
    to {
        transform: translate(0, -0px);
    }
}

.underline {
    width: 0px;
    height: 3px;
    background: #16a085;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.section-features .row>div:hover,
.section-features .row>div:hover i,
.section-features .row>div:hover h4 {
    color: #fff;
}

.section-features .row>div:hover .underline {
    background: #fff;
    width: 50px;
}

.feature-content i {
    font-size: 50px;
}

.section-features {
    padding: 15px;
}

.vt-importance-section {
    margin-top: 20px;
}

.vt-helps-section {
    margin-top: 20px;
}

.pricing-section {
    margin-top: 20px;
}

.efficiency-section {
    margin-top: 20px;
}

@media (min-width:992px) {
    .section-features.benefits-columns .row>div:nth-child(2n) {
        border-right: none;
    }
    .section-features.benefits-columns .row>div:nth-child(n+3) {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 52px;
    }
}

.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*__________________________ HOME PAGE 3 _______________________________________*/

.sat-phone {
    background-size: 100% !important;
    width: 100%;
    min-height: 300px;
    text-align: center;
}

.sat-contents-wrap p {
    display: none;
}

.sat-contents-wrap a {
    opacity: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all 0.7s;
}

.all-products-section.active a {
    opacity: 1;
}

.all-products-section.active .sat-phone-contents h1 {
    background: rgba(0, 0, 0, 0);
}

.all-products-section.active .sat-phone-contents {
    position: absolute;
    top: 55%;
}

.sat-phone-contents h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.sat-phone-contents p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sat-contents-wrap {
    padding: 0px 10px;
}

.new-orbit-btn {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #fff;
    border-color: #fff;
    outline: 0;
    border-radius: 50px;
    padding: 6px 12px !important;
    min-width: 98px;
}

.new-orbit-btn:hover {
    color: #fff!important;
    background-color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.sat-phone-contents {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all 0.7s;
}

.all-products-section {
    position: relative;
}

.all-products-section:after {
    content: '';
    position: absolute;
    background: rgba(12, 11, 11, 0);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all 0.7s;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.all-products-section:hover:after {
    background: rgba(12, 11, 11, 0.5);
}

.all-products-section .banner-img {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all 0.7s;
}

.all-products-section:hover .banner-img {
    background-size: 120% !important;
    -webkit-filter: contrast(1.9) grayscale(0.3);
}

.main-section {
    position: relative;
}

.main-section .col-md-3 {
    padding: 0;
}

.for-business-0 {
    background: #1222b6;
}

.for-business-1 {
    background: #101c8f;
}

.for-business-2 {
    background: #0c1676;
}

.for-business-bg {
    background: #1222b6;
}

.quantity-bg {
    background: #101c8f;
}

.quantity-0 {
    background: #101c8f;
}

.quantity-1 {
    background: #1222b6;
}

.orbitsat-features {
    padding: 10px 20px;
    min-height: 172px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .orbitsat-features {
        min-height: 214px;
    }
}

.orbitsat-features a {
    position: static;
    bottom: 10px;
}

@media only screen and (min-width: 480px) {
    .orbitsat-features a {
        position: absolute;
        bottom: 10px;
    }
}

.orbitsat-features h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.orbitsat-features p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    letter-spacing: 1px;
}

.our-partners {
    background: #252525;
}

.brand-items-section h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    letter-spacing: 2px;
}

.brand-items-section li {
    padding: 10px 40px;
}

.partner-wrap {
    min-height: 100px;
    background: #252525;
}

.partner-wrap h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    padding: 38px;
    margin: 0;
}

.orbitsat-map-section {
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
}

.main-section .col-md-3,
.main-section .col-md-9 {
    padding: 0;
}

.orbitsat-contact-section {
    background: #f5f5f5;
}

.orbitsat-contact-section h2 {
    padding: 30px 0;
    position: relative;
}

.orbitsat-contact-section h2:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #1222b6 !important;
    bottom: 20px;
}

.orbitsat-contact {
    background: #fff;
}

.contact-form-wrap {
    background: #fff;
    padding-bottom: 20px;
}

.custom-orbit-btn,
.custom-orbit-btn1 {
    border-radius: 50px;
}


/*__________________________ VEHICLE TRACKING PAGE NEW _______________________________________*/

.asset-tracking {
    background-size: 100% !important;
    width: 100%;
    min-height: 300px;
    text-align: center;
}

.tracking-features-section:after {
    content: '';
    position: absolute;
    border-right: 2px solid;
}

.tracking-features-section h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 1px;
}

.new-orbit-btn-blue {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #1222b6;
    border-color: #1222b6;
    outline: 0;
    border-radius: 50px;
    padding: 6px 12px !important;
    min-width: 98px;
}

.new-orbit-btn-blue:hover {
    color: #fff!important;
    background-color: #c7341e;
    border-color: #c7341e;
    outline: 0;
}

.tracking-features-section {
    position: relative;
    padding: 10px 20px;
    min-height: 150px;
}

@media only screen and (min-width: 992px) {
    .tracking-features-section {
        min-height: 214px;
    }
}

.tracking-features-section a {
    position: static;
    bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .tracking-features-section a {
        position: absolute;
    }
}

.how-to-section .col-md-6 {
    padding: 0;
}

.graph-img {
    background: url('../img/Orbit/vehicle-tracking/graph.jpg') no-repeat center center;
    background-size: cover;
    min-height: 602px;
}

@media only screen and (min-width: 1200px) {
    .graph-img {
        min-height: 541px;
    }
}

.how-to-section-contents h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 1px;
}

.how-to-section-contents {
    padding: 20px;
    background: white;
}

.how-to-section-contents li {
    font-size: 16px;
}

.how-to-section-contents p {
    font-size: 16px;
}

.how-to-section-contents h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

.why-orbittrack-section {
    background: #f5f5f5;
}

.how-to-section-contents i {
    color: #1222b6;
    font-size: 20px;
}

.how-to-section-contents ul {
    list-style-type: none;
}

.business-enquiry-section p {
    font-size: 16px !important;
    color: #fff !important;
    padding: 10px !important;
    margin: 0 !important;
}

.vt-inner p {
    font-size: 14px !important;
}

.call-us-section {
    background: #0a1576;
    width: 50%;
    text-align: center;
    float: left;
}

.call-us-section span {
    color: #fff;
    font-size: 12px;
    padding: 12.3px;
    display: block;
}

@media only screen and (min-width: 480px) {
    .call-us-section span {
        font-size: 16px;
        padding: 10px;
    }
}

.vt-inner span {
    font-size: 14px !important;
    padding: 20px !important;
}

.send-enquiry-section {
    background: #101c8f;
    width: 50%;
    text-align: center;
    float: left;
}

.send-enquiry-section a {
    text-decoration: inherit;
}

.send-enquiry-section span {
    color: #fff;
    font-size: 12px;
    padding: 21px;
    display: block;
}

@media only screen and (min-width: 480px) {
    .send-enquiry-section span {
        font-size: 16px;
    }
}

.vt-inner .send-enquiry-section span {
    font-size: 14px !important;
    padding: 20px !important;
}

.why-orbittrack-contents h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 50px;
}

.why-orbittrack-contents p {
    font-size: 16px;
}

.why-orbittrack-contents h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 1px;
}

.why-orbittrack-contents {
    background: url('../img/Orbit/vehicle-tracking/bg.jpg') no-repeat center bottom;
    background-size: cover;
}

.why-orbittrack-contents-wraper {
    padding: 20px;
}

.why-orbittrack-contents ul {
    list-style-type: none;
}

.business-enquiry-section.full-area {
    width: 100%;
    display: inline-flex;
}

.call-us-section.new-width {
    width: 15%;
}

.why-orbittrack-contents .call-us-section {
    width: initial;
    float: none;
}

.why-orbittrack-contents .send-enquiry-section {
    width: initial;
    float: none;
}

.why-orbittrack-contents .col-md-8,
.why-orbittrack-contents .col-md-2 {
    padding: 0;
}

.why-orbittrack-contents .send-enquiry-section span {
    padding: 16px;
}

@media only screen and (min-width: 992px) {
    .why-orbittrack-contents .send-enquiry-section span {
        padding: 21px;
    }
}

.why-orbittrack-contents .call-us-section span {
    padding: 21px;
}

@media only screen and (min-width: 1200px) {
    .why-orbittrack-contents .call-us-section span {
        padding: 10px;
    }
}

.send-enquiry-section.new-width {
    width: 15%;
}

.efficiency-section-content-wrap {
    background: white;
}

.efficiency-section-content-wrap h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1222b6;
    letter-spacing: 1px;
    text-align: center;
    padding: 40px 0;
    margin-top: 0;
}

.efficiency-section-wrap {
    padding-bottom: 50px;
    background: #f5f5f5;
}

.home-page-contact-details.section-sidebar {
    margin-top: 14px;
    box-shadow: none;
}

.mbr-reviews.mbr-reviews--wysiwyg.row {
    padding: 15px;
}

.vt ul li:not(.menu-item):before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 0;
    color: #1222b6;
    font-size: 16px;
}

.vt ul li:not(.menu-item) {
    position: relative;
}

.vt-secondary-menu {
    background: rgba(18, 34, 182, 0.9);
    position: fixed;
    top: 195px;
    z-index: 10;
    left: 0;
    width: 100%;
    padding: 12px;
}

@media only screen and (min-width: 480px) {
    .vt-secondary-menu {
        top: 168px;
        padding: 18px;
    }
}

.vt-button {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.vt-button:focus {
    color: #fff;
    text-decoration: none;
}

#tracking-menu {
    text-align: center;
    display: none;
    top: 0;
    margin: 0;
}

#tracking-menu>li {
    display: inline-block;
    float: none;
}

#tracking-menu.orbit-nav-menus li a {
    color: #fff;
}

#tracking-menu .mbr-buttons__link i {
    border: 1px #fff solid;
}

ul li.active a {
    background: rgba(18, 34, 182, 0.9);
    color: #fff;
}

li.current-page-ancestor a {
    background: rgba(18, 34, 182, 0.9);
    color: #fff;
}

#main-menu li.active a.btn {
    padding: 0 18px;
}

#main-menu li.active a i {
    border: 1px solid white;
}

#main-menu li a.btn {
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    #main-menu li a.btn {
        padding: 27px 18px;
    }
    #main-menu li.active a.btn {
        padding: 27px 18px;
    }
}

#tracking-menu .dropdown-menu {
    left: auto;
}

#tracking-menu.mbr-buttons {
    top: auto;
}

@media only screen and (min-width: 480px) {
    .vt-secondary-menu {
        top: 156px;
    }
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .vt-secondary-menu {
        top: 95px;
        padding: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    #tracking-menu {
        display: block;
        width: 100%;
    }
    .vt-button {
        display: none;
    }
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .vt-secondary-menu {
        top: 95px;
    }
}

@media only screen and (min-width: 1200px) {
    .mbr-navbar.mbr-navbar--freeze.mbr-navbar--absolute.mbr-navbar--sticky.mbr-navbar--auto-collapse.mbr-navbar--stuck.mbr-navbar--short .vt-secondary-menu {
        top: 95px;
    }
}

.page-template-vt-inner .customer-care-section {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) {
    .page-template-vt-inner .customer-care-section {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-template-vt-inner .customer-care-section {
        margin-top: 60px;
    }
}

.menu-align {
    margin-left: 0 !important;
}


/*__________________________ Social Media Icon Styles _______________________________________*/

.social-media-links {
    display: inline-block;
}

.social-media-links h5 {
    font-family: "Roboto Condensed";
    font-weight: normal;
    font-size: 14px;
    float: left;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-top: 5px;
    display: inline-block;
}


/* brandico */

[class*="brandico-"]:before {
    font-family: 'brandico', sans-serif;
}

ul.social-buttons {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
}

ul.social-buttons li {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}

ul.social-buttons li a {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
    color: white;
}

ul.social-buttons li a.brandico-facebook {
    background-color: #3b5998;
    border: 1px dotted #3b5998;
}

ul.social-buttons .brandico-google {
    background-color: #dd4b39;
    border: 1px dotted #dd4b39;
}

ul.social-buttons .brandico-linkedin {
    background-color: #0077bf;
    border: 1px dotted #0077bf;
}


/*Demo 1*/

ul#demo1 li a {
    transition: ease-in-out 0.2s;
}

ul#demo1 li:hover a.brandico-facebook {
    background-color: #fff;
    color: #3b5998;
    border: 1px dotted #3b5998;
}

ul#demo1 li:hover a {
    background-color: #fff;
    color: #dd4b39;
    border: 1px dotted #dd4b39;
}

ul#demo1 li:hover a.brandico-linkedin {
    background-color: #fff;
    color: #0077bf;
    border: 1px dotted #0077bf;
}

.footer-section1 .social-media-links {
    margin-top: 20px;
}

.footer-section1 .social-media-links h5 {
    color: #fff;
}

.dropdown.login a {
    margin-left: 0;
    border-radius: 50px;
    padding: 6px 12px !important;
    min-width: 98px;
    border: 2px solid #c7341e;
    text-align: center;
    background: #c7341e;
}


/*__________________________ Blog Page _______________________________________*/

.single-blog-wrap {
    margin-top: 150px;
}

.single.single-post {
    background: #f5f5f5;
}

.single-blog-inner {
    background: white;
}

.blog-contents-wrap {
    padding: 20px;
}

.single-blog-inner img {
    width: 100%;
}


/*__________________________ HIRE FORM PAGE _______________________________________*/

.btn-wrap.hire-form-btn {
    position: fixed !important;
    width: 100% !important;
}

.hire-form .panel-primary>.panel-heading {
    background-color: #1222b6 !important;
    text-align: left;
    text-transform: uppercase;
}

.hire-form .form-sidebar {
    padding: 5px 15px;
}

.hire-form .form-sidebar {
    min-height: 380px !important;
}

.hire-form .form-sidebar p {
    padding-left: 0 !important;
}

.hire-form .helpline h4 {
    text-align: center;
}

.hire-form .helpline h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.hire-form .form-sidebar .helpline {
    width: 96% !important;
}

.hire-form .details-content-wrap {
    overflow-Y: auto !important;
}

.hire-form .hire-modal #msform .checkbox {
    display: block;
}

.hire-form .terms-section {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.hire-form {
    margin-top: 110px;
    margin-bottom: 75px;
}

.custom-login-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.custom-login-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.iframe-wrap{
    height: 850px;
}
.login-content-wrap{
    margin-top: 152px;
    }