
@font-face {
    font-family: 'SF Compact Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF Compact Display Thin'), url('../fonts/sf-compact-display-thin-58646eb43a785.woff') format('woff');
}


@font-face {
    font-family: 'SF Compact Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF Compact Display Medium'), url('../fonts/sf-compact-display-medium-5864711817c30.woff') format('woff');
}
body{
    font-family: 'SF Compact Display Thin';
}
img{
    max-width: 100%;
}
.home{
    background: #e6e6e6;
    padding-top: 40px;
    padding-bottom: 80px;
    min-height: 100vh;

}
.banner_img{
    background: url("../images/banner.png") no-repeat left;
    padding-top: 75px;
}
.home img{
    /*max-width: 800px;*/
    display: none;
}

.main_color{
    color: #8abc00;
}
.banner_text{
    padding-top: 100px;
    padding-bottom: 60px;

}

.banner_text span{
    padding-left: 5px;
}
.banner_text h1{
    font-family: 'SF Compact Display Thin';
    margin-bottom: 25px;
    font-size: 38px;
}
.banner_menu a{
    color: #000000;
    padding-right: 13px;
    font-size: 18px;
    float: left;
    padding-left: 0px;
}
.banner_text h6{
    border: 1px solid #000000;
    display: inline-block;
    padding: 10px;
    margin-top: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.banner_text h6 a{
    padding: 10px;
    color: #000000;
}
.banner_text h6 a:hover{
    text-decoration: none;
    color: green;
}
.banner_text h2{
    font-size: 45px;
    margin-top: 50px;
}
.banner_text span{
    font-weight: bold;
    font-family: 'SF Compact Display Medium';
}
.scrolldown{
    position: absolute;
    right: 5%;
    bottom: 10%;
    color: #000000;
}
.scrolldown:hover{
    color: green;
    text-decoration: none;
}
/*#section1{*/
    /*background: url("../images/about.jpg") no-repeat center;*/
    /*background-size: 100%;*/
/*}*/
.about{
    padding: 20px;
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.about h2{
    font-family: 'SF Compact Display Medium';
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 25px;
}
.vision{
    /*background: url("../images/vision.jpg");*/
}
.vision h1{
    font-family: 'SF Compact Display Medium';
    font-weight: bold;
    float: right;
    color: #ffffff;

}
.vision p{
    color: #ffffff;
    font-size: 18px;
    text-align: justify;
    padding: 20px;
}
.black_bg{
    background: rgba(0,0,0,0.75);
    padding-top: 40px;
    padding-bottom: 40px;

}
.box{
    /*background: #dcc2b2;*/
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 20px;

}
/*.set_pad{*/
    /*padding: 45px;*/
/*}*/
.box a {
    background: #010101;
    padding: 10px 25px;
    font-size: 26px;
    font-family: 'SF Compact Display Medium';
    font-weight: bold;
    color: #dcc2b2;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section3 {
    padding: 10px;
}
#section3 img{
    width: 100%;
}
.box p{
    font-size: 18px;
    padding: 25px;
}
.box a{
    margin-top: 60px;
    display: inline-block;
}
.service_bg{
    /*background: url("../images/service_bg.jpg");*/
}
.service_bg h1{
    font-weight: bold;
    font-size: 34px;
    font-family: 'SF Compact Display Medium';
    margin-bottom: 20px;
}
.service_bg p{
    color: #000000;
    font-size: 18px;
}
.contact{
    /*background: url("../images/contact.jpg");*/
}
.contact_bottom{
    background: rgba(255,255,255,0.30);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*position: absolute;*/


}
.contact h1{
    font-family: 'SF Compact Display Medium';
    font-weight: bold;
    padding-top: 80px;
}
.contact_bottom img{
    margin-bottom: 20px;
}
.section{
    height: 100vh;
    /*background: #ffffff;*/
}
.hidden_lgscreen{
    display: none !important;
}
.white_bg{
     background-color: rgba(255,255,255,0.74);
}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .scrolldown{
        display: none;
    }
    .contact_bottom{
        position: relative;
    }
    .section{
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .vision h1{
        float: left;
        font-size: 24px;
    }
    .banner_text h1{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .banner_text{
        padding-top: 30px;
    }
    .banner_text h2{
        margin-top: 20px;
    }
    .vision p{
        padding: 0px;
    }
    .black_bg{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .box{
        background: #dcc2b2 !important;
        border-radius: 0px;
    }
    .service_bg{
        background: #86deff !important;
    }
    .home img{
        display: block;
    }
    .banner_img{
        background: none;
        text-align: center;

    }
    .home{
        min-height: auto;
        padding-bottom: 0px;
    }
    .banner_text h2{
        font-size: 24px;

    }
    .banner_menu a{
        float: none;
    }
    .about h2{
        
    font-size: 24px;
    margin-bottom: 5px;
    }
    .service_bg h1{
        font-size: 24px; 
    }
    .contact_bottom img{
        width: 100px;
    }
    .contact_bottom{
        text-align: center;
    }
    .contact_bottom h1{
        font-size: 24px; 
    }
    .hidden_lgscreen{
    display: block !important;
}
    .hidden_xsscreen{
    display: none !important;
}
.box a{
    text-align: center;
}

}