@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Roboto', sans-serif;
}
.header-area{
    width: 100%;
    box-sizing: border-box;
     background-color:#4f7697!important; /* #1f1752*/ 
}
.container{
    width: 100%;
    box-sizing: border-box;
}.container1{	  width: 100%;padding:0px 30px;    box-sizing: border-box;}
.nav-logo{
    width:80px;
    height:80px;
}
.nav-link{
    font-size: 18px !important;
    margin-left: 15px;
    color: #fff !important;
}
.nav-link:hover{
    background-color: #BCC5CC;
    color: #170997 !important;
}
.navbar-light .navbar-toggler-icon{
    background-color: #fff !important;
}



/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Add a background color and some padding around the form */
  .cont {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }









/* banner-area starts here */

.banner-area{
    width: 100%;
}



/* about-area starts here */

.about-area{
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}
.abt-hed{
    font-size: 25px;
    margin-bottom: 30px;
}
.abt-para{
    font-size: 18px;
}
/* Our Institute starts here */.inspic{	width:100%;	height:220px;}


/* gallery area starts here */
.gallery-area{
    width: 100%;
    padding: 0px 0px 40px 0px;
    text-align: center;
}
.secnd-row{
    margin-top: 25px;
}




/* .contact-area starts here */
.contact-area{
    width: 100%;
    background-color: #1f1752 !important;
    padding: 40px 0px 20px 0px;
}
.foot-para{
    color: #fff;
}
.foot-snd{
    text-align:center !important;
}


.foot-hed{
    color: #fff;
}
.crt{
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.crt:hover{
    text-decoration: none;
    color: #fff;
}






/* about page starts here */

.about-gan{
    width: 100%;
    text-align: center;
    padding: 40px 40px 60px 40px;
    background: url(../images/backgroung1.jpg) no-repeat 0 0;
    opacity: 1;
    background-size: 100%;
}
.abt-header{
    text-align: left;
    font-size: 20px;
    color: #fff !important;
    margin-bottom: 15px;
}
.in-hed{
    color: #fff;
    margin-bottom: 18px !important;

}
.abt-para1{
    text-align: left;
    line-height: 140%;
    font-size: 15px;
    margin-bottom: 20px;
    color: #fff;
}
.lst-pra{
    margin-bottom: 0px !important;
}




/* contact  page starts here */

.contact-place{
    width: 100%;
    padding: 0px 50px;
    background-color: rgb(220, 250, 255);
}
.contact-hed{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.stl{
    background-color: #79f6ff;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 25px;
}
.cnt-hd{
    font-size: 30px;
    margin-bottom: 30px;
}
.ltr-hd{
    font-size: 20px;
}
.ltr-pra , .ltr-pra2{
    font-size: 15px;
}
.ltr-pra2{
    margin-bottom: 30px;
}