<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}
body{
font-family: 'Roboto', sans-serif;
   
	font-weight:300;
}
h1 
{ 
font-family: 'Roboto', sans-serif;
	
	
		
		
} 
a:hover{
	text-decoration:none;
    color: unset;
}
h2, h3, h4, h5, h6 
{
	
font-family: 'Roboto', sans-serif;
	
	
}
p 
{
	line-height: 22px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
	    font-size: 15px;
	    color: #626262;
	
}
p:last-child 
{
	margin-bottom:0px;
	
}
h1 {
    font-size: 35px;
    font-weight: 600;
    color: #000000
}
h2 
{
      color: #000000;
	   font-size: 38px;
    font-weight: 500;
}
h3 
{
  color: #000000;
   font-size: 30px;
         font-weight: 600;
	
}
h4 
{
font-size: 22px;
   font-weight: 600; 
}
h5 
{
    font-size: 18px;
    font-weight: 600;
}
h6 
{
 font-weight: 600;
	font-size: 15px;
}
nav.navbar.navbar-expand-md {
    box-shadow: 0px 0px 18px #cecece;
}
.navbar-nav .nav-link {
    font-weight: 500;
}
.logo{
	width: 80%;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0px solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
a.btn.btn-outline-dark.my-2.my-sm-0.round {
    border-radius: 50px;
    font-size: 15px;
    padding: 8px 15px;
}
header{
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
height: calc(100vh - 373px);
    align-items: center;
	margin-top: 90px;
    
}
button.bg-gradient {
    background-image: linear-gradient(to right, #dfb401 , #df011f);
    color: #fff;
    border: 0px;
    border-radius: 50px;
    padding: 13px 54px;
    font-weight: 600;
}
#section-top{
	background: #f8f8f8;
	/* height: 204px; */
}
.line.position-absolute {
    border-bottom: 1px solid #ffb410;
    top: 12px;
    display: block;
    width: 100%;
    z-index: -1;
}
.top-txt {
    top: -10px;
    z-index: 1;
}
.top-txt p {
    background: #f8f8f8;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
}
.bg-o{
	background: #df5411;
}
.bttns button {
    border-radius: 50px;
    width: 28%;
    margin: 0px 5px;
}
span.arrow {
    background: #f8f8f8;
    width: 105px;
    height: 105px;
    display: block;
    margin: 0 auto;
    /* line-height: 76px; */
    border-radius: 79px;
    padding-top: 56px;
    margin-top: -44px;
    margin-bottom: 0px;
}
.clr-o{
	color: #dfa903;
}
.clr-do{
	color: #e7711a;
}
.star span{
	color: #e7711a;
}
.star span i{
	font-size: 18px;
}
.bx {
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 100px;
}
.bx-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 20%;
    bottom: 0;
    font-size: 55px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #9E9E9E;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-prev {
    left: -50px;
}
.carousel-control-next {
    right: -50px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #795548;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
#section-2{
	background: #f6f6f6;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -34px;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c5c5c5;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    }
.carousel-indicators .active {
    background-color: #000000;
}
/*==================Timeline ====================*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 34px;
  bottom: 0;
  position: absolute;
  content: " ";
border:2px dotted #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.timeline &gt; li {
  margin-bottom: 20px;
  position: relative;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
  content: " ";
  display: table;
}
.timeline &gt; li:after {
  clear: both;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
  content: " ";
  display: table;
}
.timeline &gt; li:after {
  clear: both;
}
.timeline &gt; li &gt; .timeline-panel {
  width: 46%;
  float: left;
  padding: 18px 0px 0px 0px;
  position: relative;
}
.timeline &gt; li &gt; .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline &gt; li &gt; .timeline-badge span.txt-gradient{
-webkit-background-clip: text;
    background-image: linear-gradient(to right,  #dfb401, #df011f);
    -webkit-text-fill-color: transparent;
    color: #464646;
    font-size: 34px;
    font-weight: 900;
}
.timeline &gt; li &gt; .timeline-badge {
	
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 49.5%;
  margin-left: -25px;
  background-color: #fff;
 border: double 2px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #dfb401, #df011f);
 
    background-origin: border-box;
  background-clip: content-box, border-box;
 
  z-index: 100;
border-radius: 50%;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
  float: right;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 28px;
  font-weight: 700;
}
.timeline-body &gt; p + p {
  margin-top: 5px;
}
/*=========================Timeline end===============================*/
#section-4{
	 background-image: linear-gradient(to right, #dfb401 , #df011f);
}
footer{
    background: #000000;
 
}
footer h3{
        color: #fff;
  font-size: 18px;
    font-weight: 600;
  
}
footer .f-links a{
	color: #979797;
}
footer .f-links a:hover{
	color: #fff;
}
footer p{
   color: #979797;
    font-size: 14px;
   
}
footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #979797;
}
/*========================footer========================*/
/*Responsive table*/
/*======
Media Queries
=======*/
/*========================*/
@media (min-width: 1200px) and (max-width: 2400px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 320px) and (max-width: 767px) {
span.d-block {
    display: unset !important;
}
h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
.db{
	display: none;
}
.carousel-control-prev {
    left: 0px;
}
.carousel-control-next {
    right: 0px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -79%;
    bottom: 0;
    font-size: 35px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #9E9E9E;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.w-50.m-auto.py-4 {
    width: 100% !important;
}
header {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: calc(100vh - 250px);
    align-items: center;
    margin-top: 30px;
}
.logo {
    width: 71%;
}
h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
}
.timeline &gt; li &gt; .timeline-panel {
    width: 36%;
    float: left;
    padding: 18px 0px 0px 0px;
    position: relative;
}
.app.pt-4 img {
    width: 63% !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}
.app.pt-4  {
  
    margin-bottom: 10px;
}
body {
  
    overflow-x: hidden;
}
.col-md-9.p-0 {
    padding-top: 29px !important;
    padding-left: 15px !important;
}
footer h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 17px;
    font-weight: 600;
  
}
h3.mb-4 {
	  margin-bottom: 5px !important;
}
.text-right{
	text-align: left !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
	.text-right{
	text-align: left !important;
}
	h3.mb-4 {
	  margin-bottom: 5px !important;
}
	footer h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 17px;
    font-weight: 600;
 
}
	.col-md-9.p-0 {
    padding-top: 29px !important;
    padding-left: 15px !important;
}
	body {
   
    overflow-x: hidden;
}
	.app.pt-4  {
  
    margin-bottom: 10px;
}
	.app.pt-4 img {
    width: 63% !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}
	.timeline &gt; li &gt; .timeline-panel {
    width: 36%;
    float: left;
    padding: 18px 0px 0px 0px;
    position: relative;
}
	.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
}
	h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}
	.logo {
    width: 71%;
}
	header {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: calc(100vh - 232px);
    align-items: center;
    margin-top: 30px;
}
	.w-50.m-auto.py-4 {
    width: 100% !important;
}
.carousel-control-next {
    right: 0px;
}
.carousel-control-prev {
    left: 0px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -79%;
    bottom: 0;
    font-size: 35px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #9E9E9E;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
	.db{
	display: none;
}
	h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
  span.d-block {
    display: unset !important;
}
}</pre></body></html>