﻿a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

@charset "utf-8";
/* CSS Document */
.navbar-default {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    /* height: 85px; */
}

@font-face {
    font-family: "centuryGothic";
    font-weight: bold;
    src: url("dist/fonts/Century%20Gothic/4637.eot#iefix") format("embedded-opentype"), url("dist/fonts/Century%20Gothic/4637.woff") format("woff"), url("dist/fonts/Century%20Gothic/4637.ttf") format("truetype"), url("dist/fonts/Century%20Gothic/4637.svg") format("svg");
}

@font-face {
    font-family: "centuryGothic1";
    font-style: normal;
    font-weight: normal;
    src: local("gothic"), url("dist/fonts/Century%20Gothic/gothic.woff") format("woff"), url("dist/fonts/Century%20Gothic/gothic.ttf") format("truetype");
}

html, body {
    height: 100%;
}

body {
    /* font-family: centuryGothic1; */
    font-family: "Inter", sans-serif;
}

a, a:focus {
    outline: medium none;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 15px 32px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a > span {
        margin-right: 5px;
    }
.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a span.caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-right {
    /* padding-top: 24px; */
}

li.user-account {
    /* background-color: #f58025; */
    margin: 0 0 0 25px;
}

.user-account .user-shape {
}


.navbar-default .navbar-nav > li.dropdown > a:hover, .navbar-default .navbar-nav > li.dropdown > a:focus, li.dropdown > a:active {
    color: #fff !important;
}

.navbar-default .navbar-nav > li.dropdown > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #f58025;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #333;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    margin-top: 9px;
    padding: 20px 15px 0;
    width: 250px;
}

.dropdown-menu::before {
    border-bottom: 12px solid #333;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.3));
    height: 0;
    position: absolute;
    right: 30px;
    top: -12px;
    width: 0;
}

.dropdown-menu .form-control {
    border-color: #f58025;
    border-radius: 0;
}

.dropdown-menu .btn-orange {
    margin-bottom: 10px;
}

.dropdown-menu a {
    color: #fff;
    font-size: 12px;
    padding: 15px 0 !important;
}

.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #f58025;
    box-shadow: 0 2px 0 1px #ce5a00;
    color: #fff;
    outline: medium none;
    text-transform: uppercase;
}

    .btn-orange:focus:active {
        box-shadow: none;
        outline: medium none;
    }

.carousel-indicators {
    left: 0;
    margin: 0;
    width: 20%;
    z-index: 99
}

    .carousel-indicators li {
        background-color: #fff;
        margin-right: 10px;
    }

    .carousel-indicators .active {
        background-color: #f58025;
        border-color: #f58025;
        margin-right: 10px;
    }

.carousel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.slider-head {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 26, 123, 0.5), transparent) repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

    .slider-head h1 {
        font-size: 30px;
        margin: 0;
    }

.slider {
    clear: both;
    max-height: 570px;
    overflow: hidden;
    position: relative;
}

.secondbg {
    background: rgba(0, 0, 0, 0) url("/images/bg1.png") repeat scroll 0 0;
    float: left;
    margin-top: -100px;
    padding-top: 100px;
    width: 100%;
}

.features {
    background: rgba(0, 0, 0, 0) url("/images/homeTopBG.png") repeat fixed 0 0;
    padding: 90px 0 40px;
}

.featureshome {
    background: rgba(0, 0, 0, 0) url("/images/homeTopBG.png") repeat fixed 0 0;
    padding: 90px 0 40px !important;
}

.features2 {
    padding: 40px 0;
}

.features h3 {
    font-size: 18px;
    font-weight: bold;
}

.features .img-holder {
    background-color: #f58025;
    border: 7px solid #efefef;
    border-radius: 50%;
    height: 130px;
    margin: 0 auto;
    padding: 5%;
    width: 130px;
}

.features p {
    margin: 0 auto;
    max-width: 290px;
}

.about #map-img {
    /*background-image: url("/images/map1.png");*/ /*commented on 08-01-2016*/
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 360px;
    width: 100%;
}

.para-back {
    background: rgba(0, 0, 0, 0) url("/images/bg_pattern1.png") repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    position: relative;
}

.about p {
    font-size: 15px;
    line-height: 34px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: justify;
}

.features .col-sm-4 > .img-holder > img {
    transform-style: preserve-3d;
    transition: all 0.9s ease 0s;
}

.features .col-sm-4:hover > .img-holder > img {
    transform: rotateY(360deg);
}

.no-padding {
    padding: 0;
}

.testimonial {
    background-color: #f58025;
    padding: 40px 0;
    text-align: center;
}

    .testimonial p {
        color: #fff;
        float: left;
        font-size: 20px;
        margin: 0 10px auto;
        width: 85%;
    }

    .testimonial hr {
        width: 250px;
    }

    .testimonial p.name {
        font-weight: bold;
    }

#carousel-testimonial .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 7%;
}

footer {
    background-color: rgb(31, 31, 31);
    bottom: 0;
    color: rgb(255, 255, 255);
    padding: 25px 0;
    position: absolute;
    width: 100%;
}

    footer a, footer a:hover, footer a:focus {
        color: #fff;
        font-weight: bold;
    }

    footer .social {
        margin-left: 10px;
    }

        footer .social img {
            opacity: 0.2;
            transition: all 0.2s ease 0s;
            width: 30px;
        }

            footer .social img:hover {
                opacity: 1;
            }

.log_out > li {
    text-align: right;
}

.log_out { margin: 0; display: flex; justify-content: end; }

    .log_out > li {
        /*float: right;*/
        list-style: outside none none;
        text-align: right;
    }

    .log_out a {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 10px;
        padding: 0 20px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
    }

.activ_sub {
    background-color: #f2f2f2;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
    /*.activ_sub li a {
        color: rgb(255, 255, 255);
    }*/

    .activ_sub li {
        margin-bottom: 10px;
        margin-top: 20px;
    }

.manage {
    color: rgb(255, 138, 29);
}

.heading1 {
    color: rgb(16 21 106);
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 15px;
    font-family: inter;
}

.heading1 > span { border-bottom: 4px solid rgb(255, 138, 29); padding-bottom: 5px; }

.heading2 {
    background-color: rgb(230, 230, 230);
    color: rgb(255, 138, 29);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.icon1 {
    margin-left: 10px;
}

#panel, #flip {
    background-color: #fff;
}

.col-sm-2.control-label.mar-chng {
    margin-top: 30px;
}

.form-control.form-issue {
    background-color: rgb(251, 251, 251);
    height: 110px;
}

.form-control.form-info {
    height: 45px;
}

.form-control.form-chahin {
    height: 45px;
}

.col-sm-2.control-label.info_change {
    margin-top: 10px;
}

.heading3 {
    background-color: rgb(230, 230, 230);
    color: rgb(255, 138, 29);
    cursor: pointer;
    font-family: CenturyGothic;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#panel_change, #flip_change {
    background-color: #fff;
}

.heading4 {
    color: rgb(31, 31, 31);
    font-family: centuryGothic;
    font-size: 14px;
}

.subs {
    border-bottom: 1px solid rgb(196, 196, 196);
    margin: 0 0 5px;
    padding-bottom: 10px;
}

#panel_unchange, #flip_unchange {
    background-color: #fff;
}

.headitem {
    background-color: rgb(42, 42, 42);
    color: rgb(255, 255, 255);
}

.dating {
    background-color: rgb(242, 242, 242);
}

.code {
    background-color: rgb(248, 249, 248);
}

.icon3 {
    width: 22%;
}

.icon4 {
    padding-left: 10px;
}

.btn.btn-primary.btn-lg.btn-issue {
    background-color: rgb(245, 128, 37);
    border: medium none rgb(245, 128, 37);
    border-radius: 6px;
    padding: 10px 30px;
}

.btn.btn-default.btn-lg.btn-more {
    background-color: rgb(245, 128, 37);
    border: medium none rgb(245, 128, 37);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    float: right;
    padding: 10px 25px;
}

.pharagraph1 {
    margin-top: 40px;
}

.ac_color {
    color: rgb(255, 138, 29) !important;
}

.menu-change li a {
    background-color: rgb(237, 237, 237) !important;
    color: #444;
    font-size: 12px;
    height: 40px;
}

.icon5 {
    margin-top: -5px;
}

.detail_change {
    color: rgb(0, 0, 0) !important;
}

.tab-content {
    border: 2px solid #ababab;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.heading5 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 18px;
    margin-left: 25px;
    margin-top: 30px;
    text-decoration: underline;
}

.acc_detail {
    margin-left: 30px;
}

.pharagraph2 {
    font-size: 16px;
    font-weight: lighter;
    margin-left: 25px;
}

.subs.method > li {
    font-size: 15px;
    margin-bottom: 6px;
}

.subs.method {
    border-bottom: medium none;
}

.heading6 {
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
}

.subs.method.firmware {
    padding-left: 25px;
}

    .subs.method.firmware > li {
        list-style: outside none none;
    }

.latest_firmware {
    margin-top: 30px;
}

.pharagraph3 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 16px;
    margin-left: 25px;
}

.btn.btn-default.btn-lol {
    background-color: rgb(255, 138, 29);
    border: 1px solid rgb(255, 138, 29);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    margin-top: 7px;
    padding: 4px 28px;
}

.phara {
    font-size: 15px;
}

.gnss {
    margin-bottom: 30px;
    margin-left: 55px;
    margin-top: 30px;
}

.botyo {
    text-align: right;
}

    .botyo.botom {
        bottom: 20px;
        position: absolute;
        right: 20px;
    }

.hemisphere blog {
    background-color: #f2f2f2;
}

.head {
    margin-top: 10px;
    overflow: visible !important;
    padding-bottom: 40px;
}

.phara1 {
    float: right;
}

.row.testimonial.hemesphere {
    background-color: rgb(242, 242, 242);
    margin-bottom: 40px;
}

.phara1 > a {
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.botyo.botom {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.tab-pane {
    position: relative !important;
}

.heading7 > span {
    background: rgb(242, 242, 242) none repeat scroll 0 0;
    padding: 0 15px;
    position: relative;
    top: -15px;
}

.heading7 {
    border-top: 2px solid rgb(255, 138, 29);
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.col-sm-12.bod_bottom {
    padding-bottom: 40px;
}

.method_payment {
    border: 0 solid rgb(204, 204, 204);
    overflow: hidden;
    padding: 20px 0 20px 20px;
}

.master {
    color: rgb(51, 51, 51);
    font-family: CenturyGothic;
    font-size: 16px;
    margin-left: 30px;
}

.pharagraph4 > span {
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.pharagraph4 {
    margin-bottom: 15px;
}

.bill_info {
    padding-bottom: 90px;
    padding-top: 70px;
}

*::after, *::before {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #ababab none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
}

.billing_change li a {
    background-color: #dfdfdf !important;
    border: medium none !important;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 14px 15px;
    text-align: center;
    text-transform: uppercase;
}

.master.copy {
    margin: 0;
}

.nav.nav-tabs.menu-change.billing_change {
    border-bottom: medium none;
}

.heading8 {
    color: rgb(255, 138, 29);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tab-content.tab_info {
    border-color: rgb(204, 204, 204) -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
}

.heading9 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.technical_resorses {
    padding-bottom: 30px;
    padding-top: 30px;
}

.pharagraph5 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    margin-bottom: 30px;
}

.phara2 {
    font-family: CenturyGothic;
    font-size: 18px;
    margin-bottom: 0;
}

.contact_link {
    color: rgb(255, 138, 29);
    font-size: 18px;
}

.link_ref {
    margin-bottom: 18px;
}

.phara3 {
    float: left;
    font-size: 17px;
    margin-left: 15px;
}

.icon6 {
    float: left;
}

.phara3.p_email {
    margin-top: 12px;
}

.phara3 > span {
    color: rgb(51, 51, 51);
    font-family: CenturyGothic;
}

.phara3.p_email > span {
    color: rgb(255, 138, 29);
}

.tech_support {
    margin-bottom: 15px;
    overflow: hidden;
}

.phara3.add {
    margin-top: 7px;
}

.link_change {
    color: rgb(255, 138, 29);
}

.phara3.p_email > span a {
    color: rgb(255, 138, 29);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 138, 29) !important;
}

.ctools-close-modal.btn.btn-default.btn_lose.ctools-close-modal-processed {
    background-color: rgb(204, 204, 204);
    border-radius: 6px;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 24px;
}

.nav.navbar-nav.navbar-right.main_change a {
    padding: 27px 18px;
}

.dating span, .code span {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.table {
    margin: 0;
}
/*.type, .type-inner {
    display: none;
}*/

.type-inner {
    display: none;
}



.carousel-inner .item > img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

#map-img {
    max-height: 370px;
    overflow: hidden;
}
    /*15-10-2016*/
    #map-img img {
        height: 350px;
        width: 100%;
    }
/*15-10-2016*/
.mycontenthome {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(245, 245, 245, 1) 51%, rgba(254, 254, 254, 1) 100%) repeat scroll 0 0;
    min-height: 300px;
}

.mycontent {
    min-height: 300px;
}

.brekerani {
    float: left;
    height: 30px;
    margin: 20px 0;
    padding: 0 50px 0 0;
    width: 100%;
}

.brekerani2 {
    margin-top: 0;
    padding: 0 0 0 50px;
}

.line {
    border-bottom: 1px solid #333;
    margin-top: 30px;
    position: relative;
}

.linef {
    border-bottom: 1px solid #333;
    margin-top: 30px;
    position: relative;
}

.circlecon {
    position: absolute;
    top: -25px;
}

.circlecon2 {
    position: absolute;
    right: 0;
    top: -25px;
}

.circle {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.para-back:hover .circle {
    font-size: 40px;
}

.innerconsec {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(97, 97, 97, 1) 100%) repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    min-height: 280px;
    padding: 59px 20px 10px;
}

    .innerconsec h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 15px;
        padding-bottom: 20px;
        position: relative;
    }

        .innerconsec h3::after {
            background: #fff none repeat scroll 0 0;
            bottom: 0;
            content: "";
            display: inline-block;
            height: 2px;
            left: 50%;
            margin-left: -55px;
            position: absolute;
            width: 110px;
        }

.about p {
    float: left;
    width: 100%;
}

.hexagon {
    background-color: #f58025;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    display: inline-block;
    height: 61.78px;
    left: 50%;
    margin: 30.89px 0 30.89px -52px;
    position: absolute;
    top: -62px;
    transition: all 0.3s ease-in-out 0s;
    width: 107px;
}

.innerconsec .hexagon img {
    left: 7px;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: all 0.9s ease 0s;
}

.innerconsec:hover .hexagon {
    transform: scale(1.1);
}

    .innerconsec:hover .hexagon img {
        transform: rotateY(360deg);
    }

.carousel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0);
}

.hexagon::before, .hexagon::after {
    background-color: inherit;
    content: "";
    height: 75.66px;
    left: 8.6698px;
    position: absolute;
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    width: 75.66px;
    z-index: 1;
}

.hexagon::before {
    border-right: 9.8995px solid #ffffff;
    border-top: 9.8995px solid #ffffff;
    top: -37.8302px;
}

.hexagon::after {
    border-bottom: 9.8995px solid #ffffff;
    border-left: 9.8995px solid #ffffff;
    bottom: -37.8302px;
}

.hexagon > img {
    margin-top: -10px;
    position: relative;
    z-index: 20;
}

.carousel .glyphicon {
    background: #666 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.testimonial .carousel-inner {
    margin: 0 auto;
    padding-bottom: 35px;
    width: 90%;
}

.testimonial .carousel {
    border-bottom: 2px solid rgb(255, 138, 29);
}

.mynav {
    /* box-shadow: 0 5px 5px 0 rgba(140, 140, 140, 0.45); */
    margin-bottom: 0 !important;
    position: relative;
    z-index: 99;
}

.maynavcon {
    background: #15156B;
    float: left;
    padding: 0;
    width: 100%;
}

.main_header {
    background: rgb(255, 138, 29) none repeat scroll 0 0;
    color: #fff;
    padding: 3px;
}

.productOverviewBlock .svgCircleBlock {
    background-color: #f58025;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    display: inline-block;
    height: 61.78px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -30px;
    width: 107px;
}

    .productOverviewBlock .svgCircleBlock::before, .productOverviewBlock .svgCircleBlock::after {
        background-color: inherit;
        content: "";
        height: 75.66px;
        left: 8.6698px;
        position: absolute;
        transform: scaleY(0.5774) rotate(-45deg);
        width: 75.66px;
        z-index: 1;
    }

    .productOverviewBlock .svgCircleBlock::before {
        border-right: 9.8995px solid #ffffff;
        border-top: 9.8995px solid #ffffff;
        top: -37.8302px;
    }

    .productOverviewBlock .svgCircleBlock::after {
        border-bottom: 9.8995px solid #ffffff;
        border-left: 9.8995px solid #ffffff;
        bottom: -37.8302px;
    }

#peripheralsBlockcon {
}

.productOverviewWrapper .productOverviewBlock .svgCircleBlock .lazy-line {
    float: left;
    height: 93px !important;
    vertical-align: middle;
    width: 93px !important;
}

    .productOverviewWrapper .productOverviewBlock .svgCircleBlock .lazy-line svg {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 78%;
        position: relative;
        top: -5px;
        z-index: 999;
    }

.productOverviewWrapper #svgOverlay, #undefined {
    display: table;
    height: 95px;
    left: 50%;
    margin-left: -52px;
    position: absolute;
    top: -34px;
    width: 95px;
    z-index: 9999;
}

.productOverviewWrapper.industriesmarine #svgOverlay {
    margin-left: 115px;
}

.productOverviewWrapper #svgOverlay div {
    display: block;
    height: 95px !important;
    vertical-align: middle;
    width: 95px !important;
}

.productOverviewWrapper #svgOverlay .lazy-line svg {
    display: block;
    height: auto;
    margin-left: 20px;
    max-width: 75%;
}

.carousel-inner .item h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    transition: all 0.7s ease-in-out 0s;
    width: 0;
}

.carousel-inner .item.active h1 {
    max-width: 100%;
    opacity: 1;
    width: 300px;
}

.carousel-inner .item h1 span {
    color: #f58025;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
    white-space: nowrap;
    width: 100%;
}

.tablecon {
    float: left;
    margin: 30px 0;
    overflow: auto;
    width: 100%;
}

    .tablecon table {
        float: left;
        width: 100%;
    }

        .tablecon table th {
            background: #333 none repeat scroll 0 0;
            color: #fff;
            font-size: 13px;
            padding: 10px;
        }

        .tablecon table td {
            font-size: 13px;
            padding: 10px;
        }

            .tablecon table td a {
                color: #ff8a1d;
            }

        .tablecon table tr {
            background: #efefef none repeat scroll 0 0;
            border-left: 3px solid #efefef;
        }

            .tablecon table tr:nth-child(2n) {
                background: #fff none repeat scroll 0 0;
                border-left: 3px solid #fff;
            }

            .tablecon table tr:first-child, .tablecon table tr:hover {
                background: #ffddbf none repeat scroll 0 0;
                border-left: 3px solid #ff8a1d;
            }

.midcon {
    float: left;
    padding: 50px 0 70px;
    width: 100%;
}

.mymdl1 {
    font-size: 12px;
    max-width: 100%;
    width: 1000px;
}

    .mymdl1 .tablecon {
        margin: 0;
        max-height: 500px;
    }

        .mymdl1 .tablecon th {
            background: #666 none repeat scroll 0 0;
        }

    .mymdl1 .modal-body {
        margin: 20px 0;
        max-height: 80%;
        overflow: auto;
        padding: 0 30px;
    }

.recive_info h1 {
    margin-bottom: 0;
}

#flip, #flip_change, #flip_unchange {
    border-bottom: 2px solid #b5b5b5;
}

.instruction h1, .subscription_info h1 {
    margin: 20px 0 0;
}

.myentry {
    background: #777 none repeat scroll 0 0;
    color: #fff;
    display: none;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 15px;
    width: 100%;
}

    .myentry input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #fff;
        border-image: none;
        border-style: solid;
        border-width: 0 0 2px;
        color: #fff;
        height: 28px;
        margin-left: 20px;
        min-width: 100px;
        width: 30%;
    }

    .myentry a {
        background: #ff8a1d none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        padding: 0 10px;
    }

.subscription_info {
    margin-bottom: 50px;
}

#panel_unchange, #panel_change, #panel {
    background: #fbfbfb none repeat scroll 0 0;
    padding: 20px;
}

.myentry label {
    line-height: 36px;
    margin-bottom: 0;
}

#panel label {
    line-height: 40px;
    margin-bottom: 0;
}

.myfrm > div {
    margin-bottom: 10px;
    margin-top: 10px;
}

.panelcon {
    display: none;
}

    .panelcon.show {
        display: block;
    }

.toolcon {
    float: left;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
}

    .toolcon .glyphicon {
        font-size: 20px;
    }

    .toolcon span {
        cursor: pointer;
    }

    .toolcon:hover .mytooltip {
        display: block;
    }

.mytooltip {
    background: #555 none repeat scroll 0 0;
    border-radius: 10px;
    display: none;
    height: 300px;
    left: -250px;
    padding: 15px;
    position: absolute;
    top: -310px;
    width: 500px;
}

    .mytooltip::after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #555;
        content: "";
        height: 0;
        left: 52%;
        position: absolute;
        width: 0;
    }

.innrblkcon {
    margin-bottom: 20px;
    min-height: 150px;
}

.updatecard {
    margin-bottom: 30px;
}

.formhead {
    background: #bfbfbf none repeat scroll 0 0;
    margin: 10px 0;
    padding: 10px;
}

#msform {
    float: left;
    margin: 50px auto;
    position: relative;
    text-align: center;
    width: 100%;
}

    #msform h2 {
        font-weight: bold;
        text-align: left;
    }

    #msform .blkcon {
        background: white none repeat scroll 0 0;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        float: left;
        padding: 20px 30px;
        width: 100%;
    }

.action-button {
    background: #ff8a1d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 1px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 15px;
    min-width: 100px;
    padding: 10px 15px;
}

    .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #ff8a1d;
    }

.fs-title {
    color: #2c3e50;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fs-msg {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
}

.fs-subtitle {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
}

#progressbar {
    counter-reset: step;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

    #progressbar li {
        background: #555 none repeat scroll 0 0;
        color: white;
        float: left;
        font-size: 14px;
        line-height: 40px;
        list-style-type: none;
        position: relative;
        text-transform: uppercase;
        width: 33.33%;
    }

        #progressbar li:last-child::after {
            content: none;
        }

        #progressbar li::after {
            border-bottom: 20px solid transparent;
            border-left: 10px solid #555;
            border-top: 20px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -10px;
            width: 0;
            z-index: 99;
        }

        #progressbar li::before {
            border-bottom: 24px solid transparent;
            border-left: 12px solid #fff;
            border-top: 24px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -12px;
            top: -4px;
            width: 0;
            z-index: 98;
        }

        #progressbar li.active::after {
            border-left: 10px solid #ff8a1d;
        }

        #progressbar li.active {
            background: #ff8a1d none repeat scroll 0 0;
            color: white;
        }

.billing_change {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}

    .billing_change li, .billing_change li > a {
        float: left;
        width: 100%;
    }

        .billing_change li > a {
            border-radius: 30px 0 0 30px;
            display: inline-block;
            height: auto;
        }

        .billing_change li.active > a {
            background: #ababab none repeat scroll 0 0 !important;
            color: #fff !important;
        }

    .billing_change li {
        position: relative;
    }

        .billing_change li.active::after {
            border-bottom: 4px solid transparent;
            border-right: 4px solid #ababab;
            border-top: 4px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: 0;
            top: -3px;
            width: 0;
        }

        .billing_change li.active:first-child::after {
            display: none;
        }

        .billing_change li.active::before {
            border-bottom: 4px solid transparent;
            border-right: 4px solid #ababab;
            border-top: 4px solid transparent;
            bottom: 5px;
            content: "";
            height: 0;
            position: absolute;
            right: 0;
            width: 0;
        }

.log_out img {
    max-height: 13px;
    position: absolute;
    left: 0;
    top: 1px;
}

.pharagraph4 {
    font-size: 12px;
    text-align: left;
}

    .pharagraph4 > span.label {
        display: inline-block;
        float: left;
        font-weight: bold;
        min-width: 150px;
        text-align: left;
    }

.termsdialog {
    max-width: 100%;
    width: 1000px;
}

.firmsupport {
    max-width: 90%;
    width: 800px;
}

.completeord {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 200px 0;
    text-align: center;
    width: 100%;
}

    .completeord img {
        margin-right: 20px;
    }

.youacctab {
    height: 400px;
}

.biilinfocon .tab-pane {
    min-height: 300px;
}

    .biilinfocon .tab-pane .btn-issue {
        bottom: 15px;
        position: absolute;
        right: 15px;
    }

    .biilinfocon .tab-pane .btn-issue-left {
        bottom: 15px;
        left: 15px;
        position: absolute;
    }

#terms .modal-body {
    max-height: 500px;
    overflow: auto;
}

.action-button:hover {
    color: #fff;
}

.success_main, .success_main h2 {
    text-align: center !important;
}

.forgot_link_main {
    margin-top: 15px;
}

.forgot_pass {
    margin: 15px 0 !important;
}

.m-t-20 {
    margin-top: 20px;
}

.page-container {
    min-height: 100%;
    padding-bottom: 0px;
    position: relative;
}

.cls {
    background-color: #15156b;
    border-radius: 10px;
    font-size: 10px;
    padding: 4px 6px;
    text-align: left;
    width: 20px;
}

.checkbox::before {
    clear: both;
    content: "";
    display: table;
}

.update-nag {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

    .update-nag:hover {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .update-nag > .update-split {
        background: #337ab7 none repeat scroll 0 0;
        color: #fff !important;
        float: left;
        height: 100%;
        text-align: center;
        width: 33px;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px) !important;
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c none repeat scroll 0 0 !important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f none repeat scroll 0 0 !important;
        }

        .update-nag > .update-split.update-info {
            background: #5bc0de none repeat scroll 0 0 !important;
        }

    .update-nag > .update-text {
        line-height: 19px;
        padding-left: 45px;
        padding-right: 10px;
        padding-top: 11px;
        font-size: 13px;
    }

.close {
    color: #fff;
    opacity: 1;
}
/*.ui-dialog {
    min-width:1000px;
}*/


.ui-dialog {
    min-width: 50%;
    width: 50% !important;
}

.dataTables_wrapper {
    overflow: auto;
}


/*27-09-2016*/

.myentry-blk {
    display: inline-block;
    width: 50%;
}

.my-blk-1 {
    width: 98%;
    position: relative;
}

.myentry .myentry-blk input {
    width: 59%;
}

.myentry .myentry-blk.my-blk-1 input {
    width: 74%;
}

.or-div {
    height: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    /*width: 600px;*/
    margin: 0 auto 30px;
}

    .or-div span {
        background-color: #777;
        padding: 0 15px;
    }

.myentry.text-center {
    padding: 25px 15px 25px;
}

.my-blk-1 > span {
    display: block;
    clear: both;
    font-style: italic;
    opacity: 0.8;
    font-size: 12px;
    position: absolute;
    right: 13%;
    bottom: -14px;
}
/*end 27-09-2016*/

/*28-09-2016*/
#records_table .table tbody > tr:nth-child(4n-3), #records_table .table tbody > tr:nth-child(4n-2) {
    background-color: #f3f3f3;
}

    #records_table .table tbody > tr:nth-child(4n-2) > td {
        border-top: none;
    }

#records_table .table tbody > tr:nth-child(4n) > td {
    border-top: none;
}

#records_table .table-filter tbody tr:hover {
    background-color: #e9e9e9;
}

.container-fluid {
    padding: 0 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.style-none {
    list-style: none;
    padding-left: 0;
}

.mt0 {
    margin-top: 0;
}

.other-subs .ladda-button[data-color=green] {
    background: #f58025;
    border-color: #f58025;
    margin-top: 15px;
}

.other-subs .btn-primary {
    background-color: #001A7B;
    border-color: #001A7B;
}

.other-subs .table-filter .media .title {
    color: #f58025;
}
/*end 28-09-2016*/

/*15-10-2016*/

.container-fluid.para-back {
    padding: 0;
}

.mynav .navbar-nav li.dropdown.menu-dd {
    background-color: transparent;
}

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a {
    color: #fff;
}

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu {
    padding: 0;
    margin-top: 0;
}

    .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a {
        color: #fff;
        font-size: 15px;
        padding: 15px !important;
    }

        .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a:hover,
        .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a:focus {
            background-color: #222;
            color: rgb(255, 138, 29);
        }

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a:hover,
.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a:focus,
.mynav li.dropdown.menu-dd > a:active {
    color: rgb(255, 138, 29) !important;
}

.mynav.navbar-default .navbar-nav > .open.menu-dd > a,
.mynav.navbar-default .navbar-nav > .open.menu-dd > a:focus,
.mynav.navbar-default .navbar-nav > .open.menu-dd > a:hover {
    background-color: transparent;
}

.mynav.navbar-default .navbar-nav > .menu-dd:hover > .dropdown-menu {
    display: block;
}
/*--15-10-2016*/

/*- 24-10-2016 -*/
.other-subs .glyphicon.glyphicon-arrow-right {
    font-size: 24px;
    vertical-align: text-bottom;
    margin-left: 1cm;
}

/* -- 24-10-2016 */

.logoimage {
    height: 55px;
}

.hemispherep-logo .logoimage {
    height: auto;
    width: 258px;
}

.atlascont {
    /*     float: right; */
}

.d-none {
    display: none;
}

.atlaslogoimage {
    height: 40px;
}

@media (max-width: 360px) {
    .heading1 {
        font-size: 22px;
    }

    .heading2 {
        font-size: 19px;
    }

    .heading3 {
        font-size: 16px;
    }

    .text-right {
        text-align: left;
    }

    #panel_unchange {
        padding: 0;
    }
}

@media (max-width: 1050px) {

    .logoimage {
        height: 40px;
    }

    .atlaslogoimage {
        height: 30px;
    }
}

@media (max-width: 900px) {
    .logoimage {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .botyo.botom {
        float: left;
        padding: 20px;
        position: static;
        text-align: center;
        width: 100%;
    }

    .innerconsec {
        margin-top: 100px;
    }

    .atlascont {
        float: left;
    }
}

@media (max-width: 420px) {
    .heading7 > span {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .mymdl1 .tablecon {
        max-height: 300px;
    }
}

@media(min-width:1650px) {
    .orderblocks {
        width: 1600px;
        max-width: 1600px;
        margin: 0 auto;
    }

    .about #map-img {
        max-height: 300px;
    }

    .orderblocks > div > div {
        width: 29%;
        margin: 0 2.16%;
    }
}

@media only screen and (min-width: 1200px) {
    .ui-dialog {
        width: 1000px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .ui-dialog {
        min-width: 50%;
        width: 90% !important;
    }
}



.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.p-20 {
    padding: 20px;
}

.p-50 {
    padding: 50px;
}

.pt-3 {
    padding-top: 20px;
}

.field-validation-error {
    color: red; /*#721c24;*/
    font-size: 13px;
    display: block;
    line-height: 22px;
}

.page-content {
    padding: 20px 0 80px 0;
}


.restore-impersonate {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    color: #fff;
}

    .restore-impersonate a, .restore-impersonate a:focus, .restore-impersonate a:hover {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background-color: #e67325;
        color: #fff;
        padding: 15px 20px;
        border: 0px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold;
        box-shadow: 3px 5px 4px 0 rgb(0 0 0 / 26%) !important;
    }


.head-p-0 {
    padding: 0;
}

.navbar-default .navbar-brand.hemispherep-logo {
    clip-path: path('M0 0L282.946 3.42222L290 70.4333L0 74V0Z');
    background: #fff;
    width: 290px;
    height: 74px
}

.atlascont .logoimage {
    height: 40px;
}

.user-account .user-shape:before {
    content: "";
    background: #FB8322;
    clip-path: path('M144 0L0 6V74L144 80V0Z');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 144px;
    z-index: 1;
    height: 80px;
}

ul.nav.navbar-nav.navbar-right.main_change {
    margin: 0;
}

.user-account .user-shape span {
    position: relative;
    z-index: 9;
    font-weight: bold;
    display: inline-block;
    padding-left: 32px;
}

    .user-account .user-shape span svg {
        position: absolute;
        left: 0px;
        top: -3px;
    }
/* .slider .carousel-inner .item{position:relative} */
.slider .carousel-inner .item:before {
    background: linear-gradient(90deg, rgba(0,0,0,0.773546918767507) 0%, rgba(0,0,0,0) 49%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(251 131 34 / 80%);
    right: 0;
    width: 636px;
    height: 204px;
    clip-path: path('M0 0L619.902 21.3857L636 190.881L0 204V0Z');
    margin: auto;
    padding: 50px 0
}

.carousel-inner .item .slider-content h1 {
    position: static;
    background: transparent;
    font-size: 30px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 10px;
}

.slider-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Inter';
    text-align: center;
    margin: 0;
}

.slider-content p {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(251 131 34 / 80%);
    right: 0;
    width: 636px;
    height: 204px;
    clip-path: path('M0 0L619.902 21.3857L636 190.881L0 204V0Z');
    margin: auto;
    padding: 40px 15px;
}

.slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 0 8px 0;
    display: block;
    transition: 0.7s;
}

    .slider .carousel-indicators li.active {
        height: 30px;
    }

.slider .carousel-indicators {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 999
}

.features-home-section {
    padding-bottom: 60px
}

    .features-home-section .row {
        display: flex;
        flex-wrap: wrap;
    }

.features-home-block {
    background: #FBF6F5;
    text-align: center;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
}

    .features-home-block span {
        border-radius: 120px;
        display: inline-flex;
        background: #fff;
        width: 113px;
        height: 113px;
        position: relative;
        align-items: center;
        justify-content: center;
        border-top: 4px solid #FB8322;
    }

        .features-home-block span img {
            width: 50px;
        }

    .features-home-block h4 {
        font-size: 16px;
        font-family: inter;
        font-weight: bold;
        text-transform: uppercase;
        margin: 30px 0 10px;
        color: #15156B
    }

    .features-home-block p {
        font-size: 15px;
        color: #555;
        line-height: 24px;
        margin: 0;
        font-weight: 400;
    }

.features-home-section {
    margin: -25px 0 0;
}

.mb-50 {
    margin-bottom: 50px
}

.global-home-figure figure:after {
    border: 1px solid #FB8322;
    content: "";
    width: 525px;
    height: 445px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 18px;
    z-index: 9;
}

.global-home-figure figure img.large-image {
    border-radius: 44px;
    box-shadow: 10px 14px 24px 0px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 10;
}

.global-home-figure figure {
    position: relative;
    padding-right: 0px;
    max-width: 550px;
    width: 100%;
}

.global-home-figure img.small-image {
    position: absolute;
    top: 0;
    left: -70px;
    border-radius: 39px;
    border: 6px solid #fff;
    width: 250px;
    z-index: 11;
}

.global-high-section {
    background: #F6F6F6;
    padding: 100px 0;
    position: relative
}

    .global-high-section:before {
        content: "";
        background-image: url(../images/world-map.png);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-repeat: no-repeat;
    }

.global-content h4 {
    font-size: 34px;
    font-family: 'Inter';
    line-height: 43px;
    font-weight: bold;
    color: #15156B;
}

.global-content p {
    font-size: 18px;
    line-height: 36px;
    color: #555;
    font-weight: 400;
}

.learn-more-btn a {
    display: inline-block;
    padding: 14px 19px;
    color: #FB8322;
    border: 1px solid #FB8322;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 30px;
    position: relative
}

    .learn-more-btn a span {
        background: #FB8322;
        display: flex;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: absolute;
        right: -11px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 9;
    }

    .learn-more-btn a:after {
        content: "";
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        background: #f6f6f6;
        width: 1px;
        height: 30px;
        margin: auto;
    }

.learn-more-btn {
    margin: 25px 0 0;
    display: inline-block;
    width: 100%;
}

    .learn-more-btn a:hover {
        background: #FB8322;
        color: #fff;
    }

        .learn-more-btn a:hover:after {
            background: #FB8322;
        }

        .learn-more-btn a:hover span {
            background: #cd640f;
        }

.global-content {
    padding-left: 10px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-self-center {
    align-self: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.get-in-touch {
    position: relative;
    height: 750px;
    margin-top: 10px;
}

    .get-in-touch:before {
        content: "";
        background-color: #15156B;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 55%;
        clip-path: polygon( -27.51% 0%, 100% 0%, 83.56% 100%, -27.51% 100% );
        height: 581px;
        background-image: url(../images/graph-element.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

.page-content {
    padding: 20px 0 80px 0;
}


.restore-impersonate {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    color: #fff;
}

    .restore-impersonate a, .restore-impersonate a:focus, .restore-impersonate a:hover {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background-color: #e67325;
        color: #fff;
        padding: 15px 20px;
        border: 0px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold;
        box-shadow: 3px 5px 4px 0 rgb(0 0 0 / 26%) !important;
    }


.head-p-0 {
    padding: 0;
}

.navbar-default .navbar-brand.hemispherep-logo {
    clip-path: path('M0 0L282.946 3.42222L290 70.4333L0 74V0Z');
    background: #fff;
    width: 290px;
    height: 74px
}

.atlascont .logoimage {
    height: 40px;
}

.user-account .user-shape:before {
    content: "";
    background: #FB8322;
    clip-path: path('M144 0L0 6V74L144 80V0Z');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 144px;
    z-index: 1;
    height: 80px;
}

ul.nav.navbar-nav.navbar-right.main_change {
    margin: 0;
}

.user-account .user-shape span {
    position: relative;
    z-index: 9;
    font-weight: bold;
    display: inline-block;
    padding-left: 32px;
}

    .user-account .user-shape span svg {
        position: absolute;
        left: 0px;
        top: -3px;
    }
/* .slider .carousel-inner .item{position:relative} */
.slider .carousel-inner .item:before {
    background: linear-gradient(90deg, rgba(0,0,0,0.773546918767507) 0%, rgba(0,0,0,0) 49%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(251 131 34 / 80%);
    right: 0;
    width: 636px;
    height: 204px;
    clip-path: path('M0 0L619.902 21.3857L636 190.881L0 204V0Z');
    margin: auto;
    padding: 50px 0
}

.carousel-inner .item .slider-content h1 {
    position: static;
    background: transparent;
    font-size: 18px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 10px;
}

.slider-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Inter';
    text-align: center;
    margin: 0;
}

.slider-content p {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(251 131 34 / 80%);
    right: 0;
    width: 636px;
    height: 204px;
    clip-path: path('M0 0L619.902 21.3857L636 190.881L0 204V0Z');
    margin: auto;
    padding: 40px 15px;
}

.slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 0 8px 0;
    display: block;
    transition: 0.7s;
}

    .slider .carousel-indicators li.active {
        height: 30px;
    }

.slider .carousel-indicators {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 999
}

.features-home-section {
    padding-bottom: 60px
}

    .features-home-section .row {
        display: flex;
        flex-wrap: wrap;
    }

.features-home-block {
    background: #FBF6F5;
    text-align: center;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
}

    .features-home-block span {
        border-radius: 120px;
        display: inline-flex;
        background: #fff;
        width: 113px;
        height: 113px;
        position: relative;
        align-items: center;
        justify-content: center;
        border-top: 4px solid #FB8322;
    }

        .features-home-block span img {
            width: 50px;
        }

    .features-home-block h4 {
        font-size: 16px;
        font-family: inter;
        font-weight: bold;
        text-transform: uppercase;
        margin: 30px 0 10px;
        color: #15156B
    }

    .features-home-block p {
        font-size: 15px;
        color: #555;
        line-height: 24px;
        margin: 0;
        font-weight: 400;
    }

.features-home-section {
    margin: -25px 0 0;
}

.mb-50 {
    margin-bottom: 50px
}

.global-home-figure figure:after {
    border: 1px solid #FB8322;
    content: "";
    width: 525px;
    height: 445px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 18px;
    z-index: 9;
}

.global-home-figure figure img.large-image {
    border-radius: 44px;
    box-shadow: 10px 14px 24px 0px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 10;
}

.global-home-figure figure {
    position: relative;
    padding-right: 0px;
    max-width: 550px;
    width: 100%;
}

.global-home-figure img.small-image {
    position: absolute;
    top: 0;
    left: -70px;
    border-radius: 39px;
    border: 6px solid #fff;
    width: 250px;
    z-index: 11;
}

.global-high-section {
    background: #F6F6F6;
    padding: 100px 0;
    position: relative
}

    .global-high-section:before {
        content: "";
        background-image: url(../images/world-map.png);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-repeat: no-repeat;
    }

.global-content h4 {
    font-size: 34px;
    font-family: 'Inter';
    line-height: 43px;
    font-weight: bold;
    color: #15156B;
}

.global-content p {
    font-size: 18px;
    line-height: 36px;
    color: #555;
    font-weight: 400;
}

.learn-more-btn a {
    display: inline-block;
    padding: 14px 19px;
    color: #FB8322;
    border: 1px solid #FB8322;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 30px;
    position: relative
}

    .learn-more-btn a span {
        background: #FB8322;
        display: flex;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: absolute;
        right: -11px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 9;
    }

    .learn-more-btn a:after {
        content: "";
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        background: #f6f6f6;
        width: 1px;
        height: 30px;
        margin: auto;
    }

.learn-more-btn {
    margin: 25px 0 0;
    display: inline-block;
    width: 100%;
}

    .learn-more-btn a:hover {
        background: #FB8322;
        color: #fff;
    }

        .learn-more-btn a:hover:after {
            background: #FB8322;
        }

        .learn-more-btn a:hover span {
            background: #cd640f;
        }

.global-content {
    padding-left: 10px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-self-center {
    align-self: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.get-in-touch {
    position: relative;
    height: 750px;
    margin-top: 10px;
}

    .get-in-touch:before {
        content: "";
        background-color: #15156B;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 55%;
        clip-path: polygon( -27.51% 0%, 100% 0%, 83.56% 100%, -27.51% 100% );
        height: 581px;
        background-image: url(../images/graph-element.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }


.connect-block span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.connect-block h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inter;
    margin: 10px 0 15px;
    line-height: 45px
}

.connect-block p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.connect-block {
    max-width: 490px;
    margin: 100px 0 20px;
    display: inline-block;
    width: 100%;
}

.contact-number {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #FB8322;
    font-weight: bold;
    margin: 20px 0 0;
}

    .contact-number span {
        display: flex;
        width: 50px;
        height: 50px;
        background: #FB8322;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }

.get-in-touch:after {
    content: "";
    background: #FB8322;
    position: absolute;
    top: 57px;
    bottom: 0;
    right: 0;
    width: 54.2%;
    clip-path: polygon( -27.51% 0%, 100% 0%, 83.56% 100%, -27.51% 100% );
    height: 581px;
    transform: rotate(180deg);
}

.contact-heading h4 {
    font-size: 36px;
    font-family: 'Inter';
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.contact-form-block {
    position: relative;
    z-index: 99;
    margin: 90px 0 0;
}

.contact-form .form-group input {
    background-color: #fff;
    border: 1px solid #fff;
    height: 42px;
    border-radius: 6px;
}

.contact-form .form-group textarea {
    background-color: #fff;
    border: 1px solid #fff;
    height: 95px;
    border-radius: 6px;
}

.contact-form {
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 18px;
}

    .contact-form .learn-more-btn {
        position: absolute;
        bottom: -24px;
        left: 40px;
    }

        .contact-form .learn-more-btn a {
            color: #1E1E71;
            border-color: #1E1E71;
            background: #ff7c00;
        }

            .contact-form .learn-more-btn a span {
                background: #1E1E71;
            }

            .contact-form .learn-more-btn a:after {
                background: #1E1E71;
            }

.contact-number span.toll-free img {
    width: 53px;
}

.contact-heading p {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.tech-support {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}

.dark-blue-btn {
    display: inline-block;
    padding: 14px 19px;
    color: #1E1E71;
    border: 1px solid #1E1E71;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 25px;
    position: relative;
}

    .dark-blue-btn span {
        background: #1E1E71;
        display: flex;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: absolute;
        right: -11px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 9;
        transition: all 0.5s ease 0s;
    }

    .dark-blue-btn:after {
        content: "";
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        background: #FB8322;
        width: 1px;
        height: 30px;
        margin: auto;
    }

    .dark-blue-btn span svg path {
        fill: #ff7c00;
    }

    .dark-blue-btn:hover {
        background: #1E1E71;
        color: #ff7c00;
    }

        .dark-blue-btn:hover:after {
            background: #10156a;
        }

        .dark-blue-btn:hover span {
            background: #2626b1;
        }

.footer-bg {
    background: #EBEBEB;
    display: inline-block;
    width: 100%;
    padding: 0px 0;
}

.useful-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-media ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: end;
}

.footer-address p { margin: 0; position: relative; z-index: 9; display: flex; gap: 9px; }

footer.footer-section {
    background-color: transparent;
    padding:0;
    position: static;
}
.footer-align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-address { width: 315px; padding: 20px 40px; position: relative; }
.footer-address:after { content: ""; background: #fb8322; position: absolute; clip-path: path('M30 0H285L315 96H0L30 0Z'); bottom: 0; left: 0; right: 0; width: 100%; height: 94px; }
.useful-links ul li {
    color: #15156B;
    text-transform: uppercase;
    font-weight: bold;
}
    .useful-links ul li a {
        color: #555555;
        font-weight: normal;
    }

.social-media ul li a {
    display: inline-block;
    border: 2px solid #15156B;
    border-radius: 100px;
    background: #15156B;
}

.social-media ul li a:hover {
    border-color: #fb8322;
    background: #fb8322;
}

.social-media ul li a img{

opacity:1;
}

.copyright-text p a, .copyright-text p  {
    color: #555
}
.navbar-default .maynavcon .navbar-toggle { border: none; background-color: transparent; margin: 20px 0 0; }
.maynavcon .navbar-collapse { float:right;}

.activ_sub ol.breadcrumb {
    margin-bottom: 0;
}
.activ_sub ol.breadcrumb li{margin:0;}
.activ_sub ol.breadcrumb li.active { color: #555; }

.section-top-heading { padding: 20px 0; }



@media(max-width:767px) {
    .slider-content {
        height: 185px;
        max-width: 93%;
    }
    .carousel-inner .item .slider-content h1 {
        font-size:16px
    }
    .slider-content h3{
        font-size:24px
    }
    .slider-content p{
        font-size:18px
    }

.maynavcon .navbar-header a { padding: 5px; height: 74px; display: flex; align-items: center; }
.maynavcon .navbar-header a.hemispherep-logo{width:170px; display:flex; align-items:center;}
.hemispherep-logo .logoimage{ width:100%;}

.maynavcon .navbar-header a.atlascont { width: 95px; }
.atlascont .logoimage { height: auto; width: 100%; }

.global-home-figure figure:after{display:none;}
.global-home-figure { margin: 0 0 30px; }

    .global-home-figure img.small-image{width:150px; border-radius:20px;     left: -20px;}
.get-in-touch:before { width: 100%; clip-path: inherit; height: 60%; }
.get-in-touch:after { width: 100%; clip-path: inherit; height:40%; bottom: 0; top: auto; }

.connect-block{margin-top:40px}
.get-in-touch{height:auto; padding-bottom:40px;         margin: 0 0 100px;}

.footer-address{margin:0 auto 25px;}
.footer-address:after{height:80px}
.social-media ul { margin: 20px 0 30px; justify-content: center; }
.user-account .user-shape:before{left:0; right:auto;}
.maynavcon .navbar-collapse { float:none;}
}






