@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400&subset=latin-ext');

body {
    position: relative;
    font-family: "Poppins", sans-serif;
}

.fsz-1-25-rem {
    font-size: 1.25rem;
}

.language button {
    padding: .375rem 1.25rem;
    -webkit-appearance: none;
    background-color: transparent;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.language button:hover {
    box-shadow: 0 14px 26px -12px rgba(29, 29, 30, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 165, 0, 0.2);
    /*background-color: #fcfcfc;*/
}

.language button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.language button:hover::after {
    /*color: #FFFFFF;*/
}

.main-container .btn-outline-primary {
    color: #333333;
    border-color: #ffa500;
}

.main-container .btn-outline-primary:hover {
    color: #333333;
    background-color: rgba(255, 165, 0, 0.75);
    border-color: #ffa500;
    box-shadow: 0 14px 26px -12px rgba(255, 165, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 165, 0, 0.2);
}

.main-container .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.main-container .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.main-container .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

.main-container .btn-outline-primary:not(:disabled):not(.disabled).active,
.main-container .btn-outline-primary:not(:disabled):not(.disabled):active,
.main-container .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6500;
    border-color: #ffa500;
}

.main-container .btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, .5);
}

.public-page .main-logo {
    display: flex;
    align-items: center;
    width: auto;
    height: 95px;
    padding-left: 110px;
    background-image: url('/images/logo_v3.png');
    background-size: 95px;
    background-repeat: no-repeat;
    position: relative;
    /*bottom: -10px;*/

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-logo:hover {
    text-decoration: none;
}

.slogan {
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-style: oblique;
}

.public-user-details {
    /*padding: .375rem .75rem;*/
    padding: 0 .75rem;
}

.public-user-details a {
    line-height: 1.5;
}

.login-box .main-logo {
    margin-bottom: 15px;
}

.main-logo:hover {
    background-image: url('/images/logo_v3_hover.png');
}

.register-box .card-body,
.login-box .card-body {
    padding-top: 0;
}

.register-box .card-title {
    margin-top: -15px;
}

#ne-register-form .ap-label {
    padding: 3px 12px;
}

.phone {
    font-size: 110%;
    color: #333;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.phone:hover {
    text-decoration: none;
    color: #ff6500;
}

.theme-colored-button-primary {
    background-color: #ffa500;
    border-color: #ffa500;
}

.theme-colored-button-primary:hover {
    background-color: #ff6500;
    color: #ffffff;
    border-color: #ffa500;

    box-shadow: 0 14px 26px -12px rgba(255, 165, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 165, 0, 0.2);
}

.btn-primary.theme-colored-button-primary:not(:disabled):not(.disabled).active,
.btn-primary.theme-colored-button-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.theme-colored-button-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6500;
    border-color: #ffa500;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary.theme-colored-button-primary.focus,
.btn-primary.theme-colored-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, .5);
}

.z-index-50 {
    z-index: 50;
}

.header-menu nav {
    background-color: #002f4a;
    border-radius: 4px;
    /*background-image: linear-gradient(to left, #003f63 50%, #002f4a);*/
    min-height: 56px;
    position: relative;
    top: 28px;
    margin-top: -10px;
    font-size: 19px;
}

@media (min-width: 992px) {
    .header-menu .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .95rem;
        padding-left: .95rem;
    }
}

#public-carousel .carousel-inner,
#public-carousel .carousel-item {
    height: 100%;
}

.section-title {

}

.section-title h2 {
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 40px;
    color: #222;
}

.section-title h2:before {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.section-title h2:after {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #ffa500;
}

.section-title h2:after,
.section-title h2:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-subtitle {
    font-size: 1.25rem;
}

.ne-section {
    padding: 100px 0 0;
}

.ne-section:nth-child(4n + 2) {
    background-color: #ededed;
}

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
    background-color: #f6f6f6;
    border-radius: 50%;
    z-index: 0;

}

.step-icon:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    z-index: -1;
}

.step-icon .text {
    font-weight: bold;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    line-height: 36px;
    color: #a55a00;
}

.steps-list {
    list-style-type: none;
    text-align: left;
    /*padding-left: 230px;*/
}

.steps-list > li {
    display: flex;
    padding-bottom: 75px;
    position: relative;
}

.step-v-line {
    position: absolute;
    left: 55px;
    height: 100%;
    border-left: 1px dashed black;
    top: 0;
    z-index: -1;
}

.steps-list li:last-child .step-v-line {
    border-left: none;
}

.step-content {
    padding-top: 35px;
    padding-left: 25px;
}

.step-content .h3 {
    margin-bottom: 27px;
}

.steps-items .subtext {
    font-size: 1.1rem;
    text-align: justify;
}

.steps-items aside {
    display: flex;
}

/*---------------------------*/

.service-item {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 21px 15px 30px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;

    cursor: default;
}

.service-item p {
    display: block;
    height: 90px;
    padding: 0 25px;
}

.service-item .h4 {
    margin: 15px 0 17px;
    color: #ffa500;
    font-size: 1.75rem;
}

.service-item i {
    padding: 30px 0 15px 0;
}

.service-item .icon {
    color: #222;
    font-size: 55px;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item .btn-link {
    color: #111;
    margin-top: 9px;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 5px;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

.service-item.active,
.service-item:hover {
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.service-item:hover .icon,
.service-item:hover .btn-link {
    color: #ffa500;
    border-color: #ffa500;
}

.works-list {
    display: inline-block;
    text-align: left;
}

.case-studies-row .works-list {
    padding-inline-start: 0;
    list-style-type: none;
}

.case-studies-row .works-list li:last-child {
    border-bottom: 1px solid #d2d7e2;
}

.case-studies-row .works-list li {
    border-top: 1px solid #d2d7e2;
    padding: 8px 0;
    font-size: 1.1rem;
    text-align: left;
}

.case-studies-row [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.step-content .works-list {
    padding-top: 20px;
    list-style-type: none;
}

.step-content .works-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.step-content .works-list li:after {
    content: '';
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, rgba(165, 90, 0, 0.61) 50%, #FFF);
    position: absolute;
    width: 65%;
    bottom: 0;
}

.step-content .works-list li:before {
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    margin-right: 8px;
    /*color: seagreen;*/
    color: #a55a00;

    font-size: 1.35rem;
    width: 1.5rem;
    text-align: center;
}

.step-content .works-list li:nth-child(1):before {
    content: '\f10b';
    font-size: 2rem;
    vertical-align: middle;
    line-height: 1rem;
}

.step-content .works-list li:nth-child(2) {
    padding-left: 40px;
}

.step-content .works-list li:nth-child(2):before {
    content: '\f0e0';
}

.step-content .works-list li:nth-child(3) {
    padding-left: 80px;
}

.step-content .works-list li:nth-child(3):before {
    content: '\f17a';
}

.checkmark-before:before,
.checkmark-before-list li:before {
    content: '\f046';
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    margin-right: 8px;
    color: seagreen;
}
.checkmark-before-list li {
    list-style-type: none;
}

.case-studies-row .service-item .h4 {
    font-size: 1.1rem;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.case-studies-row .service-item {
    height: calc(100% - 40px);
}

.case-studies-row .works-list li:nth-child(even) {
    background: #f6f6f6;
}

.case-studies-row .works-list li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.01);
}

.buy.public .button {
    z-index: 30;
    width: 60%;
    left: 33%;
    transform: none;
    bottom: -24px;
}

.buy.public .buy-link,
.buy.public .buy-link:hover {
    text-decoration: none;
}

.payment-options .content {
    padding: 0 50px 50px;
    font-size: 20px;
}


/*Testimonial*/

.testimonial--img {
    position: relative;
    padding-left: 25px;
    z-index: 0;
}

.testimonial--img:before {
    bottom: 0;
    top: 60%;
    border-radius: 2px 2px 0 0;
}

.testimonial--img figure:before, .testimonial--img:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}

.testimonial--img figure {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 5px 0 0 0;
    padding: 7.5px;
    border-radius: 50%;
    z-index: 0;
}

.testimonial--img figure:before {
    top: 0;
    height: 100%;
    border-radius: 50%;
}

.testimonial--img figure:after {
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-top: 1px dashed #ffa500;
    border-radius: 50%;
}

.owl-item .testimonial--img img {
    width: auto;
}

.testimonial--img {
    background-image: linear-gradient(to top, #FFFFFF 50%, transparent 50%);
}

.testimonial--content {
    position: relative;
    margin-bottom: 10px;
    padding: 24px 30px 23px;
    background-color: #fff;
    border-radius: 2px;
}

.testimonial--content:before {
    content: " ";
    position: absolute;
    top: -25px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed #ffa500;
    z-index: -1;
}

.testimonial--content blockquote .fa {
    color: #eee;
    font-size: 30px;
}

.fm {
    margin-right: 8px;
}

.testimonial--content p {
    text-align: justify;
}

.testimonial--content p:last-child {
    margin-bottom: 0;
}

.testimonial--content .h4 {
    margin: 0 0 3px;
    color: #222;
    font-size: 1.15rem;
}

.testimonial--content .subtitle {
    color: #999;
    font-size: 0.85rem;
}

.testimonial--slider .owl-dots .owl-dot.active span {
    background-color: #333;
}

.testimonial--slider .owl-dots .owl-dot.active {
    padding: 5px;
    border-color: #fff;
}

.owl-dots .owl-dot,
.testimonial--slider .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: .5px;
    margin: 0 10px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: padding .25s, border-color .5s;
    transition: padding .25s, border-color .5s;
}

.testimonial--slider .owl-dots {
    margin-top: 50px;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.testimonial--slider .owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a0a0a0;
    border-radius: 50%;
}

.testimonial--item {
    padding-right: 10px;
}

.brand--item {
    margin-bottom: 30px;
}

.brand--img {
    padding: 15px;
    border: 1px solid #eaeaea;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
}

.brand--img img {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;

    display: block;
    margin-right: auto;
    margin-left: auto;
}

.brand--img:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brand--img:hover {
    border-color: #ffa500;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

/*Footer*/

.bg--color-lightgray {
    background-color: #ededed;
}

.footer--widgets {
    padding-top: 50px;
}

.footer--title {
    display: table;
    margin-bottom: 40px;
}

.public.btn-link:hover {
    color: #ffa500;
    border-color: #ffa500;
}

.public.btn-link {
    color: #111;
    margin-top: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 5px;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

.social--widget ul {
    font-size: 0.85rem;
}

.footer--widget {
    margin-bottom: 50px;
    color: #999;
}

.footer-link {
    color: #999;
}

.footer-link:hover {
    color: #ffa500;
}

.footer--widget .h4 {
    margin: 0 0 3px;
    color: #222;
    font-size: 1.15rem;
}

.footer--widget .icon {
    line-height: 20px;
}

.footer--widget .icon i {
    font-size: 8px;
}

.footer--widget .content a {
    text-decoration: none;
    font-size: 14px;
    color: #999;
}

.content .date {
    margin-top: 2px;
    font-size: 14px;
    color: #6d4600;
}

.custom-list-item {
    font-size: 14px;
    color: #999;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-list-item:hover {
    color: #ffa500;
    text-decoration: none;
}

.custom-list-item:before {
    content: '\f24d';
    font-family: FontAwesome, serif;
    font-size: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.bg--color-theme {
    /*background-color: #6b3f00;*/
    background-color: #002f4a;
    color: #fff;
}

.footer--menu-wrapper {
    position: relative;
    margin: 0 -15px;
    border-style: solid;
    border-width: 0 150px;
    border-color: #ededed;

    height: 52px;
}

.footer--menu-wrapper:before {
    border-right-color: #6b3f00;
}

.footer--menu-wrapper:before {
    left: -80px;
    border-width: 53px 80px 0 0;
    border-color: transparent #6b3f00 transparent transparent;
}

.footer--menu-wrapper:after, .footer--menu-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.footer--menu-wrapper:after {
    border-bottom-color: #6b3f00;
}

.footer--menu-wrapper:after {
    right: -80px;
    border-width: 0 80px 53px 0;
    border-color: transparent transparent #6b3f00;
}

.footer--menu-wrapper:after, .footer--menu-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.footer--menu-wrapper a {
    color: #ffffff;
    line-height: 52px;

    padding: 0 20px;
    border-right: 2px solid rgba(255, 255, 255, .9);
    font-size: 14px;
    /*opacity: .9;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer--copyright a {
    color: #ffa500;
}

.footer--menu-wrapper a:hover {
    text-decoration: none;
    /*opacity: 1;*/
    color: orange;
}

.footer--menu-wrapper .list-unstyled li {
    margin-right: 0;
}

.footer--copyright {
    /*padding: 9px 0 23px;*/
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.header-menu {
    margin: auto;
}

@media (min-width: 576px) {
    .header-menu, .header-menu .navbar {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header-menu, .header-menu .navbar {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-menu, .header-menu .navbar {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-menu, .header-menu .navbar {
        max-width: 1140px;
    }
}

.is-sticky .header-menu {

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    left: 0;
    right: 0;
    max-width: none;
    background-color: #002f4a;
}

.is-sticky .navbar {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.nav-anchor {
    position: relative;
    top: -46px;
}

.main-slider {
    position: relative;
}

.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .o-carousel-item {
    height: 100%;
}

.main-slider .owl-nav {
    height: 0;
}

.main-slider .owl-prev,
.main-slider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7%;
    opacity: 0.5;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-slider .owl-prev {
    left: 0;
}

.main-slider .owl-next {
    right: 0;
}

.main-slider .owl-prev:hover,
.main-slider .owl-next:hover {
    opacity: 1;
}

.main-slider .owl-prev i,
.main-slider .owl-next i {
    font-size: 40px;
    color: #FFF;
}

.main-slider .owl-prev:focus,
.main-slider .owl-next:focus {
    outline: none;
}

#main-menu-items .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#main-menu-items .navbar-nav .nav-link:hover {
    color: #ffce92;
}

#main-menu-items .navbar-nav .nav-link.active {
    color: #ffa500;
}

.slide-container {
    position: relative;
    height: 100%;
}

.slide-caption {
    position: absolute;
    width: 520px;
    background: rgba(51, 51, 51, 0.85);
    padding: 25px 40px;
    color: #FFF;
    right: 15%;
    bottom: 50%;
}

.slide-2 .slide-caption {
    left: 15%;
    bottom: 20%;
}

.slide-title {
    font-size: 2rem;
    opacity: 0.95;
    line-height: 1;
    padding-bottom: 20px;
}

.slide-subtext {
    font-size: 1.5rem;
    opacity: 0.85;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.main-slider .slide-1 {
    background-image: url('/images/main-slider/bgc-r6_4.jpg');
}

.main-slider .slide-2 {
    background-image: url('/images/main-slider/Slide 2.jpg');
}

.main-slider .slide-3 {
    background-image: url('/images/main-slider/Slide 3.jpg');
    background-position: center;
}

.slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left center;
}

.main-slider .slide-1 .slide-img {
    position: absolute;
    left: 16%;
    top: 37%;
    width: 7%;
}

@media (max-width: 992px) {
    .main-slider .slide-1 .slide-img {
        top: 35%;
    }
}

.main-slider .slide-caption {
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    border-radius: 4px;
}

.notifications-bubble {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #da0000;
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.15;
    font-family: Arial, serif;
    font-weight: bold;
}

.header-menu .notifications-bubble {
    top: 8px;
    width: 15px;
    height: 15px;
    font-size: 0.65rem;
    line-height: 0.85rem;
}

/*Pulse animation*/
.animated-pulse-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 0 1px #FFF;

    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        box-shadow: 0 0 0 30px #0166a0;
        opacity: 0;
    }
}

/* Login */

#public-page .main-logo-text,
#public-page .main-logo img {
    display: none;
}

#public-page .login-box.card {
    border: none;
}

#public-page .login-box .card-body {
    padding-top: 0;
}

#public-page .login-box .card-title {
    padding-bottom: 1rem;
}

#public-modal .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #845500;
}

#public-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#public-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #FFA500;
}



#public-modal .login-submit {
    height: 2.5rem;
    width: 100%;
    background-color: #FFA500;
    color: #FFFFFF;
    border: 1px solid rgba(255, 101, 0, 0.51);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#public-modal .login-submit:hover {
    background-color: #ff6500;
    color: #ffffff;
}

#public-modal .modal-dialog {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 380px;
    }
}

.account-action {
    font-size: 0.9rem;
}

.sticky-notification {
    display: none;
}

.is-sticky .sticky-notification {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    right: 15%;
}

.sticky-notification:focus {
    outline: none;
}

.is-sticky .sticky-notification i {
    color: #FFF;
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.public-notification-popover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.public-notification-popover .popover-header {
    color: #FFF;
    background-color: #ffa500;
}

/*Image zoom fix*/
.mfp-zoom-out-cur .header-menu {
    margin: 0;
}

.image-popup-no-margins {
    flex: 1 0 25%;
    align-self: center;
    margin: 0 0 0 75px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image-popup-no-margins:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

/* Contact us section */

.contact-us-section {
    padding: 0 0 60px 0;
}

.non-stop-contact {
    font-size: 1.5rem;
    padding: 20px 30px 20px 20px;
    border-right: 1px solid #333333;
}

.contact-us {
    padding-left: 30px;
    font-size: 1.5rem;
}

.contact-us a {
    font-size: 1.5rem;
}

.contact-us .fa {
    font-size: 2.5rem;
    vertical-align: middle;
}

.phone-contact-us {
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.phone-contact-us:hover {
    text-decoration: none;
    color: #ff6500;
}

/* Register modal CSS */

.fl-wrap:after {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome', serif;
    font-size: 1.35rem;
    line-height: 2.35;
    opacity: 0.2;
    text-align: center;
}

.email .fl-wrap:after {
    content: "\f0e0";
}

.password .fl-wrap:after {
    content: "\f13e";
}

.first-name .fl-wrap:after {
    content: "\f2be";
}

.last-name .fl-wrap:after {
    content: "\f2be";
}

.company .fl-wrap:after {
    content: "\f0f7";
}

.pb-public {
    margin-top: 28px;
}

.main-logo-text,
.main-logo img {
    display: none;
}


/* Contact Maps */

.set-mobile-map,
#gmap_canvas {
    width: 100%;
    height: 100%;
}

#ne-contact-form select.fl-select {
    height: auto;
}

#ne-contact-form .error {
    border-color: rgba(238, 72, 34, 0.55);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
}

.ap-label {
    position: relative;
}

.parsley-errors-list {
    position: absolute;
    font-size: 0.85rem;
    color: red;
    bottom: -20px;
}

/* General checkmarks */
#ne-contact-form .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #845500;
}

#ne-contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFA500;
}

.confirm-contact {
    margin-bottom: 25px;
}

.confirm-contact-row label {
    font-size: 0.95rem;
}

#ne-contact-form .confirm-contact-row.error {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ne-contact-form .confirm-contact-row.error .custom-control-label::before {
    border-color: rgba(238, 72, 34, 0.55);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
}

.confirm-terms {
    margin-bottom: 24px;
}


.badge-primary {
    transition: all 0.3s;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #ff6500;
    color: #ffffff;
    border-color: #ffa500;
    box-shadow: 0 14px 26px -12px rgba(255, 165, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 165, 0, 0.2);
}

/* Cookie box*/
.cookie-consent-container {
    position: fixed;
    bottom: 15px;
    left: 15px;
    max-width: 50%;
    z-index: 50;
}

.careers {
    background-color: rgba(255,255,255,0.2);
    border-radius: 4px;
}

#main-menu-items .navbar-nav .careers .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

#main-menu-items .navbar-nav .careers .nav-link:hover {
    color: #ffce92;
}

#header-section .dropdown-menu .logout-button {
    display: block;
    min-width: 145px;
}

#scrollspy-target {
    justify-content: space-around;
    width: 100%;
}

.is-sticky #scrollspy-target {
    justify-content: flex-start;
}