body {
    font-family: "Roboto", sans-serif;
}
.Faculty{
     font-family: "Faculty Glyphic", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: rgba(255, 255, 255, 0.76);
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}




.copy{
    margin-top: 50px;
    padding: 20px 0px;
    font-size: 13px;
    line-height: 18px;
    color: #798589;
    background-color: #edf7fa;
}
.social a{
    padding-right: 10px;
    color: #798589;
    font-size: 20px;
}
.f-widget a{
    padding-bottom: 2px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #113bea;
}
.f-widget h6{
    font-size: 14px;
    font-weight: 700;
    color: #798589;
}
.cta{
    padding: 80px 0px;
    background-color: #113bea;
}
.text-yellow{
    color: #fdbf38;
}
.cta2{
    background-color: #5ed9b8;
    padding: 100px 0px;
}
.cta-content a{
    display: inline-block;
    color: #fff;
    background-color: #113bea;
    border: 1px solid #113bea;
    border-radius: 25px;
    padding: 10px 40px;
    text-align: center;  
    font-weight: 700;
    text-decoration: none;
}
.blu-content{
    background-color: #EDF7FA;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}
.blu-content a{
    display: block;
    color: #113bea;
    text-decoration: none;
}
.w-90{
    width: 90%;
}
.line {
    margin: 50px 0px;
    width: 100%;
    height: 1px;
    border-bottom:1px solid #000 ;
}
.blog-image{
    margin-top: -200px;
}
.blog-image img{
    box-shadow: 0 3px 15px #9a9898;
}
.header-up{
    background-color: #5ed9b8;
    padding: 20px 0px;
}
.warper p a{
    border: solid 1px #b9104c;
    border-radius: 50px;
    height: 34px;
    width: 120px;
    font-size: 14px;
    line-height: 34px;
    padding-left: 15px;
    display: inline-block;
    margin-left: 10px;
    background-image: url(../images/arrowl_right_magenta.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    text-decoration: none;
    color: #b9104c;
}
.warper p a:hover{
    background-color: #fff;
}
.header-right a{
    padding: 10px 25px;
    display: inline-block;
}
.yellow-btn{
    color: #fff;
    text-decoration: none;
    background-color: #fdbf38;
    border: 1px solid #fdbf38;
    border-radius: 25px;
}
.font-20{
    font-size: 22px;
}
.offcanvas{
    background-color: #113bea;
}
.menu-canvas{
    border-bottom: 1px solid #3e68ed;
}
.menu-canvas a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
}















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 769px) {
    .header-up{
        display: none;
    }
    .warper-footer.d-flex.justify-content-between{
        display: block !important;
    }
    .m-none{
        display: none !important;
    }
    .menu-canvas.d-flex.justify-content-between.align-items-center{
        display: block !important;
    }
    .menu-canvas a{
        display: block !important;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}