<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme URI: http://acetrum.com/
Author: Acetrum Technologies Pvt Ltd
Author URI: http://www.acetrum.com/
Description: Theme For Taskar Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
License Term: Stylesheet Must Have Author Details
*/
header {
  position: relative;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#233bcb+0,2d48d3+38,2e52df+100 */
  background: #233bcb; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #233bcb 0%,
    #2d48d3 38%,
    #2e52df 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #233bcb 0%,
    #2d48d3 38%,
    #2e52df 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #233bcb 0%,
    #2d48d3 38%,
    #2e52df 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233bcb', endColorstr='#2e52df',GradientType=1 ); /* IE6-9 */
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 50%;
}




header .banner-wrap {
  height: 100vh;
  color: #fff;
}
header .banner-wrap h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
header .banner-wrap h1::after {
  display: table;
  content: "";
  width: 90%;
  border-top: 1px solid #a2a2a2;
  margin: 0 auto;
  margin-top: 7px;
}
header .banner-wrap span {
  font-size: 24px;
  display: inline-block;
}
header .banner-wrap span::after {
  display: table;
  content: "";
  width: 110%;
  border-top: 1px solid #a2a2a2;
  margin: 0 auto;
  margin-left: -5%;
}
header .banner-wrap p {
  font-size: 21px;
  font-weight: 100;
  margin-top: 30px;
}
header .banner-wrap h4 {
  margin-top: 50px;
}
header::after {
  display: table;
  content: "";
  width: 34px;
  height: 34px;

  position: absolute;
  bottom: -18px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background: url(../images/mouse.png) bottom center no-repeat #fff;
  background-size: 55%;
  border-radius: 17px 17px 0 0;
}
.bg-light {
  background-color: #fff !important;
  padding: 15px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
  -moz-box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
  box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
}

.bg-light .navbar-nav li {
  padding: 0 15px;
}

section#about {
  padding: 130px 0 50px 0;
}
section#about p {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
h1.heading {
  text-transform: uppercase;
  font-size: 27px;
  position: relative;
}
h1.heading::after {
  display: table;
  width: 40px;
  border-top: 2px solid blue;
  content: "";
  margin: 0 auto;
}
a.read-more {
  display: inline-block;
  background: #2e4afc;
  color: #fff;
  text-decoration: none;
  padding: 13px 42px;
  border-radius: 0 38px;
  position: relative;
  z-index: 2;
}
a.read-more::after {
  display: inline-block;
  border: 2px solid #2e4afc;
  color: #fff;
  text-decoration: none;
  padding: 13px 42px;
  border-radius: 0 38px;
  position: absolute;
  z-index: 1;
  left: 20px;
  display: table;
  content: "";
  width: 100%;
  height: 100%;
  top: 7px;
  left: 7px;
}

#ouraffiliate {
  background: #fafafa;
  padding: 70px 0;
}

ul.affliate-slider {
  list-style: none;
  margin-top: 50px;
}
ul.affliate-slider li img {
  border-radius: 0 50px;
}
ul.affliate-slider li span {
  display: inline-block;
  margin-top: 5px;
}

.affliate-slider .owl-nav {
  text-align: right;
}
.affliate-slider .owl-nav button {
  font-size: 36px !important;
  color: #fff !important;
  background: blue !important;
  line-height: 5px;
  width: 27px;
  height: 27px;
  margin: 2px;
  outline: none;
}

.affliate-slider .owl-nav button span {
  top: -19px;
  position: relative;
  outline: none;
}

.logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.carret {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carret li {
  margin: 0;
  padding: 0;
  height: 10px;
}
.carret li:nth-child(1) {
  opacity: 0.3;
}
.carret li:nth-child(2) {
  opacity: 0.5;
}
.carret li:nth-child(3) {
  opacity: 0.8;
}
section#achievment {
  padding: 70px 0;
  background: #2e4afa;
  color: #ddfff2;
}
section#achievment h1.heading {
  color: #fff;
}
section#achievment h1.heading::after {
  border-color: #fff;
}

#newsletter {
  padding: 100px 0;
}
.news {
  padding: 30px;
  border-radius: 0px 40px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
  -moz-box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
  box-shadow: 0px 2px 5px 0px rgba(166, 166, 166, 0.6);
}
#detail {
  padding: 70px 0 30px 0;
  background: #fafafa;
}

.detail-para {
  padding: 30px 0 10px;
}

p.address {
  font-weight: 500;
}
footer {
  background: #2e4afa;
  padding: 15px 0;
  color: #fff;
}

.progress-bar {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
  background-color: transparent !important;
}
.barOverflow {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 70px;
  margin-bottom: -14px;
}
.progress-bar p {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 500;
}
.progress-bar p::after {
  display: table;
  content: "";
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 5px;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #71f0fd;
  border-bottom-color: white;
  border-right-color: white;
  transform: rotate(45deg);
}
.progress-bar &gt; .left {
  position: absolute;
  background: white;
  width: 5px;
  height: 15px;
  border-radius: 0;
  left: 0;
  bottom: -4px;
  overflow: hidden;
}
.progress-bar &gt; .right {
  position: absolute;
  background: white;
  width: 5px;
  height: 15px;
  border-radius: 0;
  right: 0;
  bottom: -4px;
  overflow: hidden;
}

.back {
  width: 15px;
  height: 15px;
  background: #78f0fd;
  position: absolute;
}

.progress-bar span {
  visibility: hidden;
}
</pre></body></html>