/* 1. GENERAL
2. NAVBAR
3. BANNER
4. ABOUT
5. SERVICES
6. TEAM
7. GALLERY
8. TESTIMONIAL
9. FOOTER */

/* 1. GENERAL */
@import url();
@import url();

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    /* Background Color */
    --primary-color:#004caa;
    --secondary-color:#fc5185;
    --bg-light-blue:#3672bc;
    --bg-dark:#666;
    --bg-white:#fff;

    /* Text style */
    --primary-font: 'Roboto Slab' serif;
    --secondary-font:'Josefin Sans' . sans-serif;
    --primary-text:#2d00aa;
    --secondary-text: #fc5185;
    --text-white:#fff;
    --text-black: #222;
    --text-gray:#666;
    --text-light:#ddd;
}

body{
    font-family: var(--primary-font);
    /* background-color:white; */
}

a{
    text-decoration: none;
}

::-webkit-scrollbar{
    width: .375rem;
}

::-webkit-scrollbar-track{
    background: var(--bg-light-blue);
}
::-webkit-scrollbar-thumb
{
    background: var(--secondary-color);
}

.wrapper{
    padding:6.25rem 0;
}



h1{
    font-size: 2rem;
    margin-bottom: .3rem;
    font-weight: 600;
    color:rgb(110, 21, 69);
    font-family: var(--secondary-font);
}

h2{
    font-size: 1.8rem;
    font-weight: 700;
    color: blue;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3{
    font-size: 1.30rem;
    font-weight: 600;
    color:blue;
   
    font-family:Arial, Helvetica, sans-serif;
}

h4{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6rem;
    color:darkslategrey;
    /* font-family: var(--secondary-font); */
    font-family: sans-serif;
    text-align: justify;
}

h5{
    font-size:1.3rem;
    font-weight: 500;
    line-height: 1.5;
   color: blue;
    margin-bottom: 0.5rem;
    font-family: var(--secondary-font);
}

h6{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: darkslategray;
    margin-bottom: .3rem;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}

p{
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.3rem;

}




.mission p{
    font-size: 1rem;
    color: darkslategray;
    line-height: 1.3rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    
}

.mission h3{
    font-size: 1.3rem;

    
}
/* .mission .mcol{
    background-color: white;

} */

.card{
    border-radius: .625rem;
    background-color: var(--bg-white);
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 /28%);
    padding: 3.75rem 3.125rem 4.6875rem;
    -webkit-transition: all .4s;
    border: 0;
}


/* 2. NAVBAR */




.header_wrapper .navbar_toggler{
    border: 0;
    box-shadow: none;
    color: var(--text-black);
  

    line-height: 1.5;
}

.header_wrapper .nav-item .nav-link{
font-size: 1rem;
font-weight: 400;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link:focus,
.header_wrapper .nav-item .nav-link.active{
    color: var(--primary-text);
    text-decoration: underline ;
    
}


/* 3. BANNER */

  .banner_wrapper{
    
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 9999; 
} 



.home .card:hover{
    -webkit-transform: translateY(-0.925rem);
    transform: translateY(-0.525rem);
    background-color: rgb(203, 238, 167);
}



/* 4. ABOUT */
.aboutimg img{
    max-width: 100%;
    height:auto;
   
}

.aboutsec{
    margin-top:3%;
  }

  .aboutsec p{
   font-size: 1rem;
   color:#395a5a;
   font-weight: 350;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   line-height: 1.3;
   text-align: justify;
  }

  .aboutsec h3{
    font-size: 1.3rem;
    color:blueviolet;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    
   }

/* 5. PROJECT */

.campus h1{
   font-size: 2.5rem;

}

.project_des{
background: linear-gradient(to right, #f0f8f0, rgb(186, 183, 231));
/* background-color: rgb(213, 245, 198); */
border-bottom: .3rem solid hsla(101, 90%, 29%, 0.769);

}

.photo{
   margin: 0;
   padding: 0; 
 
  
    
    }

.project_des .heading{
    /* background-color:darkorange; */
    background: linear-gradient(to right, #0a380a, hwb(244 7% 31%));
    padding: .5rem 0;
    margin: 0;
    
    }
    

.project_des h4{
    font-size: 1rem;
    color:white;
    line-height: 1.3rem;
    letter-spacing: .03rem;
    text-align: center;
    font-weight: 600;
   
   

}



.project_des h5{

    font-size: 1rem;
    color:blue;
    line-height: 1.3rem;
    text-align: left;
    padding: 0 1rem;
    margin-top: 0.5rem;

}
.project_des p{

    font-size: 1rem;
    color:#2e2e61;
    line-height: 1.3rem;
    text-align: justify;
    padding: 0 1rem;
    margin-bottom: 1.5rem;

}



.row{
    width: 100%;
}

.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.campus-col{
    flex-basis: 33%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    height:max-content;
    display: block;
    
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226, 0, 0, 0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;

}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
    transform: translateX(-12%);
}


/* 6. Contact Us */

.contact{
    margin-top:3%;
  }

  .contact p{
    font-size: 1rem;
    color: darkslategrey;
    line-height: 1.2rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
  }



  .map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    height:90%;

    width:95%;



} 

/* 9. FOOTER */ 
.footerlogo img{
    max-width: 50%; height: auto;
   
    }


.qlink .item{
  
    color:#222;
    
    }

    .qlink h5{
  
       font-size: 1.5rem;
        
        } 
 .qlink .item:hover{
  
color: darkcyan;
text-decoration: underline;
}


/* .carousel-inner{
    max-height: 98vh;
    img{
        max-height: 98vh;
    }
}  */


    .footer p{
        font-size: 1rem;
        line-height: 1.2;
        text-align: start;
        margin-left: 1rem;
        color: darkslategray;
       
    }
    .qlink h5{
        font-size: 1.2rem;
    }
/* transition duration to control the speed of fade effect */

.carousel-item {
    transition: transform 2.6s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
  }
  
