<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: "PlayfairDisplay-Regular";
	src:url(../fonts/PlayfairDisplay-Regular.otf);
}
@font-face{
	font-family: "GlacialIndifference-Regular";
	src:url(../fonts/GlacialIndifference-Regular.otf);
}
.header-top-bar {
    position: fixed;
    top: 0px;
    background: #ffffff;
    width: 100%;
    z-index: 99;
}
a{
        color: #ff7621;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
.head-1{
    text-align: right;
}
.header-section{
	    background-color: #1c1b1d;
    padding: 5px;
    color: #fff;
}
.navbar{
	    background-color: #ff7621!important;
}
.navbar-logo{
	    position: absolute;
    z-index: 999;
    top: 0%;
    left: 44%;
}
.carousel-inner:after{
	    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 288px;
    background-image: url(../img/banner-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-light .navbar-nav .nav-link{
	    font-family: PlayfairDisplay-Regular;
}
.header-section a{
	    color: #ffffff;
    font-family: PlayfairDisplay-Regular;
}
.header-section .fa{
	    margin-left: 0px;
}
.fa-1{
	border: 1px solid #ff7621;
    background-color: #1c1b1dc7;
    padding: 10px;
}
p{
	    font-family: GlacialIndifference-Regular;
    font-size: 17px;
    color: #424140;
        padding: 17px;
            line-height: 30px;
}
.about{
	    padding-bottom: 20px;
}
.about span{
	    color: #ff7621;
    font-family: monospace;
    font-size: 18px;
}
h1{
	    font-family: PlayfairDisplay-Regular;
    color: #c35816;
}
.padding{
	padding: 30px;
}
.course{
	    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.course ul{
	    margin-top: 30px;
}
.course ul li{
    color: #dad5d2;
    font-family: GlacialIndifference-Regular;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 50px;
    list-style: none;	
}
.course img{
	margin-top: -72px;
}
.course h1{
	    color: #fd9859;
	    padding: 20px;
}
.service{
    background-color: #e9ecef;
}
.service h2{
	    font-family: GlacialIndifference-Regular;
    font-size: 26px;
    margin-bottom: 0px;
    padding: 5px;
}
.service-inner{
    border: 1px solid #ff7621;
    margin-top: 20px;
    padding: 0px;
    transition: 0.5s;
}
.service-inner .btn{
	    background-color: #e9ecef;
}
.service-inner:hover{
	margin-top: -10px;
	    box-shadow: 0 6px 7px -2px #000000;
}
.modal-dialog{
	background-color: white;
    padding: 10px;
}
.gallery img{
	border: 1px solid #ff7621;
    margin-top: 20px;	
}
.contact{
        background-image: url(../img/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px;
}
.contact label{
    color: #fff;
}
.btn-1{
        background-color: #ff7621;
    color: #fff;
}
.footer-contact{
        margin-bottom: 20px;
}
.bottom-section{
           background-color: #1c1b1d;
    color: #fff;
    padding: 13px;
    padding-bottom: 0px;
}
.bottom-section p{
        padding: 0px;
    color: #fff;
}
footer{
        background-color: #ff7621;
    font-family: GlacialIndifference-Regular;
    color: #fff;
    padding: 20px;
}
footer p{
        text-align: justify;
    padding: 0px;
    font-size: 14px;
    line-height: 17px;
      color: #fff;
}
footer a{
color: #fff;
    font-size: 15px;
}
.h4, h4{
     font-family: PlayfairDisplay-Regular;
}
@media screen and (max-width: 450px){
	.navbar-logo{
		left: 2% !important;
		    width: 21%;
	}
    .head-1{
        text-align: center;
    }
}
@media screen and (min-width: 768px) and  (max-width: 1024px){
	.navbar-expand-sm .navbar-nav .nav-link{
		    padding-left: 1.8rem !important;
	}
}</pre></body></html>