@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: Muthiara;
    src: url(../fontawesome5/webfonts/Muthiara_demo_version.ttf);
}
@font-face {
    font-family: myraid;
    src: url(../fontawesome5/webfonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
    font-family: Roboto;
    src: url(../fontawesome5/webfonts/Roboto-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/***** General CSS *****/

body{
  font-family: booklab;
}

.logo img{
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}
.quote h1{
    text-align: center;
}

.main-banner{
  background-image:url(../images/1.jpg);
  height: 900px;
}


.main {
  width: 170px;
  height: 70px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #000080;
  cursor: pointer;
  box-shadow: 5px 5px 0 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  margin: auto;
}
.main a {
  position: absolute;
  text-decoration: none;
  color: #000;
  z-index: 1000;
}
.main::after {
  content: "";
  top: 0;
  left: 0;
  width: 170px;
  height: 70px;
  background: linear-gradient(to right, #ff7675, #e84393);
  opacity: 0;
  transition: 0.3s;
}
.main:hover {
  box-shadow: -5px -5px 0 0;
  transform: scale(0.9);
}
.main:hover::after {
  opacity: 1;
}
img.about-logo {
    width: 10%;
}

.navbar {		
	background: transparent;
	padding-left: 16px;
	padding-right: 16px;

}
.navbar-light .navbar-nav .nav-link {
    color: rgb(12, 12, 12);
}
.nav-link {
	margin: 0 3px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 25%;
    margin-bottom: 0;
    list-style: none;
}
.nav-link img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: -8px 0;
	left: 0;
	margin-right: 10px;
}

.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:hover {
    color: #050505 !important;
    background: transparent !important;
}

.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
	color: #f08373 !important;
}


.navbar .nav-item i {
	font-size: 18px;
}

.about{
    padding: 80px;
}
.pura-pg{
    background-image:url(../images/1.jpg);
    height: 1200px;
}

.enter-btn{
    padding: 40px;
}

nav.nav-expanded
    {
      display: block;
    }
    nav.navbar navbar-default
    {
      display: none;
    }
    nav.navbar navbar-default ul li
    {
      float: none;
      border-bottom: 2px solid #d5dce4;
    } 
    nav.navbar navbar-default ul li:last-child
    {
      border-bottom:none;
    }
#footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #364146;
  }

  .contact .info {
    padding: 30px;
    background:#000080;
    width: 100%;
    border: 2px solid #000080;
    border-radius: 4px;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #000080;
    float: left;
    width: 44px;
    height: 44px;
    background: #000080;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#000080;
  }
  
  .contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000080;
  }
  
  .contact .info .social-links {
    padding-left: 60px;
  }
  
  .contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #000080;
    color: #000080;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
  }
  
  .contact .info .social-links a:hover {
    background: #000080;
    color: #000080;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #000080;
    color: #000080;
  }
  
  .contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #000080;
    border: 2px solid #000080;
    border-radius: 4px;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
    margin: auto;
  }
  
  .contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #f5b21e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #f5b21e;
  }

  .reg-form{
    margin: auto;
  }
  
  .section-title{
    text-align: center;
  }
  
  .c1{
    font-size: large;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width:519px){
  .logo img{
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 87%;
}
.quote h1{
    text-align: center;
    font-size: 25px;
  }
}

.main-banner{
  background-image:url(../images/1.jpg);
  height: 900px;
}

.main {
  width: 170px;
  height: 70px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #fdcb6e;
  cursor: pointer;
  box-shadow: 5px 5px 0 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  margin: auto;
}
.main a {
  position: absolute;
  text-decoration: none;
  color: #000;
  z-index: 1000;
}
.main::after {
  content: "";
  top: 0;
  left: 0;
  width: 170px;
  height: 70px;
  background: linear-gradient(to right, #ff7675, #e84393);
  opacity: 0;
  transition: 0.3s;
}
.main:hover {
  box-shadow: -5px -5px 0 0;
  transform: scale(0.9);
}
.main:hover::after {
  opacity: 1;
}
img.about-logo {
    width: 10%;
}

.navbar {		
	background: transparent;
	padding-left: 16px;
	padding-right: 16px;

}
.navbar-light .navbar-nav .nav-link {
    color: rgb(12, 12, 12);
}
.nav-link {
	margin: 0 3px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 25%;
    margin-bottom: 0;
    list-style: none;
}
.nav-link img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: -8px 0;
	left: 0;
	margin-right: 10px;
}

.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:hover {
    color: #050505 !important;
    background: transparent !important;
}

.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
	color: #f08373 !important;
}


.navbar .nav-item i {
	font-size: 18px;
}

.about{
    padding: 15px;
}
.pura-pg{
    background-image:url(../images/1.jpg);
    height: 1393px;
}

.enter-btn{
    padding: 20px;
}

nav.nav-expanded
    {
      display: block;
    }
    nav.navbar navbar-default
    {
      display: none;
    }
    nav.navbar navbar-default ul li
    {
      float: none;
      border-bottom: 2px solid #f5b21e;
    } 
    nav.navbar navbar-default ul li:last-child
    {
      border-bottom:none;
    }
#footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #364146;
  }

  .contact .info {
    padding: 30px;
    background: #fff;
    width: 100%;
    border: 2px solid #e9ecee;
    border-radius: 4px;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #f5b21e;
    float: left;
    width: 44px;
    height: 44px;
    background: #f2f4f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #f5b21e;
  }
  
  .contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #f5b21e;
  }
  
  .contact .info .social-links {
    padding-left: 60px;
  }
  
  .contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #f5b21e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
  }
  
  .contact .info .social-links a:hover {
    background: #f5b21e;
    color: #fff;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #f5b21e;
    color: #fff;
  }
  
  .contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border: 2px solid #e9ecee;
    border-radius: 4px;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
    margin: auto;
  }
  
  .contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #f5b21e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #1eb4ff;
  }

  .reg-form{
    margin: auto;
  }
  
  .section-title{
    text-align: center;
  }

