* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}


.banner {
    height: 650px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/aboutbanner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: white;
    font-size: 70px;
    font-weight: 700;
    margin-top: 50px;
}

@media screen and (max-width:425px) {
    .banner {
        height: 250px;
    }
    .banner h1{
        font-size: 30px;
        margin-top: 90px;
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    .banner {
        height: 360px
    }
    .banner h1{
        font-size: 50px;
        margin-top: 90px;

    }
    
}

.serv {
    margin-top: 100px;
    margin-bottom: 100px;
}

.serv h2 {
    text-align: center;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
}

.serv p {
    border-bottom: 9px solid #39b54a;
    text-align: center;
    margin: 30px 45%;
    border-radius: 10px;
}

.images {
    margin-top: 30px;
}

.images h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #39b54a;
}

.images img {
    height: 150px;
    margin: 30px 25%;
}

@media screen and (max-width:425px) {
    .serv p {
        margin: 15px 35%;
        border-bottom: 7px solid #39b54a;
    }

    .images img {
        height: 100px;
        margin: 30px 33%;
        margin-left: 122px;
    }

    .images h3 {
        font-size: 20px;
    }

    .serv h2 {
        font-size: 25px;
    }
    .serv {
        margin-top: 40px;
        margin-bottom: 55px;
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    .serv p {
        margin: 25px 42%;
    }

    .serv h2 {
        font-size: 29px;
    }

    .serv p {
        margin: 15px 42%;
        border-bottom: 8px solid #39b54a;
    }
    .serv {
        margin-top: 50px;
        margin-bottom: 75px;
    }
}

.title h2 {
    text-align: center;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
}

.title p {
    border-bottom: 9px solid #39b54a;
    text-align: center;
    margin: 30px 43%;
    border-radius: 10px;
}

.textarea h2 {
    text-align: center;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
}

.textarea p {
    text-align: center;
    margin: 40px 15%;
    font-size: 20px;
    color: grey;
}

@media screen and (max-width:425px) {
    .title h2 {
        font-size: 25px;
    }

    .textarea h2 {
        font-size: 25px;
    }

    .title p {
        margin: 15px 32%;
        border-bottom: 7px solid #39b54a;
    }

    .textarea p {
        font-size: 13px;
        text-align: justify;
        margin: 13px;
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    .title h2 {
        font-size: 29px;
    }

    .textarea h2 {
        font-size: 29px;
    }

    .title p {
        margin: 15px 39%;
        border-bottom: 8px solid #39b54a;
    }

    .textarea p {
        font-size: 18px;
    }
}

.profile img {
    height: 250px;
    margin-left: 0px;
    margin-top: 40px;
}

.profile h2 {
    text-align: center;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
}

.profile h3 {
    text-align: center;
    color: #39b54a;
    font-size: 20px;
    font-weight: bold;
}

.profile h1 {
    text-align: center;
    color: #f46d21;
    font-size: 28px;
    font-weight: bold;
}

.profile p {
    border-bottom: 9px solid #39b54a;
    text-align: center;
    margin: 30px 41%;
    border-radius: 10px;
}

@media screen and (max-width:425px) {
    .profile h2 {
        font-size: 25px;
    }

    .profile p {
        margin: 15px 30%;
        border-bottom: 7px solid #39b54a;
    }
    .profile img{
        margin-left: 50px;
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    .profile h2 {
        font-size: 29px;
    }

    .profile p {
        margin: 15px 38%;
        border-bottom: 8px solid #39b54a;
    }
    .profile img{
        margin-left: 38px;
    }
}

.ongng{
    text-align: center;
    color: #39b54a;
    margin-top: 100px;
}
.ongng img{
    height: 500px;
    width: 400px;
    margin: 40px 0px;   

}
.ongng .koth img{
    width: 800px;

}
.ongng h1{
    text-align: center;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold; 
}
.ongng h3{
    font-size: 25px;
}
.ongng .btn{
    margin: 20px 0px;
    padding: 8px 50px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #f46d21;
    transition: 0.3s;
}
.ongng .btn:hover{
    background-color: white;
    color: #f46d21;
    border: 1px solid #f46d21;
}
@media screen and (max-width:425px){
    .ongng .koth img{
        height: 220px;
    }
    .ongng h3{
        font-size: 19px;
    }
    .ongng{
        margin-top: 30px;
    }
    .ongng img{
        margin: 20px 0px;
    }
    .ongng h1{
        font-size: 30px;
    }
}
@media screen and (min-width:426px) and (max-width:768px) {
    .ongng h1{
        font-size: 27px;
    }
    .ongng img{
        height: 300px;
    }
    .ongng h3 {
        font-size: 23px;
    }
}

.hiring .box{
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    padding: 40px 40px;
    background-color: #6bc877;
    color: white;
    border: 2px solid white;
    box-shadow: 2px 2px 8px 2px #6bc877;
       
}
.hire h2{
    text-align: center;
    margin-top: 40px;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
}
.hiring h4{
    margin-top: 5px;
    padding-top: 20px;
    font-size: 25px;
}
.hiring .btn{
    margin-top: 30px;
    background-color: white;
    color:#f46d21;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 40px;
    transition: 0.3s;
}

.hiring .btn:hover{
    background-color: #f46d21;
    color: white;
}

@media screen and (max-width:425px) {
    .hire h2{
        margin-top: 25px;
        font-size: 25px;
    }
    .hiring .box{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .hiring h4{
        font-size: 20px;
    }
    .hiring .btn{
        font-size: 15px;
    }
}
@media screen and (min-width:426px) and (max-width:768px) {
    .hire h3{
        font-size: 19px;
    }
    .hiring h4{
        font-size: 15px;
        padding-top: 8px;
    }
    .hiring .btn{
        padding: 5px 20px;
        font-size: 15px;
    }
    .hiring .box{
        margin-top: 25px;
    }
    .hire h2{
        font-size: 30px;
        margin-top: 30px;
    }
}

.contact h2{
    text-align: center;
    margin-top: 40px;
    color: #39b54a;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}
.contact .con-fm{
    border: 2px solid white;
    box-shadow: 2px 2px 8px 2px gray;
    padding: 30px 40px;
    border-radius: 10px;
    background-color:#6bc877;
    margin-bottom: 50px;
}
.con-fm p{
    color: white;
    font-size: 16px;
}

.con-fm .btn{
    margin-top: 10px;
    background-color: #f46d21;
    color:white;
    font-size: 20px;
    padding: 5px 195px;
    transition: 0.3s;
    border-radius: 7px;
}

.con-fm .btn:hover{
    background-color: white;
    color: #f46d21;
}
.con-fm input{
    background-color: #6bc877;
    border: 1px solid white;
}
.con-fm ::-webkit-input-placeholder{
  color: white;
}
.con-fm textarea{
    background-color: #6bc877;
    border: 1px solid white;
}
.con-fm .form-control{
    padding: 15px;   
}
 .contact iframe{
    width: 550px;
    height: 635px;
    box-shadow: 2px 2px 8px 2px gray;
 }

@media screen and (max-width:425px) {
    .con-fm .btn{
        padding: 6px 110px;
    }
    .contact iframe{
        width: 350px;
        height: 400px;
    }
    .contact h2{
        margin-top: 20px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .con-fm p{
        font-size: 11px;
    }
    .con-fm .form-control{
        padding: 10px;   
        font-size: 12px;
    }
    .con-fm .btn{
        font-size: 13px;
    }
}
@media screen and (min-width:426px) and (max-width:768px) {
    .contact form{
        width: 550px;
        margin-left: 70px;
    }
    .contact iframe{
        margin-left: 70px;
    }
    .contact h2{
        margin-top: 10px;
        font-size: 35px;
        margin-bottom: 50px;
    }
}

.modal-dialog{
    color: #39b54a;
   
}
.modal-content{
    border-radius: 10px !important;
}
.modal-dialog .btn{
    border: 1px solid #f46d21;
    padding: 5px 20px;
}
.modal-footer{
    justify-content: center !important;
}

@media screen and (max-width:768px){
    .circle-4{
        visibility: hidden;
    }
    .circle-1{
        visibility: hidden;
        left: 0;
    }
    .circle-2{
        top: 1210px;
        left: 0;
    }
}