@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');

:root {
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
}
body{
	padding: 0;
	margin:0;
	box-sizing: border-box;
}
.nav-up {
    width: 100%;
    height: auto;
    background:#0270bc;
    padding:10px;
    text-align: center;
}
.bg1{
	background-color: #79a600;
	color: white;
}
.part {
    text-align: center;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
    background-position: center;
    background-image: linear-gradient(261deg, #d6565675, #ef7c2f80), url(../images/backgroundbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.part .item{ border: 2px solid white; 
	border-radius: 10px;}
.part h4,h5 { color: white;
	margin-top: 5px; }
.part img { border-radius: 10px; }
.part h2 {
    /* font-family: 'Titan One',cursive; */
    font-size: 55px;
    /* font-weight: 900; */
    color: white;
}
.part h3{ color: white; }
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
   margin-left: 0px;
}
.sent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
}
.navbar .nav-link {
   font-size: 20px;
   font-family: var(--sm-font);
}
.navbar img {
 width:100%;
 }
/*.tes{
   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
   margin-left: 0px;
}*/
/*******************************/
/******** Footer CSS *********/
/*******************************/
.footer {
    position: relative;
    padding-top: 48px;
    background: #0270bc;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
  
    content: "";
    width: 59px;
    height: 2px;
    bottom: 0;
    left: 90px;
  
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
}

.footer .footer-link a::before {
   position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #ef7c2f;
}

.footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
        width: 28px;
    color: #ef7c2f;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
        display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#ef7c2f;
    border-radius: 35px;
    font-size: 16px;
    color: #000000;
}

.footer .footer-social a:hover {
    background: #4a66b0;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
        height: 60px;
    /* background: transparent; */
    /* border:1px solid #ef7f1c; */
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background:#0c65a2;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.footer .copyright p a {
    color:#fff;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#form_status span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #E74C3C;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 3px;
  margin-bottom: 18px;
}

#form_status span.loading {
  color: #333;
  background: #eee;
  border-radius: 3px;
  padding: 18px 0px;
}

#form_status span.notice {
  color: yellow;
}

#form_status .success {
  color: #fff;
  text-align: center;
  background: #2ecc71;
  border-radius: 3px;
  padding: 30px 0px;
}

#form_status .success i {
  color: #fff;
  font-size: 45px;
  margin-bottom: 14px;
}

#form_status .success h3 {
  color: #fff;
  margin-bottom: 10px;
}
.hos{
    color: white;
    margin-top: 40px; 
    padding: 21px; 
    background-color: #4a66b0; 
    border-radius: 16px; 
    text-align: center;
    border: 2px solid black;

}






@media(max-width: 2560px){
    .ag ul li {
        margin-right: 30px;
        text-align: justify;
    }
   .log {
    width: 139%;
}
}
@media(max-width: 1440px){
    .log {
    width: 40%;
   }
    .navbar-brand {
        width: 27%!important;
    }
}
@media(max-width: 1024px){
   .log {
    width: 69%;
   }
    .navbar-brand {
        width:16%!important;
    }
 
}
@media(max-width: 768px){
    
}
@media(max-width: 576px){
    .log {
    width: 110%;
}
    .navbar-brand {
        width: 80%!important;
    }
    .part {
        background: url(../images/lib.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding: 20px;
    }
    .navbar img {
        width: 80%;
    }

}

@media(max-width: 425px){
    .ag ul li {
        margin-right: 30px;
        text-align: justify;
    }
   .log {
    width: 150%;
    }

}
@media(max-width: 375px){
    .ag ul li {
        margin-right: 30px;
        text-align: justify;
    }
    .log {
    width: 169%;
    }
    .crd{
        width:  100%;
    } 
     
}
@media(max-width: 320px){
    .ag ul li {
        margin-right: 30px;
        text-align: justify;
    }
    .log {
    width: 158%;
   }
    .tes{
        padding-left: 10px;
        padding-right: 10px;
    }
    .df{
        margin-bottom: 50px;
    }
 
}
/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}





