<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'Open Sans';
	color: #555;
	overflow-x: hidden;
}
/* Jumbotron (hero) */
.jumbotron {
  position: relative;
  background: url(../img/Banner.png) no-repeat bottom center / cover;
  height: 620px;
}
.banner-tit{
  font-size: 40px;
  color: #fff;
  padding: 100px 0 15px 0;
  font-family: poppins;
  font-weight: 600;

}
.banner-sub-tit{
    color: #fff;
    background-image: linear-gradient(to right, #bc3cc5 , #149db4);
    padding: 2px 0px 9px 9px;
    margin: 10px 0 25px 0;
}
.banner-btn{
  margin-top: 15px;
    background: linear-gradient(91.43deg, #fffff800 44.97%, rgba(255, 255, 248, 0) 79.55%);
    padding: 6px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 1px;
    text-align: center;
    color: #ffffff;
    border: 3px solid #179bb4;
}
.banner-btn:hover{
  background-color: #102d3c;
  border: 3px solid #179bb4;
  border-radius: 1px;
}
/* Footer */
.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #ffffff;
}
.footer a{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.logo-mts{
  height: 60px;
}
.abut-compny-sec{
  background-color: #f2f2f2;
}
.abt-cmp-wrapper{
  padding: 50px 0;
}
.img-wrap{
  height: 120px;
  /* text-align: center; */
}
.profile-wrapper{
  display: flex;
}
.profile-txt{
  padding: 11px 0 0 33px;
}
.P-al-txt{
  padding-left: 33px;
}
.media-sec{
  background-color: #212121;
}
.pd-7{
  padding: 90px 0;
}
.media-tit{
  font-size: 40px;
    color: #fff;
    font-family: poppins;
    font-weight: 600;
}
.media-sec a{
  text-decoration: none;
  color: #fff;
}
.cmpy-btn{
  width: 210px;
  background: linear-gradient(20deg, #b033bb 44.97%, rgb(22 105 164) 79.55%);
  border-radius: 1px;
  color: #fff;
  border: 2px solid #149db4;
}
.cmpy-btn:hover{
  color: #ffffff;
}
.bdr-cmpy-btn{
  border: 2px solid #149db4;
  border-radius: 1px;
}
.bdr-cmpy-btn:hover{
  border: 2px solid #149db4;
  border-radius: 1px;
}
.abt-cmp-wrapper .list-inline-item a{
  background-color: #2a62a7;
    border-radius: 50px;
    padding: 4px 8px;
}
.fa{
  color: #fff;
}
.pt-2{
  padding-top: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.fnt-sm{
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .jumbotron {
    height: 950px;
  }
  .bdr-cmpy-btn {
    margin-top: 22px;
}
}</pre></body></html>