@charset "utf-8";
.about-us-orange-header {
    background: #f09222 url(../png/map-banner.png)center center no-repeat !important;
    min-height: 543px;
    display: flex;
    align-items: center;
}

.about-us-orange-header h1 {
    font-family: GraphikMedium;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding-top: 0px;
    letter-spacing: -0.5px;
}

.about-us-orange-header a.white-btn {
    font-family: GraphikRegular;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    background: #ffffff;
    text-decoration: none;
    color: #f09221;
    padding: 10px 14px 10px;
    width: auto;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #ffffff;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
}

strong,
b {
    font-family: 'GraphikMedium';
    font-weight: normal;
}

p {
    font-size: 18px;
    line-height: 26px;
}

.about-first-section {}

p.justify {
    text-align: justify;
}

p.font20 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0;
    padding-top: 20px;
}

.ol_style_li {
    margin: 40px 0;
    padding-left: 30px;
}

.ol_style_li li {
    font-size: 18px;
    line-height: 26px;
    font-family: GraphikRegular;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    text-align: justify
}

.ol_style_li li:last-child {
    margin-bottom: 0;
}

.ol_style_li li:before {
    background-image: url(../png/list-style.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-grid;
    width: 14px;
    height: 14px;
    content: "";
    margin-left: -30px;
    margin-right: 15px;
}

.about-top-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-top-list li {
    padding: 45px 0px 40px;
    border-bottom: 1px solid #dadada;
    display: block;
}

.about-top-list li:last-child {
    border-bottom: none;
}

.about-top-list li .icon {
    width: 62px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 20px;
}

.about-top-list li .text {
    color: #444444;
    font-family: GraphikMedium;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 260px;
}

.about-top-list li .text span {
    font-size: 46px;
    margin-bottom: 20px;
    font-family: GraphikMedium;
    display: block;
}

.light-gray-bg {
    width: 100%;
    background: #f6f6f6;
    padding: 30px 0;
    margin: 0 auto;
}

h3 {
    font-family: 'GraphikMedium';
    color: #333333;
    margin: 15px auto 40px;
    text-align: center;
}

h3 span {
    font-family: 'GraphikMedium';
    color: #f19204;
}

.four-box-spliter {
    list-style: none;
    margin: 10px auto 20px;
    padding: 0;
    display: block;
    text-align: center;
}

.four-box-spliter li {
    width: 286px;
    display: inline-block;
    padding: 10px 20px 10px;
    border-right: 1px solid #d7d7d7;
    vertical-align: top;
    min-height: 235px;
}

.four-box-spliter li:last-child {
    border-right: none;
}

.four-box-spliter li img {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    display: block;
}

.four-box-spliter li p {
    margin: 0 auto;
    text-align: center;
}

.executive-leadership {
    padding: 40px 0;
    margin: 0 auto
}

.executive-leadership .executive-photo {
    margin: 0 auto 30px;
    text-align: center;
}

.executive-leadership .executive-name {
    text-align: center;
    font-family: 'GraphikMedium';
    color: #333333;
    font-size: 18px;
}

.executive-leadership .executive-name span {
    font-family: 'GraphikRegular';
    color: #666666;
    font-size: 16px;
    display: block;
}

.dark-gray-bg {
    width: 100%;
    background: #3c3c3c;
    padding: 80px 0;
}

.dark-gray-bg h3 {
    color: #ffffff;
    margin-top: 0;
}

.dark-gray-bg p {
    color: #ffffff;
    font-family: 'GraphikRegular';
    font-weight: normal;
}

.map-section p {
    margin-bottom: 25px;
    color: #ffffff;
}

.map-section p:last-child {
    margin-bottom: 0;
}

.map-section h5 {
    color: #ffffff;
    font-family: 'GraphikMedium';
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 5px;
}

.dark-gray-bg a.text-link {
    color: #f19204;
    text-decoration: none;
}

.dark-gray-bg a.text-link:hover {
    text-decoration: underline;
}

.brief-history {}

.brief-history .min-height {
    min-height: 120px;
    margin-bottom: 30px;
}

.brief-history h3 {
    text-align: left;
    margin: 0;
}

.light-gray-bg .get-started-now h4 {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.light-gray-bg .get-started-now {
    width: 90%;
    padding: 50px 0;
}

.light-gray-bg .get-started-now .ol_style_li {
    margin: 40px 0 40px;
}

@media only screen and (min-width:100px) and (max-width:1140px) {
    .res-br {
        display: none;
    }
    .map-section img,
    .min-height img {
        width: 90%;
        margin-top: 35px;
    }
    .about-top-list li .icon {
        widows: 25%;
    }
    .about-top-list li .text {
        width: 70%
    }
    .executive-leadership .executive-name {
        margin-bottom: 40px;
    }
    .executive-leadership {
        padding-bottom: 0;
    }
}

@media only screen and (min-width:461px) and (max-width:1139px) {
    .four-box-spliter li {
        width: 45%;
        margin-bottom: 20px;
    }
    .four-box-spliter li:nth-child(2) {
        border-right: none;
    }
}

@media only screen and (min-width:100px) and (max-width:460px) {
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .about-top-list li .icon {
        margin: 0 10px 0 10px;
        width: 25%;
    }
    .about-top-list li .text {
        font-size: 18px;
        line-height: 24px;
        width: 65%
    }
    .about-top-list li .text span {
        font-size: 35px;
        margin-bottom: 10px;
    }
    p.font20 {
        padding-top: 0;
    }
    .about-top-list {
        margin-top: 30px;
    }
    .four-box-spliter li {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 20px;
        min-height: auto;
    }
    .four-box-spliter li p {
        margin-bottom: 40px;
    }
    .four-box-spliter li:last-child {
        border-bottom: none;
    }
    .get-started-form .get-started-text {
        width: 100%;
    }
}

.whitecolor_sub_head {
    font-family: 'GraphikMedium';
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px
}

.subscribe-blog2 {
    background: #f6f6f6;
    padding: 40px 0;
}

.subscribe-blog2 h4 {
    font-family: 'GraphikMedium';
    color: #333333;
    font-size: 35px;
    text-align: left;
    margin: 0px auto;
    padding: 0
}

.subscribe-blog2 h4 span {
    display: block;
    font-family: 'GraphikMedium';
    font-size: 16px;
    margin-bottom: 0;
}

.subscribe-blog2 ul.subscribe-form {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.subscribe-blog2 ul.subscribe-form li {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-blog2 ul.subscribe-form li .subscriber-box {
    font-family: 'GraphikRegular';
    color: #333333;
    font-size: 14px;
    background: #F1F1F1;
    width: 320px;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 5px;
    display: inline-block;
    -webkit-transition: all .5s ease-out, visibility .5s ease-out;
    transition: all .5s ease-out, visibility .5s ease-out;
    border: 1px solid #ddd;
}

.subscribe-blog2 ul.subscribe-form li .subscriber-button {
    font-family: 'GraphikMedium';
    color: #ffffff;
    font-size: 18px;
    background: #F29305;
    width: auto;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 3px 20px 0 20px;
    display: inline-block;
    margin: 0 0px 0 15px;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
}

.eg-form-wizard .header-form,
.eg-form-wizard h3 {
    font-size: 1em;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    background: #f6f6f6;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
    text-align: left;
}

.eg-form-wizard .header-form h3,
.eg-form-wizard h3 {
    font-size: 1.3em;
    line-height: 30px;
    margin: 0;
}

.form-control {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.eg-form-wizard .btn {
    font-family: 'GraphikMedium';
    color: #ffffff;
    font-size: 18px;
    background: #F29305;
    width: auto;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 3px 20px 0 20px;
    display: inline-block;
    margin: 0 0px 0 15px;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
}

.eg-form-wizard {
    padding: 0 0px;
}

.body-form .col-xl-6.left_side {
    padding-right: 60px;
    padding-left: 60px;
}

.header-form .col-xl-6.left_side {
    padding-right: 60px;
    padding-left: 30px;
}

.body-form .col-xl-6.right_side {
    padding-left: 60px;
    padding-right: 60px;
}

.header-form .col-xl-6.right_side {
    padding-left: 40px;
    padding-right: 30px;
}

.eg-form-wizard-full {
    margin-bottom: 100px;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 1px #d4d3d3;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}

.ol_style_li_tick li {
    display: block;
    margin: 20px auto;
    padding-left: 40px !important;
    padding-bottom: 0;
    background: url(../png/orange-tick-bullet-3.png) no-repeat left 4px top 5px;
}

.supported_li li {
    padding: 10px 30px;
    border-left: 4px solid #edf1f4;
    color: #ababab;
    font-size: 22px;
    font-family: 'GraphikMedium';
    cursor: pointer;
}

.slider_li {
    display: inline-block;
    width: 5px;
    height: 55px;
    border-radius: 3px;
    background-color: #f29305;
    position: absolute;
    z-index: 1200;
    top: 0px;
    transition: all .2s linear;
}

.supported_li li {
    padding: 10px 30px;
    border-left: 4px solid #edf1f4;
    color: #ababab;
    font-size: 22px;
    font-family: 'GraphikMedium';
    cursor: pointer;
}

.supported_li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.supported_li li.active,
.supported_li li:hover {
    color: #333;
}

.supported_li .address {
    display: none;
    padding-top: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.supported_li li.active .address {
    display: block;
}

.supported_li li.active .address a {
    text-decoration: none;
}

.supported_li .address p,
.supported_li .address div {
    font-size: 18px;
}

@media only screen and (min-width:100px) and (max-width:1024px) {
    .about-us-orange-header h1 {
        font-size: 1.6em;
        margin: 0px auto 5px;
    }
    .text-left-mobile {
        text-align: center!important;
        padding-top: 0px!important;
    }
    .supported_li .address {
        display: block;
    }
    .about-us-orange-header {
        min-height: 280px;
        background-size: contain;
    }
    .light-gray-bg .get-started-now {
        width: 100%;
    }
    .brief-history h3 {
        text-align: center;
    }
    .brief-history .min-height {
        min-height: auto;
    }
    #pin-map {
        background-size: cover!important;
        margin-top: 40px;
    }
    .supported_li li .address a {
        text-decoration: none;
    }
    .dark-gray-bg {
        padding: 20px 0;
    }
    .slider_li {
        display: none;
    }
    .supported_li li {
        width: 49%;
        color: #f09222;
        border-left: 0px solid #edf1f4;
        display: inline-grid;
    }
    .supported_li li.active,
    .supported_li li:hover {
        color: #f09222;
    }
    #fixedsectioninfo2 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin: 0 auto;
    }
}

.error-egstyle {
    position: absolute;
    z-index: 100;
    font-size: 12px;
    padding: 0;
    top: 20%;
    z-index: 1000;
    right: 0;
}

.form-group {
    position: relative;
}

label.error {
    color: red;
    text-align: revert;
}

.footer .address p {
    margin: 10px 0 0;
}

.logo {
    overflow: hidden;
}

.tech-logos {
    position: relative;
}

.slider-content .owl-item p {
    -webkit-transition: opacity 3s, visibility 3s;
    transition: opacity 3s, visibility 3s;
    opacity: 0;
    visibility: hidden;
}

.slider-content .owl-item.active p {
    visibility: visible;
    opacity: 1;
}

.img-shadowno {
    background-size: 100%!important;
}

g a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

g a:hover path:not(.st11) {
    fill: #f8f8f8;
}

ul.social-icons li .social-icon-round {
    margin-right: 6px;
}

.three-box-list .box {
    margin: 14px 1%;
}

#fixedsectioninfo2 {
    width: 500px;
    margin-top: -70px;
    margin-left: 40px;
}

#fixedsectioninfo2.scrolling {
    margin-top: 0px;
}

.pricing-page-bg {
    position: relative;
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    #fixedsectioninfo2 {
        width: 455px;
        margin-top: -70px;
        margin-left: 40px;
    }
}

.show-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .eg-form-wizard-full {
        margin-bottom: 30px!important;
    }
    #fixedsectioninfo2 {
        position: static!important;
        margin: -60px auto 0!important;
        width: 100%!important;
        max-width: 500px!important;
    }
    .header-style-eg {
        height: 58px;
    }
    section {
        margin: 0;
    }
    #fixedsectioninfo2 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .supported_li li {
        width: 100%;
        border-left: 0px solid #edf1f4;
        display: inline-grid;
    }
    .text-left-mobile {
        text-align: center!important;
        padding-top: 0px!important;
    }
    .whitecolor_sub_head {
        margin-bottom: 0px;
    }
    .header-bg .py-5 {
        padding: 0rem!important;
    }
}