body{
    margin-top: 77px;
}

@media only screen and (max-width: 600px) {
    body {
        margin-top: 67px;
    }

    .header_bg{
        height: 410px !important;
    }

    .overlay{
        margin-top: 66px !important;
        height: 410px !important;
    }
}
.conatiner-one {
    height: auto;
    margin: 0 auto;
    background-image: url('img/school_cover.png');
    background-size: cover;
    color: black;
    font-size: 12px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .conatiner-one{
        background-image: url('img/MICROSOFT 3.png');
        background-position: 50% 50%;
        background-size: cover;
    }
}
.container-one-content {
    padding-top: 10%;
    text-align: center;
    align-content: center;
}

.container-one-title {
    padding: 30px;
    font-family: geekexpresslight;
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
}

.bring-geek {
    font-weight: 800;
    margin-bottom:20px; 
    text-transform: uppercase;
    font-family:geekexpresslight;
}

@media only screen and (max-width: 767px) {
    .partners-pics {
        margin-bottom: 10px;
    }
}

.btn-style-2 {
    background-color: #747474;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-weight: 800;
    font-family: Free Alternative;
    font-size: 10px;
    border: none;
    text-decoration: none;
}

.container-four-content{
    padding-left: 5%;
    padding-right: 5%;
}

.btn-style-2:hover {
    color: skyblue;
    text-decoration-line: none;
}

/*////////////////////////////////////*/
.container-two-content {
    height: auto;
    margin-bottom: 70px;
    text-align: center;
    align-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

.container-two-title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: geekexpressbold;
    font-size: 25px;
    font-weight: 700px;
}

.container-two-pics {}

.container-two-pics > .col-md-4 {
    margin: 0 auto;
}

.container-two-pics > .col-md-4 > .row > img {
    border-radius: 2%;
}

.container-two-pics > .col-md-4 > .des {
    font-size: 18px;
    font-family: geekexpressregular;
    text-align: center;
    align-content: center;
    margin-top: 10px;
}

/*////////////////////////////////////*/


.why-geek {
    background-color: white;
    margin-top: 30px;
    height: 300px;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    height: auto;
    padding-bottom: 30px;
}

.why-geek-content {
    margin-top: 30px;
    text-align: center;
    align-content: center;
    background-color: #F7F7F7;
    padding: 30px;
}

.why-details {
    color: #848484;
    font-family: geekexpresslight;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

.why-title {
    margin-top: 10px;
    font-size: 25px;
    font-family: geekexpresslight;

}


.round-img > img {
    margin-top: 30px;
    width: 100px;
    height: 100px;
}

.why-geek-title {
    text-align: center;
    font-family: geekexpressbold;
    font-size: 25px;
    font-weight: 700px;


}

/*////////////////////////////////////*/

.container-four {
    height: auto;
    text-align: center;
    align-content: center;
    margin-bottom: 30px;
}

.container-four-title {
    margin-top: 30px;
    text-align: center;
    font-family: geekexpressbold;
    font-size: 25px;
    margin-bottom: 30px;
}

/*///////////////////////////////////*/


.container-five {
    height: auto;
    background-color: #f0f0f0;
    text-align: center;
    align-content: center;
    padding: 30px;
}

.container-five-title {
    text-align: center;
    font-family: geekexpressbold;
    font-size: 25px;
    margin-bottom: 10px;
}

.container-five-subtitle {
    font-family: geekexpresslight;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    margin-left: 30%;
    margin-right: 30%;

}

.form-container {
    width: 40%;
    margin: 0 auto;
    padding-top: 20px;
}

@media only screen and (max-width: 600px) {
    .form-container {
        width: 100%;
    }
}

label {
    float: left;
    color: #525252;
    font-size: 14px;
    font-family: geekexpressbold;
    margin-top: 5px;
}

.form-control {
    border: 0.5px solid;
    border-color: #b3b5b7;
    border-radius: 5px;
}

.text-input {
    margin-bottom: 5px;

    /*font-family: geekexpressbold;*/
}

.text-country {
    font-family: geekexpresslight;
    font-size: 11px;
}

.input {
    font-family: geekexpresslight;
    font-size: 12px;
}





.header_bg {
    width: 100%;
    /*height: 100%;*/
    height: 296px;
    /*height: 100%;*/
    background-image: url('img/school_cover.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
    /*object-position: 100% 100% ;*/
    /*filter: brightness(50%);*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
    /*margin-top:60px;*/
}

.overlay{
  /*width:30px;*/
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  /*height: 100%;*/
  height: 296px;
  display:none;
  background-color: rgba(255, 206, 0, 0.9);
  display:inline-block;
  margin-top:77px;
}

 @media only screen and (max-width: 414px){
      .header_bg {
          min-height: 320px;
      }

      .overlay{
        min-height: 320px;
      }
    }

.header_content {
    /*grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
    color: white;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    margin-top: -5rem;
    font-family: geekexpresslight;*/
    /* font-weight: bolder; */
}

.header_title {  
    text-align: left;
    font-family: geekexpressbold;
    font-size: 48px;
    letter-spacing: 0.96px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 57px;
    /*margin-left: 123px;*/
}

.header_subtitle {
    text-align: left;
    font-family: geekexpressregular;
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.6;
    margin-top: 3px;
    margin-left: 3px;
}

#find-out{
  margin-top: 24px !important;
    margin-left: 3px;
  
}

input[type=text] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    input[type=date] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    select{
      border: 1px solid #B7B7B7 !important;
      border-radius: 10px !important;
      border: 1px solid #B7B7B7 !important;
      box-shadow: 0px 0px 3px #00000033;
      /*background:  url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)  no-repeat #eee !important;*/
      background-color: white !important;
      background-position: 99% !important; 
      -webkit-appearance: none;
      -moz-appearance: none;
      }

/*      label{
        color:black; 
        font-family: geekexpresssemibold;
      }*/