#home-slider-content {
    margin: 0;
    max-width: 545px;
    float: right;
    text-align: center;
    padding-top: 13vh;
}

#home-slider-content-1 {
    margin: 0 90px 0 0;
    max-width: 340px;
    float: left;
    text-align: center;
    padding-top: 0vh;
}
#home-slider-content-2 {
    margin: 0 90px 0 0;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0vh;
}
#home-slider-content-3 {
    margin: 0 0 0 72px;
    width: 100%;
    max-width: 100% !important;
    float: left;
    text-align: center;
    padding-top: 1vh;
}

#home-slider-wrapper {
    background: url(../img/slider_1.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    padding-top: 50px;
}

#home-slider-wrapper-1 {
    background: url(../img/slider_11.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    padding-top: 50px;
}

#home-slider-wrapper-2 {
    background: url(../img/slider_12.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    padding-top: 50px;
}

#home-slider-wrapper-3 {
    background: url(../img/slider_13.jpg) 0px 0px no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    padding-top: 50px;
}

.fl350 {
    margin-top: 2.5em;
}

.sl350 {
    margin-top:67vh;
}
.section-350 {
    background-image: url(../img/screen_3.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-color: #000;
    min-height: 530px;
}
@media only screen and (min-width: 320px) and (max-width: 720px) {
    #home-slider-content {
        margin: 0 auto;
        max-width: unset;
        float:unset;
    }
    #home-slider-wrapper {
        background: url(../img/slider_1.jpg) 0% 97% no-repeat;
        background-size: 100% auto;
    }
    .section-certificates .probootstrap-card-media {
        padding: 10px;
    }
    .section-certificates {
        padding-bottom: 0;
    }
    .section-350 {
        background-image: url(../img/screen_3.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 50%;
        background-color: #0a0a0a;
    }
}
.arrow i{
    color: white;
}
.arrow {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 40px;
    position: absolute;
    top: 89vh;
    left: calc(50vw - 20px);
    z-index: 10;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.section-services .probootstrap-card {
    border: 1px solid #2098f5;
    min-height:763px;
}

.section-heading {
    margin-bottom: 1em !important;
}

.section-workshops h3 {
    color:#fff;
    margin-top: 25px;
}
.section-workshops .row:first-child {
    padding-top: 0;
}

.section-services .probootstrap-card-separator {
    width: 70%;
    margin: 25px auto;
    height: 2px;
    background-color: #2098f5;
}

.section-services .probootstrap-card-text {

}

section.sections-divider {
    width: 90%;
    height: 2px;
    margin: 0 auto;
    background-color: #2098f5;
}

.probootstrap-animate.speed-2s {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.probootstrap-animate.speed-3s{
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.probootstrap-animate.speed-4s{
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

.probootstrap-animate.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.probootstrap-animate.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.probootstrap-animate.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.probootstrap-animate.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

/*==================  GOOGLE MAP  ======================*/
.map {
    position: relative;
}
.map_model {
    width: 100%;
    height: 800px;
}
.map_model img {
    max-width: none !important;
}
@media (max-width: 767px) {
    .map_model {
        height: 250px;
    }
}
@media (max-width: 479px) {
    .map_model {
        height: 250px;
    }
}
.map_locations {
    display: none;
}
.map .contact-wrap {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 1305px) {
    .map .contact-wrap {
        position: static;
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.map .toggler {
    position: absolute;
    top: 9%;
    right: 1%;
    font-size: 40px;
    color: #fff;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*border: 2px solid #000;*/
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
}
.map .toggler {
    background: #000;
}
.map .toggler:hover {
    background: #2196F3;
}
@media (max-width: 1305px) {
    .map .toggler {
        display: none;
    }
}
@media (max-width: 479px) {
    .probootstrap-logo {
        min-height: 50px;
        min-width: 146px;
    }
    #home-slider-wrapper-1 {
        background: url(../img/slider_11.jpg) 130px 0 no-repeat;
    }
    .probootstrap-section {
        padding: 0;
    }
    .section-services .probootstrap-card {
        min-height: initial;
        padding-bottom: 10px;
    }
    h2, .section-heading h2 {
        font-size: 1.8em;
    }
    .sl350 {
        margin-top: 0;
    }
    .section-350 {
        background-position: 50% 100%;
        min-height: 360px;
        margin-bottom: 65px;
    }
    .owl-carousel .owl-item {
        max-height: 230px;
    }
    .section-workshops {
        margin-bottom: 20px;
    }
    .section-workshops .row:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-workshops .probootstrap-card-text {
        min-height: auto;
        padding-top:0;
    }
    .slide-careers {
        background-position: center !important;
    }
    a.anchor {
        top: -73px !important;
    }
    .contact-slide {
        background-position: 48% 3%;
    }
    .contact-slide .slides-text {
        margin-top:10px !important;
        padding-top: 80px;
    }
    footer.about-footer {
        top:0 !important;
        left:0;
        width:auto;
    }
}
.grecaptcha-badge {
    opacity:0 !important;
}
.slide-careers {
    background-image: url(../img/slider_5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-slide {
    background-image: url(../img/slider_6.jpg);
    background-repeat: no-repeat;
    background-position: 5% 80%;
}
.contact-slide .slides-text {
    margin-top:90px;
}
a.anchor {
    display: block;
    position: relative;
    top: -106px;
    visibility: hidden;
}
footer.about-footer {
    position:absolute;
    top:80vh;
    left:0;
    width: 100vw;
}

.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-7 {
  width: 14.28571428571429%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-7 {
    width: 14.28571428571429%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-7 {
    width: 14.28571428571429%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.28571428571429%;
    float: left;
  }
}