
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

*{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}
.topic{
font-family: 'Bebas Neue', cursive;
font-size: 60px;  
letter-spacing: 2px;  
}
.title h1{
font-size: 60px;
margin-top: 5%;
text-align: center;
font-family: 'Bebas Neue', cursive;
}

.nav{
overflow: hidden;
background-color: #FB6E10;
}
.nav a{
text-decoration: none;
padding: 20px 22px;
color: white;
float: left;
display: block;
font-size: 20px;
}

a.icon{
float: right;
display: none;
}
.header{
min-height: 100vh;
background-image: linear-gradient(to right, rgba(4,9,30,0.6), rgba(4,9,30,0.6)), url("https://scontent.fktm14-1.fna.fbcdn.net/v/t1.6435-9/62303905_2403596353031723_8434280604916252672_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=e3f864&_nc_ohc=BHDlQ9oU6OEAX9m7Dyk&_nc_ht=scontent.fktm14-1.fna&oh=9c49c9f086004bb620afe760558bd6af&oe=60EC14F1");
background-size: cover;
background-position: center;
text-align: center;
color: #fff;
}
.subheader{
min-height: 50vh;
background-image: linear-gradient(to right, rgba(4,9,30,0.6), rgba(4,9,30,0.6)), url("https://scontent.fktm14-1.fna.fbcdn.net/v/t1.6435-9/61866500_2395473073844051_1093197566289379328_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=e3f864&_nc_ohc=62vpN2Lqbj8AX9s8UaF&_nc_ht=scontent.fktm14-1.fna&oh=56eaacbeb4038705fbc0b1ef37616349&oe=60EC7014");
background-size: cover;
background-position: center;
text-align: center;
color: #fff;
}
.subheader h1{
margin-top: 100px;
}

.header h1{
padding-top: 260px;
padding-bottom: 0;
font-family: 'Bebas Neue', cursive;
font-size: 60px;
}
.header p{
margin: 18px 0;
}


@media screen and (max-width: 700px) {
.nav a:not(:first-child){
    display: none;
}
.nav {
position: relative;
}
.nav a.icon{
display: block;
position: absolute;
top:0;
float: none;
right: 0;
}

div.nav.clicked a {
display: block;
float: none;
text-align: left;
color: #fff;
font-weight: 500;
background: #FB6E10;
box-shadow: 0 4px 8px 0 rgb(123 138 212 / 20%), 0 6px 20px 0 rgb(29 99 228 / 19%);
}
}

 .service{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
 }
  h1{
    font-size: 36px;
    font-weight: 600;
 }
 p{
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
 }
 .row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
 }
 .help-col{
    flex-basis: 31%;
    background: #FB6E10;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 1s;
 }
 h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
 }
  .help-col:hover{
    box-shadow: 0 4px 8px 0 rgb(123 138 212 / 20%), 0 6px 20px 0 rgb(29 99 228 / 19%);
  }
  @media screen and (max-width: 700px) {
    .row{
        flex-direction: column;
    }
  }

  .facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
  }
  .facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
  }
  .facilities-col img{
    width: 100%;
    border-radius: 10px;
  }
  .facilities-col p{
    padding: 0;
  }
  .facilities-col h3{
    font-size: 17px;
    margin-bottom: 17px;
    text-align: left;
  }


  .cont{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(to right, rgba(4,9,30,0.6), rgba(4,9,30,0.6)), url("https://scontent.fktm14-1.fna.fbcdn.net/v/t1.6435-9/54432294_2272856509439042_1329811489334231040_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=fdyzh3WTmEIAX9YUWM1&_nc_ht=scontent.fktm14-1.fna&oh=c627016d1c25ec025f896cbfbe034c66&oe=60ED198C");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
  }
  .cont h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
  }
 .btn{
    background: #FB6E10;
    color: #fff;
    margin-left: 5px;
    padding: 10px;
    border: 1px solid rgba(4,9,30,0.6);
    transition: 0.5s
}
 .btn:hover{
    background: #fff;
    color: #FB6E10;
    border: 3px solid #FB6E10;
}
@media screen and (max-width: 700px) {
    .cont h1{
        font-size: 24px;
    }
  }




.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img{
    width: 100%;
}
.about-col h1{
    padding-top: 0;
}
.about-col p{
    padding: 15px 0 25px;
}


.blog-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.blog-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.blog-col img{
    width: 100%;
}
}

border-radius: 60px;
}


.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    margin-left: 20px;
}
.contact-col div{
    display: flex;
    text-align: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    margin: 10px;
    margin-right: 30px;
}
.contact-col input, .contact-col textarea{
    width: 90%;
    margin-left: 5px;
    padding: 15px;
    outline: none;
    margin-bottom: 17px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}





 footer{
    background-color: #ffcc00;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 30px 0;
 }
 footer p{
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
 }