.input-contact-footer {
    border-radius: 0;
}

.custom-popup {
    position: fixed;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 9999;
    transition: all .5s ease-in-out;
    transform: translateX(-100vw);
    opacity: 0;
}

.pop-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.close-popup {
    font-size: 2rem;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #404040;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
    border: 0px;
}

.custom-popup-body {
    overflow: auto;
}

.custom-popup-header {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    padding: 15px;
}

.custom-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    height: 100%;
}

@media screen and (min-width: 800px) {
    .scroll-content {
        padding-top: 150px;
    }
}

.bg-footer {
    color: #fff;
}

.service-popup-open {
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.service-popup-open:hover {
    color: #1f425d;
}

.image-team {
    height: 250px !important;
    width: 250px !important;
    border-radius: 100%;
}

.work-content-description {
    text-align: justify;
}

.service-content-description {
    text-align: justify;
}

.about-content-description {
    text-align: justify;
}

/* Section design */
.section-block {
    padding: 100px 0 100px 0;
}

.section-block.dark {
    background: #fafafa;
}

/* Service section */
.icon-service {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 26px;
    line-height: 36px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
    color: #012754;
}

.header-service {
    text-align: center;
}

.text-service {
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.description-service {
    text-align: center;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

/* Expertise */
.expertise-title-wrapper {
    padding-top: 200px;
}

.expertise-block {
    border-radius: 5px;
}

.project-block .overlay span {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 20px 0;
}

.header-expertise {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    height: 90px !important;
    margin: 0px !important;
    background: #ffffff61;
}

.send button {
    border: 2px solid #012754;
    color: #012754;
    font-weight: bold;

    background: none;

    color: #606060;
    display: block;
    padding: 10px 0px;
    width: 200px;
    margin: 0 auto;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 500ms ease-in-out 0s;
}

/* About */
.icon-about {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 26px;
    line-height: 36px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
    color: #012754;
}

.about-block {
    margin-top: 10px;
}

.about h3 {
    text-align: center;
}

.about .description {
    text-align: center;
}

.contact-col {
    margin-top: 40px;
}

.expertise-content-description {
    margin-top: 20px;
}

@media (max-width: 1200px){
    .navbar-toggle {
        display: block !important;
        position:absolute;
        right:0;
    }
    .navbar-nav > li{
    display:block;
    width:100%;
    text-align:right;
    }
     
    .navbar-collapse {
        position:relative;
        top:40px;
        margin-bottom:40px !important;
    } 
      
    .navbar-collapse.collapse {
        display:none !important;
    } 
      
    .navbar-collapse.in{
    display:block !important ;
    }

    .navbar-header {
        float: none;
        background: #314D68;
    }

    .navbar-collapse {
        background: #314D68;
        max-height: 100% !important;
        top: 0px;
    }

    .navbar > .container {
        width: 100%;
    }

    .sticky {
        position: fixed !important;
        z-index: 2000 !important;
        background-color: rgba(31, 66, 93, 0.94) !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    
    * {
        box-sizing: border-box;
    }
}

h1#site-title .title_2 {
    color: #8c9eab;
    font-weight: bold;
    font-size: 30px;
}

.parallax-header {
    padding: 70px 0;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.center-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.header-title-image {
    position: relative;
}

.fade-bg {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    display: block;
}

.video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.2;
    
}

.video-player {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: center bottom;
}

#about-us .description p {
    width: 95%;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.contact_success {
    padding: 20px;
}