

#background_img {
    background-image: url("images/main/background_img.jpg");
    background-size: cover;
    width: 100%;
    height: 490px;
}

#text_background1 {
   position: relative;
    float: right;
    padding-left: 10px;
    right: 10px;
    top: 440px;
    color: #d04306;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4px;
    background: black;
}

#text_background2 {
   position: relative;
    float: right;
    right: -259px;
    top: 460px;
    background: black;
    color: #d04306;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4px;
}

#benefits_div {
    width: 100%;
    height: 320px;
    padding-top: 40px;
}

.benefit {
    width: 25%;
    height: 300px;
    float: left;
}

.img_container {
    width: 100px;
    height: 100px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.img_container img {
    position: relative;
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
}

.text_header{
    text-align: center;
    color: black;
    margin: 15px 40px 0;
}

.benefit hr{
    border: none;
    width: 50%;
    color: #d04306;
    background-color: #d04306;
    height: 1px;
}

.text_container{
    color: black;
    text-align: center;
    margin: 0 20px 0;
}

#directions_container{
    width: 100%;
    height: 450px;
    background-color: #F0EEEE;
    background-image: url("images/main/bg-world-map.png");
    background-size: cover;
}

#directions_container h1{
    padding-top: 40px;
    text-align: center;
    color: black;
}


.slides_container {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.comp {
    display: block;
}

.ipad {
    display: none;
}

.mob {
    display: none;
}

.slide{
    position: relative;
    margin-left: 110px;
    width: 300px;
    height: 260px;
    background: white;
    float: left;
    display: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-bottom: 15px;
}

.slideIpad{
    position: relative;
    margin-left: 95px;
    width: 35%;
    height: 280px;
    background: white;
    float: left;
    display: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-bottom: 15px;
}

.slideIpad img {
    width: 100%;
    position: relative;
}

.slideMob{
    position: relative;
    margin: auto;
    width: 50%;
    height: 400px;
    background: white;
    display: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.slideMob img {
    width: 100%;
    position: relative;
}

.showing {
    display: block;
}

.slide img {
    width: 100%;
    position: relative;
}

.slides_container h2 {
    margin-top: -2px;
    text-align: center;
    font-weight: bolder;
    font-family: "Arial Black";
    letter-spacing: 3px;
    opacity: 0.1;
    font-size: 30px;
    color: black;
}

.slides_container p {
    margin-top: -57px;
    text-align: center;
    font-family: "Arial Black";
    letter-spacing: 3px;
    color: black;
}

.counters {
    width: 100%;
    background: white;
}

.counters__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
}

.counters__header {
    font-family: "Arial Black";
    width: 100%;
    margin-top: -77px;
    text-align: center;
    line-height: 1.3;
    color: black;
    font-size: 3rem;
    font-weight: bolder;
    opacity: 0.1;
}

.counters__header2 {
    font-family: "Arial Black";
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.8rem;
    font-weight: bolder;
    letter-spacing: 4px;
}


.counters__element {
    width: 25%;
}

.counters__icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.counters__element p {
    color: #d04306;
    text-align: center;
    line-height: 1.3;
}

.counters__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
}

.counters__title {
    font-size: 1.125rem;
}