@font-face {
    font-family: montserrat;
    src: url('/fonts/montserrat/Montserrat-ExtraLight.otf');
}
@font-face {
    font-family: montserrat-bold;
    src: url('/fonts/montserrat/Montserrat-Bold.otf');
}

*{
    font-family: 'montserrat', sans-serif;
}
a{
    color:black;
}
a:visited{
    color:black;
}
.clearfix{
    clear:both;
}
nav.navbar {
    margin: 0px auto;
    padding:10px 0px;
    position:fixed;
    width:100%;
    top: 0;
    z-index:999;
    background-color:white;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'montserrat-bold', sans-serif;
    color:#000000;
    font-size:25px;
}
a.nav-link.active {
    border-bottom: solid #004B91 3px;
}
.comp_logo{
    height:60px;
}
.banner{
    background-image: url('/image/cybertech/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    background-size: cover;
    margin-top:90px;
    height: 100%;
    position: relative;
}
.banner_rectangle {
    height: 217px;
    width: 100%;
    background: linear-gradient(270deg, rgba(0,0,0,0.2) 0%, #000000 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: white;
    font-family: montserrat-bold;
    font-size: 50px;
    line-height: 60px;
    padding: 50px 100px;
}
.arrow-down{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: lighter;
}
.arrow-down img{
    /*filter: invert(100%);*/
    width: 45px !important;
}
.subheader_text{
    color:black;
    font-family: montserrat-bold;
    font-size: 50px;
    margin: 100px 0px 40px 0px;
}
.sub_banner{
    background-image: url('/image/cybertech/subbanner.jpeg');
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 740px;
    background-size: cover;
    height: 100%;
    position: relative;
}
.vision_container{
    color: white;
    width: 460px;
    margin: 0px auto;
    padding-top: 210px;
}
.vision {
    height: 55px;
    width: 270px;
    color: #FFFFFF;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    margin: 0 auto;
    text-shadow: 2px 2px 10px black;
}
.vision_container hr{
    border: 0.5px solid white;
}
.to-bring-technology {
    height: 35px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.mission_container{
    color: white;
    width: 1110px;
    margin: 190px auto 0px;
    padding: 30px;
    background-color:#004B91;
}
.mission_container hr{
    border-top: 1px solid white;
    width: 460px;
}
.mission_text{
    margin:0px auto;
    width:910px;
}
.profile{
    width:1110px;
    margin: 0px auto;
    overflow: auto;
    position: relative;
    margin-bottom: 100px;
}
.crop_img{
    width:424px;
    height:560px;
    overflow:hidden;
    float:left;
}
.profile img{
    width:100%;
}
.biodata{
    width: 645px;
    float: left;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    margin: 50px 0px 0px 33px;
    padding: 50px;
    background-color: white;
}
.biodata .name{
    font-family: montserrat-bold;
    font-size: 40px;
    margin-bottom: 30px;
}
.biodata .desc{
    font-size: 14px;
}
.full-bg{
    width: 100%;
    height: 264px;
    position: absolute;
    top: 155px;
    background: linear-gradient(319.37deg, #248E86 0%, #107B73 100%);
}
.bg2{
    background: linear-gradient(319.37deg, #0567C3 0%, #004B91 100%);
}
.blue_bg{
    background-color: #004B91;
}
.short_input{
    width:347px;
    float: left;
    margin-right: 50px;
    border-bottom: solid 1px white;
    color: white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    margin-bottom: 40px;
}
.long_input{
    width:741px;
    float: left;
    margin-right: 50px;
    border-bottom: solid 1px white;
    background-color: transparent;
    color: white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 40px;
}
input::-webkit-input-placeholder {
    color: white !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: white !important;
}

input:-ms-input-placeholder {
    color: white !important;
}
.submit_btn{
    height: 40px;
    width: 120px;
    top: 120px;
    position: relative;
}
.footer_container{
    width:100%;
    overflow: auto;
    position: relative;
}
.footer {
    height: 74px;
    background-color: rgba(0,0,0,0.1);
    padding-top: 26px;
}
.footer_text{
    float:left;
}
.footer_icon{
    float:right;
}
.icon_wrapper {
    float: left;
    background-color: white;
    color: #004B91;
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 35px;
    font-size: 20px;
    padding-top: 3px;
}
.icon_wrapper a:visited{
    color: #004B91;
}
@media (min-width: 1500px){
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1025px) {
    .banner_rectangle{
        font-size: 40px;
        height: 300px;
        padding: unset;
        text-align: center;
    }
    .arrow-down{
        left:unset;
        text-align: center;
        width: 100%;
        bottom: 40px;
    }
    .subheader_text{
        width:100%;
        text-align: center;
    }
    .vision_container{
        width: 100%;
        text-shadow: 2px 2px 2px black;
    }
    .mission_container{
        width:100%;
    }
    .mission_container hr{
        width:100%;
    }
    .mission_text{
        width:100%;
        text-align: center;
    }
    .profile{
        width:100%;
    }
    .crop_img{
        float: none;
        margin: 0px auto;
        height: unset;
    }
    .biodata{
        width: 100%;
        margin: 0px;
        text-align:center;
        padding-bottom: 0px;
    }
    .biodata .desc {
        padding-bottom: 30px;
    }
    .short_input{
        width: 100%;
        margin: 20px 0px;
        padding: 0px 20px;
    }
    .long_input{
        width: 100%;
        margin: 20px 0px;
        padding: 0px 20px;
    }
    .footer{
        padding: 10px;
        height: unset;
    }
    .footer_text, .footer_icon{
        float:none;
        text-align:center;
        position: relative;
        overflow: auto;
    }
    .footer_icon{
        width: 162px;
        margin: 0px auto;
    }
    .submit_btn{
        top:unset;
        position:unset;
        margin: 0px 20px 20px 20px;
    }
}
@media (max-width: 465px) {
    .comp_logo {
        height: 34px;
        padding-left: 10px;
    }
    .crop_img{
        width: 100%;
    }
    .subheader_text{
        font-size: 40px;
    }
}