<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-caption h1{
	       margin-top: -350px;
    font-size: 60px;
    word-spacing: 15px;
    font-family: serif;
}
.about-1{
   color: #000;
    font-size: 15px;
    margin-top: 20px;
    text-align: justify;
}
.btn-1{
	    padding: 20px;
}
#section-about{
	    background-image: url(../images/bg2.png);
}
.head-2{
	background-image: url(../images/bg.png) !important;
}
.head-1{
	       background-color: #0302fa !important;
    /* height: 23%; */
    /* position: fixed; */
    padding: 0px;
    /* width: 100%; */
    padding-bottom: -12px;
}
.head-1 p{
    margin-top: 10px;
    padding: 0px;
    padding-bottom: -11px;
}
.social-icons{
	  position: absolute;
    margin-top: 8px;
    padding: 0px;
        margin-left: 100px;
}
.header-top-bar {
    position: fixed;
    top: 0px;
    background: #0a0c0b;
    width: 100%;
}
.WelcomeHr {
    border-bottom: 1px solid #9D9889;
    border-top: 1px solid #9D9889;
    height: 1px;
    top: -40px;
    z-index: -1;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
   .head-1{
   	display: none;
   }
   .carousel-caption{
   	display: none;
   }
}</pre></body></html>