/**
* Template Name: Company - v2.1.0
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Roboto", sans-serif;
    color: #333333;
    font-size: 16px !important;
}

a {
    color: #302F32;
}

a:hover,
a:focus {
    color: #32556d;
    text-decoration: none;
    outline: none;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*  font-family: "Roboto", sans-serif;*/
    font-weight: bold;
    font-family: 'Roboto';
    color: #333333;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto';
}

.about {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    text-align: left;
    font-family: 'Roboto';
    margin-top: 15px;
}

.track-trace {
    background-color: #fff !important;
    width: auto;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.conct {
    font-size: 20px;
    line-height: 1.7;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.btn {
    font-size: inherit !important;
    border-radius: 0px;
}

.text-primary {
    color: #333333 !important;
}

.btn-primary {
    border-color: #333333 !important;
    background: #333333 !important;
    outline: none !important;
    width: 30%;
}

.input-lg {
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 3px !important;
    outline: none !important;
}

textarea.input-lg {
    height: auto !important;
}

.btn-lg {
    padding: 12px 12px;
    font-size: 18px !important;
}

.listfooter {
    text-align: center;
}

.form-control {
    font-size: 1em !important;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    margin-right: 30px !important;
}


/*--------------------------------------------------------------
# Client
--------------------------------------------------------------*/

.locked {
    margin-right: 5% !important;
    margin-left: 0px !important;
}

.header-title .form-group {
    margin-bottom: 34%;
    border: none;
    margin-top: -12%;
}

.header-title a {
    color: #f6bd37;
}

.header-title .btn-primary {
    width: 100%;
    background-color: #f6bd37 !important;
    border-color: #f6bd37 !important;
    outline: none !important;
}

.header-title {
    margin-top: 80px;
}

.header-title h1 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #f6bd37;
}

.header-title p {
    color: #333333;
    text-align: justify;
}

.header-title h2 {
    color: #333333;
    text-align: center;
}

.header-title input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #333333;
    background: none;
}

.header-title label {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.header-title input:focus~label,
.header-title input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #333333;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    background: #302F32;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #f6bd37;
    transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.title-banner {
    color: white;
    text-shadow: -2px 1px 16px #000000ad;
    font-size: 67px;
    text-align: left;
}

.group-banner {
    padding: 0px 40px;
    position: absolute;
    z-index: 995;
    margin-top: 55vh;
    width: 100%;
}

#header {
    background: #333333ea;
    z-index: 997;
    padding: 12px 0;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
    width: 100vw;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 999;
}

#header .logo a {
    color: #111;
}

#header .logo a span {
    color: #88c43f;
}

#header .logo img {
    max-height: 65px;
    min-height: 50px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.btn-login a {
    background: #f6bd37;
    color: #fff !important;
    padding: 7px 14px !important;
    margin-top: -5px;
    font-size: 15px !important;
}

.btn-login a:hover {
    background: #f6bd37;
    color: #1e1e1e !important;
    padding: 7px 14px !important;
    margin-top: -5px;
    font-size: 15px !important;
}

.nav-menu .drop-down ul a:hover{
    text-align:left;
}

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

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #f6bd37;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #3F3F41;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #3F3F41;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 22px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #f6bd37;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #000;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 22px;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #333;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #328FCE;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/

.header-social-links {
    padding-left: 14px;
    margin-left: 20px;
    border-left: 1px solid #c4c4c4;
}

.header-social-links a {
    color: #a0a0a0;
    padding-left: 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

.header-social-links a:hover {
    color: #9dd453;
}

@media (max-width: 768px) {
    .header-social-links {
        padding: 0 48px 0 0;
        border-left: 0;
    }
    .grouptrack {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.imgcarousel {
    height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.group-track .form-control {
    height: 45px;
}

.group-track {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    position: absolute;
    z-index: 995;
    margin-top: 40vh;
    width: 60%;
    border-radius: 25px;
}

.main-text {
    color: #f6bd37;
    font-weight: bold;
    text-align: left;
    font-size: 47px;
    line-height: 40px;
    text-shadow: 2px 2px 8px rgba(51,51,51,0.32);
}

.second-text {
    color: white;
    font-size: 35px;
    text-align: left;
    margin-top: -25px;
    line-height: 45px;
    text-shadow: 2px 2px 8px rgba(51,51,51,0.32);
}

#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 70px;
    left: 55px;
    right: 55px;
}

#hero .carousel-content {
    background: rgba(4, 4, 4, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #9dd453;
}

#hero .carousel-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #9dd453;
}

#hero .btn-get-started:hover {
    background: #9dd453;
    color: #fff;
    text-decoration: none;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #f6bd37;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    width: auto;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.section-title {
    text-align: left;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #9dd453;
    min-height: 40px;
    margin-top: 72px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumbs ol a {
    color: #fff;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

@media (max-width: 991px) {
    .breadcrumbs {
        margin-top: 58px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/

.other {
    background: #333333;
    padding: 15px 0px
}

.other-title {
    color: #ffffff;
    text-align: left;
}

.other .icon-box {
    text-align: justify;
    padding: 30px 20px 10px 20px !important;
    transition: all ease-in-out 0.3s;
}

.other .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.other .icon-box .icon i {
    font-size: 60px;
    transition: 0.5s;
    position: relative;
    color:white;
}

.other .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.other .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.other .icon-box h4 {
    font-weight: 600;
    margin: 23px 0 0px 8px;
    font-size: 22px;
}

.other .icon-box h4 a {
    transition: ease-in-out 0.3s;
}

.other .icon-box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: -100px;
    min-height: 140px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .section-title h2{
    color:#333;
}

.services .align-items-stretch {
    margin-bottom: 10%;
}

.service-title {
    color: #ffffff;
    text-align: left;
}

.services .icon-box {
    text-align: justify;
    padding: 30px 20px 10px 20px !important;
    background: #333333c7;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 50px;
    transition: 0.5s;
    position: relative;
    color: #f6bd37;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: #f6bd37;
    text-align: center;
}

.services .icon-box h4 a {
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 140px;
    color: #ffffff96;
    text-align: center;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

#map {
    height: 350px;
    width: 100%;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.img-about {
    width: 70%;
}

.about-us .row {
    text-align: center;
    display: block;
}

.title-about {
    color: #f6bd37;
    text-align: center;
    margin-bottom: 5%;
    font-size: 2.5em;
}

.title-about span {
    color: #333333;
}

.about-us .content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-us .content h3 {
    font-weight: 500;
    line-height: 39px;
    font-size: 29px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about-us .content ul {
    list-style: none;
    padding: 0;
}

.about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #9dd453;
}

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

img {
    float: right;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.select2-container--default .select2-selection--single {
    height: 46px;
    border-radius: 0px;
    border: 1px solid #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    margin-top: 2%;
}

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

.vl {
    border-left: 5px solid #333333;
    height: 100%;
}

.fa,
.fas {
    font-weight: 900;
    float: left;
    margin-left: 16%;
    margin-right: -20%;
}

.contacts h1 {
    font-size: 27px;
    margin-bottom: 75px;
}

.drop {
    width: 100%;
    color: #333333;
    background: white;
    border-color: #333333;
    text-align: center;
}

.dropdown-item {
    font-size: 18px;
}

.drop:hover {
    width: 100%;
    color: #333333;
    background: white;
    border-color: #333333;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    width: 100%;
    color: #333333;
    background: white;
    border-color: #333333;
}

.btn-submit {
    width: 45%;
}

.group {
    position: relative;
    margin-bottom: 45px;
}


/* LABEL ======================================= */

.contacts input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #333333;
    background: none;
}

.contacts label {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.contacts input:focus~label,
.contacts input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #333333;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #ffffff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #ffffff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #ffffff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.contacts p {
    color: #333333;
    text-align:left;
}

.contacts-right-col {
    background: #F8F8F8;
    padding: 30px;
}

.contacts-right-col li {
    margin-bottom: 15px;
}

.contacts-background-icon {
    width: 40px;
    height: 40px;
    padding: 12px 0px;
    text-align: center;
    margin-right: 20px;
}

.contacts-span{
    padding: 22px;
    margin-left: 81px;
}

.contacts-right-col label{
    position: revert !important;
}

.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info {
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #9dd453;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #9dd453;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

.contact .info:hover i {
    background: #9dd453;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #9dd453;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #9dd453;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #2ae149;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Track & Trace
--------------------------------------------------------------*/

.grouptrack {
    margin-bottom: 0;
}

.track-trace p {
    color: #333333;
}

.track-group {
    border: #f6bd37 4px solid;
    padding: 15px 25px;
}

.btn-track {
    background-color: #f6bd37 !important;
    border-color: #f6bd37 !important;
    margin: 5% 0px 0px 15%;
}

.btn-track:hover {
    background-color: #f6bd37 !important;
    border-color: #f6bd37 !important;
    border: none !important;
}

.form-group {
    margin-bottom: 0;
    border: none;
}

.media img {
    width: 5%;
}

.Media {
    display: flex;
    align-items: flex-start;
}

.Media-figure {
    margin-right: 1em;
}

.Media-body {
    flex: 1;
}


/* LABEL ======================================= */

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f6bd37;
    background: none;
}

input:focus {
    outline: none;
}

label {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~label,
input:valid~label {
    top: -14px;
    font-size: 14px;
    color: #333;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #f6bd37;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #f6bd37;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #f6bd37;
    }
    to {
        width: 0;
        background: transparent;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #fff;
    font-size: 14px;
    background: #333333;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #1e1e1e;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #328FCE;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0 auto;
    display: table;
    z-index: 999;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type="text"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    color: #000;
    outline: none;
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #328FCE;
    color: #DADADA;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #328FCE;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #f6bd37;
    color: #fff;
    text-decoration: none;
}

#footer .logo {
    height: 30px;
    margin-bottom: 20px;
}

.text {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 30px;
}

.activos p span {
    color: #89c53f;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    padding-right: 25px;
    height: 77px;
    margin: -9px 0;
    display: inline-block;
    float: left;
}

.modal {
    color: #111;
}

@media (max-width:991px) {
    .img-about {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-content {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 992px) {
    #hero .carousel-container {
        top: 58px;
    }
    #hero .carousel-content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    #hero .carousel-content p {
        font-size: 15px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
    label {
        font-size: 13px !important;
    }
    .other .icon-box {
        margin-left: 20%;
    }
    .firstone {
        margin-bottom: 10%;
    }
}