@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Signika+Negative&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap");

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





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Signika Negative', sans-serif;
}



body{
  max-width: 100%;
  max-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}



body {
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
}


/*======= Scroll bar =======*/
::-webkit-scrollbar{
  background: #fff;
  width: 11px;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb{
  background: #f7a056;
  width: 100%;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover{
  background: #f7a056;
}


.topcont{
  background-color: rgb(237, 237, 237);
  width: 100%;
  font: optional;
  padding: 0.2rem;
  max-height: 1.8rem;
}

.topcont #ct7 i.fa{ 
  font-family:FontAwesome!important; 
}

.topcont #ct7{
  font-family:'Roboto', sans-serif !important;
  font-size: 0.9rem;
  font-weight: bold;

}

.topcont p{
  font-family:'Roboto', sans-serif !important;
  font-size: 0.9rem;
  font-weight: bold;

}

@media(max-width:600px){
  .topcont p{
  display: none;

}
}

.topnavtext{
  display: grid;
  grid-template-columns: 1fr 1fr;
  
}

.topnavtext .topnavtext_2{
  text-align: end;

}

@media(max-width:600px){
  
.topnavtext{
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
 
  
}

.ct7{
  font-size: 18px;
}
}


header{
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 5px 70px 50px rgb(0, 0, 0,0.5) inset;
  transition: all 0.5s;
  
}




.header-scrolled {
  background-color: #f7a056;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15);

}


:root {
  --background-color: #f7a056;
  /* --hover-color: rgb(102, 40, 245); */
}

.container2 {
  width: 94%;
  margin: 0 auto;
}

.container3 {
  width: 93%;
  margin: 0 auto;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
nav {
  background: var(--background-color);
  /* box-shadow: 5px 80px 50px rgb(0, 0, 0,0.25) ; */

}

.header ol, ul {
  padding-left: 0rem;
}


.logo{
  display: flex;
  column-gap: 5px;
}

.logo2{
  width: 75px;
  border-radius: 50%;
  background-color: white;
}

.item-img{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    background: #F4EBFF;;
}
.item-flex{
  display: flex;
  align-items: center;
  column-gap: 6px;
  /* justify-content: space-between; */
  /* justify-content: center; */
}

@media(max-width: 600px){
  .logo2{
    height: 50px;
    width: 50px;
  }
}


/* normal menu css */

.main_menu{
  margin-top: 13px;
}
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li .headnav{
  color: white;
}
.main_menu ul li a {
  font-size: 16px;
  color: #000000;
  padding: 20px 25px;
  display: block;
  font-weight: 400;
}



.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 155px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
  text-align: center;
}

@media(max-width:600px){
.mega_menu_item .mega_head{
  /* width: 50%; */
  text-align: center;
}

.mega_menu_item .mega_head_mob{
  display: none;
}
}
@media(min-width:600px){
  
  .mega_menu_item .mega_head{
    width: 200%;
    text-align: center;
    /* margin-left: 60px; */
  }

  .mega_menu_item .mega_head_mob{
    display: none;
  }
  
}

.mega_menu_item .mega_head_mob{
  width: 200%;
  text-align: center;
  /* margin-left: 60px; */
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container2 {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container2 {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
    top: 78px;
    
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
    top: 121px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container2 {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
  .mega_menu{    
      max-height:250px;
      overflow-y:scroll;
    
  }
  .sub_menu{
    max-height:250px;
      overflow-y:scroll;
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
  .mega_menu{    
    max-height:250px;
    overflow-y:scroll;  
}
.sub_menu{
  max-height:250px;
    overflow-y:scroll;
}
}
















.slider {
  position: relative;
  background: #b4b4bd;
  width: auto;
  height: 600px;
  /* z-index: -1; */
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
  padding-top: 6rem;
 
 
}

.slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 50%);

}

.slider .slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 0.5s;

}

.slider .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 10px 5px pink inset;
 

}

.slider .slide .info {
  position: absolute;
  color: #222;
  background: rgba(255, 255, 255, 0.3);
  width: 75%;
  margin-top: 50px;
  margin-left: 50px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
}

.slider .slide .info h2 {
  font-size: 2em;
  font-weight: 800;
  /* font-weight: 600; */
}

.slider .slide .info p {
  font-size: 1em;
  font-weight: 400;
}

.navigation {
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slider:hover .navigation {
  opacity: 1;
}

.prev-btn,
.next-btn {
  z-index:1;
  font-size: 2em;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
}

.prev-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.next-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.navigation-visibility {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.navigation-visibility .slide-icon {
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 10px;
  transform: translateY(-50px);
  margin: 0 6px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
}

.navigation-visibility .slide-icon.active {
  background: #4285F4;
}









@media (max-width: 900px) {
  .slider {
    width: 100%;
    padding-top: 0rem;
  }

  .slider .slide .info {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 500px) {
  .slider .slide .info h2 {
    font-size: 1.8em;
    line-height: 40px;
  }

  .slider .slide .info p {
    font-size: 0.9em;
  }
  .slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 0 50%);
  
  }
  .slider .slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 10px 5px pink inset;
   
  
  }
  
  .slider {
    position: relative;
    background: #b4b4bd;
    width: auto;
    height: 400px;
    /* z-index: -1; */
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    padding-top: 6rem;
   
   
  }

  .navigation {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}



























 


/* section-1 start */


.sect-1 {
  background-color:#ffead9; 

} 

 .sect-1 .six {

  margin-top: 0rem;
  padding-top: 0rem;
  padding-left: 1rem;


 }

 .sect-1 .underline-1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  animation-name: slideInRight;

}

.sect-1 .underline-1 span {
  color: #080808;
}



/* STYLE 6 */


.sect-1 .six .underline-1 {
  /* margin-left: -40px; */

  color: #222;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  color: #c50000;
}






.sect-1 .six .underline-1:after,
 .sect-1 .six h1:before {
  position: absolute;
  margin-left: 1.25rem;
  left:1.25rem ;
  bottom: -3px;
  width: 7.5rem;
  height: 6px;
  content: "";
  right: 45px;
  /* margin:auto; */
  background-color: #ccc;
}


 .sect-1 .six .underline-1:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 6.125rem;
  width: 7.62rem;
}



.sect-1 .fcontainer {
  display: flex;
  /* background-color: aqua; */
  justify-content: space-around;
  padding-top: 2em;

}

.sect-1 .part1 {
  /* border: #c50000 solid 5px; */
  width: 50%;
  margin-left: 1rem;
}


.sect-1 .para-about-gbu {
 /* width: 72%;*/
  padding-top: 2rem;
  font-size: 17px;
  text-align: justify;
  font-family:'Signika Negative', sans-serif;
  padding-left: 1rem;
}


.sect-1 .frame-video {
  margin-right: 5rem;
  margin-top: 3rem;
  margin-bottom: 0px;
  width: 33%;
  border-radius: 30px;
  border-style: double;
  border-width: 5px;
  height: 238px;

}

/****
****
***button****
****
****/



/* CSS */

.button-set-1{
margin-left: 51%;
margin-top: -0.2rem;
}



.button-89 {
  
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #ffffff;
}





@media (max-width:600px){
  .media_center{
    display: flex;
    justify-content: center;
    /* align-items: center; */
  }

  .sect-1 .fcontainer{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.5fr 1fr;
    align-items: center;
  }
  
  .sect-1 .fcontainer .part1{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    place-items: center;
    width: 100%;
    margin-left: 0;
    
  }


  .sect-1 .fcontainer .part1 .six{


    margin-top: 0rem;
  padding-top: 0rem;
  padding-left: 0rem;
  }

  .sect-1 .fcontainer .part1 .para-about-gbu{
    width: 85%;
    padding: 1rem 0 0 0;
  }
  .sect-1 .fcontainer .part1 .button-set-1{
    margin-left: 0;
    margin-top: 1rem;
  }

  .sect-1 .fcontainer .frame-video{
    margin: 1rem 0 0 3rem;
    width: 83%;
    
  }
}



/* section-1 end */





























/* *********
*****section-3*****
*********** */

.sect-3{
  display: flex;
justify-content:space-between;
background-color: #ffead9;
/* background-color: #f7f7f7; */
}



 
.underline-1_s-3{
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  animation-name: slideInRight;

}

.underline-1_s-3 span {
  color: #c50000;
}





.six_s-3 .underline-1_s-3  {
  margin-left: 8px;

  color: #222;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 1px;
  color: #080808;
}





.six_s-3 .underline-1_s-3:after,
.six_s-3 h1:before {
  position: absolute;
  margin-left: 1.93rem;
  left: 35px;
  bottom: -3px;
  width: 8rem;
  height: 6px;
  content: "";
  right: 45px;
 
  background-color: #ccc;
}


.six_s-3 .underline-1_s-3:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 8.81rem;
  width: 7.93rem;
}
 


.fcontainer_s-3 {
  padding-top: 3em;
  width: 50%;

}

.part1_s-3{
  /* border: #c50000 solid 5px; */
  /* width: 50%; */
  margin-left: 2.7rem;
}





.underline-1_s-4{
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  animation-name: slideInRight;

}

.underline-1_s-4 span {
  color: #c50000;
}



.six_s-4 .underline-1_s-4 {
  margin-left: -40px;
  color: #222;
  font-size: 1.87rem;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 0.12rem;
  letter-spacing: 0.06rem;
  color: #080808;
}



 

.six_s-4 .underline-1_s-4:after,
.six_s-4 h1:before {
  position: absolute;
  margin-left: 1.06rem;
  left: 4.5rem;
  bottom: -3px;
  width: 9.5rem;
  height: 6px;
  content: "";
  right: 45px;
  
  background-color: #ccc;
}


.six_s-4 .underline-1_s-4:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 10.31rem;
  width: 11rem;
} 



.fcontainer_s-4 {

  padding-top: 3em;
  width: 50%;

}

.part1_s-4{
  /* border: #c50000 solid 5px; */
  /* width: 80%; */
  margin-left: 5.2rem;
}



/* img */


.img-1{

  height:14em ;
  width: 13em;
  margin: 20px 0 0 69px;
  border-style: double;
  border-color: #080808;
}

.officals-intro{
  display: flex;
 
}


.intro_of_c_and_vc{
  margin: 1rem;
  font-size: 17px;
  text-align: justify;
  width: 47%;
  
  

}

.button-set-2{
  margin-top: -0.1rem;
  margin-left:55% ;

}

.button-set-3{
  margin-top: -0.1rem;
  margin-left:56% ;
}



@media (max-width:600px){

  .sect-3{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    

  }
  .sect-3 .fcontainer_s-3{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto ;
    padding-top: 2em;
    width: 100%;
  }

  .sect-3 .fcontainer_s-3 .officals-intro{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.2fr ;
  }
  .sect-3 .fcontainer_s-3 .officals-intro .intro_of_c_and_vc{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.3fr;
    margin: 1rem 0 0 0;
    width: 95%;
    max-height: 4rem;
  }
  .sect-3 .fcontainer_s-3 .officals-intro .img-1{
    margin:  -2rem 0 0 0;
    height:18rem ;
    width:17rem ;
  }
  .sect-3 .fcontainer_s-3 .button-set-2{
    margin: 0 0 0 0;


  }
  .media_center-2{
    padding-left: 2rem;
  }
  .sect-3 .part1_s-3{
    margin-left: 0;
  }

  .sect-4 .three h1:before{
    display: none;
  
  }
  .sect-4 .three h1:after{
    display: none;
  
  }

  .six_s-3 .underline-1_s-3:after,
  .six_s-3 h1:before {
  display: none;
  }
  
  .six_s-3 .underline-1_s-3:before {
   display: none;
  }

  

.six_s-4 .underline-1_s-4:after,
.six_s-4 h1:before {
display: none;
}


.six_s-4 .underline-1_s-4:before {
 display: none;
} 

   
  .media_size{
    font-size: 1.3rem;
  }

}






@media (max-width:600px){


  .sect-3 .fcontainer_s-4{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto ;
    padding-top: 2em;
    width: 100%;
  }

  .sect-3 .fcontainer_s-4 .officals-intro{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.2fr ;
  }
  .sect-3 .fcontainer_s-4 .officals-intro .intro_of_c_and_vc{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.1fr 0.7fr;
    margin: 1rem 0 0 0;
    width: 95%;
    max-height: 4rem;
  }
  .sect-3 .fcontainer_s-4 .officals-intro .img-1{
    margin:  1rem 0 0 0;
    height:18rem ;
    width:17rem ;
  }
  .sect-3 .fcontainer_s-4 .button-set-3{
    margin: 0 0 0 0;
  }
  .sect-3 .fcontainer_s-4 .six_s-4{
    margin-left: 0;
  }

  .sect-3 .part1_s-4{
    margin-left: 3.2rem;
  }
}


/* *********
*****section-3 end*****
*********** */











































.sect-4{
/* margin-top: 3rem; */
  /* background-color: #a1d6e7; */
}



.sect-4 h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* text-transform: uppercase */
}




/* === HEADING STYLE #3 === */

.sect-5{
padding-top: 2rem;
/* border-top: 3px solid rgb(123, 123, 123);
border-bottom: 3px solid rgb(123, 123, 123); */

}

.sect-5 .three{
display: grid;
justify-content: center;


}

.sect-5 .three h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
 .sect-5 .three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 0.37rem;
  width: 6.25rem;
  background-color: #111;
  z-index: 10;
}
.sect-5  .three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 24.06rem;
  max-width: 24.68rem;
  background-color: #333;
} 

@media(max-width:600px){
  .sect-5 .three h1:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: 10px;
    height: 0.37rem;
    width: 4.5rem;
    background-color: #111;
    z-index: 10;
  }
  .sect-5  .three h1:after {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: 12px;
    height: 2px;
    width: 15rem;
    max-width: 15rem;
    background-color: #333;
  } 
}







.six{
  padding-top: 4em;
  margin-left: 0rem;
}  

.underline-1 span {
  color: #080808;
}

.underline-1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  animation-name: slideInRight;

}




/* STYLE 6 */


.six .underline-1 {
  /* margin-left: -40px; */

  color: #222;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 1px;
  color: #c50000;
}



.six .underline-1:after,
.six h1:before {
  position: absolute;
  margin-left: 20px;
  left: 9px;
  bottom: -3px;
  width: 100px;
  height: 6px;
  content: "";
  right: 45px;
  /* margin:auto; */
  background-color: #ccc;
}


.six .underline-1:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 79px;
  width: 95px;
}  








.sect-4 .sect-4-1{
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

:root{
  --background-dark: #D78B8B;
  --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;
}


.sect-4 .sect-4-1{
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);
}

.sect-4 .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%;
height: 100%;
}

@media(min-width: 540px){
.sect-4 .card-grid{
  grid-template-columns: repeat(2, 1fr); 
}
}

@media(min-width: 960px){
.sect-4 .card-grid{
  grid-template-columns: repeat(4, 1fr); 
}
}

.sect-4 .card{
list-style: none;
position: relative;
}

.sect-4 .card:before{
content: '';
display: block;
padding-bottom: 150%;
width: 100%;
}

.sect-4 .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;
}

.sect-4 .card:hover .card__background{
transform: scale(1.05) translateZ(0);
}

.sect-4 .card-grid:hover > .card:not(:hover) .card__background{
filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.sect-4 .card__content{
left: 0;
padding: var(--spacing-l);
position: absolute;
top: 0;
}

.sect-4 .card__category{
color: var(--text-light);
font-size: 0.9rem;
margin-bottom: var(--spacing-s);
text-transform: uppercase;
}

.sect-4 .card__heading{
color: var(--text-lighter);
font-size: 1.5rem;
text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
line-height: 1.2;
word-spacing: 100vw;
}




















/* ++++++== section-5 ==++++++ */



/* RESET */



.sect-5 .six .underline-1:after,
.six h1:before {
position: absolute;
margin-left: 20px;
left: 21px;
bottom: -3px;
width: 85px;
height: 6px;
content: "";
right: 45px;
/* margin:auto; */
background-color: #ccc;
}



.sect-5 .six .underline-1:before {
margin-left: 50px;
background-color: #d78b8b;
left: 75px;
width: 82px;
}  



.middle-2{display: flex;
justify-content: center;}

.sect-5 .sect-4-gh{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
place-items:center;
padding-top: 3rem;
}

.m-4{
margin-top: -1rem;
}


.sect-5 .sect-4-gh h2 {
font-size: 2.25rem;
font-family: "Montserrat", sans-serif;
color: hsl(0, 0%, 100%);
line-height: 1.1;
}

.sect-5 .sect-4-gh p {
font-family: "Lato", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: hsl(0, 0%, 100%);
}

.sect-5 .sect-4-gh .flow > * + * {
margin-top: var(--flow-space, 1em);
}

/* CARD COMPONENT */

.sect-5 .sect-4-gh .card {
display: grid;
place-items: center;
width: 80vw;
max-width: 17.875rem;
height: 25.125rem;
overflow: hidden;
border-radius: 0.625rem;
box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.sect-5 .sect-4-gh .card > * {
grid-column: 1 / 2;
grid-row: 1 / 2;
}

.sect-5 .sect-4-gh .card__background {
object-fit: cover;
max-width: 100%;
height: 100%;
}

.sect-5 .sect-4-gh .card__content {
--flow-space: 0.9375rem;
display: flex;
flex-direction: column;
justify-content: space-between;
align-self: flex-end;
height: 55%;
padding: 12% 1.25rem 1.875rem;
background: linear-gradient(
  180deg,
  hsla(0, 0%, 0%, 0) 0%,
  hsla(0, 0%, 0%, 0.3) 10%,
  hsl(0, 0%, 0%) 100%
);
}

.sect-5 .sect-4-gh .card__content--container {
--flow-space: 1.25rem;
}

.sect-5 .sect-4-gh .card__title {
position: relative;
width: fit-content;
width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.sect-5 .sect-4-gh .card__title::after {
content: "";
position: absolute;
height: 0.3125rem;
width: calc(100% + 1.25rem);
bottom: calc((1.25rem - 0.5rem) * -1);
left: -1.25rem;
background-color: hsl(46, 100%, 50%);
}

.sect-5 .sect-4-gh .card__button {
padding: 0.75em 1.6em;
width: fit-content;
width: -moz-fit-content; /* Prefijo necesario para Firefox  */
font-variant: small-caps;
font-weight: bold;
border-radius: 0.45em;
border: none;
background-color: hsl(46, 100%, 50%);
font-family: "Montserrat", sans-serif;
font-size: 1.125rem;
color: hsl(0, 0%, 0%);

}

.sect-5 .sect-4-gh .card__button:focus {
outline: 2px solid black;
outline-offset: -5px;

}




@media (any-hover: hover) and (any-pointer: fine) {
.sect-5 .sect-4-gh .card__content {
  transform: translateY(62%);
  transition: transform 500ms ease-out;
  transition-delay: 500ms;
}

.sect-5 .sect-4-gh .card__title::after {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 1000ms ease-in, transform 500ms ease-out;
  transition-delay: 500ms;
  transform-origin: right;
}

.sect-5 .sect-4-gh .card__background {
  transition: transform 500ms ease-in;
}

.sect-5  .sect-4-gh .card__content--container > :not(.card__title),
 .card__button {
  opacity: 0;
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  
}

.sect-5 .sect-4-gh .card:hover,
 .card:focus-within {
  transform: scale(1.05);
  transition: transform 500ms ease-in;
}

.sect-5 .sect-4-gh  .card:hover .card__content,
 .card:focus-within  .card__content {
  transform: translateY(0);
  transition: transform 500ms ease-in;
}

.sect-5 .sect-4-gh .card:focus-within  .card__content {
  transition-duration: 0ms;
}

.sect-5 .sect-4-gh .card:hover .card__background,
 .card:focus-within .card__background {
  transform: scale(1.3);
}

.sect-5 .sect-4-gh .card:hover .card__content--container > :not(.card__title),
 .card:hover .card__button,
.card:focus-within .card__content--container > :not(.card__title),
 .card:focus-within .card__button {
  opacity: 1;
  transition: opacity 500ms ease-in;
  transition-delay: 1000ms;
  cursor:pointer;
}

.sect-5 .sect-4-gh .card:hover .card__title::after,
 .card:focus-within .card__title::after {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: opacity 500ms ease-in, transform 500ms ease-in;
  transition-delay: 500ms;
}
}




@media (max-width:950px){

.sect-5 .sect-4-gh{
display: grid;
grid-template-columns: 1fr 1fr ;
grid-template-rows: 1fr 1fr;
place-items:center;
padding-top: 3rem;
row-gap: 3rem;
}
.sect-5 .s-2{
display: grid;
grid-template-columns: 1fr 1fr ;
grid-template-rows: 1fr ;
place-items:center;
padding-top: 3rem;
row-gap: 3rem;
}

.six{
display: flex;
justify-content: center;
}

}


@media (max-width:600px){

.sect-5 .sect-4-gh{
display: grid;
grid-template-columns: 1fr ;
grid-template-rows: repeat(4,1fr);
place-items:center;
padding-top: 3rem;
row-gap: 3rem;

}
.sect-5 .s-2{
display: grid;
grid-template-columns: 1fr ;
grid-template-rows: repeat(2,1fr);
place-items:center;
padding-top: 3rem;
row-gap: 3rem;

}

.six{
display: flex;
justify-content: center;
}

}









.sect-6 .three h1:before{
  display: none;

}
.sect-6 .three h1:after{
  display: none;

}





.sect-6{
  /* margin-top: 3rem; */
    /* background-color: #a1d6e7; */
  }
  
  
  
  .sect-6 h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* text-transform: uppercase */
  }


  

.sect-6 .sect-4-1{
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

:root{
  --background-dark: #D78B8B;
  --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;
}


.sect-6 .sect-4-1{
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);
}

.sect-6 .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%;
height: 100%;
}

@media(min-width: 540px){
.sect-6 .card-grid{
  grid-template-columns: repeat(2, 1fr); 
}
}

@media(min-width: 960px){
.sect-6 .card-grid{
  grid-template-columns: repeat(4, 1fr); 
}
}

.sect-6 .card{
list-style: none;
position: relative;
}

.sect-6 .card:before{
content: '';
display: block;
padding-bottom: 150%;
width: 100%;
}

.sect-6 .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;
}

.sect-6 .card:hover .card__background{
transform: scale(1.05) translateZ(0);
}

.sect-6 .card-grid:hover > .card:not(:hover) .card__background{
filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.sect-6 .card__content{
left: 0;
padding: var(--spacing-l);
position: absolute;
top: 0;
}

.sect-6 .card__category{
color: var(--text-light);
font-size: 0.9rem;
margin-bottom: var(--spacing-s);
text-transform: uppercase;
}

.sect-6 .card__heading{
color: var(--text-lighter);
font-size: 1.5rem;
text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
line-height: 1.2;
word-spacing: 100vw;
}




/* STYLE 6 */


.sect-6 .six .underline-1 {
  /* margin-left: -40px; */

  color: #222;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 1px;
  color: #c50000;
  text-align: center;
}



.sect-6 .six .underline-1:after,
.six h1:before {
  position: absolute;
  margin-left: 20px;
  left: 60px;
  bottom: -3px;
  width: 150px;
  height: 6px;
  content: "";
  right: 45px;
  /* margin:auto; */
  background-color: #ccc;
}


.sect-6 .six .underline-1:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 180px;
  width: 135px;
}  



@media(max-width:600px){
  
.sect-6 .six .underline-1:after,
.six h1:before {
  position: absolute;
  margin-left: 20px;
  left: 25px;
  bottom: -3px;
  width: 150px;
  height: 6px;
  content: "";
  right: 45px;
  /* margin:auto; */
  background-color: #ccc;
}


.sect-6 .six .underline-1:before {
  margin-left: 50px;
  background-color: #d78b8b;
  left: 145px;
  width: 135px;
}  



}














































.sect-8 .three{
  display: grid;
  justify-content: center;
  
  
  }





.sect-8 h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #000000;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* text-transform: uppercase */
}




/* === HEADING STYLE #3 === */



.sect-8 .three h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.sect-8 .three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 6px;
  width: 100px;
  background-color: #111;
  z-index: 100;
}

.sect-8 .three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 111%;
  max-width: 411px;
  background-color: #333;
}








.sect-8{
  /* background-color: blue; */
  background-image: url(/backgroundIMG/feature-bg-1200.jpg);
  padding-top: 10em;
}
@media (max-width:1200px){

  .sect-8 .reduce_text{
    display: none;
  }
}



.sect-8 .div{

  margin-top: 5em;
 
  width: 100%;
  height: 100%;
  background-color: #ffead9;
  padding-bottom: 2rem;
}


.sect-8 .div .div1{
  display: flex;
}



.sect-8 .div .div1 .div1-1{
  width: 50%;
 
}



.sect-8 .div .div1 .div1-1 #img-1{

height: 65vh;
width: 99%;
margin-top: -1.7em;
border: 4px black double;
overflow: hidden;


}




.sect-8 .div .div1 .div1-2{
  width: 50%;
  background-image: url(/backgroundIMG/f1.png);
  opacity: 0.7;
  height: 60vh;

  
}




/* heading */

.ten h1 {
  font-size:44px; font-weight:600; text-transform:uppercase;
  padding:  2rem 4rem 4rem;
  z-index: 10;
  color: black;
}
.ten h1:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 43px;
    margin-bottom: 0.25rem;
}


.sect-8 .div .div1 .div1-2 .chalo{
  display: flex;
  flex-direction: column;
  margin-top: -3rem;
 
  
}


.sect-8 .div .div1 .div1-2 .chalo .center{
  display: flex;
  justify-content: center;
}

.sect-8 .div .div1 .div1-2 p{
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
 width: 77%;

 
 margin: 0 0 1rem -35px  ;

  
 
}





.sect-8 .div .div1 .div1-2 #button-set-1{

  display: flex;
  justify-content: end;
  width: 77%;

  
}


.sect-8 .div .main{
  display: flex; flex-direction: row-reverse; margin-top: 5em;
}

.sect-8 .marginT-5{
  margin-top: 5rem ;
}

.button-89 {

  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #000000;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #ffffff;
}










@media (max-width:600px){


  .sect-8 .three h1 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }

  .sect-8 .three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 6px;
    width: 90px;
    background-color: #111;
    z-index: 100;
  }
  
  .sect-8 .three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 102%;
    max-width: 370px;
    background-color: #333;
  }

.sect-8 .div .div1{
  display: flex;
  flex-direction: column-reverse;
}


.sect-8 .div .div1 .div1-1{
  width: 100%;
  z-index: 10;
  margin-top: 3rem;
  
}
.sect-8 .div .div1 .div1-1{
  display: flex;
  justify-content: center;
}

.sect-8 .div .div1 .div1-2{
  width: 100%;
  
}


.sect-8 .div .div1 .div1-1 #img-1{

  height: 35vh;
  width: 90%;
  
  
  
  }

  .sect-8 .div .main{
     margin-top: 3em;
  }

  .sect-8 .marginT-5{
    margin-top: 3rem;
  }
}




.blink_me {

  animation: blinker 0.8s linear infinite;

}



@keyframes blinker{

  50% {

    opacity: 0;

  }

}

.headtext{
  /* margin-top: 20px; */
display: grid;
justify-content: center;
}

.headtext h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.headtext h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 6px;
  width: 65px;
  background-color: #111;
  z-index: 100;
}

.headtext h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 111%;
  max-width: 411px;
  background-color: #333;
}

@media(max-width:600px){
  .headtext{
    margin-top: 0;

  }
  .newscontainer{
    /* margin-bottom: 80px; */
  }
}
@media  (max-width:1400px) {
  .headtext{
    margin-top: 0;
  }
  /* .newscontainer{
    margin-bottom: 7em;
  } */
 
}


.news_sect{
  /* margin-top: 3rem; */
  padding-top: 10rem;
}

.news_sect table{
  border: none;
  border-style: none;
}
.news_sect table thead th{
  text-align: center;
}


.dataTables_wrapper .dataTables_length { 
  padding-bottom: 25px;
}


.dataTables_wrapper .dataTables_filter {
  padding-bottom: 25px;
}

#contact-main-2 thead tr th{
  text-align: center;
}












































/*--------------------------------------------------------------

# Team

--------------------------------------------------------------*/

.team .member {

  position: relative;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  padding: 30px;

  border-radius: 10px;

  background: #fff;

}



.team .member .pic {

  overflow: hidden;

  width: 180px;

  border-radius: 50%;

}



.team .member .pic img {

  transition: ease-in-out 0.3s;

}



.team .member:hover img {

  transform: scale(1.1);

}



.team .member .member-info {

  padding-left: 30px;

}



.team .member h4 {

  font-weight: 700;

  margin-bottom: 5px;

  font-size: 20px;

  color: #05579e;

}



.team .member span {

  display: block;

  font-size: 15px;

  padding-bottom: 10px;

  position: relative;

  font-weight: 500;

}



.team .member span::after {

  content: "";

  position: absolute;

  display: block;

  width: 50px;

  height: 1px;

  background: #bfe0fd;

  bottom: 0;

  left: 0;

}



.team .member p {

  margin: 10px 0 0 0;

  font-size: 14px;

}



.team .member .social {

  margin-top: 12px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

}



.team .member .social a {

  transition: ease-in-out 0.3s;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50px;

  width: 32px;

  height: 32px;

  background: #ecf6fe;

  color: #0665b7;

}



.team .member .social a i {

  font-size: 16px;

  margin: 0 2px;

}



.team .member .social a:hover {

  background: #0880e8;

  color: #fff;

}



.team .member .social a+a {

  margin-left: 8px;

}



.team-boxed {

  color:#313437;

  background-color:#eef4f7;

}



.team-boxed p {

  color:#7d8285;

}



.team-boxed h2 {

  font-weight:bold;

  margin-bottom:40px;

  padding-top:40px;

  color:inherit;

}



@media (max-width:767px) {

  .team-boxed h2 {

    margin-bottom:25px;

    padding-top:25px;

    font-size:24px;

  }

}



.team-boxed .intro {

  font-size:16px;

  max-width:500px;

  margin:0 auto;

}



.team-boxed .intro p {

  margin-bottom:0;

}



.team-boxed .people {

  padding:50px 0;

}



.team-boxed .item {

  text-align:center;

}



.team-boxed .item .box {

  text-align:center;

  padding:30px;

  background-color:#fff;

  margin-bottom:30px;

}



.team-boxed .item .name {

  font-weight:bold;

  margin-top:28px;

  margin-bottom:8px;

  color:inherit;

}



.team-boxed .item .title {

  text-transform:uppercase;

  font-weight:bold;

  color:#d0d0d0;

  letter-spacing:2px;

  font-size:13px;

}



.team-boxed .item .description {

  font-size:15px;

  margin-top:15px;

  margin-bottom:20px;

}



.team-boxed .item img {

  max-width:160px;

}



.team-boxed .social {

  font-size:18px;

  color:#a2a8ae;

}



.team-boxed .social a {

  color:inherit;

  margin:0 10px;

  display:inline-block;

  opacity:0.7;

}



.team-boxed .social a:hover {

  opacity:1;

}



.service-sec {
  background: #fff;
  padding: 20px 0px;
}
.online-servies-wrap {
  display: block;
  margin-top: 20px;
}
    
.exam-result {
  background-color: #fff;
  height: auto;
  overflow: hidden;
}

.exam-result ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
}

.exam-result ul li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid rgb(229 229 229);
  width: 24%;
  text-align: center;
  border-radius: 4px;
  vertical-align: top;
  transition: transform .2s;
  margin: 0 15px 15px 0px;
  padding: 5px 0;
  min-height: 113px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 8%);
  background: #f4f7f9 url(images/bg-host.png) left no-repeat;
}

.exam-result ul li:hover{
  background-color: #f9dbc5;
}

.exam-result ul li a {
  display: block;
  padding: 14px 10px;
  font-size: 1.26em;
  transition-duration: .3s;
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-weight: 550;
}
.exam-result ul li a span {
  display: block;
  font-size: 0.8em;
}

.exam-result-buttotn {
  width: 40% !important;
}

.exam-result-buttotn {
  padding: 0 !important;
  background: #ff740f;
  color: #fff !important;
  border-radius: 4px !important;
  width: 25%;
  margin: -5px auto 5px auto;
  font-size: 13px !important;
  text-transform: uppercase;
}

@media (min-width: 992px){
.col-md-12 {
  width: 100%;
}}

@media only screen and (max-width: 767px){
.exam-result ul li {
  width: 100%;
}}




/* CSS of Latest News Horizontal START*/
a {
  color: #fff;
  text-decoration: none;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
}

.news {
  width: 76%;
  background: #5444cc;
  padding: 0 2%;
  padding-top: 18px;
  color: white;
  text-align: center;
}

.title {
  width: 20%;
  text-align: center;
  background: #eeaf30;
  position: relative;
}

.title:after {
  position: absolute;
  content: "";
  right: -16%;
  border-left: 20px solid #eeaf30;
  border-top: 33px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 33px solid transparent;
  top: 0;
}

.title h5 {
  font-size: 25px;
  margin: 8% 0;
  font-weight: bolder;
}

@media only screen and (max-width: 400px) {
  .title:after {
      position: absolute;
      content: "";
      right: -60%;
      border-left: 20px solid #eeaf30;
      border-top: 33px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 33px solid transparent;
      top: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .title:after {
      display: none;
  }

  .title h5 {
      font-size: 18px;
      margin: 20% 0;
  }

  .news {
      width: 80%;
      background: #5444cc;
      padding: 0 2%;
      padding-top: 18px;
      padding-left: 20px;
      color: white;
      text-align: center;
  }
}

.news marquee {
  font-size: 18px;
}

@media only screen and (max-width: 600px){
  .title h5 {
    font-size: 12px;
    margin: 40% 0;
    font-weight: bolder;
}
}

/* CSS of Latest News Horizontal END*/



.rotating-text-wrapper {
  /* height: 90vh; */
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.rotating-text-wrapper h2 {
  font-size: 1.2em;
  font-weight: bolder;
  margin: 0;
  /* padding: 0.3em; */
  color: #fff;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); */
  animation-duration: 4s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.rotating-text-wrapper h2:nth-child(1) {
  /* background-color: lightseagreen; */
  animation-name: rotating-text-1;
}
@keyframes rotating-text-1 {
  0% {
    transform: translateY(-200%);
  }
  33% {
    transform: translateY(100%);
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}
.rotating-text-wrapper h2:nth-child(2) {
  /* background-color: tomato; */
  animation-name: rotating-text-2;
}
@keyframes rotating-text-2 {
  33% {
    transform: translateY(-100%);
    opacity: 0;
  }
  66% {
    transform: translateY(0);
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
.rotating-text-wrapper h2:nth-child(3) {
  /* background-color: cornflowerblue; */
  animation-name: rotating-text-3;
}
@keyframes rotating-text-3 {
  66% {
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .rotating-text-wrapper {
    font-size: 0.7em;
  }
 
}



.footer-section .row{
  row-gap: 1rem;
  /* --bs-gutter-x: 5.5rem; */
}

/* .footer-section .width-1{
  width: 60%;
}
.footer-section .width-2{
  width: 40%;
} */



.footer-section {
  clear: both;
  background: rgb(33, 35, 49);
  position: block;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
  max-width: 70px;
  border-radius: 50%;
  background-color: white;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
  text-align: justify;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}






















.sect_do{
  padding-top: 10rem;
}





/* === HEADING STYLE #3 === */

.sect_do .three{
  display: grid;
  justify-content: center;
  
  
  }
  
  
  .sect_do .three h1 {
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }
  
  .sect_do .three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 6px;
    width: 160px;
    background-color: #111;
    z-index: 100;
  }
  
  .sect_do .three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 125%;
    max-width: 510px;
    background-color: #333;
  }
  
  


  .sect_do .ten h1 {
    font-size:30px; font-weight:600; text-transform:uppercase;
    padding: 1rem 1rem 0rem 1rem;
    z-index: 10;
    color: green;
  }
  
  .sect_do .ten h1:before {
      background-color: black;
      border-radius: 0.25rem;
      content: '';
      display: block;
      height: 0.25rem;
      width: 30px;
      margin-bottom: 0.25rem;
  }

  .sect_do ol{
    
    text-align: justify;
  }

  .sect_do li{
    padding: 0.2rem;
    
  }
  
  

  .sect_do table{
    border: 2px solid;
  }

  
  .sect_do th{
    border: 2px solid;
  }
  
  .sect_do td{
    border: 2px solid;
  }

 


  

  .sect_do th,td{
    padding: 5px;
    text-align: center;
    vertical-align:middle;
  }

  

  .sect_do  #ten-2 h1 {
    font-size:30px; font-weight:600; text-transform:uppercase;
    padding: 1rem 1rem 0rem 1rem;
    z-index: 10;
    color: red;
  }

  .sect_do .dosdont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 1rem;
    padding: 2.2rem;
    
  }

 
  .sect_do ol li::marker{
    font-weight: bolder !important; 
  }




  @media (max-width:600px){

    .sect_do{
      padding-top: 8rem;
    }
    


    .sect_do .dosdont{
      display: grid;
      grid-template-columns: 1fr ;
      grid-template-rows: 1fr auto;
      column-gap: 0rem;
      row-gap: 1rem;
      
    }

    
  .sect_do .three h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
  }
  
  .sect_do .three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 6px;
    width: 110px;
    background-color: #111;
    z-index: 100;
  }
  
  .sect_do .three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 110%;
    max-width: 320px;
    background-color: #333;
  }

  .sect_do .dosdont{
    
    padding: 0.7rem;
    
  }

  

  
  }


 .sect_do .horizontal_dotted_line {
    border-bottom: 3px dotted black;
    bottom: 50%;
    top: 50px;
   
  }
















  

  #team .circular {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  #team .circular img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }





















.sect-cont{padding-top: 10rem;}



  .sect-cont .three{
    display: grid;
    justify-content: center;
    
    
    }

    
.sect-cont .three h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 7px;
  position: relative;
  text-align: center;
}
 .sect-cont .three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 0.37rem;
  width: 60px;
  background-color: #111;
  z-index: 10;
}
.sect-cont  .three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 175px;
  max-width: 180px;
  background-color: #333;
} 


.officials .row{
  justify-content: center;
}
.officials .team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.officials .team .member img {
  /* max-width: 60%; */
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.officials .team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.officials .team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.officials .team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.officials .team .member .social {
  margin-top: 15px;
  justify-content: center;
 
}

.officials .team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.officials .team .member .social a:hover {
  color: #5cb874;
}

.officials .team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.officials .section-bg {
  /* background-color: #f8fcf9; */
}

.officials .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.officials .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.officials .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.officials .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
  
}

.officials .section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}



.officials .team .member span::after {

  content: "";

  position: absolute;

  display: block;

  width: 50px;

  height: 1px;

  background: #bfe0fd;

  bottom: 0;

  left: 72px;

}












.sect-office-staff{padding-top: 10rem;}



.sect-office-staff .three{
    display: grid;
    justify-content: center;
    
    
    }

    
    .sect-office-staff .three h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 7px;
  position: relative;
  text-align: center;
}
.sect-office-staff .three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 0.37rem;
  width: 81px;
  background-color: #111;
  z-index: 10;
}
.sect-office-staff  .three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 250px;
  max-width: 255px;
  background-color: #333;
} 

#contact-main-2 table thead th{
  text-align: center;
}











.photo{
  margin-top: 5rem;
  /* padding-bottom: 7rem; */
  position: relative;
}


.photo .box{
  width: 100%;
  float: left;
  border-radius: 5px;
  filter: grayscale(200%);
transition: filter 300ms;

  
}


.photo .box:is(:hover, :focus){
  filter: grayscale(0%);
}


.photo .box img{
  width: 100%;
  mix-blend-mode: multiply;
  height: 25rem;
  
}



@media (max-width:600px){
  .photo .box img{

height:17rem ;
  }

  
}


.photo .box img {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);

  
}













.devteam{
  display: flex;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
  padding-top: 2rem;
  row-gap: 20px;
  
}

.card-container {
  background-color: #231e39;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
  color: #b3b8cd; 
  padding-top: 30px;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
} 

.card-container .pro {
  colnor: #231e39;
  background-color; #febb0b;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px; 

}

.card-container .round {
  border: 1px solid #03bfcb;
  border-radius: 50%;
  padding: 7px;
  max-width: 100px;
}

button.primary {
  background-color: #03bfcb;
  border: 1px solid #03bfcb;
  border-radius: 3px;
  color: #231e39;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;
}

button.primary.ghost {
  background-color: transparent;
  color: #02899c;
}

.skills {
  background-color: #1f1a36;
  text-align: left;
  padding: 15px;
  margin-top: 30px; 
}
.skills ul {
  
 list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #2d2747;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}









.devteam-head{
  padding-top: 10rem;
}
  
.devteam-head .three{
  display: grid;
  justify-content: center;
  
  
  }
  
  .devteam-head .three h1 {
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
  }
   .devteam-head .three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 0.37rem;
    width: 6.25rem;
    background-color: #111;
    z-index: 10;
  }
  .devteam-head  .three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 2px;
    width: 24.06rem;
    max-width: 24.68rem;
    background-color: #333;
  } 




  @media(max-width:600px){

    .devteam-head .three h1 {
      font-size: 37px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.5em;
      padding-bottom: 10px;
      position: relative;
      text-align: center;
    }

    .devteam-head .three h1:before {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 10px;
      height: 0.37rem;
      width: 5.5rem;
      background-color: #111;
      z-index: 10;
    }
    .devteam-head  .three h1:after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 12px;
      height: 2px;
      width: 15rem;
      max-width: 15rem;
      background-color: #333;
    } 
  }









  .about-hostels p{
    text-align: justify;
    font-size: 18px;
  }
  



  .gblink{
    text-decoration: none;
    color: black;
  }

  .date-events{
    font-weight: bolder;
  }








.student-welfare .headingtext{
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 1px 1px red;
}











/* 
		Details flips card to more info on the band
		tickets button gradient move - mix blend mode
		details hover = darker color
		overflowing container
*/

:root {
	--blue: #4e73bc;
	--white: #fff;
	--dark: #313b40;
	--light: #eaedef;
	--blue-grey: #545b6d;
}

/* -- Event Card Layout --*/
.event {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: auto;
	grid-gap: 0;
}

.event .image-wrapper {
	grid-column: span 2;
	grid-row: 1;
	position: relative;
}

.event-date {
	grid-column: span 1;
	grid-row: 2;
}

.event-time {
	grid-column: span 1;
	grid-row: 2;
}

.event-title {
	grid-column: span 2;
	grid-row: 3;
	background-color: var(--light);
	padding: 1.5em 1.2em 2.5em;
	margin-top: -0.2em;
}

.event-details {
	grid-column: span 1;
	grid-row: 4;
}

.event-tickets {
	grid-column: span 1;
	grid-row: 4;
}

.card-event {
	width: 30em;
	margin: 2em auto;
	font: 1em "Roboto", sans-serif;
}

.event .image-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	/* background-image: linear-gradient(to top, rgba(64,101,173, 0.7) 0%, rgba(0, 0, 0, 0) 100%) */
}

.featured-image {
	width: 100%;
	border-radius: 0.45em 0.45em 0 0;
	object-fit: cover;
	/* max-height: 16em; */
}

.event .title1 {
	font-size: 1.25em;
	font-weight: 900;
	color: var(--dark);
}

.event .link {
	text-decoration: none;
	transition: color 200ms ease-in 0s;
	color: var(--dark);
}

.event .link:hover {
	color: var(--blue);
}

.event .address {
	font-style: normal;
}

.event.venue {
	font-weight: 900;
}

.event .venue,
.event .streetAddress,
.event .locality {
	margin: 0.3em 0;
	color: var(--dark);
	opacity: 0.85;
}

.event .event-details {
	background-color: var(--blue-grey);
	padding: 1em;
	text-align: center;
	border-radius: 0 0 0 0.45em;
	transition: background-color 200ms ease-in 0s;
	cursor: pointer;
}

.event .event-details:hover {
	background-color: #3b404c;
}

.event-tickets {
	background-image: linear-gradient(to right, #618ee6 0%, #3a5fb3 75%);
	padding: 1em;
	text-align: center;
	border-radius: 0 0 0.45em 0;
	transition: background 200ms ease-in 0s;
	cursor: pointer;
}

.event-tickets:hover {
	background-image: linear-gradient(to right, #618ee6 20%, #3a5fb3 100%);
}

.event-details .link,
.event-tickets .link {
	color: var(--white);
	letter-spacing: 0.1em;
}

.event .date1{
  z-index: 800;
	background-color: var(--white);
	color: var(--dark);
	font-weight: 900;
	text-align: center;
	padding: 0.8em 0.5em 0.3em;
	margin: -1.5em 0 -1.5em;
	max-height: 1.5em;
}
.event .time {
	z-index: 2000;
	background-color: var(--white);
	color: var(--dark);
	font-weight: 900;
	text-align: center;
	padding: 0.8em 0.5em 0.3em;
	margin: -1.5em 0 -1.5em;
	max-height: 1.5em;
}

.event .date1 time, .time time {
	opacity: 0.85;
}

.event .date1 {
	margin-left: 1em;
	border-radius: 0.3em 0 0 0.3em;
	border-right: 2px solid var(--dark);
}

.event .time {
	max-width: 5em;
	border-radius: 0 0.3em 0.3em 0;
}

@media screen and (max-width: 400px) {
	.card-event {
		width: 100%;
	}
	.event.date1,
	.event.time {
		text-align: center;
	}
	.event.time {
		max-width: 60%;
	}
}

@media screen and (max-width: 300px) {
	.event.date1,
	.event.time {
		font-size: 0.8em;
	}
}



.sect-complaint{
  padding-top: 9rem;
}

.sect-complaint .three{
  display: grid;
  justify-content: center;
  
  
  }

 
  
.sect-complaint .three h1 {
font-size: 40px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.5em;
padding-bottom: 7px;
position: relative;
text-align: center;
}
.sect-complaint .three h1:before {
content: "";
position: absolute;
left: 0;
bottom: 10px;
height: 0.37rem;
width: 120px;
background-color: #111;
z-index: 10;
}
.sect-complaint  .three h1:after {
content: "";
position: absolute;
left: 0;
bottom: 12px;
height: 2px;
width: 320px;
max-width: 352px;
background-color: #333;
}





.sect-complaint-status{
  padding-top: 9rem;
}

.sect-complaint-status .three{
  display: grid;
  justify-content: center;
  
  
  }

 
  
.sect-complaint-status .three h1 {
font-size: 40px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.5em;
padding-bottom: 7px;
position: relative;
text-align: center;
}
.sect-complaint-status .three h1:before {
content: "";
position: absolute;
left: 0;
bottom: 10px;
height: 0.37rem;
width: 120px;
background-color: #111;
z-index: 10;
}
.sect-complaint-status  .three h1:after {
content: "";
position: absolute;
left: 0;
bottom: 12px;
height: 2px;
width: 400px;
max-width: 434px;
background-color: #333;
}

@media(max-width:600px){
   
.sect-complaint-status .three h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 7px;
  position: relative;
  text-align: center;
  }
  .sect-complaint-status .three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 0.37rem;
  width: 120px;
  background-color: #111;
  z-index: 10;
  }
  .sect-complaint-status  .three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 300px;
  max-width: 300px;
  background-color: #333;
  }
}



.mess-certificate{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}



.passout {
  /* background: #d9e2e9; */
  padding: 0 0 28px 0;
  margin-top: 25px;
}
.passout .busheading {
  position: relative;
  margin: 45px auto;
  width: 92%;
}
.passout .busheading h2 {
  color: #065694;
  background: #d9e2e9;
  position: absolute;
  left: 34%;
  top: -27px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2em;
  letter-spacing: -1px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Oswald', sans-serif;
}

.passout-list {
  padding: 0;
  margin: 0;
}
.passout-list li {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  min-height: auto !important;
  margin: 0 9px;
}
.passout-list li a {
  min-height: auto !important;
}


.highlight-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.highlight-links ul li {
  box-sizing: border-box;
  text-align: center;
  min-height: 170px;
}

.passout-list li {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  min-height: auto !important;
  margin: 0 9px;
  background: #f4f7f9 url(../images/bg-host.png) left no-repeat;
}

.passout-list li a:hover{
  background-color: #c8c5c4;
}



.highlight-links ul li a:hover{
  background-color: #a7c2da;
}

.highlight-links ul li a {
  display: block;
  padding: 20px 15px;
  font-size: 1.1em;
  transition-duration: .3s;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  /* background-color: #fff; */
  min-height: 175px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
  border-radius: 8px;
}

.highlight-links ul li a, .highlight-links ul li a:focus, .highlight-links ul li a:hover {
	color: #111;
	outline: 0;
	text-decoration: none
}

@media screen and (max-width: 600px) {
  

  .passout-list li {
      display: inline-block;
      width: 95% !important;
    margin-bottom: 8px;

  }

}







.lnk1 {
    color: #337ab7;
    text-decoration: none;
}

.lnk2 {
    color: Yellow;
    text-decoration: none;
}

body {
    font: 14px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
    margin: 0;
}

.login {
    width: 100% !important;
    height: 100% !important;
}

h3 {
    text-shadow: 0 1px 0 rgb(255 255 255 / 70%), 0px 2px 0 rgb(0 0 0 / 50%);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0px 0;
    letter-spacing: 1px;
    font: normal 20px/1 Verdana, Helvetica;
    position: relative;
}

.breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 16px;
    margin-top: -29px;
    color: white;
    margin-left: 150px;
}

.breaking-news-title {
    background-color: #FFEA00;
    display: block;
    height: 40px;
    width: 122px;
    font-family: arial;
    font-size: 16px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 12px;
    padding-left: 10px;
    z-index: 3;
}

    .breaking-news-title:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        top: 0;
        left: -12px;
        border-left: 12px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 40px solid #FFEA00;
    }

    .breaking-news-title:after {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        right: -12px;
        top: 0;
        border-right: 12px solid transparent;
        border-left: 0px solid transparent;
        border-top: 40px solid #FFEA00;
    }


#breaking-news-colour {
    height: 40px;
    width: 100%;
    background-color: #3399FF;
    /* border-radius: 0.25rem;*/
}

#breaking-news-container {
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    /*border-radius: 0.25rem;*/
}

.nws:before {
    content: "";
    width: 30px;
    height: 40px;
    background-color: #3399FF;
    position: absolute;
    z-index: 2;
}


.animated {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
}

.delay-animated {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.scroll-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated2 {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated3 {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 3s;
}

.fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    from {
        margin-left: 1000px
    }

    to {
    }
}

@-moz-keyframes fadein {
    from {
        margin-left: 1000px
    }

    to {
    }
}

.slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    20% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee {
    animation: marquee 10s linear infinite;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 3s;
}

    .marquee:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
        cursor: pointer;
    }

@-webkit-keyframes slidein {
    from {
        margin-left: 800px
    }

    to {
        margin-top: 0px
    }
}

@-moz-keyframes slidein {
    from {
        margin-left: 800px
    }

    to {
        margin-top: 0px
    }
}

.slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
}

@-webkit-keyframes slideup {
    from {
        margin-top: 30px
    }

    to {
        margin-top: 0;
    }
}

@-moz-keyframes slideup {
    from {
        margin-top: 30px
    }

    to {
        margin-top: 0;
    }
}

.bg-success {
    color: #fff !important;
}
.bg-danger {
    color: #fff !important;
}

