/* 
Theme Name:		 vCommission
Theme URI:		 http://vcommission.com/
Description:	 vCommission is a child theme of BlankSlate, created by ChildTheme-Generator.com
Author:			 vCommission
Author URI:		 http://vcommission.com/
Template:		 twentytwenty 
Version:		 1.0.22
Text Domain:	 vcommission
*/
  
 
/* 
    Add your custom styles here
*/
 
@font-face {
  font-family: 'gilroyextrabold';
  src: url('fonts/gilroy-extrabold-webfont.woff2') format('woff2'), url('fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroylight';
  src: url('fonts/gilroy-light-webfont.woff2') format('woff2'), url('fonts/gilroy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url('fonts/gothambold-webfont.woff2') format('woff2'), url('gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url('fonts/gothambook-webfont.woff2') format('woff2'), url('gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamlight';
  src: url('fonts/gothamlight-webfont.woff2') format('woff2'), url('gothamlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'gothamlight';
  overflow-x: hidden;
}
a, img, button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  color: #0085d3;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.container {
  max-width: 1190px;
  width: 100%;
}
header.header {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 10;
}
.left_col {
  position: fixed;
  z-index: 99;
  left: 40px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.left_col p {
  writing-mode: tb-rl;
  font-size: 14px;
  color: #5e5e5e;
  letter-spacing: 3.64px;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  transition: all .3s;
  text-transform: uppercase;
  font-family: 'gilroyextrabold';
}
.s1 {
 /* background-image: url("../img/bg1.png");*/
  background-size: cover;
  background: #fafafa;
}
.s2 {
  /*background-image: url("../img/bg2.png");*/
  background-size: cover;
}
.s3 {
  /*background-image: url("../img/bg3.png");*/
  background-size: cover;
}
.s4 {
  /*background-image: url("../img/bg4.png");*/
  background-size: cover;
}
.s3 .container {
  position: relative;
}
.s3 .pawn_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.s3 .pawn_icon {
  position: absolute;
  bottom: -40%;
  right: 15%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.right_col {
  position: fixed;
  z-index: 99;
  right: 40px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.right_col ul li {
  writing-mode: tb-rl;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  transition: all .3s;
  font-family: 'gilroyextrabold';
  padding: 15px 0;
}
.right_col ul li a {
  color: rgb(94, 94, 94);
  transition: all .4s cubic-bezier(0, 0, .23, 1);
  text-decoration: none;
  color: #5e5e5e;
}
.right_col ul li a:hover {
  color: #98ac2a;
}
body.bg-white7 .right_col ul li a {
  color: #5e5e5e;
}
body.bg-white7 .right_col ul li a:hover {
  color: #ffffff;
}
body.bg-white3 .right_col ul li a {
  color: #b1b1b1;
}
.bottom_col {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 40px;
  width: 100%;
}
.bottom_col .row:before, .bottom_col .row:after {
  content: none;
}
.bottom_col .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_col ul {
  display: flex;
}
.bottom_col ul li {
  padding: 0 40px 0 0;
  font-size: 18px;
  font-family: 'gothambold';
}
.bottom_col ul li a {
  transition: all .4s cubic-bezier(0, 0, .23, 1);
  text-decoration: none;
  
  color: #5e5e5e;
  text-align: left;
}
.bottom_col ul li a:hover {
  background-position: 0px center;
  color: #98ac2a;
}

.bottom_col p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-family: gothambold;
}
.bottom_col p strong {
  color: #000;
}
#fullpage .section .container span {
  color: rgb(156, 196, 48);
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'gothambook';
  font-weight: bold;
}
#fullpage .section .container h1 {
  color: #212529;
  font-size: 67px;
  font-family: 'gilroyextrabold';
  margin: 8px 0 22px;
}
#fullpage .section .container p {
  color: #656565;
  font-size: 20px;
  font-weight: bold;
}
#particles-js canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: -113%;
  right: -29%;
}
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
.s1 .container {
  position: relative;
}
#fullpage .s2 .container h1 {
  color: #ffffff;
}
#fullpage .s3 .container p {
  color: rgb(255, 255, 255);
  font-weight: normal;
}
#fullpage .s3 .container h1 {
  color: #ffffff;
}
#fullpage .s3 .container p {
  color: #ffffff;
}
.glow_col {
  width: 680px;
  height: 680px;
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 90px rgb(154 195 54 / 0.3);
  animation: glow 12s ease infinite;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 90px rgb(154 195 54 / 0.1);
  }
  20% {
    box-shadow: 0 0 90px rgb(154 195 54 / 0.6);
  }
  50% {
    box-shadow: 0 0 90px rgb(154 195 54 / 0.1);
  }
  80% {
    box-shadow: 0 0 90px rgb(234 59 56 / 0.4);
  }
  100% {
    box-shadow: 0 0 90px rgb(234 59 56 / 0.1);
  }
}
#fullpage .section .container h1 strong {
  color: #a5ce36;
  font-family: gilroyextrabold;
  margin: 8px 0px 22px;
  letter-spacing: normal;
  text-transform: inherit;
  font-weight: inherit;
}
/*  BURGER MENU
========================================== */
.menu {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 999;
  left: 2%;
  top: 18px;
}
.menu span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
  display: block;
  width: 26px;
  right: 0px;
  height: 4px;
  background-color: #212529;
  outline: transparent solid 1px;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
  position: absolute;
  content: "";
}
.menu span::before {
  top: -9px;
  width: 0px
}
.menu span::after {
  top: 9px;
  width: 33px;
}
.menu.clicked span {
  background-color: transparent;
}
.menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 33px;
}
.menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.menu:hover {
  cursor: pointer;
}
/*  NAV
========================================== */
#nav {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(-100%);
  -webkit-transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menu.clicked {
  position: fixed;
  z-index: 1000;
}
#nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
#nav.show ul.main li:nth-child(10) {
  transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {
  #nav {
    padding: 90px 30px 70px 20px;
  }
}
#nav ul.main {
    list-style-type: none;
    float: left;
    width: 50%;
    transition-delay: 1.50s;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.9s ease;
}

#nav.show ul.main {
    list-style-type: none;
    float: left;
    width: 50%;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition-delay: 1s;
}




#nav ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  color: #fff;
  width: 100%;
  float: left;
  padding: 10px 0px;
  transition-delay: .50s;
}
#nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.main li a {
  transition: all .4s cubic-bezier(0, 0, .23, 1);
  text-decoration: none;
  font-size: 48px;
  color: #080808;
  text-align: left;
  font-family: 'gilroyextrabold';
}
#nav ul.main li a span {
  color: #b7ac7f;
}
#nav ul.main li a:hover {
  background-position: 0;
  color: #98ac2a;
}
#nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav ul.sub li {
  margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
  color: #b7ac7f;
}
.menu:hover span {}
/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #603e82;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}
.menu.clicked span:before, .menu.clicked span:after {
  background-color: #000000 !important;
}
#fullpage .s3 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 40px 0px 0px;
}
#fullpage .s3 ul li {
  width: 33.3%;
  margin: 0 0 16px;
}
#fullpage .s3 .container ul li p {
  font-size: 17px;
  font-family: 'gothambook';
}
#fullpage .s3 .container ul li p.green {
  color: #98ac2a;
}
.clients_section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.clients_section ul li {
  width: 20%;
  margin: 10px 0;
}
.clients_section ul li img {
  max-width: 100%;
  filter: brightness(0) contrast(60%);border-radius: 5px;
}
.clients_section ul li:hover img {
  filter: inherit;
  background: #fff;
}
.s4 .container {
  max-width: 1040px;
}
body.bg-white3 .left_col p, body.bg-white3 .bottom_col ul li a {
  color: #000;
}
body.bg-white3 .right_col ul li a {
  color: #b1b1b1;
}
body.bg-white3 .bottom_col p, body.bg-white3 .bottom_col p strong {
  color: #ffffff;
}
body.bg-white2 .bottom_col p, body.bg-white2 .bottom_col p strong {
  color: #fff;
}
body.bg-white2 .menu span, body.bg-white2 .menu span::before, body.bg-white2 .menu span::after {
  background-color: rgb(255 255 255);
}
body.bg-white4 .bottom_col p, body.bg-white4 .bottom_col p strong, body.bg-white4 .left_col p, body.bg-white4 .bottom_col ul li a, body.bg-white4 .right_col ul li a {
  color: #363636;
}
img.white {
  display: none;
}
body.bg-white2 img.blck, body.bg-white3 img.blck {
  display: none;
}
body.bg-white2 img.white, body.bg-white3 img.white {
  display: block;
}
#fullpage .s5 .container h1 {
  margin-bottom: 5px;
}
.counter_sec .counter_thumb h3 {
  position: relative;
  display: inline-block;
  color: #98ac2a;
  font-size: 75px;
  font-family: gilroyextrabold;
}
.counter_sec .counter_thumb h3.counter_plus::before {
  position: absolute;
  content: "+";
  right: -45px;
}
.counter_sec .counter_thumb h3.counter_k::before {
  position: absolute;
  content: "K";
  right: -45px;
}
#fullpage .section .container .counter_sec .counter_thumb p {
  font-size: 16px;
  font-family: gilroyextrabold;
  color: #323232;
}
.counter_sec {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 50px 0 0;
  padding-bottom: 25px;
}
.counter_sec:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #b5b5b5;
  content: "";
}
.counter_sec .col-sm-3 {
  padding: 0;
}
.section.s5 {
  background: #eeeeee;
}
.owl-carousel .item {
  width: 100%;
  display: inline-block;
}
.owl-carousel .item .col-sm-4 {
  width: 100%;
  padding: 0;
}
.owl-carousel .item .col-sm-4 .team_col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.owl-carousel .item .col-sm-4 .team_col .team_img {
  width: 233px;
  height: 400px;
}
.owl-carousel .item .col-sm-4 .team_col .team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-carousel .item .col-sm-4 .team_col .team_name {
  width: calc(100% - 233px);
  position: relative;
  padding-left: 11px;
}
.owl-carousel .item .col-sm-4 .team_col .team_name h3 {
  font-size: 25px;
  font-family: gilroyextrabold;
  color: #000;
  margin: 0 0 5px;
}
.owl-carousel .item .col-sm-4 .team_col .team_name p {
  font-size: 19px;
  font-family: 'gilroylight';
  color: #000;
}
.owl-carousel .item .col-sm-4 .team_col .team_name:before {
  position: absolute;
  left: 13px;
  top: 40%;
  width: 53px;
  height: 3px;
  background: #323232;
  content: "";
}
.section.s7 {
  background: #98ac2a;
}

.right_sec label {
  display: block;
  position: relative;
  margin: 40px 0px;
}
.right_sec .label-txt {
  position: absolute;
  top: -.5em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120, 120, 120);
  transition: ease .3s;
}
.right_sec .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
}
.right_sec .line-box {
  position: relative;
  width: 100%;
  height: 1px;
  background: #000;
}
.right_sec .line {
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #7b8b22;
  transition: ease .6s;
}
.right_sec .input:focus + .line-box .line {
  width: 100%;
}
.right_sec .label-active {
  top: -1.6em;
}
.right_sec button {
  display: inline-block;
  padding: 6px 36px;
  background: #000;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 26px;
  font-family: 'gilroyextrabold';
}
.right_sec button:hover {
  background: #fff;
  color: #000;
}
#fullpage .section .container .right_sec label p {
  font-size: 25px;
  color: #fff;
  font-family: 'gilroylight';
  font-weight: normal;
}
#fullpage .section .container .right_sec label p.label-active {
  font-size: 16px;
}
.contact_sec .left_sec h4 {
  color: #fff;
  font-size: 65px;
  font-family: gilroyextrabold;
  margin: 8px 0px 22px;
}
#fullpage .section .container .left_sec p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: gilroylight;
  font-weight: normal;
  margin: 30px 0px 25px;
}
#fullpage .section .container .left_sec p span {
  display: inline-block;
  width: 100%;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
}
body.bg-white7 .left_col p, body.bg-white7 .bottom_col ul li a, body.bg-white7 .right_col ul li a, body.bg-white7 .bottom_col p {
  color: #323232;
}
.heading {
  position: absolute;
  right: 0;
  top: 30px;
  left: 0;
  font-size: 30px;
  color: rgb(50, 50, 50);
  font-family: gilroyextrabold;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
}
.owl-carousel .owl-stage-outer {
  cursor: grab;
}
.hand__box--circles {
  z-index: 1;
  position: absolute;
  top: 58%;
  right: 38%;
  transform: scale(0.8, 0.8) translate(-50%, -50%);
}
.ellipse {
  width: 252px;
  height: 252px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.13);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ellipse .circle {
  width: 4.2px;
  height: 4.2px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #ff3300;
  -webkit-animation: move linear infinite;
  animation: move linear infinite;
  -webkit-box-shadow: 0 0 6px 0 #ff3300;
  box-shadow: 0 0 6px 0 #ff3300;
}
.ellipse .circle:before {
  content: '';
  width: 16px;
  height: 16px;
  opacity: 0.16;
  border: solid 1px #272727;
  left: -7px;
  top: -7px;
  position: absolute;
  border-radius: 100%;
  display: none;
}
.ellipse .circle:after {
  content: '';
  display: none;
  width: 70px;
  height: 70px;
  opacity: 0.03;
  border: solid 1px #ffffff;
  border-radius: 100%;
  position: absolute;
  left: -35px;
  top: -35px;
}
.ellipse:nth-child(1) {
  -webkit-transform: rotateZ(0deg) rotateY(0deg);
  transform: rotateZ(0deg) rotateY(0deg);
}
.ellipse:nth-child(1) .circle {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.ellipse:nth-child(2) {
  -webkit-transform: rotateZ(0deg) rotateY(0deg);
  transform: rotateZ(0deg) rotateY(0deg);
}
.ellipse:nth-child(2) .circle {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.ellipse:nth-child(3) {
  -webkit-transform: rotateZ(0deg) rotateY(0deg);
  transform: rotateZ(0deg) rotateY(0deg);
}
.ellipse:nth-child(3) .circle {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.ellipse:nth-child(1) {
  width: 250px;
  height: 250px;
  left: 55px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.ellipse:nth-child(2) {
  width: 310px;
  height: 310px;
  left: 25px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.ellipse:nth-child(3) {
  width: 380px;
  height: 380px;
  left: -10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.ellipse:nth-child(3) .circle {
  -webkit-animation: move2 linear infinite;
  animation: move2 linear infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.ellipse:nth-child(4) {
  width: 460px;
  height: 460px;
  left: -50px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.09);
}
.ellipse:nth-child(4) .circle {
  -webkit-animation: move2 linear infinite;
  animation: move2 linear infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.ellipse:nth-child(5) {
  width: 540px;
  height: 540px;
  left: -90px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.ellipse:nth-child(5) .circle {
  -webkit-transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
  transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ellipse:nth-child(5) .circle:after {
  background-image: none;
  border: none;
}
.ellipse:nth-child(5) .circle:before {
  border: none;
}
.ellipse:nth-child(5) .circle img {
  position: absolute;
  top: -40px;
  left: -45px;
}
.ellipse:nth-child(5) .circle:nth-child(2) {
  -webkit-animation: move4 linear infinite;
  animation: move4 linear infinite;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}
.ellipse:nth-child(5) .circle:nth-child(3) {
  -webkit-animation: move4 linear infinite;
  animation: move4 linear infinite;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  background: #ff3300;
  -webkit-box-shadow: 0 0 6px 0 #ff3300;
  box-shadow: 0 0 6px 0 #ff3300;
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}
.ellipse:nth-child(5) .circle:nth-child(4) {
  -webkit-animation: move4 linear infinite;
  animation: move4 linear infinite;
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  background: #ff3300;
  -webkit-box-shadow: 0 0 6px 0 #ff3300;
  box-shadow: 0 0 6px 0 #ff3300;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.ellipse:nth-child(5) .circle:nth-child(5) {
  -webkit-animation: move4 linear infinite;
  animation: move4 linear infinite;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -29s;
  animation-delay: -29s;
}
.ellipse:nth-child(6) {
  width: 640px;
  height: 640px;
  left: -140px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.ellipse:nth-child(6) .circle {
  -webkit-animation: move5 linear infinite;
  animation: move5 linear infinite;
  -webkit-animation-duration: -13s;
  animation-duration: -13s;
}
.ellipse:nth-child(6) .circle:nth-child(1) {
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.ellipse:nth-child(6) .circle:nth-child(2) {
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  background: #ff3300;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}
.ellipse:nth-child(6) .circle:nth-child(3) {
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}
.ellipse:nth-child(6) .circle:nth-child(4) {
  -webkit-animation-duration: 42s;
  animation-duration: 42s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -35s;
  animation-delay: -35s;
}
.ellipse:nth-child(7) {
  width: 800px;
  height: 800px;
  left: -215px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.ellipse:nth-child(7) .circle {
  -webkit-animation: move6 linear infinite;
  animation: move6 linear infinite;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-delay: -22s;
  animation-delay: -22s;
}
.ellipse:nth-child(7) .circle:nth-child(1) {
  -webkit-animation-duration: 34s;
  animation-duration: 34s;
  background: #00c8ff;
  -webkit-box-shadow: 0 0 6px 0 #00c8ff;
  box-shadow: 0 0 6px 0 #00c8ff;
  -webkit-animation-delay: -22s;
  animation-delay: -22s;
}
.ellipse:nth-child(8) {
  width: 990px;
  height: 990px;
  left: -310px;
}
.ellipse:nth-child(8) .circle {
  -webkit-animation: move7 linear infinite;
  animation: move7 linear infinite;
  -webkit-animation-duration: 49s;
  animation-duration: 49s;
  -webkit-transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
  transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.ellipse:nth-child(8) .circle:after {
  background-image: none;
  border: none;
}
.ellipse:nth-child(8) .circle:before {
  border: none;
}
.ellipse:nth-child(8) .circle img {
  position: absolute;
  top: -40px;
  left: -45px;
}
.ellipse:nth-child(9) {
  width: 1070px;
  height: 1070px;
  left: -350px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
}
@-webkit-keyframes move2 {
  from {
    -webkit-transform: rotateZ(0) translateX(190px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(190px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(190px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(190px) rotateZ(-360deg) rotateY(0deg);
  }
}
@keyframes move2 {
  from {
    -webkit-transform: rotateZ(0) translateX(190px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(190px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(190px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(190px) rotateZ(-360deg) rotateY(0deg);
  }
}
@-webkit-keyframes move4 {
  from {
    -webkit-transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(270px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(270px) rotateZ(-360deg) rotateY(0deg);
  }
}
@keyframes move4 {
  from {
    -webkit-transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(270px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(270px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(270px) rotateZ(-360deg) rotateY(0deg);
  }
}
@-webkit-keyframes move5 {
  from {
    -webkit-transform: rotateZ(0) translateX(320px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(320px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(320px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(320px) rotateZ(-360deg) rotateY(0deg);
  }
}
@keyframes move5 {
  from {
    -webkit-transform: rotateZ(0) translateX(320px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(320px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(320px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(320px) rotateZ(-360deg) rotateY(0deg);
  }
}
@-webkit-keyframes move6 {
  from {
    -webkit-transform: rotateZ(0) translateX(400px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(400px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(400px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(400px) rotateZ(-360deg) rotateY(0deg);
  }
}
@keyframes move6 {
  from {
    -webkit-transform: rotateZ(0) translateX(400px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(400px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(400px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(400px) rotateZ(-360deg) rotateY(0deg);
  }
}
@-webkit-keyframes move7 {
  from {
    -webkit-transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(495px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(495px) rotateZ(-360deg) rotateY(0deg);
  }
}
@keyframes move7 {
  from {
    -webkit-transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
    transform: rotateZ(0) translateX(495px) rotateZ(0) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg) translateX(495px) rotateZ(-360deg) rotateY(0deg);
    transform: rotateZ(360deg) translateX(495px) rotateZ(-360deg) rotateY(0deg);
  }
}
#fp-nav.fp-right {
  right: auto;
  top: auto;
  bottom: 4px;
  left: 14px;
  transform: translate3d(0px, 0%, 0px);
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin: 5px;
  position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 5px;
  width: 5px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  background: #a1cb3a;
  margin: -3px 0 0 -6px;
}
div#fullpage {
  transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}
/*About us css*/
body.about_page {
  overflow-y: scroll;
}
.about_top {
/*  background-image: url(../img/about_banner.jpg);*/
  background-size: cover;
  /*background-attachment: fixed;*/
  height: 100vh;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 200px;
  background-position: right top;
}
.performance_sec {
/*  background-image: url("../img/performance-marketing-banner01.jpg");*/
  background-position: right bottom;padding-top: 250px;
}
.vision_sec {
  /*background-image: url("../img/vision_bg.jpg");*/
  background-position: right bottom;
}
.about_top .left_col {
  position: absolute;
}
.about_top .right_col {
  position: absolute;
}
.about_top .bottom_col {
  position: absolute;
}
.about_page .menu {
  position: fixed;
}
.about_page header.header {
  position: absolute;
}
.about_top .container span {
  color: rgb(156, 196, 48);
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'gothambook';
  font-weight: bold;
  display: inline-block;
}
.about_top .container h1 {
  color: #ffffff;
  font-size: 70px;
  font-family: 'gilroyextrabold';
  margin: 0px 0 7px;
}
.about_top .container p {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about_top .container h1::first-letter {
  color: #a6ce39;
}
.about_top .container h1 strong {
  color: #ff2526;
  margin-left: -12px;
}
.performance_sec .container h1::first-letter {
  color: #fff;
}
.performance_sec .container h1 strong {
  color: #ffffff;
  margin-left: 0;
  font-size: 100px;
}
.about_page .menu span, .about_page .menu span::before, .about_page .menu span::after {
  background-color: #d8d8d8;
}
.about_page .menu.clicked span {
  background-color: transparent;
}
.about_page .right_col ul li a {
  color: #b1b1b1;
}

.about_page .bottom_col p, .bottom_col p strong {
  color: #fff;
  font-size: 16px;
}
.about_page .blck {
  display: none;
}
.about_page .white {
  display: block;
}
.we_believe {
  width: 100%;
  display: inline-block;
  padding: 80px 0 110px;
}
.we_believe h1 {
  font-size: 71px;
  color: #535353;
  font-family: 'gilroyextrabold';
}
.we_believe h2 {
  font-size: 39px;
  color: #535353;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: -20px;
  font-family: 'gothamlight';
}
.we_believe h2 span {
  color: #a3cc31;
}
.we_believe p {
  font-size: 20px;
  color: #535353;
  font-weight: bold;
  margin: 25px 0 0;
}
.image_sec {
  /*background-image: url(../img/about_banner2.jpg);*/
  background-size: cover;
  /* background-attachment: fixed; */
  /* height: 100vh; */
  display: inline-block;
  width: 100%;
  position: relative;
}
#progressBar {
  background-color: #a1cb3a;
  height: 6px;
  width: 0%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.sme_sec {
  width: 100%;
  display: inline-block;
  padding: 50px 0 80px;
}
.sme_sec .right_sme h1 {
  font-size: 71px;
  color: #535353;
  font-family: 'gilroyextrabold';
  line-height: 80px;
  margin: 140px 0 40px;
}
.sme_sec .right_sme p {
  font-size: 20px;
  color: #535353;
  font-weight: bold;
  margin: 0 0 40px;
  letter-spacing: 1px;
  line-height: 24px;
}
.performance_page .sme_sec .right_sme p {
  line-height: 45px;
}
.performance_page .sme_sec {
  padding: 85px 0 80px;
  position: relative;
  overflow: hidden;
}
.performance_page .right_sme {
  position: relative;
  left: 70px;
}
.left_sme {
  position: relative;
  overflow: hidden;
}
.left_sme #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.left_sme #particles-js canvas {
  top: 0;
  right: 210px;
}
.sme_sec .right_sme h4 {
  font-size: 42px;
  color: #535353;
  font-family: 'gilroylight';
  margin: 0 0 25px;
}
.sme_sec .right_sme h1 strong {
  color: #a0a0a0;
}
.sme_sec .right_sme h1 span {
  color: #a5ce3a;
}
.beyond_sec {
  /*background-image: url("../img/beyond_bg.jpg");*/
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  background-attachment: fixed;
}
.performance_page .beyond_sec {
    /*background-image: url(../img/beyond_bg3.jpg);*/
    background-position: center;
}
.beyond_img {
  width: 100%;
  text-align: right;
  display: inline-block;
}
.beyond_sec .container {
  max-width: 1400px;
}
.structure_sec {
  width: 100%;
  display: inline-block;
  padding: 150px 0 150px;
}
.structure_sec h2 {
  font-size: 71px;
  color: #535353;
  font-family: 'gilroyextrabold';
  margin: 0 0 30px;
}
.structure_sec h2::first-letter {
  color: #535353;
}
.structure_sec h2 strong {
  color: #ff2526;
}
.structure_sec ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
  justify-content: space-between;
}
.structure_sec ul li {
  width: 48%;
  font-size: 21px;
  color: #535353;
  padding: 0 0px;
  line-height: 36px;
  font-weight: bold;
}
.structure_img h3 {
  font-size: 71px;
  line-height: 68px;
  color: #535353;
  font-family: 'gilroyextrabold';
  margin: 97px 0 35px;
  padding-left: 20px;
}
.structure_img p {
  font-size: 21px;
  color: #535353;
  padding: 0 0 30px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 20px;
}
.bottom_structure {
  margin-top: 75px;
}
.structure_sec h4 {
  font-size: 61px;
  color: #535353;
  font-family: 'gilroyextrabold';
  margin: 25px 0 5px;
  width: 100%;
  display: inline-block;
}
.bottom_structure p {
  font-size: 21px;
  color: #535353;
  line-height: 36px;
  font-weight: bold;
}
.lead_sec {
  /* background-image: url(../img/beyond_bg2.jpg); */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  /* height: 100vh; */
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* padding: 300px 0; */
}
.structure_sec h4 span, .structure_img h3 span {
    color: #a5ce3a;
}
.lead_sec .hand {
  position: absolute;
  bottom: auto;
  top: 0;
  right: auto;
  left: 11%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  width: 40.5%;
}
.lead_sec img {
  width: 100%;
}
.lead_sec .hand img {
  max-width: 100%;
}
.footer_sec {
  position: relative;
  padding: 130px 0 250px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.footer_sec .left_col {
  position: absolute;
}
.footer_sec .right_col {
  position: absolute;
}
.footer_sec .bottom_col {
  position: absolute;
  bottom: 60px;
}
.footer_sec .pagination_col a {
  font-size: 100px;
  padding: 0 20px;
  transition: all .4s cubic-bezier(0, 0, .23, 1);
  text-decoration: none;
  color: #535353;
  text-align: left;
  font-family: 'gilroyextrabold';
}
.footer_sec .pagination_col a:hover {
  background-position: 0;
  color: #98ac2a;
}
.footer_sec .bottom_col p, .footer_sec .bottom_col p strong {
  color: #323232;
}
/*.footer_sec .bottom_col .row {
  justify-content: flex-end;
}*/
.back-to-top {
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
}
.back-to-top #button {
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 14px;
  cursor: pointer;
  font-family: 'gilroyextrabold';
}
.back-to-top #button:hover {
  color: #76a00c;
}
.bubbles {
  position: absolute;
  overflow: hidden;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 6s infinite ease-in;
  -moz-animation: bubblerise 6s infinite ease-in;
  -ms-animation: bubblerise 6s infinite ease-in;
  animation: bubblerise 6s infinite ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgb(16 16 16 / 50%);
  background: rgba(255, 255, 255, 0.25);
  will-change: transform;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  -moz-animation: bubblewobble 0.4s infinite linear;
  -ms-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}
@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 0px;
  }
}
.hand {
  position: absolute;
  bottom: 10%;
  right: 0;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.hand img {
  max-width: 410px;
}
.glowver2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-animation: glowver2 2s linear 0s infinite alternate;
}
.particles {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.rotate {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
}
.angle {
  position: absolute;
  top: 0;
  left: 0;
}
.size {
  position: absolute;
  top: 0;
  left: 0;
}
.position {
  position: absolute;
  top: 0;
  left: 0;
}
.pulse {
  position: absolute;
  top: 0;
  left: 0;
}
.particle {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.rotate {
  -webkit-animation: rotate 2s linear 0s infinite alternate;
}
.pulse {
  -webkit-animation: pulse 1.5s linear 0s infinite alternate;
}
@keyframes glowver2 {
  0% {
    box-shadow: 0 0 60px 20px #ff6c00, 25px 15px 50px 10px #f3f000, -5px -25px 30px 5px #ffffff;
  }
  20% {
    box-shadow: 0 0 70px 30px #ff6c00, 35px 25px 50px 10px #f3f000, -15px -25px 30px 5px #ffffff;
  }
  50% {
    box-shadow: 0 0 60px 20px #ff6c00, 25px 15px 60px 10px #f3f000, -5px -25px 30px 5px #ffffff;
  }
  80% {
    box-shadow: 0 0 90px 30px #ff6c00, 35px 25px 50px 10px #f3f000, -30px -30px 40px 5px #ffffff;
  }
  100% {
    box-shadow: 0 0 95px 20px #ff6c00, 25px 20px 60px 10px #f3f000, -10px -30px 40px 5px #ffffff;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes angle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes size {
  0% {
    -webkit-transform: scale(.2);
  }
  100% {
    -webkit-transform: scale(.5);
  }
}
@-webkit-keyframes position {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50 % {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(200px, 200px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
  }
}
@-webkit-keyframes particle {
  0% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 50px 10px #f3f000, inset 0 0 80px 80px #ffffff;
  }
  33.33% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 130px 10px #f3f000, inset 0 0 50px 50px #ffffff;
  }
  33.34% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 50px 10px #f3f000, inset 0 0 80px 80px #ffffff;
  }
  66.66% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 130px 10px #f3f000, inset 0 0 50px 50px #ffffff;
  }
  66.67% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 50px 10px #f3f000, inset 0 0 80px 80px #ffffff;
  }
  100% {
    box-shadow: inset 0 0 20px 20px #eedbcc, 0 0 130px 10px #f3f000, inset 0 0 50px 50px #ffffff;
  }
}
.rotate .angle:nth-child(1) {
  /* change the angle every 2 seconds */
  -webkit-animation: angle 10s steps(5) 0s infinite;
}
.rotate .angle:nth-child(1) .size {
  /* change the size of the particle every 2 seconds */
  -webkit-animation: size 10s steps(5) 0s infinite;
}
.rotate .angle:nth-child(1) .particle {
  /* animate the glow and change the color every 2 seconds */
  -webkit-animation: particle 6s linear infinite alternate;
}
.rotate .angle:nth-child(1) .position {
  /* animate the fly out of the particle and its fade out at the end */
  -webkit-animation: position 2s linear 0s infinite;
}
.rotate .angle:nth-child(2) {
  /* change the angle every 2 seconds */
  -webkit-animation: angle 4.95s steps(3) -1.65s infinite;
}
.rotate .angle:nth-child(2) .size {
  /* change the size of the particle every 2 seconds */
  -webkit-animation: size 4.95s steps(3) -1.65s infinite alternate;
}
.rotate .angle:nth-child(2) .particle {
  /* animate the glow and change the color every 2 seconds */
  -webkit-animation: particle 4.95s linear -3.3s infinite alternate;
}
.rotate .angle:nth-child(2) .position {
  /* animate the fly out of the particle and its fade out at the end */
  -webkit-animation: position 1.65s linear 0s infinite;
}
.rotate .angle:nth-child(3) {
  /* change the angle every 2 seconds */
  -webkit-animation: angle 13.76s steps(8) -6.88s infinite;
}
.rotate .angle:nth-child(3) .size {
  /* change the size of the particle every 2 seconds */
  -webkit-animation: size 6.88s steps(4) -5.16s infinite alternate;
}
.rotate .angle:nth-child(3) .particle {
  /* animate the glow and change the color every 2 seconds */
  -webkit-animation: particle 5.16s linear -1.72 infinite alternate;
}
.rotate .angle:nth-child(3) .position {
  /* animate the fly out of the particle and its fade out at the end */
  -webkit-animation: position 1.72s linear 0s infinite;
}
.rotate .angle:nth-child(5) .position {
  /* animate the fly out of the particle and its fade out at the end */
  -webkit-animation: position 2.45s linear 0s infinite;
}
.growth_sec {
  width: 100%;
  display: inline-block;
  padding: 150px 0 80px;
  background: #f7f7f7;
}
.growth_sec h2 {
  font-size: 71px;
  line-height: normal;
  color: #535353;
  font-family: 'gilroyextrabold';
  margin: 0 0 25px;
}
.growth_sec ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.growth_sec ul li {
  margin-right: 10%;
}
.growth_sec ul li h3 {
  color: #a6ce3b;
  font-family: 'gilroyextrabold';
  font-size: 27px;
  margin: 0 0 5px;
}
.growth_sec ul li p {
  font-size: 18px;
  color: #686868;
  font-family: 'gilroylight';
}
.growth_sec p {
  font-size: 20px;
  color: #535353;
  line-height: 33px;
}
.vision_page .menu span, .vision_page .menu span::before, .vision_page .menu span::after {
  background-color: #000000;
}
.vision_page .left_col p {
  color: #fff;
}
.vision_page .right_col ul li a {
  color: #ffffff;
}
.vision_page .right_col ul li a:hover {
  color: #a6ce39;
}


.advertiser_page .menu span, .advertiser_page .menu span::before, .advertiser_page .menu span::after {
  background-color: #000000;
}
.advertiser_page .left_col p {
  color: #fff;
}
.advertiser_page .right_col ul li a {
  color: #ffffff;
}
.advertiser_page .right_col ul li a:hover {
  color: #a6ce39;
}









.we_believe h1 span {
  color: #a6cf39;
}
.vision_page .left_sme #particles-js canvas {
  right: 10px;
}
.vision_page .sme_sec .right_sme h1 {
  font-size: 61px;
  line-height: 73px;
  text-transform: uppercase;
  margin: 70px 0 20px;
}
.vision_page .sme_sec .right_sme p {
  font-size: 23px;
  line-height: 45px;margin: 0;
}
.vision_page .left_sme {
  margin-top: 80px;
}
.vision_page .sme_sec .container {
  max-width: 1300px;
}
a {
    color: #a5ce3a !important;
}

a:hover, a:focus {
    color: #ea4f3f;
}
.vision_page .beyond_sec {
  /*background-image: url(../img/vision_img2.jpg);*/
    background-position: center;
}
.looking_sec {
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  padding: 90px 0 80px;
}
.looking_sec h3 {
  font-size: 70px;
  line-height: normal;
  color: #535353;
  font-family: 'gilroyextrabold';
  margin: 0 0 35px;
}
.looking_sec .affiliate_col_left {
  width: 100%;
  display: inline-block;
}
.looking_sec .affiliate_col_left h4 {
  color: #a6ce3b;
  font-family: 'gilroyextrabold';
  font-size: 27px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.looking_sec .affiliate_col_left p {
  font-size: 21px;
  color: #686868;
  font-family: 'gilroylight';
  line-height: 45px;
  padding-right: 100px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 45px;
}
.btn_col .btn {
  border: 3px solid #a5ce3a;
  border-radius: 0;
  font-size: 19px;
  color: #5b5b5b;
  font-family: 'gilroyextrabold';
  text-transform: uppercase;
  padding: 7px 30px;
}
.btn_col .btn_login {
  border: 0px solid #a5ce3a;
}
.btn_col .btn:hover {
  color: #a5ce3a;
}
.vision_page .footer_sec .left_col p {
  color: #5e5e5e;
}
.vision_page .footer_sec .right_col ul li a {
  color: #5e5e5e;
}
.advertiser_page .footer_sec .left_col p {
  color: #5e5e5e;
}
.advertiser_page .footer_sec .right_col ul li a {
  color: #5e5e5e;
}
.advertiser_sec {
  /*background-image: url("../img/advertiser_banner.jpg");*/
  background-position: right bottom;
  padding-top: 230px;
}
.advertiser_sec .container span {
  color: #fff;
}
.advertiser_sec .container h1 {
  font-size: 70px;
  text-transform: uppercase;
}
.advertiser_sec .container h1::first-letter {
  color: #fff;
}
.advertiser_sec .container h1 span {
  color: #b7f706;
  font-size: 70px;
  text-transform: capitalize;
  font-family: 'gilroyextrabold';
}

.advertiser_page .beyond_sec {
 /* background-image: url("../img/advertiser_img2.jpg");*/
}
.advertiser_page .looking_sec h3 {
  font-size: 68px;
}

.owl-carousel .owl-item .partner_logo img {
    width: auto;
}
.partner_slider {
    width: 100%;
    display: inline-block;
    padding: 60px 0 60px;
}

.advertiser_page .sme_sec .right_sme h1 {
    font-size: 54px;
    margin: 90px 0 20px;
    text-transform: uppercase;
}
.sme_sec .right_sme .accordian_row h4 {
    font-size: 22px;
    color: #fff;
    font-family: gilroylight;
    margin: 0;
    font-weight: bold;
}

.accordian_row .panel-default>.panel-heading {
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    border-radius: 0;
}
.accordian_row .panel-default {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.accordian_row .panel-body {
    padding: 23px 20px 40px;
}


.accordian_row .btn-default {
    background-color: transparent;
    border-color: #ccc;
    border: 3px solid #a5ce3a;
    border-radius: 0;
    font-size: 19px;
    color: #5b5b5b;
    font-family: 'gilroyextrabold';
    text-transform: uppercase;
    padding: 3px 25px;
}

.accordian_row .btn-default:hover {
    color: #a5ce3a;
}

.sme_sec .right_sme .accordian_row h4 a {
    width: 100%;
    display: inline-block;
}
.sme_sec .right_sme .accordian_row h4 a .glyphicon {
    float: right;
}

.accordian_row .glyphicon-minus::before {
    content: "";
    background: url(http://vcim.net/vcom20/wp-content/uploads/2020/12/arrow1.png);
    width: 18px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 7px;
}
.accordian_row .glyphicon-plus::before {
    content: "";
    background: url(http://vcim.net/vcom20/wp-content/uploads/2020/12/arrow2.png);
    width: 8px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 2px;
}

.sme_sec .right_sme .accordian_row  p {
    margin: 0 0 25px;

}

.accordian_row .panel-default > #headingOne {
    background-color: #505050;
}
.accordian_row .panel-default > #headingTwo {
    background-color: #5c5c5c;
}
.accordian_row .panel-default > #headingThree {
    background-color: #7b7b7b;
}
.accordian_row .panel-default > #headingFour {
    background-color: #a6a4a4;
}




.publisher_sec {
   /* background-image: url("../img/publisher_banner.jpg");*/
    background-position: right bottom;
    padding-top: 190px;
}

.publisher_page .menu span, .publisher_page .menu span::before, .publisher_page .menu span::after {
  background-color: #000000;
}
.publisher_page .left_col p {
  color: #fff;
}
.publisher_page .right_col ul li a {
  color: #ffffff;
}
.publisher_page .right_col ul li a:hover {
  color: #a6ce39;
}


.publisher_sec .container span {
  color: #fff;
}
.publisher_sec .container h1 {
  font-size: 65px;
}
.publisher_sec .container h1::first-letter {
  color: #fff;
}
.publisher_sec .container h1 span {
  color: #eaff00;
  font-size: 65px;
  text-transform: capitalize;
  font-family: 'gilroyextrabold';
}

.offer_sec {
    width: 100%;
    display: inline-block;
    padding: 130px 0 140px;
}
.offer_sec p {
    font-size: 20px;
    color: rgb(83, 83, 83);
    font-weight: bold;
    margin: 20px 0px 0px;
    padding-right: 120px;
    line-height: 35px;
}
.offer_sec h2 {
    font-size: 35px;
    margin: 0px 0 10px;
    text-transform: uppercase;
    color: #535353;
    font-family: 'gilroyextrabold';
}




.publisher_page .sme_sec .right_sme h1 {
    font-size: 54px;
    margin: 90px 0px 20px;
    text-transform: uppercase;
}




.publisher_page .beyond_sec {
    /*background-image: url("../img/publisher_img2.jpg");*/
    background-position: center;
}


.publisher_page .footer_sec .left_col p {
  color: #5e5e5e;
}
.publisher_page .footer_sec .right_col ul li a {
  color: #5e5e5e;
}
.publisher_page .footer_sec .left_col p {
  color: #5e5e5e;
}
.publisher_page .footer_sec .right_col ul li a {
  color: #5e5e5e;
}




.affiliate_sec {
   /* background-image: url("../img/AffiliateMarketing_banner.jpg");*/
    background-position: right bottom;padding-top: 250px;
}

.affiliate_page .sme_sec .right_sme h1 {
    font-size: 61px;
    line-height: 73px;
    text-transform: uppercase;
    margin: 140px 0 20px;
}
.affiliate_page .sme_sec .right_sme p {
    font-size: 20px;
    line-height: 45px;
}
.affiliate_page .sme_sec {
    background: #e6e6e6;position: relative;padding: 20px 0px 30px;
}
.white_shadow {
    position: absolute;
    left: 15%;
    top: 0;
}

.involve_sec {
    display: inline-block;
    width: 100%;
    padding: 70px 0 40px;
}
.involve_sec p.grid_text {
    line-height: 29px;
    font-size: 20px;
    color: rgb(83, 83, 83);
    font-weight: bold;
    margin: 25px 0px 50px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 75px;
}
.involve_sec .involve_right h2 {
    font-size: 70px;
    color: rgb(83, 83, 83);
    font-family: gilroyextrabold;
    margin: 40px 0px 20px;
}
.involve_sec .involve_right h2 span {

    color: #a6ce3b;

}
.involve_sec .container {
    max-width: 1300px;
}
.involve_right ul li {
    display: flex;
    margin: 0 0 20px;
}
.involve_right ul li .number {
    font-size: 32px;
    color: #535353;
}
.involve_right ul li .li_text {
    font-size: 22px;
    font-weight: 600;
    padding-right: 90px;
    padding-left: 25px;
}

.involve_right ul li .li_text strong {
    font-family: 'gothambold';
    font-size: 24px;
}

.involve_sec  h3 {
    font-size: 71px;
    color: #535353;
    font-family: 'gilroyextrabold';
    margin: 90px 0 70px;
}
.involve_left ul li {
    display: flex;
    margin: 0 0 22px;
    color: #535353;
}
.involve_left ul li .step_col {
    font-family: gothambold;
    font-size: 24px;
    width: 120px;
}

.involve_left ul li .li_text {
    color: #535353;
    font-size: 20px;
    font-weight: 600;
    width: calc(100% - 120px);
}
.step_img {
    width: 100%;
    text-align: right;
}
.involve_sec p {
    color: rgb(83, 83, 83);
    font-size: 20px;
    font-weight: 600;
    margin: 50px 0 0;
    padding-right: 10%;
}








.app_sec {
    /*background-image: url("../img/app-installation-banner.jpg");*/
    background-position: right bottom;padding-top: 250px;
}
.app_sec .container h1 {
    text-transform: uppercase;
}
.app_sec .container h1 span {
    text-transform: uppercase;font-size: 70px;font-family: gilroyextrabold; color: #a6ce39;
}

.app_sec .container h2 {
    color: #ffffff;
    font-size: 42px;
    margin: -10px 0 15px;
}
.app_sec .container p {
    color: #bababa;
    font-size: 18px;
    letter-spacing: 0;
    max-width: 600px;
}
.app_page .left_col p {
    color: #ffffff;
}
.app_sec .bottom_col .container p {
    color: #ffffff;
}

.app_page .right_col ul li a {
    color: #ffffff;
}

.app_page .we_believe h2 {
    font-size: 46px;
    margin-top: -2px;
    margin-bottom: -8px;
}
.right_sme {
    position: relative;
}
.mobile_particle {
    position: absolute;
    left: -290px;
    top: -210px;
}
.app_page .sme_sec h5 {
    font-size: 23px;
    color: #535353;
    font-weight: bold;
    margin: 160px 0 0;
    letter-spacing: 1px;
    line-height: 24px;
}
.app_page .sme_sec .right_sme h1 {
    color: #a0a0a0;
    margin: 10px 0 20px;
}
.app_page .sme_sec .right_sme p {
    line-height: 38px;
}
.app_page .right_sme {
    position: relative;
    right: 100px;
    top: 60px;
}
.app_page .footer_sec .left_col p {
    color: #5e5e5e;
}
.app_page .footer_sec .right_col ul li a {
    color: #5e5e5e;
}






/*nitika*/

.life_top {
    /*background-image: url(../img/life-vc-banner.jpg);*/
padding-top: 260px;
}

.gallary_sec {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0;
    text-align: center;
    background: #fff;
}
.gg-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    grid-auto-rows: 270px;
    grid-gap: 5px;
}
#gg-screen,#gg-screen2 ,#gg-screen3{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .85);
    z-index: 9999;
    text-align: center;
}
.gg-element {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
    transition: all .5s;
    overflow: hidden;
    
    
    position: relative;
	

  width: 100%;
  max-width: 400px;
  margin: auto;
  
border: 20px solid #f3f3f3;
	

}
.gg-element img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .02);
    border-radius: 0;
}

.gg-element:hover{
	/*border: 20px solid #fff;*/
	box-shadow: 0 5px 16px #a7a7a7;
}







.gg-element .content-overlay {
  background: rgba(150,189,48,0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.gg-element:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gg-element:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 21px;text-shadow: 1px 1px 6px #000;
    font-weight: 700;    font-family: 'gothamlight';
}

.content-details p{
  color: #535353;
  display: inline-block;
    font-weight: 700;    font-family: 'gothamlight';
	background: #fff;
	padding: 8px 20px;
	font-size: 16px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.gg-element .zoom_icon {
    width: 26px;
    height: 27px;
    position: absolute;
    right: 20px;
    bottom: -80px;
    z-index: 2;
    opacity: 0;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gg-element:hover .zoom_icon {
    bottom: 20px;
    opacity: 1;
}
.gg-bt {
    width: 38px;
    height: 38px;
    background: 0 0;
    color: #a2a2a2;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 35px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    padding-left: 2px;
}
.gg-close {
    position: fixed;
    top: .5em;
}
.gg-close.gg-bt {
    font-size: 36px;
    background: rgba(0, 0, 0, .85);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #636363;
}
.gg-close, .gg-nxt {
    right: .5em;
}
.gg-nxt, .gg-prev {
    position: fixed;
    bottom: 50%;
}
#gg-screen .gg-image,#gg-screen2 .gg-image,#gg-screen3 .gg-image {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.gg-prev {
    left: .5em;
}

.gallery-tabbing .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	color: #535353;font-size: 22px;
	text-transform: uppercase; font-family: 'gothambook';
}

.gallery-tabbing ul.nav-tabs {
    list-style: none;
    background: #efefef;
    border: 1px solid #dcdcdc;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gallery-tabbing .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    text-align: center;
    display: inline-block;
    /* justify-content: space-around; */
    /* display: flex; */
   
    width: 100%;
    /* margin: 0 1px; */
}
.gallery-tabbing .nav-tabs>li a {
	position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color: #fff;
	border-radius: 0;
	background: #96bd30!important;
	
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color: #fff;
	border-radius: 0;
	background: #96bd30!important;
	
}
.life_page .we_believe {

    padding: 70px 0 60px;
}
.nav-tabs>li.active>a:before,.nav-tabs>li:hover>a:before{
    content: '';
    border-top: 10px solid #96bd30;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.next-arrow{
	font-size: 26px;
	color: #535353;font-family: 'gothambook';
	float: right;
}
.next-arrow .arrow{
	padding-left: 10px;
}

.life_page .we_believe p{
	font-size: 19px;
}
.life_page .we_believe h1{
	font-size: 57px;
}


.links ul{
	    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	margin-top: 60px;
}
.links ul li{
	display: inline-block;
}
.links ul li a{
	font-size: 18px;
	color: #535353;
	font-family: 'gothambook';
}
.links ul li span{
		font-size: 18px;
	color: #535353;
	padding: 0 20px;
}
.links ul li a:hover,.links ul li.active a{
	color: #96bd30;
}
.life-footer-banner img{
	width: 100%;
	margin-top: 80px;
	float: left;
}
.mens-img {
    animation: movers 1.9s infinite alternate;
    position: absolute;
    right: 0;
    bottom: -30px;
}

@keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}


.vision_sec {
    overflow: hidden;
    padding-top: 250px;
}

.looking_sec .affiliate_col_left .collapse.in {
    display: inline;
}



.headphone {
    position: relative;top: 50px;
}
.headphone_img {
    position: absolute;
    right: 10px;
    top: -50px;
	animation: movers 1.2s infinite alternate;

}
.vactorimg {
    position: absolute;
    left: 50%; display: none;
    top: 50%;
    transform: translate(107%, -55%);
}

.vactorimg img {
    filter: drop-shadow(0px 0px 15px #ffffff);
	animation: glows 5s ease infinite;
}


@keyframes glows {
  0% {
    filter: drop-shadow(0px 0px 5px #4f9df9);
  }

  50% {
	filter: drop-shadow(0px 0px 25px #4f9df9);
  }

  100% {
	filter: drop-shadow(0px 0px 5px #4f9df9);  
  }
}



.bottom_arrow {
    position: absolute;
    bottom: -20px;
    right: 110px;
    width: 880px;
}
.tab-content {
    display: inline-block;
    width: 100%;
}


#nav .bottom_col p, #nav .bottom_col p strong {
    color: #4e4e4e;
}















/*This Code is Created By Ayush Bhargava*/

/*Performance Page Banner Animation Styling Starts From Here*/
.running_particles_all{
  position: absolute;
  width: 170px;
  height: 42px;
  right: 30pc;
  top: 40px;
}

.running_particles_all_2{
  position: absolute;
  width: 170px;
  height: 42px;
  right: 40pc;
  bottom: 120px;
}

.running_particles_all_3{
  position: absolute;
  width: 170px;
  height: 42px;
  right: 35pc;
  bottom: 250px;
}

.running_particles_all_4{
  position: absolute;
  width: 170px;
  height: 42px;
  right: 30pc;
  bottom: 400px;
}

  .running_particle{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #9e6257;
    animation: strikes 3.7s linear infinite
  }

   .running_particle_2{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #28384f;
    animation: strikes 3.7s linear infinite
  }

  .running_particle2{
    top: 11px;
    animation-delay: .3s;
  }

  .running_particle3{
    top: 24px;
    animation-delay: .6s;
  }

  .running_particle4{
    top: 30px;
    animation-delay: .9s;
  }

  .running_particle5{
    top: 44px;
    animation-delay: 1.2s;
  }
  .running_particle6{
    top: 55px;
    animation-delay: 1.5s;
  }

  .running_particle7{
    top: 70px;
    animation-delay: 1.8s;
  }

  .running_particle8{
    top: 77px;
    animation-delay: 2.1s;
  }

  .running_particle9{
    top: 92px;
    animation-delay: 2.4s;
}
  .running_particle10{
    top: 105px;
    animation-delay: 2.7s;
}
  .running_particle11{
    top: 115px;
    animation-delay: 3.0s;
  }
  .running_particle12{
    top: 141px;
    animation-delay: 3.3s;
  }
  .running_particle13{
    top: 151px;
    animation-delay: 3.6s;
  }

  .running_particle14{
    top: 171px;
    animation-delay: 3.9s;
  }

  @keyframes strikes{
  0%{
    left: 95px;
  }

  50%{
    width: 6px;
    height: 6px;
  }

  100%{
    height: 2px;
    width: 2px;
    left: -180px;
    opacity: 0;
  }
}

@keyframes fadeIn{
  from{
    opacity: 1
  }
  to{
    opacity: 0
  }
}
/*Performance Page Banner Animation Styling Ends Here*/

/*Advetisers Page Telephonic Animation Styling Ends Here*/

.anime_phone img{
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  margin-left: 27%;
  width: 30%;
  -webkit-animation: shake-lr 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
          animation: shake-lr 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
        }

          @-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

/*Advetisers Page Telephonic Animation Styling Ends Here*/

/*Advetisers Page Hand-Setting Animation Styling Starts From Here*/

.Img-pos{
  margin-top: 90px;
  display: flex;
}

.anime_rotate{
  width: 30%;
  height: 30%;
  margin-left: -240px;
  margin-top: 110px;
-webkit-animation: rotate-center 6.5s ease-in-out infinite both;
          animation: rotate-center 6.5s ease-in-out infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*Advetisers Page Hand-Setting Animation Styling Starts From Here*/

/*Testimonial Page Styling Starts From Here*/



/*Testimonial Page Styling Ends Here*/


#nav .left_col p {
    color: #5e5e5e;
}
#nav .right_col ul li a {
    color: #5e5e5e;
}
.app_icon {
    position: absolute;
    right: 12%;width: 290px;
    top: 26%;animation: movers 1.2s infinite alternate;
}

body.login_page {
   /* background-image: url(../img/Login_banner.jpg);*/
    background-size: cover;
}
.login_sec {
    background-image: none;
    padding-top: 190px;
}
.login_page .blck {
    display: block;
}
.login_page .white {
    display: none;
}

.login_page .menu span, .login_page .menu span::before, .login_page .menu span::after {
    background-color: #000;
}
.login_page .left_col p {
    color: #000000;
}
.login_page .right_col ul li a {
    color: #ffffff;
}

.login_sec .container  .login_form label {
  display: block;
  position: relative;
  margin: 20px 0px 25px;
}
.login_sec .container .login_form .label-txt {
    position: absolute;
    top: 0;
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #9a9a9a;
    transition: ease .3s;
}
.login_sec .container  .login_form .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
}
.login_sec .container .login_form .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #8f8f8f;
}
.login_sec .container  .login_form .line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #a1cb3a;
  transition: ease .6s;
}
.login_sec .container  .login_form .input:focus + .line-box .line {
  width: 100%;
}
.login_sec .container .login_form .label-active {
  top: -1.6em;
}
.login_sec .container .login_form button {
    display: inline-block;
    padding: 6px 28px;
    background: #000;
    font-weight: bold;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: 'gilroyextrabold';
}
.login_sec .container .login_form button:hover {
    background: #87af26;
    color: #fff;
}
.login_sec .container .login_form {
    display: inline-block;
    background: rgb(255 255 255 / 0.7);
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 0.4);
    padding: 18px 25px 20px;
    width: 430px;
}
.login_sec .container .login_form h2 {
    font-size: 29px;
    font-family: 'gothambold';
    color: #000;
}
.login_sec .container .login_form .bottom_btn {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.login_sec .container .login_form .bottom_btn span {
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 0 15px;
    color: #000;
}
.login_sec .container .login_form .bottom_btn span a {
    color: #000000;
}
.login_sec .container .login_form .bottom_btn span a:hover {
    color: #a5cd38;
}


.login_sec .container .login_form .contact_info p a {
    color: #515151;
}
.login_sec .container .login_form .contact_info p a:hover {
    color: #000000;
}




.login_sec .container .login_form .contact_info {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 60px 0 0;
}
.login_sec .container .login_form .contact_info p {
    color: #515151;
    font-size: 15.5px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 8px;
}
.login_sec .container .login_form .contact_info p strong {
    color: #000;
}




/*nitika (23-11-2020)*/

.contact-page .container h1{
	position: relative;float: left;
	width:100%;
	display: inline-block;
	text-transform: none!important;
	margin-top:5%;    line-height: 70px;
	font-size: 74px;
	
}
.contactus_top h1:before{
	position: absolute;
	left:-35px;
	top:0;
	content: "''";
	font-size: 90px;
	color: #fff;
	letter-spacing: -4px;
	

	
}
.contactus_top{
	background: #006582;
}
.contact-phn{
	float: left;
	width:100%;
}
.contact-phn img {
   
   
    width: 350px;
    animation: 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite normal both running shake-lr;
}

.contact-page .footer_sec .left_col p {
    color: #535353;
}
.contact-page .footer_sec .right_col ul li a {
    color: #535353;
}

/*.contact-form{
	float: right;
	max-width:473px;
	background: #fff;
	padding:35px 25px 50px;
	width:100%;
}
.contact-form h2{
	font-size: 26px;
	 font-family: 'gilroyextrabold';
	color:#878787;
	font-weight: 500;
	margin-bottom: 20px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
	border-bottom: 1px solid #efefef;font-family: 'gilroylight';
}
textarea.form-control{
	height: 60px!important;
}
.contact-form ::placeholder{
	color: #9a9a9a!important;font-size: 14px;font-family: 'gilroylight';
}

.contact-form .btn-default {
    color: #fff;
    background-color: #000;
    border: none;
    float: right;
    border-radius: 0;
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 5px;font-family: 'gilroyextrabold';
}
*/
.contactus_top .container span{
color:#fff;
	font-size: 18px;
	margin-top: 15px;
}
.address {
    display: flex;
    justify-content: space-between;    margin-bottom: 40px;
}

.individual-address {
    float: left;
    width: 34%;
    /* display: flex; */
    /* justify-content: space-between; */
}
.address-section{
	float: left;
	width:100%;
	margin-top: 60px;
}
.address-section h3 {
    font-size: 38px;
    font-family: 'gilroyextrabold';
    color: #606060;
    margin-bottom: 30px;
}

.address-section h4{
	font-size: 21px;
	color: #606060;
	
	border-bottom: 2px solid #006582;
	position: relative;
	margin-bottom: 60px; font-weight: 700;
	padding-bottom: 10px;font-family: 'gilroylight';
}
.contact-page .menu span, .contact-page .menu span::before, .contact-page .menu span::after {
    background-color: #fff;
}
.address-section h4:before {
    position: absolute;
    content: "-";
    right: 0;
    font-size: 34px;
    bottom: 0px;
}

.address-section h5 {
    writing-mode: tb-rl;
    font-size: 32px;
    color: #a6ce3a;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    transition: all .3s;
    transform: translate(-50%, 0) rotate(180deg);
   
    font-family: 'gilroylight';
    display: inline-block;
    float: left;
}
.text-address {
    padding-left: 40px;
}
.text-address p {
    padding-left: 35px;color: #606060; font-family: 'gilroylight'; font-size: 18px;line-height: 25px;
}
.text-address h6{
	font-size: 21px;
	color: #606060; font-family: 'gilroylight'; font-weight: 700;padding-left: 35px;    margin-bottom: 3px;
}

.contactus_top .login_form {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 0.4);
    padding:25px 25px 35px;
    max-width: 473px;
	width:100%;
	position: relative;
	float: right;
	margin-right: -15px;
}
.contactus_top .login_form:before {
    position: absolute;
    right: -76px;
    bottom: -42px;
    /*background: url(../img/form-dot.png) no-repeat;*/
    width: 433px;
    height: 70px;
    content: '';
}
.contactus_top .login_form label {
  display: block;
  position: relative;
  margin: 10px 0px 17px;
}
.contactus_top .login_form .label-txt {
    position: absolute;
    top: 0;
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #9a9a9a;
    transition: ease .3s;
}
.contactus_top .login_form .input {
    width: 100%;
    padding: 6px 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}
.contactus_top .login_form .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #efefef;
}
.contactus_top  .login_form .line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #a1cb3a;
  transition: ease .6s;
}
.contactus_top .login_form .input:focus + .line-box .line {
  width: 100%;
}
.contactus_top .login_form .label-active {
  top: -1.6em;
}
.contactus_top .login_form button {
    display: inline-block;
    padding: 6px 28px;
    background: #000;    float: right;
    font-weight: bold;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: 'gilroyextrabold';
}
.contactus_top .login_form button:hover {
    background: #87af26;
    color: #fff;
}
.contactus_top .login_form h2{
	font-size: 26px;
	 font-family: 'gilroyextrabold';
	color:#878787;
	font-weight: 500;
	margin-bottom: 12px;
}
.contact-page .left_col p {
    color: #ffffff;
}
.contact-page .right_col ul li a {
    color: #ffffff;
}
.contactus_top .container h1::first-letter {
    color: #ffffff;
}






/*Testimonial Page Styling Starts From Here*/

.testimonial {
    /*background-image: url("../img/testimonial-banner01.jpg");*/
}

.testimonial .container h1::first-letter {
    color: #ffffff;
}

.testimonial .container h1 > span {
  font-size: 70px;
  font-family: 'gilroyextrabold';
}

.gallery-tabbing .card-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 40px;
  }

.gallery-tabbing .inverted{
 position: absolute;
 align-self: flex-start;
  }

.gallery-tabbing .inverted-2{
 position: absolute;
 align-self: flex-end;
 margin-left: 19%;
  }

.gallery-tabbing .inverted-2 img{
  width: 100px;
  opacity: 0.4;
  transform: scaleX(-1);
  }

.gallery-tabbing .inverted img{
  width: 100px;
  opacity: 0.4;
  }

.gallery-tabbing .card-2 .inverted{
  position: absolute;
  align-self: flex-start;
  margin-right: 19%; 
  }

.gallery-tabbing .card-row{
  display: flex;
  flex: 0 50%;
  margin: 0px auto 10px auto;
  }


.gallery-tabbing .card{
  max-width: 600px;
  height: 300px;
  background-color: #f8f8f8;
  display: flex;
  margin: 20px;
  }

  .gallery-tabbing .card-2{
  max-width: 600px;
  height: 300px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row-reverse;
  margin: 20px;
  }

  .gallery-tabbing .card-2 .card-img-box{
  width: 250px;
  height: 300px;
  background-color: #a6ce3a;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  }

.gallery-tabbing .card-img-box{
  width: 250px;
  height: 300px;
  background-color: #a6ce3a;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.5);
  }

.gallery-tabbing .card-img-inner-box{
  background-color: #fff;
  width: 210px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-tabbing .card-img-inner-box img{
  width: 190px;
  height: 240px;
}

.gallery-tabbing .card-2 .card-img-inner-box img{
  transform: scaleX(-1);
}

.gallery-tabbing .card-border{
    width: 350px;
    height: 280px;
    margin: 10px;
    padding: 10px;
    border: 1.5px solid #000;
  }

.gallery-tabbing .card-content h4{
    font-size: 18px;
    margin-top: 40px;
    color: #a6ce3a;
    font-family: "gilroyextrabold";
  }

.gallery-tabbing .card-content h5{
    font-size: 14px;
    margin-top: 5px;
    font-family: "gothambook";
  }

.gallery-tabbing .card-content h6{
    font-size: 12px;
    margin-top: 5px;
  }

.gallery-tabbing .card-content .card-hr{
    width: 90px;
    height: 2px;
    background-color: #a6ce3a;
    margin: 10px auto;
  }

 .gallery-tabbing .card-content p{
    font-size: 11px;
    margin-top: 15px;
    font-family: "gothambook";
  }
.testimonial_sec .nav{
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
}
.testimonial_sec .nav-tabs> li >  a{
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.testimonial_sec .arrow-align{
  display: flex;
  justify-content: center;
}

.testimonial_sec .arrow-align .next-arrow{
  margin-top: 40px;
  font-size: 20px;
}

.testimonial_sec .arrow-align .next-arrow .arrow img{
  width: 24px;
}
.testimonial_sec .gallary_sec {
    padding: 0;
}
.testimonial_sec {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0;
}
/*Testimonial Page Styling Ends Here*/







.ecommerce_sec {
    background: #ffd54f;
    overflow: hidden;
}
.ecommerce_sec .left_col p {
    color: #000;
}
.ecommerce_page .bottom_col ul li a {
  color: #000000;
}
.ecommerce_page .bottom_col .container p, .ecommerce_page .bottom_col .container p strong {
    color: #000000;
}
.ecommerce_page .right_col ul li a {
  color: #000000;
}
.ecommerce_page .menu span, .ecommerce_page .menu span::before, .ecommerce_page .menu span::after {
    background-color: #000000;
}

.ecommerce-img {
    animation: movers 1.2s infinite alternate;
    position: absolute;
    left: 46%;
    top: 5%;
    transform: translate(-50%, -50%);
}
.ecommerce_page .white {
    display: none;
}
.ecommerce_page .blck {
    display: block;
}
.ecommerce_sec .container span {
    color: #000;
}

.ecommerce_sec .container h1::first-letter {
    color: #000;
}
.ecommerce_sec .container h1 strong {
    color: #607a09;
    margin-left: 0px;
}
.ecommerce_sec .container h1 {
    color: rgb(0, 0, 0);
    font-size: 97px;
    line-height: 80px;
    margin: 13px 0 20px -5px;
}
.ecommerce_sec .container h3 {
    font-size: 29px;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px;
    font-family: 'gilroylight';
}
.ecommerce_sec .container p {
    color: #3e3e3e;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: gilroylight;
    max-width: 590px;
}
.ecommerce_sec .container {
    position: relative;
}

.ecommerce_page .we_believe h3 {
    font-size: 29px;
    font-weight: bold;
    color: #5f5f5f;
    font-family: gilroylight;
    margin: 8px 0 0;
}

.ecommerce_page .beyond_sec {
    /*background-image: url("../img/ecommerce_img2.jpg");*/
	background-position: center;
}
.ecommerce_page .sme_sec {
    padding: 100px 0px 100px;
}
.ecommerce_page .right_sme {
    left: 20px;
}

.ecommerce_page .sme_sec .right_sme h1 {
    margin: 50px 0px 5px;
}
.ecommerce_page .sme_sec .right_sme h3 {
    font-size: 27px;
    color: #535353;
    font-family: gilroylight;
    font-weight: bold;
    margin: 0 0 60px;
}
.ecommerce_page .sme_sec .right_sme h3 span{
    color: #a5ce3a;
}
.ecommerce_page .sme_sec .right_sme p {
    line-height: 40px;
}
.main_nav {
    margin: 0 auto;
    max-width: 1170px;
}

.counter_row {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
}



.lead_generation_sec {
    /*background-image: url("../img/lead-generation-banner.jpg");*/
}
.lead_generation_sec .container span {
    color: #fff;
}
.lead_generation_sec .container h1 {
    color: #fff;font-size: 97px;
    line-height: 80px;
    margin: 13px 0px 20px -5px;
}
.lead_generation_sec .container h1::first-letter {
    color: #fff;
}
.lead_generation_sec .container h1 strong {
    color: #a6ce3a;
}
.lead_generation_sec .container h3 {
    font-size: 53px;
    color: #fff;
    font-family: gilroyextrabold;
}
.lead_generation_sec .container p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: gilroylight;
    max-width: 590px;
    font-weight: 300;
    margin: 20px 0 0;
}

.lead_generation_page .left_col p {
    color: #ffffff;
}


.lead_generation_page .right_col ul li a {
    color: #ffffff;
}

.lead_generation_page .sme_sec .right_sme h1 {
    margin: 140px 0px 10px;
}

.lead_generation_page .sme_sec .right_sme h3 {
    font-weight: bold;
    margin: 0 0 40px;
}
.lead_generation_page .sme_sec .right_sme p {
    line-height: 44px;
}

.lead_generation_page .beyond_sec {
    /*background-image: url("../img/lead-generation-img2.jpg");*/
}


.qualified_sec {
    width: 100%;
    display: inline-block;
    padding: 110px 0 30px;
}
.qualified_sec .container {
    max-width: 1320px;
}
.qualified_sec .qualified_right h3 {
    font-size: 25px;
    color: #535353;
    font-family: 'gothambold';
    margin: 0 0 10px;
}
.qualified_sec p {
    font-size: 22px;
    margin: 0 0 40px;
    color: #535353;
    font-weight: 600;
}
.qualified_sec .qualified_player {
    position: relative;
}
.qualified_sec .qualified_player .football {
    position: absolute;
    left: 46px;
    top: -50px;animation: mover 1s infinite alternate;
}
.qualified_left {
    margin-top: 70px;
}
.qualified_bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0;
}


.lead_generation_page .footer_sec .right_col ul li a {
    color: #535353;
}
.lead_generation_page .footer_sec .left_col p {
    color: #535353;
}




.panel-grid {
    margin-bottom: 0 !important;
}


.about_page .beyond_sec {
    align-items: center !important;
}

.beyond_sec .beyond_text_call {
    margin: 0 auto;
    max-width: 1400px;
}

.bottom_structure {
    margin-top: 10px;
}

.structure_sec ul {
    margin-bottom: 70px;
}

#sme_section {
    margin: 0 auto;
    max-width: 1190px;
}
.so-panel {
    margin-bottom: 0 !important;
}
.ecommerce_page .beyond_sec {
    background-position: center !important;
    background-size: cover !important;
}
.advertiser_page .beyond_sec {
    background-size: cover !important;
}
.sme_sec .right_sme .accordian_row h4 a {
    color: #fff !important;
}
 
.about_page .footer_sec .bottom_col ul li a{
    color: #535353;
}
.offer_sec {
    padding: 90px 0px 70px;
}
.publisher_page .beyond_sec {
    background-size: cover !important;
}


/*Offer page css*/

.hasoffer_page .about_top {
    background-image: url("http://vcim.net/vcom20/wp-content/uploads/2021/02/offer_bg.jpg");height: 75vh;
}
.hasoffer_page .about_top .has_row {
    position: relative;
    left: 32%;
    display: inline-block;
}
.hasoffer_page .about_top .has_row .offer_ribbon {
    position: absolute;
    left: -40px;
    top: -38px;
}
.hasoffer_page .about_top .has_row h1 {
    font-size: 60px;
} 

.hasoffer_page .about_top .has_row span {
    margin-top: 120px;
}

.has_offer_section {
    width: 100%;
    display: inline-block;
    padding: 50px 0 50px;
    background: #f5f8fd;
}
.has_offer_section .sort_row {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}
.has_offer_section .sort_row .form-group label {
    margin-right: 5px;
}
.has_offer_section .sort_row .form-group select {
  color: #737373;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}
.has_offer_section .sort_row .search_col {
    margin-left: 5px;
    position: relative;
}

.has_offer_section .sort_row .search_col .search_icon {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.main_offer_row {
    display: flex;
    width: 100%;
    padding: 30px 0 0px;
    justify-content: center;
    flex-wrap: wrap;}

.main_offer_row .offer_col {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgb(59 66 72 / 20%);
    background: #fff;
    border: 1px solid #e2e6e8;
    display: inline-block;
    width: 100%;
}

.main_offer_row .col-sm-4 {
    padding: 0;
    width: 31%;
    margin: 10px 1% 10px;
}
.main_offer_row .offer_col h2 {
    font-size: 16px;
    height: 40px;
    font-family: 'gothambook';    text-align: left;
    margin: 0px 0 11px;

}


 .has_offer_section #load {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size: 22px;
}

.main_offer_row .offer_col .offer_img {
    width: 100px;
    height: 50px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 5px;
}

.main_offer_row .offer_col .offer_detail {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}
.main_offer_row .offer_col ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 13px;
}
.main_offer_row .offer_col ul li p {
    font-weight: 700;
    color: #565656;
    width: 50%;
}
.main_offer_row .offer_col ul li p strong {
    font-weight: 800;
    color: #191919;
    font-family: 'gothambold';
}
.main_offer_row .offer_col .offer_detail .btn-default {
    border: 1px solid #a6ce3a;
    border-radius: 0;
    background: #fff;
    color: #a6ce3a !important;
    font-family: 'gothambold';
    font-size: 16px;
    padding: 6px 22px;
}

.main_offer_row .offer_col .offer_detail .btn-default:hover {
     background: #a6ce3a;
    color: #fff !important;
}
.has_offer_section .container {
    max-width: 1180px;
}

.main_offer_row .offer_col ul li p strong {
    font-weight: 500;
    font-family: 'gothambook';
}
.main_offer_row .offer_col h2 {
    text-align: center;
	margin: 0px 0 5px;
}
.main_offer_row .offer_col .offer_detail .btn-default {
    margin: -60px 0 0 -114px;
    font-size: 12px;
}
.main_offer_row .offer_col {
    padding: 20px 20px 12px;
}

.hasoffer_page .about_top .has_row h1::first-letter {
    color: #ffffff;
}


#nav ul.main li a {
    color: #4e4e4e !important;
}
#nav ul.main li a:hover {
    color: #a5ce3a !important;
}
#nav ul.main li.active a {
    color: #a5ce3a !important;
}
#nav ul.main li.current-menu-item a {
    color: #a5ce3a !important;
}

