/* 
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@300&family=Fredericka+the+Great&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
body,*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Fredericka the Great', cursive; */
    /* font-family: 'Arima', cursive; */

}
.container {
    max-width: 1320px;
    margin:0 auto;
}
/* .topnav-head-text{
    display: flex;
} */
.topnav-head-text ul{
    display: flex;
    gap: 30px;
    list-style: none;
    margin-bottom: 0;
}
.top-nav-left{
    display: flex;
    color: #fff;
}
.top-nav-nav{
    background-color: #000000;
}
.top-nav{
    display: flex;
    padding: 9px 0;
    justify-content: space-between;
}
.top-nav-right{
    display: flex;
    padding-top: 0;
    color: #fff;
}
.top-nav-right li{
    margin-top: 3px;
}
.top-nav-right a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all .3s;
    padding-top: 4px;
}
.top-nav-right i{
    padding-right: 5px;
}
.top-nav-right li{
    list-style: none;
}
#top-nav{
    background-color: rgb(0, 0, 0);
}
.top-nav-left ul{
    margin: 0;
}
.txt-inner-1 h1{
    font-size: 2vw !important;
}
.bbbtn{
    margin-left: 25px;
    margin-top: 3px;
}
.bbbtn a{
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    padding: 14.6px 15px;
    letter-spacing: 1px;
    transition: all .3s;
    z-index: 1;
    background-color: #931d04;
}
.bbbtn a:hover{
    color: #fff;
    background-color: #003C56;
}
/* .bbbtn a:hover{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
} */
.bbbtn a::before{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    z-index: -1;
}
.bbbtn  a:hover::before {
    width: 100%;
}
.bbbtn:hover i{
    transform: translateX(7px);
    transition: all .3s;
}
.top-nav-left .fa{
    transition: all .3s;
    padding-top: 8px;
}
.top-nav-right span{
    margin: 0 20px 0;
    height: 30px;
    width: 1px;
    background-color: #726969a8;
}
.bbbtn i{
    margin: 0;
    transition: all.3s;
}
.new-class .navbar_left img {
    height: 100%;
    width: 83px;
    padding: 11px 0 0 0;
    transition: all .3s;
}
.new-class .osos img {
    margin-top: 20px;
    width: 300px;
    height: 60px;
    filter: invert(1) brightness(1.5);
    transition: all .5s;
    padding: 0;
}
.top-nav-left ul{
    display: flex;
    gap: 10px;
}
.top-nav-left p{
    margin: 0;
    letter-spacing: 1px;
    font-size: 17px;
    padding-top: 4px;
}



.topnav-head-text img{
    width: 45px;
    height: 30px;
}
.navbar_inner{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.navbar_left img{
    height: 100%;
    width: 100px;
    padding: 0;
    transition: all .3s;
    position: relative;
    top: 8px;
}
.osos img{
    margin-top: 20px;
    width: 300px;
    height: 60px;
    /* filter: invert(1) brightness(1.5); */
    transition: all .5s;
    padding: 0;
}
.new-class .osos img{
    filter: unset;
}
.navbar_left{
    display: flex;
}
.toggle {
    float: right !important;
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    display: none;
    top: 1.1rem;
    right: 1rem;
    padding-top: 2rem;
    padding-left: 13px;
    transition: all .5s ease;
    z-index: 33;
}
.toggle span {
    position: absolute;
    width: 47px;
    height: 4px;
    background: #931d04;
    border-radius: 10px;
    transition: 0.5s;
    transform: translateX(2px);
}
.toggle span:nth-child(1) {
    transform: translateY(-13px);
    width: 39px;
    left: 15px;
}
.toggle span:nth-child(2) {
    transform: translateY(14px);
    width: 24px;
    left: 15px;
}
.nav-items ul{
    padding: 0;
    list-style: none;
    text-align: center;
}
.nav-items ul li{
    padding: 10px 0;
}
.nav-items{
    /* position: absolute;
    background-color: antiquewhite;
    width: 500px;
    right: 0%;
    top: 0px;
    height: 710px;
    padding-top: 110px;
    z-index: 0; */
    display: none;
}
.nav-items ul li a{
    text-decoration: none;
    font-family: sans-serif;
    font-size: 40px;
    color: #008ad3;
    position: relative;
}
.nav-items ul li a:hover{
    color: #d74d4d;
}
.nav-items a::before{
    content: " ";
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: brown;
    transition: all .3s ease-out;
    left: 0;
}
.nav-items ul li a:hover::before{
    width: 100%;
}
.active {
    display: block;
}
.visible{
    position: absolute;
    background-color: black;
    width: 500px;
    right: 0%;
    top: 0px;
    height: 710px;
    padding-top: 110px;
    z-index: 0;
    display: grid;
    transition: all .15s;
    animation-timing-function: ease-in-out;
    animation: mymove 2s;
    z-index: 2;
    position: fixed;
}
@keyframes mymove {
    0% {top: -20rem;}
    100% {top:0rem;}
    0% {top: -20rem;}
   }
   #header{
    overflow: hidden;
    width: 100%;
   }
   .toggle.active span:nth-child(1) {
    width: 40px;
    transform: translatey(0) rotate(220deg);
    transition-delay: 0.125s;
}
.toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
}
.toggle.active span:nth-child(3) {
    transform: translateX(60px);
}  
.nn{
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #fff;
    /* box-shadow: 1px 2px 10px 1px #0000003b; */
    transition: all .5s;
}
.bottom-separator {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    display: block;
    z-index: -1;
    transition: all .5s;
}
.bottom-separator:after {
    box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 190px;
    content: '';
    right: -20%;
    left: -20%;
    transition: all .5s;
}
.new-class .bottom-separator::after{
    box-shadow: 0 0 0 100px #fff;
    transition: all .5s;
}   


/* ''''''''''''swiper''''''''''''' */
/* '''''''''start''''''''''''' */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
  }
  .swiper_banner .swiper-button-prev{
    top: 57%;
    left: 20px;
    right: auto;
    border: 1px solid rgba(255, 255, 255, 0.867);
    padding: 10px 21px 0px;
    border-radius: 50%;
    background-color: #00000094;
    box-shadow: 6px 6px 25px -10px rgb(0 0 0 / 39%), inset 8px 6px 10px -10px rgb(0 0 0 / 59%);
    transition: all .3s ease;
  }
  .swiper_banner .swiper-button-prev::after{
    content: '';
    background-image: url(../image/prev-top.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4px 10px 0px;
  }
  .swiper_banner .swiper-button-prev:hover{
    background-color: #000000;
  }
  .swiper_banner .swiper-button-next{
    top: 57%;
    left: auto;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.867);
    padding: 10px 21px 0px;
    border-radius: 50%;
    background-color: #00000094;
    box-shadow: 6px 6px 25px -10px rgb(0 0 0 / 39%), inset 8px 6px 10px -10px rgb(0 0 0 / 59%);
    transition: all .3s ease;
  }
  .swiper_banner .swiper-button-next::after{
    content: '';
    background-image: url(../image/next-top.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4px 10px 0px;
  }
  .swiper_banner .swiper-button-next:hover{
    background-color: #000000;
  }
  .top-swiper-btn .swiper-pagination-bullet{
    width: 15px;
    height: 2px;
    border-radius: unset;
    background-color: #b4903d;

  }
/* '''''''''''''''''end''''''''''' */
.topnav-head-text a{
    letter-spacing: 1px;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 100;
}
.new-class {
    margin-top: -59px;
    transition: all .5s;
    width: 100%;
    animation: mymove2 2s;
    background-color: #fff;
    box-shadow: 0 -5px 30px rgb(78 82 99 / 30%);
}
.new-class .topnav-head-text a{
    color: #000000;
}
.txt{
    position: absolute;
    top: 50%;
    left: 200px;
    width: 50%;
    text-align: left;
    color: #fff;
}
.txt-inner-1 p{
    font-size: 20px !important;
    letter-spacing: 1px;
}
.swiper-slider-img{
    position: relative;
    z-index: -1;
}
.swiper-slider-img::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #0000004f; */
    background-image: linear-gradient(88deg, #000000bf, #04040400);
    /* background-image: linear-gradient(180deg, #1f4277, transparent); */
    z-index: 0;
}
.inner_offer_banner{
    display: flex;
    text-align: center;
    background: aliceblue;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #00000061;
    position:relative;
    top:-48px;
}
.inner_offer{
    width: 100%;
    display: flex;
    text-align: left;
    gap: 18px;
    padding: 35px 25px;
}
.inner_banner_offer{
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#inner_banner{
    position: relative;
    bottom: -24% ;
    z-index: 1;
    left: 7%;
    right: auto;
}
/* .inner_banner{
    z-index: 1;
    bottom: -20%;
    left: auto;
    right: auto;
    padding: 0 30px;
} */
.inner_banner_offer h1{
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.inner_banner_offer p{
    font-size: 17px;
    letter-spacing: 1px;
}
.inner_offer img{
    margin-bottom: 10px;
    width: 60px;
}
.inner_offer h2{
    font-size: 27px;
    letter-spacing: 1px;
    color: #000000;
}
.inner_offer p{
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 30px;
}

.counterr_inner h1{
    letter-spacing: 1px;
    font-size: 2.5vw !important;
    font-weight: 600;
}
.a1 , .a2, .a3{
    transition: all .3s;
}
.inner-offer-a1{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #ffea5529;
}
.inner-offer-a2{
    background-color: #00ff2133;
}
.inner-offer-a3{
    background-color: #008ad324;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.inner-text-offer p{
    font-size: 17px;
    text-align: left;
    display: none;
}
/* '''''''''''''end'''''''''''''' */

/* ============================ABOUT======================= */
/* '''''''''''''''''''''START''''''''''''''''''''''''' */


#about{
    margin-top: 0px;
}
.about-head h1{
    font-weight: bold;
    font-size: 4rem;
    font-family: sans-serif;
    letter-spacing: 8px;
    opacity: .2;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000c4;
}
.about-head{
    position: relative;
}
.about-head h2{
    position: absolute;
    bottom: 1%;
    font-size: 26px;
    letter-spacing: 1px;
}
.about-inner-left h2{
    margin-top: 30px;
    font-size: 20px !important;
    letter-spacing: 1px;
    margin-bottom: 9px;
    font-weight: 600;
}
.about-inner-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-inner-left ul li{
    display: flex;
    gap: 10px;
}
.about-inner-left ul li p{
    font-size: 17px;
    margin: 0;
    line-height: 35px;
}
.about-inner-left ul li a{
    letter-spacing: 1px;
    font-size: 17px;
}
.about-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-inner-left{
    width: 60%;
}
.about-inner-left li img{
    width: 20px ;
    height: 20px;
    margin-top: 6px;
}
.about-inner-left p{
    line-height: 30px;
    font-size: 17px;
}
.about-inner-right{
    width: 31%;
}
.govt-text{
    color: #fff;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
    position: relative;
    background-color: aliceblue;
}
.govt-text::after{
    left: 0;
    right: 0px;
    position: absolute;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    background: linear-gradient(7deg, rgb(0 59 97) 0%, rgb(12 80 100) 100%);
    border-bottom-left-radius: 142px;
    box-shadow: 0px 3px 7px 1px #12121261;
    border-bottom-right-radius: 142px;
}
.govt-inner-3{
    box-shadow: 0px 0px 10px 0px #00000057;
}




/* ''''''''''''''''''counter '''''''''''''''''''' */


.counterr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0px 0px;
}

.counterr_inner{
    width: 60%;
    color: #fff;
}
.counter_inner_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
}
.inner_counterr{
    display: flex;
    padding: 35px 0px 0;
    align-items: flex-start;
}
.counter_left{
    width: 40%;
    margin-top: 80px;
    z-index: 1;
}
.counter_left img{
    width: 100%;
}
.counterr_text{
    padding-left: 20px;
    width: 90%;
}
.inner_counterr_img img{
    width: 60px;
    transition: all.7s ease;
}
.counter{
    position: relative;
    font-size: 50px;
    padding: 0;
    margin: 0;
}
.counter_inner_inner .inner_counterr:first-child .counter::after{
    position: absolute;
    content: "%";
}
.counter_inner_inner .inner_counterr:nth-child(2) .counter::after{
    position: absolute;
    content: "+";
}
#counterr{
    background: linear-gradient(90deg, #003C56 0%, rgb(35 139 124) 100%);
    position: relative;
    margin-top:45px;
}
.counterr_text h2{
    font-size: 25px;
}
.inner_counterr_img{
    border-radius: 50%;
    border: 1px solid #9a0000;
    padding: 20px;
    background-color: #fff;
}
.inner_counterr:hover .inner_counterr_img img{
    transform:  rotate(359deg);
}
.counterr_inner p{
    font-size: 17px;
    line-height: 30px;  
}



/* '''''''''''''particles'''''''''''''' */


canvas{
    background-color: rgb(1 1 255 / 5%);
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
}
/* '''''''''''''end''''''''''''''' */


/* ============================================news & events======================= */
/* ........................start........................ */
.inner-news-img img{
    width: 100%;
    transition: all .5s ease;
}
.inner-news-img{
    position: relative;
    transition: all .3s ease;
}
.inner-news{
    width: 32%;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0px 1px 8px 0px #00000033;
}
.news-events-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}
#newe-events{
    margin-top: 40px;
    margin-bottom: 20px;
}
.news-events-text h1{
    font-weight: bold;
    font-size: 4rem;
    font-family: sans-serif;
    opacity: .2;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000c4;
}
.news-events-text h2{
    position: absolute;
    bottom: -1%;
    font-size: 30px;
    letter-spacing: 1px;
}
.news-events-text{
    position: relative;
}
.inner-news-text li{
    list-style: none;
}
.inner-news-text li i{
    padding-right: 10px;
    color: red;
    font-size: 23px;
    position: relative;
    top: 1px;
    opacity: .8;
}
.event-date{
    width: 80px;
    height: 80px;
    background: var(--color-primary);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    right: 12px;
    background-color: #023d61;
    line-height: 17px;
    color: white;
}
.event-date span{
    font-size: 15px;
    display: block;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-secondary);
}
.inner-news-text{
    padding: 40px 30px 45px;
    line-height: 30px;
    position: relative;
    transition: all .3s ease;
}
.inner-news-text h2{
    font-size: 22px !important;
    line-height: 32px;
    width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-news-text p{
    width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}
.bot{
    visibility: hidden;
    opacity: 0;
    margin-bottom: -50px;
    transition: all .3s ease;
}
.inner-news:hover .bot{
    margin-top: 25px;
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
}
.inner-news:hover .inner-news-img{
    margin-bottom: -75px;
}
.inner-news:hover .inner-news-text{
    padding: 40px 30px 35px;
    background-color: #fff;
}
.bot a{
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 25px;
    transition: all .3s;
    z-index: 1;
    box-shadow: inset 0px 0px 7px 0px #000000a6;
}
.bot a::before{
    content: " ";
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%); */
    background-color: #931d04;
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    z-index: -1;
}
.bot a::after{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%); */
    background-color: #023d61;
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    z-index: -1;
}
.bot a:hover::before{
    width: 100%;
    transition: all .3s;
}
.bot a:hover::after{
    width: 0%;
    transition: all .3s;
}
.bot a:hover {
    color: #fff;
}


/* '''''''''''''''''''''''''''''end'''''''''''''''''' */

/* ''''''''''''''''''''curriculum''''''''''''' */
#curryculum{
    background: linear-gradient(180deg, #931d04, #931d04, #931d04);
    position: relative;
    overflow: hidden;
}
.curryculum_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.curryculum_inner_left{
    width: 25%;
    padding: 20px 0 0 20px;
    text-align: right;
}
.curriculum_inner_right{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px 0px 0 50px;
    /* margin-top: 40px; */
    justify-content: space-between;
}
.test-swiper-slider{
    padding: 60px 50px;
    text-align: left;
    position: relative;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #fff8f8;
}
.curryculum_inner_left h1{
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 2.5vw !important;
}
.curryculum_inner_left h6{
    letter-spacing: 1px;
    font-size: 26px;
}
.curriculum_right{
    display: flex;
    width: 49%;
    padding-left: 20px;
    padding-bottom: 25px;
}
.curriculum_right_img img{
    width: 50px;
    opacity: .5;
    transition: all .3s;
}
.curriculum_right_img img:hover{
    opacity: .9;
}
.curriculum_right_text{
    padding-left: 20px;
    transition: all .3s;
}
.curriculum_right_text:hover{
    opacity: .7;
}
.curryculum{
    padding: 80px 30px;
}
.curriculum_right_text h2{
    font-size: 25px;
}
.curriculum_right_text p{
    margin: 0;
}
.curryculum_inner_left:after{
    background-image: url(../image/open-book.png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: shakex 20s linear infinite;  
    left: 280px;
}
@keyframes shakex {
    0% {
        transform: translateX(-70px)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-70px)
    }
}
.curryculum_inner_left a{
    background-color: #0000008c;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    /* border: 1px solid; */
    padding: 10px 16px;
    /* border-radius: 20px; */
    letter-spacing: 1px;
    box-shadow: inset 0px 0px 13px 0px #fffbfbb0;
    transition: all .3s;
    z-index: 1;
}
.curryculum_inner_left a:hover::before{
    width: 100%;
}
.curryculum_inner_left a:hover{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
    border: 1px solid #0000003d;
    background-color: #00000000;
}
.curryculum_inner_left a::before{
    content: " ";
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%);
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    z-index: -1;
}
.curryculum_inner_left p{
    line-height: 29px;
    margin-top: 20px;
    font-size: 16px;
}
.curriculum_inner_right:after{
    background-image: url(../image/image-5.png);
    position: absolute;
    content: " ";
    display: block;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: pulse 4s infinite;
    animation-fill-mode: both;
    right: -79px;
    top: -76px;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.curriculum_right_text p{
    letter-spacing: 1px;
    font-size: 17px;
}
.test-inner-img img{
    width: 120px;
    height: 120px !important;
    border-radius: 50%;
    border: 2px solid #00000057;
}
.test-inner-text{
    color: #000000;
}
.test-inner-text h2{
    font-size: 18px !important;
    font-weight: bold;
}
.test-inner-text p{
    letter-spacing: 1px ;
    font-size: 17px;
        width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}
.test-inner-text h6{
    letter-spacing: 1px;
    font-size: 18px;
}
.test-inner-img{
    position: relative;
    z-index: 2;
}
.test-inner-img span{
    border-radius: 50%;
    top: -35px;
    position: relative;
    left: 72px;
    /* border: 6px solid #efefef; */
    padding: 13px 10px 6px;
    background-color: #fff;
}
.test-inner-img span .fa{
    font-size: 26px;
    color: red;
}
.icon-star i .fa-star{
    font: 16px;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    font-size: 14px;
}

.test-swiper-slider:after {
    background-image: url(../image/shape-13.png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: .7;
    animation: pulse 4s infinite;
    left: 87px;
    top: 0;
}
/* .s2{
    display: none;
} */
.icon-star{
    color: #FFD700;
}
.curriculum_inner_right .swiper-button-next {
    top: 90%;
    right: 22px;
    border: 1px solid rgba(255, 255, 255, 0.867);
    padding: 10px 21px 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 6px 6px 25px -10px rgb(0 0 0 / 39%), inset 8px 6px 10px -10px rgb(0 0 0 / 59%);
    transition: all .3s ease;
}
.curriculum_inner_right .swiper-button-next:hover{
    box-shadow: inset 4px 4px 16px -10px rgb(0 0 0 / 92%), 4px 3px 8px -3px rgb(0 0 0 / 46%);
}
.curriculum_inner_right .swiper-button-prev{
    top: 90%;
    left: auto;
    right: 75px;
    border: 1px solid rgba(255, 255, 255, 0.867);
    padding: 10px 21px 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 6px 6px 25px -10px rgb(0 0 0 / 39%), inset 8px 6px 10px -10px rgb(0 0 0 / 59%);
    transition: all .3s ease;
}
.curriculum_inner_right .swiper-button-prev:hover{
    transition: all .3s;
    box-shadow: inset 4px 4px 16px -10px rgb(0 0 0 / 92%), 4px 3px 8px -3px rgb(0 0 0 / 46%);
}
.curriculum_inner_right .swiper{
    padding: 10px;
}
.curriculum_inner_right .swiper-button-next:after {
    content: '';
    background-image: url(../image/right-arrow.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4px 10px 0px;
}
.curriculum_inner_right .swiper-button-prev:after{
    content: '';
    background-image: url(../image/arrow.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4px 10px 0px;
}

/* ''''''''''''''govt''''''''''''''' */


.govt-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* align-items: center; */
    /* justify-content: space-between; */
}
 .govt-inner-2{
    width: 30%;
}
.govt-inner-1{
    width: 35%;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: inset 0px 0px 9px 1px #00000021;
}

.govt-inner-2 img{
    width: 100%;
}
#govt{
    margin-top: 30px;
}
.from-group i{
    position: absolute;
    top: 17px;
    left: 10px;
    width: 17px;
    height: 12px;
    content: "";
    font-size: 14px;
    color: #7a7575;
}
.from-group{
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}
.form-control{
    padding: 2px 0px 0 30px;
    height: 45px;
}

.regcntr{
    padding: 2px 0px 0 5px;
    height: 45px;
}
textarea.form-control {
    min-height: calc(3.5em + 0.75rem + 2px);
    padding-top: 12px;
}
.govt{
    padding: 40px 0;
}
.govt-text h6{
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    z-index: 1;
    left: 63px;
    top: 21px;
}
.govt-text p{
    z-index: 1;
    position: absolute;
    top: 56px;
    left: 60px;
    margin: 0;
    width: 80%;
}
.govt-form{
    padding: 30px 20px;
    background-color: aliceblue;
}
.btt{
    padding-top: 10px;
}
.btt a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px;
    position: relative;
    transition: all .4s;
    z-index: 1;
    letter-spacing: 1px;
    background-color: #fff;
    /* background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%); */
    background-color: #023d61;
    box-shadow: 0px 0px 6px 1px #7d7d7d;
}
.btt a:hover{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
    color: #fff;
    background-color: #fff0;
    border: none;
    /* background: linear-gradient(90deg, rgb(133, 2, 255) 0%, rgb(0, 255, 217) 100%); */
    background-color: #931d04;
}
/* .btt a::before{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(61 7 114) 0%, rgb(0 197 169) 100%);
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    z-index: -1;
} */
.btt a:hover::before{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
}
.govt-inner-1 p{
    letter-spacing: 1px;
    color: #000000;
    line-height: 30px;
    font-size: 18px;
}
.govt-inner-1 h1{
    letter-spacing: 1px;
    font-size: 35px;
    /* font-weight: 600; */
    padding-top: 20px;
}
/* ''''''''''''''''''''about-index''''''''''''' */
/* #about-index::before{
    content: " ";
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    background-image: url(../image/adbd.png);
    transition: all .3s ease-out;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
} */
.inner-quick figure img{
    width: 50px;
}
.quicklink-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-quick{
    border: 1px solid;
    display: flex;
    padding: 35px 15px;
    color: #fff;
    width: 24%;
    overflow: hidden;
    position: relative;
    transition: 0.15s ease-in-out all;
}
.figure{
    height: 50px;
}
#quicklink{
    margin-top: 30px;
    margin-bottom: 30px;
}
.aa{
    background-color: #05585d;
}
.aaa{
    background-color: #483a43;
}
.bb{
    background-color: #7045a3;
}
.bbb{
    background-color: green;
}
.inner-quick h5{
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: .5px;   
    margin-bottom: 0;
}
figure {
    margin: 0;
}
.inner-quick em{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
    -moz-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
    -webkit-box-shadow: -5px 2px 5px rgb(0 0 0 / 30%);
    box-shadow: -5px 2px 5px rgb(0 0 0 / 30%);
    /* -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.15s ease-in-out all;
    -o-transition: 0.15s ease-in-out all; */
    transition: 0.15s ease-in-out all;
}
.inner-quick:hover em{
    width: 25px;
    height: 28px;
    -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    -moz-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    -o-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    transform: rotate(-10deg) translate3d( 0, 0, 0 );
}
.inner-quick:hover{
    border-radius: 0 0 30px 0;

}
/* '''''''''''''''''''''quicklink'''''''''''''''''''' */
.quick-inner a img{
    width: 30px ;
}
.quick-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quick-link-left{
    width: 60%;
}
.quick-link-left-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 30px;
}
.quick-link-right{
    width: 35%;
}
.quick-inner{
    width: 30%;
    padding: 10px 0 0 10px;
    height: 110px;
    border-left: 5px solid red;
    background-color: aliceblue;
    box-shadow: 0px 0px 10px 0px #00000052;
    position: relative;
}
.quick-inner::before{
    position: absolute;
    content: " ";
    display: block;
    background-image: url(../image/share.png);
    height: 30px;
    width: 30px;
    top: 13px;
    background-repeat: no-repeat;
    left: 6px;
}
.quick-inner p{
    padding-left: 20px;
}
.accordion-item span i{
    display: flex;
    gap: 10px;
}
.quick-inner a{
    text-decoration: none;
    transition: all.3s;
}
.quick-inner:hover a{
    color: red;
    text-decoration: underline;
}
.quick-link h1{
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
#quick-link{
    margin-top: 50px;
}
/* ================================fotter=========================== */
/* '''''''''''''''''''''''''''''start'''''''''''''''''''''''''''' */
.footer-left-img img{
    width: 140px;
}
.inner-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-left-img{
    display: grid;
}
.footer-middle{
    width: 30%;
}
.footer-middle-inner{
    display: flex;
    justify-content: space-between;
}
.footer-right{
    width: 30%;
}
.footer-left{
    width: 25%;
}
.social{
    display: flex;
    gap: 20px;
}
.social a span{
    font-size: 20px;
}
#footer{
    background-color: #000000;
}
.footer{
    padding: 60px 0px 30px;
}
.oss img{
    width: 100%;
    filter: invert(1) brightness(1.5);
    height: 85px;
}
.ss{
    margin-left: auto;
    margin-right: auto;
}
.footer-middle-inner ul{
    list-style: square;
    color: #fff;
    padding-left: 15px;
}
.footer-middle-inner ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.footer-middle-head h1{
    letter-spacing: 1px ;
    color: #fff;
    font-size: 30px !important;
    padding-bottom: 20px;
}
.address h1{
    letter-spacing: 1px;
    color: #fff;
    font-size: 30px !important;
    padding-bottom: 20px;
}
.addds, .no, .enve{
    display: flex;
    gap: 10px;
}
.address{
    color: #fff;
}
.address p{
    font-size: 16px;
    letter-spacing: 1px;
}
.tag{
    text-align: center;
    padding: 20px 0;
    color: #000000;
}
.tag p{
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
}
#tag{
    background-color: #fff;
}
.social a{
    font-size: 30px;
    color: #fff;
}
.addds .fa{
    padding-top: 5px;
}
.no .fa{
    padding-top: 5px;
}
.enve .fa{
    margin-top: 5px;
}
.tag a{
    text-decoration: none;
}
.footer-middle-inner ul li{
    padding-bottom: 10px;
}
.whatsapp img{
    width: 40px;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
}
/* '''''''''''''''''''''''''''''''''''''''glance''''''''''''''''''''''''''''''' */

.glance{
    position: relative;
    padding: 40px 80px; 
}
.glance-head{
    text-align: center;
    position: relative;
}
.glance-head h1{
    font-weight: bold;
    font-size: 4rem;
    font-family: sans-serif;
    opacity: .2;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000c4;
}
.glance-head h2{
    position: absolute;
    font-size: 30px;
    letter-spacing: 1px;
    top: 92px;
    left: 0;
    right: 0;
}
.glance p{
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}




/* =======================================CONTACT=============================== */
/* -------------------------------------START--------------------------- */

#contact-head{
    background-image: url(../image/contact.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
.contact-head{
    position: relative;
    top: 70px;
}
.contact-head-bottom span{
    margin: 0 5px 0;
}
.contact-head-bottom a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.contact-head-bottom h1{
    letter-spacing: 2px;
    font-size: 40px;
}
#contact{
    margin-top: 120px;
}
.form-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 10px;
}
.contact-left{
    width: 60%;
    padding: 30px 40px;
    box-shadow: 0px 0px 17px 0px #7b7b7b52;
    border: 1px solid #7b7b7b4f;
}
.contact-right{
    width: 35%;
    padding: 40px 10px;
}
.form-row2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.from-group2{
    width: 48%;
    margin-bottom: 30px;
}
.from-group2 label{
    padding-bottom: 5px;
}
.from-group.width-full{
    width: 100%;
}
.address2 .social a{
    color: #000000;
}
.contact-text h1{
    font-size: 30px !important;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe66;
    outline: 0;
    box-shadow: 0px 0px 4px 0px #86b7fe66;
}
.from-group2 span{
    color: red;
}
.bttt button{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 9px 40px;
    letter-spacing: 2px;
    /* background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%); */
    transition: all .3s;
    background-color: #003C56;
    border: 1px solid;
}
.bttt button:hover{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
    border: 1px solid #0000003d;
    color: #fff;
    /* background-color: #fff0; */
    /* background: linear-gradient(90deg, rgb(133, 2, 255) 0%, rgb(0, 255, 217) 100%); */
    background-color: #931d04;
}
.bttt{
    margin-top: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.bttt p{
    color:red;
    margin:0;
    letter-spacing: .5px;
}
.contact-right h1 {
    font-size: 30px !important;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
}
.address2 p{
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 21px;
}
.no2{
    display: flex;
    gap: 13px;
}
.no2 .fa{
    padding-top: 5px;
    font-size: 25px;
}
.address2 .fa{
    font-size: 25px;
}
#map{
    margin: 0 0 30px 0;
}
.map-text h1{
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
}
#contact-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
/* -------------------------------------END--------------------------------- */


/* ===================================  COURSES=========================== */
/* ------------------------------------START------------------------- */

#courses-head{
    background-image: url(../image/courses.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
.courses-head{
    position: relative;
    top: 70px;
}
.courses-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.inner-courses-img img{
    width: 400px;
}
#courses{
    margin-top: 130px;
    margin-bottom: 40px;
}
#courses-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.inner-courses{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 30px
}
.course-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 67%;
}
.course-left{
    width: 33%;
    /* background-color: #f4f4f4; */
    text-align: right;
    padding: 29px 29px 14px 40px;
    /* box-shadow: -1px 0px 8px 0px #00000059; */
}
.course-right-1{
    width: 49%;
    box-shadow: 2px 1px 8px 0px #0000009e;
    border-radius: 10px;
}
.course-middle-img img{
    width: 100%;
    height: 250px;
    z-index: 1;
    position: relative;
}
.course-middle-text{
    padding: 10px 40px 0 20px;
    line-height: 30px;
}
.course-middle-text p{
    font-size: 17px;
}
.course-middle-text h1{
    font-size: 25px !important;
    margin-top: 15px;
}
.course-left h1{
    font-size: 30px !important;
}
.course-left h5{
    letter-spacing: 1px;
    font-size: 25px;
}
.course-left p{
font-size: 17px;
}
.ttm{
    margin-bottom: 25px;
    transition: all .3s;
}
.ttm a{
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0px 0px 8px 0px #00000096;
    padding: 10px 20px;
    /* background: linear-gradient(90deg, rgb(116 65 165) 0%, rgb(35 139 124) 100%); */
    background-color: #003C56;
    color: #fff;
    transition: all .3s;
}
.ttm a:hover{
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
    color: #fff;
    /* background-color: #fff0; */
    border: none;
    transform: rotate3d(2, 1, 1, 5deg);
    /* background: linear-gradient(90deg, rgb(133, 2, 255) 0%, rgb(0, 255, 217) 100%); */
    background-color: #931d04;
}
.course-left:after {
    background-image: url(../image/open-book\ \(1\).png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.3;
    animation: shakex 20s linear infinite;
    left: 280px;
}
    .circle-small{
        position: relative;
        z-index: 1;
}
.circle-small::after{
    background-image: url(../image/circle.png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: pulse 4s infinite;
    animation-fill-mode: both;
    left: auto;
    /* bottom: -58px; */
    top: 0;
}
.circle-small::before{
    background-image: url(../image/circle.png);
    position: absolute;
    content: " ";
    display: block;
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: pulse 4s infinite;
    animation-fill-mode: both;
    left: 12%;
    /* bottom: -25px; */
    top: 0;
}
.circle-large {
    z-index: 1;
    position: relative;
}
.circle-large::after{
    background-image: url(../image/circle.png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: pulse 4s infinite;
    animation-fill-mode: both;
    left: auto;
    /* bottom: -58px; */
    /* right: 22%; */
    top: 0;
}
.circle-large::before{
    background-image: url(../image/circle.png);
    position: absolute;
    content: " ";
    display: block;
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    animation: pulse 4s infinite;
    animation-fill-mode: both;
    left: auto;
    /* bottom: -22px; */
    /* right: 70%; */
    left: 11%;
    top: 0;
}
/* .................................END....................... */



/* =======================================RECOGNITION==================== */
/* -----------------------------START---------------------------- */


#recognition-head{
    background-image: url(../image/recognition.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#recognition-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.recognition-head{
    position: relative;
    top: 70px;
}
.recognition-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#recognition{
    margin-top: 130px;
    margin-bottom: 40px;
}
.table-bordered {
    border: 2px solid #ddd;
}
.govtbg td {
    padding: 10px;
}
table {
    line-height: 60px;
}
.recognition-inner td{
    padding-left: 30px;
}
.recognition-inner td img{
    width: 20px;
}
.recognition-tect h1{
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
}
.recognition-inner b{
    letter-spacing: 1px;
    font-size: 15px ;
    font-weight: 300;
}
.recognition-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 25px;
}
.recognition-text h1{
    font-size: 30px !important;
    letter-spacing: 1px;
}
.inner-recognition{
    width: 31%;
    box-shadow: 0px 0px 2px 0px #b5b5b5;
    padding: 30px 25px;
    transition: all .3s;
}
.inner-recognition:hover{
    transform: translateY(10px);
    box-shadow: 0 -2px 8px 0 #33333361;
}
.recognition-top{
    display: flex;
    gap: 20px;
}
.recognition-img img{
    width: 60px;
}
.recognition-heading h3{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}
.recognition-heading img{
    width: 20px;
    margin-right: 10px;
}
.recognition-heading a{
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    letter-spacing: 1px;
    transition: all .3s;
}
.recognition-heading a:hover{
    color: red;
}

/* --------------------end-------------------------- */



/* =================================ABOUT US========================== */


/* -------------------------------START------------------------- */

#about-1-head {
    background-image: url(../image/about-1.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#about-1-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.about-1-head {
    position: relative;
    top: 70px;

}
.about-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#about-1{
    margin-top: 130px;
}
.about-1-inner-right img{
    width: 100%;
}
.about-1-inner-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-1-inner-right{
    width: 45%;
}
.about-1-inner-text{
    width: 49%;
}
.about-1-inner-text h1{
    font-size: 30px !important;
    letter-spacing: 1px;
}

.about-1-inner-text p{
    line-height: 30px;
    font-size: 17px;
}
.about2-inner p{
    font-size: 17px;
    line-height: 30px;
}
.mission-vision{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.inner-mission, .mission-vision-img, .inner-vision{
    width: 30%;
    padding: 50px 24px;
    position: relative;
}
.mission-vision-img{
    text-align: center;
    background-color: #e9e9e9;
    box-shadow: inset 0px 4px 10px 0px #165d834f;
}
.mission-vision-img img{
    width: 250px;
}
#mission-vision{
    background: linear-gradient(180deg, #003C56, #0d5653, #01292c);
    margin-top: 30px;

}
.mission-vision-text-inner{
    padding: 50px 40px;
}
.mission-vision-text{
    background-color: #fff;
}
.inner-vision:after {
    background-image: url(../image/reading-book\ \(1\).png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.2;
    /* animation: shakex 20s linear infinite; */
    left: -33px;
    top: 30px;
}
.inner-mission:after {
    background-image: url(../image/reading-book\ \(1\).png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.2;
    /* animation: shakex 20s linear infinite; */
    left: -33px;
    top: 30px;
}
.mission-vision p{
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}
.mission-vision-text-inner p{
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}
/* ------------------------------END--------------------------------- */

/* =======================ENROLLMENT========================== */
/* ---------------------------------START------------------------- */


#enrollment-head {
    background-image: url(../image/enrollment-head.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#enrollment-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.enrollment-head {
    position: relative;
    top: 70px;
}
.enrollment-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#enrollment{
    margin-top: 130px;
}
.enrollment-img img{
    width: 100%;
}
.enrollment-inner{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 72px 30px;
    background: linear-gradient(295deg, #1b629f, #03b4ac, #0b4dbc);
    box-shadow: 0px 0px 10px 0px #108aa6;
}
.color{
        background: linear-gradient(295deg, #97481a,#f0986f, #4e1315);
}
.enrollment{
    padding: 40px 150px;
}
.enrollment-left{
    width: 36%;
}
.searchbttn {
    /* margin-top: 33px; */
    outline: 0;
    background-color: #1087a5;
    border-color: #007bff;
    color: rgb(255, 255, 255);
    transition: 0.5s all ease;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    border-radius: 40px;
    /* bottom: 0; */
    /* top: 126px; */
    /* left: 0; */
    right: 142px;
    bottom: 6px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.enrollment-text{
    position: relative;
    bottom: auto;
}
.enrollment-contact{
    width: 75%;
    border: 1px solid #fff;
    padding: 35px 45px;
    margin-top: 42px;
    border-radius: 20px;
    position: relative;
}
.enrollment-form label {
    display: block;
    font-weight: normal;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}
.text-center {
    text-align: left !important;
}
.enrollment-form  .form-control {
    width: 390px;
    outline: 0;
    font-size: 13px;
    height: 50px;
    border-radius: 48px;
    border: none;
}
.enrollment-right{
    width: 55%;
}
.boton a{
    text-decoration: none;
    position: absolute;
    top: -18px;
    right: auto;
    border: 1px solid #fff;
    padding: 4px 18px;
    background-color: white;
    border-radius: 20px;
    left: 16px;
    color: #000;
}
.enrollment-contact p{
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 17px;
    color: #fff;
    margin: 0;
}
/* =====================ADMIT CARD==================== */
/* -------------------------START------------------- */
#admit-card-head {
    background-image: url(../image/admit-card.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#admit-card-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.admit-card-head{
    position: relative;
    top: 70px;
}
.admit-card-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#enrollment{
    margin-top: 130px;
    margin-bottom: 40px;
}
.asd{
    margin-top: 50px;
}
/* ==========================RESULT========================== */
/* ---------------------------START------------------------- */
#result-head {
    background-image: url(../image/result2.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#result-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.color2{
    background: linear-gradient(295deg, #1b9f68, #408535, #27b80f);
    padding: 60px 30px;
}
.result-head{
    position: relative;
    top: 70px;
}
.result-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#enrollment{
    margin-top: 130px;
    margin-bottom: 40px;
}
.asd{
    margin-top: 50px;
}
/* =============================================REGISTRATION============================ */
/* ----------------------------START-------------------------- */

#registrstion-head {
    background-image: url(../image/center.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#registrstion-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.registrstion-head{
    position: relative;
    top: 70px;
}
.registrstion-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#registrstion{
    margin-top: 130px;
    margin-bottom: 40px;
}
.registration{
    padding: 20px 150px;    
}
.registrstion-form{
    padding: 40px;
    box-shadow: 0px 0px 8px 0px #0000003b;

}
.bntn{
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: space-between;
    margin-left: 38px;
    margin-right: auto;
}
.bntn a:hover {
    box-shadow: 4px 4px 6px 0 rgb(69 69 69 / 50%), -4px -4px 6px 0 rgb(116 125 136 / 50%), inset -4px -4px 6px 0 rgb(35 35 35 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
    color: #fff;
    background-color: #931d04;
}
.bntn a{
    text-decoration: none;
    letter-spacing: 1px ;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 9.6px 25px;
    letter-spacing: 1px;
    background-color: #003C56;
    transition: all .3s;
    margin-top: 28px;
    text-align: center;
    box-shadow: 0px 0px 6px 1px #7d7d7d;
}
.registration-form-text h1{
    font-size: 25px !important;
    margin-bottom: 30px;
    letter-spacing: 1px;
    /* border-bottom: 1px solid; */
    padding-bottom: 8px;
    /* width: fit-content; */
    color: white;
    padding: 10px 35px;
    width: fit-content;
    background-color: #000000;
    margin-right: auto;
    margin-left: auto;
    text-shadow: 0px 0px 13px #fffffff7;
}
/* ===================BOOKS======================= */
/* ----------------------START--------------- */
#book-head {
    background-image: url(../image/registration.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#book-head:after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.book-head{
    position: relative;
    top: 70px;
}
.book-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
#book{
    margin-top: 130px;
    margin-bottom: 40px;
}
.book{
    padding: 0 70px;
}
.table-bordered{
    text-align: center;
}
.table-bordered table th {
    background: #3A454B;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
}
.table-bordered b{
    font-weight: unset;
}
.table-bordered tr th{
    background-color: #6b6eff;
    color: #fff;
}   
.bk{
    margin-top: 30px;
}
.enrollment-form {
    position: relative;
}








.visible::after{
    background-image: url(../image/reading-book\ \(1\).png);
    position: absolute;
    content: " ";
    display: block;
    width: 200px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.1;
    animation: shakex 20s linear infinite;
    left: 130px;
    top: 30px;
}



/* '''''''''''''''''''''''''''''''bottom active css''''''''''''''''''''''''''''''' */
.topnav-head-text li.actv a, .topnav-head-text li:hover a {
    color: #931d04;
}
.top-nav-right li.actv a, .top-nav-right li:hover a{
    color: #931d04;
}
.nav-items li.actv a, .nav-items li:hover a{
    color: #931d04;
}



/* --------------------------what's aap chat---------------------- */


/* #whats-aap-chat{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    -webkit-animation-name: showchat;
    animation-name: showchat;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header-logo img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.whats-aap-chat-header{
    background-color: brown;
}
.header-home{
    display: flex;
    padding: 19px 20px;
    align-items: center;
}
.header-home p{
    margin: 0;
    font-size: 17px;
    line-height: 18px;
}
#whats-aap-chat .header-home small{
    font-size: 12px;
    letter-spacing: 1px;
}
.chat-section{
    background-color: #eadfd1;
}
.chat-section-inner{
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
    height: 244px;
}
.chat-inner-text-top{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: -0.2px;
    font-family: var(--regular-font);
} */
/* .chat-inner-header-text{
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform-origin: center top 0px;
    transform-origin: center top 0px;
    z-index: 2;
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
} */
/* =================end====================== */



.slider-mobile-image img{
    display: none;
}


/* ========================fade Up================= */


.swiper-slide.swiper-slide-active .fadeup {
    width: 50%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  @-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        }
  }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    } 
    
    
    
    
        /* ====================loader===================== */
    .post-wrapper{
    	position: relative;
    }
    #loading {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99999999;;
        background: rgba(255,255,255,0.7);
      }
      
      #loading-image {
        position: absolute;
        transform: translateY(-50%);
         -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
        top: 50%;
        left: 50%;
        right: 0;
        text-align: center;
        color: #555;
      }


      /* ================end================= */
      
.inner-success{
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2rem 1rem;
}
#success{
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display:none;
}
.quick_sucInner{
    text-align: center;
}
.quick_sucInnerBtn{
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
}

#launch-head {
        background-image: url(../image/contact.jpg);
        padding-top: 95px;
        color: white;
        padding-bottom: 95px;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        top: 88px;
        z-index: 1;
    }
    .launch-head {
        position: relative;
        top: 70px;
    }
    .launch-head-bottom a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }    
    #launch{
        margin-top: 130px;
        padding-bottom: 25px;
    }
    .launch-inner-text{
        margin-top: 30px;
        position: relative;
        padding-left: 20px;

    }
    .calender{
        display: flex;
        gap: 10px;
    }
    .calender span{
    padding-top: 2px;
    font-size: 20px;
    color: red;
    }
    .calender p{
        margin: 0;
        font-family: serif;
        color: red;
        font-size: 16px !important;
        font-weight: 600;
    }
    .launch{
        width: 100%;
    }
    .launch-inner-text h2{
        font-size: 24px;
        margin-top: 20px;
    }
    .launch-inner-text::before{
        position: absolute;
        content: " ";
        display:block;
        width: 2px;
        height: 100%;
        background-color: red;
        left: 0;
    }
    
    
    #news-event-head {
    background-image: url(../image/courses.jpg);
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#news-event-head:after {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
}
.news-event-head {
    position: relative;
    top: 70px;
}
.news-event-head-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}   

.second{
margin-top: 130px !important;
margin-bottom: 30px !important;
}
.nws h2{
    margin-bottom: 17px;
}

.news-btn{
    margin-top: 35px;
    text-align: center;
}
.news-btn a{
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 16px;
    font-size: 17px;
    background-color: #931d04;
    transition: all .3s ease;
}
.news-btn a:hover{
    background-color: #023d61;
}
.news-btn:hover i {
    transform: translateX(7px);
    transition: all .3s;
}
.news-btn a i{
    transition: all .3s ease;
}
#student-head{
        background-image: url(../image/contact.jpg);
        padding-top: 95px;
        color: white;
        padding-bottom: 95px;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        top: 88px;
        z-index: 1;
    }
    #student-head:after {
        content: " ";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgb(255 255 255 / 21%) 100%);
    }
    .student-head {
        position: relative;
        top: 70px;
    }
    .student-head-bottom a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }   

#student{
    margin-top: 130px;
    margin-bottom: 40px;
}
.form-row3{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.from-group3 {
    width: 30%;
    margin-bottom: 0;
}
.form-control2 {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="date"] {
    box-sizing: border-box;
    outline: 0;
    /* padding: 0.75rem; */
    position: relative;
    width: 100%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .from-group3 label{
    margin-bottom: 9px;
    font-size: 17px;
    letter-spacing: 1px;

  }
  .from-group3 ul{
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  .from-group3 ul li{
    list-style: none;
    margin-top: 15px;
  }
  input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0;
    padding: initial;
    border: initial;
}
.from-group3 .star{
    color: red;
}
.student{
    padding:15px 30px 30px;
    border: 1px solid #0000005e;
    box-shadow: 0px 0px 7px 0px #0000008f;
    max-width: 1000px;
    margin: auto;
}
.student-text h2{
    font-size: 30px !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
    margin-top: 20px;
}
.form-control2:focus, .form-control2:hover {
    box-shadow: 0 0 5px rgb(165 164 164 / 70%);
}
.form-control2:focus {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: inset 0px 0px 8px 1px #79828129;
}

.from-row4-inner{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.from-inner{
    width: 32%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}
.from-row-text h2{
    width: max-content;
    margin-bottom: 15px;
    border-bottom: 1px solid red;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-top: 15px;
    font-size: 20px;
}
.from-inner input{
    height: 15px;
    width: 15px;
}
.from-inner label{
    padding-left: 10px;
    font-size: 15px;
}

.from-inner span{
    margin-left: 10px;
    color: red;
    font-size: 15px;
}
.from-row-text span {
    color: red;
    font-size: 15px;
}
#myFile{
    height: 200px;
}
.custom-file-upload {
    border: 2px dashed green;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    height: 140px;
    width: 150px;
}
/* .other-inner input{
    display: none;
} */
.other-information-text h2{
    font-size: 30px !important;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    width: fit-content;
    color: teal;
}
.other-information{
    margin-top: 20px;
}
.other-information-inner{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px 0 30px;
}
.other-inner{
    width: 23.5%;
}
.other-inner .fa-file-image-o{
    font-size: 25px;
}
.as{
    width: 100%;
}




/* ====================client swiper================= */


  
  #client {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
  }

  .gallery-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: .3s;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 60px;
    text-decoration: none;
    padding: 10px 6px;
  }
  .box-inner {
    box-shadow: -1px 2px 8px 0px #00000040;
  }
  .box-inner img{
    width: 100%;
    padding: 0 5px;
  }
  .box:hover{
    transform: scale(1.08);
  }
  .box:focus{
    transform: scale(1.08);
  }
  
  /* -------client txt------- */
.client-top-text{
    text-align: center;
    margin-bottom: 30px;
}
.client-top-text h2{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
}
  
  /* ==========respnossive================= */


  @media only screen and (max-width: 552px){
    .hig img {
        height: 100% !important;
    }
  }
  .num .f p{
    font-size: 18px !important;
    color: #ffffff;
    letter-spacing: 10px;
}
.num .f{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    background: #013c60;
}