@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;
}
/* .anu{
    color:#ffffff;
} */
body{
    overflow-x: hidden;
    max-width: 100%;
}
p{
    font-family: var(--sm-font);
     font-size:17px;
}
li{
    font-family: var(--sm-font);
     font-size:16px;
     text-align: justify;
}
.ser{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ser .card{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*==================== 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}}
/*==================== BANNER MEDIA QUERRY =========================*/


.kb{
  background: url(../img/449917.jpg); background-size:cover;background-attachment: fixed; padding:20px 0px;
}
ul{
    list-style-type: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #8d000e;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 500;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(15 25 113);
    text-decoration: none;
    font-weight: 600;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #8d000e;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: #8d000e;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.navbar img{
    width:100%;
}


.qaz{
    padding-top: 40px;
    padding-bottom: 40px;
}

.qwe{
    background: #fefefd;
    padding-top: 60px;
    padding-bottom: 60px;
}
.accordion{
    border:1px solid red
}
.accordion .accordion-item {
	 border-bottom: 1px solid transparent;
}
 .accordion .accordion-item button[aria-expanded='true'] {
	 border-bottom: 1px solid #03b5d2;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #0050b2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding: 20px;
}
 .accordion button:hover, .accordion button:focus {
	 cursor: pointer;
	 color: #03b5d2;
}
 .accordion button:hover::after, .accordion button:focus::after {
	 cursor: pointer;
	 color: #03b5d2;
	 border: 1px solid #03b5d2;
}
 .accordion button .accordion-title {
	 padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
	 display: inline-block;
	 position: absolute;
	 top: 18px;
	 right: 0;
	 width: 22px;
	 height: 22px;
	 /* border: 1px solid; */
	 border-radius: 22px;
}
 .accordion button .icon::before {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 9px;
	 left: 5px;
	 width: 10px;
	 height: 2px;
	 background: currentColor;
}
 .accordion button .icon::after {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 9px;
	 width: 2px;
	 height: 10px;
	 background: currentColor;
}
 .accordion button[aria-expanded='true'] {
	 color: #03b5d2;
}
 .accordion button[aria-expanded='true'] .icon::after {
	 width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
	 opacity: 1;
	 max-height: 9em;
	 transition: all 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content {
	 opacity: 0;
	 max-height: 0;
	 overflow: hidden;
	 transition: opacity 200ms linear, max-height 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content p {
	 font-size: 1rem;
	 font-weight: 300;
	 margin: 2em 0;
}
 












.login-form {
    height: auto;
    padding: 20px;
    background: linear-gradient(182deg, #004466, transparent);
    border: 1px solid #004466;
    box-shadow: 0px 0px 9px 1px #cfbb47;
}

.backg{
           /* background: #f00; */
    padding: 17px 20px;
    /* background-color: rgb(228 230 230);
    box-shadow: 0px 0px 50px 0px #ececec; */
}
.backg .col-md-4{
    padding-bottom: 20px;
}
.acc{
    padding: 50px 0px;
}
.acc .card {
    background:linear-gradient(0deg, rgb(0 68 102) 0%, rgb(207 187 71) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutt .bgg{
    background:#ffffff00;
    padding: 20px 0px;
}
.aboutt .bgg li {
    padding-top: 10px;
    text-align: left;
}
.backg center{
    background: #ffffff2b;
    padding: 20px 0px;
}
.backg img:hover{
    border: 1px solid #121c86;
    border-radius: 50px;
    transform: scale(1.0);
    background: #f0f6f5;
}
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #000000;
    background: #f3d519;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #000000;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}
.contact .contact-information {
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: #ffffff36;
    border: 1px solid #344aa1;
    border-radius: 10px;
}
.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#ffffff, #0044663d);
    border-radius: 50px;
    border: 1px solid #004466;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #344aa1;
}
.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
/* :root{
    --background-dark: #2d3548;
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
  }
  
  *{
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  body{
    height: 100%;
  } */
  
  /* .hero-section{
    align-items: flex-start;
    background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%);
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
  } */
  
  .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  @media(min-width: 540px){
    .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .card-grid{
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  .hero-section .card{
    list-style: none;
    position: relative;
  }
  
  .hero-section .card:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  .card__background{
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .hero-section .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 100vw;
  }

@media(max-width:2560px){
    .acc h2{
        width: 4%;
    }
    .footer {
        padding: 100px 0;
        /* background: #344aa1; */
        background: url(../img/hhf.jpg);
        background-size: cover;
        background-attachment: fixed;
        line-height: 35px;
        font-size: 16px;
        background-position: top;
    }
    .aboutt .iim{
        animation-name: drm;
        animation-duration:5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    @keyframes drm{
        0%{ transform: scale(1);border:1px solid #cfbb47;padding:5px;border-radius: 10px;}
        50%{ transform: scale(1.1);border:1px solid #0e3d00;padding:5px;border-radius: 20px;}
        100%{ transform: scale(1);border:1px solid #cfbb47;padding:5px;border-radius: 10px;}
        
    }
    p{
        text-align: justify;
    }
    h2{
        font-family: ui-monospace;
        color: #0e3d00;
        /* background-color: #000000; */
        padding: 5px;
    }
    .navbar .navbar-brand{
        width: 20%;
    }
    .header-top {
        background:#344aa1;
        margin: 0;
        padding: 0px 0;
    }
    .header-top p {
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        letter-spacing: 1px;
    }
    .aboutt{
        padding-top: 80px;
        padding-bottom: 40px;
        background: #fdfef5;
    }
    .abo{
        padding-top: 60px;
        padding-bottom: 60px;
        /*position: relative;
         margin-top: -50px; */
    }
    .abo .card{
        border:1px solid #121c86
    }
    .abo .card:hover{
        border: 1px solid #eb1a23;
        transform: scale(1.1);
        border-radius: 30px 5px 30px 5px;
    }
    .zoom {
        transition: transform .2s;
      }
      
      .zoom:hover {
        transform: scale(1.1);
      }
}
@media(max-width:1920px){
    h2{
        font-size: 35px!important;
    }
    .navbar .navbar-brand{
        width: 6%;
    }



    .asew{
        padding-top: 120px;
    }
    





}
@media(max-width:576px){
    .qaz h2{
        text-align: center;
    }
    .navbar .navbar-brand {
        width: 25%;
    }
    .abo{
        padding-top: 30px;
        padding-bottom: 30px;
        /* position: relative;
        margin-top: 50px; */
    }
    .aboutt{
        padding-top: 40px;
        padding-bottom: 10px;
        
    }
    h2{
        font-size: 30px!important;
    }
  

}