@font-face {
    font-family: 'gilroyextrabold';
    src: url(../../../themes/vcommission/fonts/gilroy-extrabold-webfont.woff2) format('woff2'), url(//www.vcommission.com/wp-content/themes/vcommission/fonts/gilroy-extrabold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroylight';
    src: url(../../../themes/vcommission/fonts/gilroy-light-webfont.woff2) format('woff2'), url(//www.vcommission.com/wp-content/themes/vcommission/fonts/gilroy-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url(../../../themes/vcommission/fonts/gothambold-webfont.woff2) format('woff2'), url(//www.vcommission.com/wp-content/themes/vcommission/gothambold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url(../../../themes/vcommission/fonts/gothambook-webfont.woff2) format('woff2'), url(//www.vcommission.com/wp-content/themes/vcommission/gothambook-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url(../../../themes/vcommission/fonts/gothamlight-webfont.woff2) format('woff2'), url(//www.vcommission.com/wp-content/themes/vcommission/gothamlight-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'gothamlight';
    overflow-x: hidden;
    background: #f5efe0;
    letter-spacing: -0.015em;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

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,
.faux-heading {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
    margin: 3.5rem 0 2rem;
}

p {
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
}

.widget li {
    margin: 2rem 0 0 0;
}

ul {
    list-style: none;
}

a {
    color: #0085d3;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.container {
    max-width: 1190px;
    width: 100%;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

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-size: cover;
    background: #fafafa;
}

.s2 {
    background-size: cover;
}

.s3 {
    background-size: cover;
}

.s4 {
    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: #01B8FE;
}

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: #01B8FE;
}

.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: #01B8FE;
    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: 16px;
    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 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.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: #01B8FE;
    font-family: gilroyextrabold;
    margin: 8px 0px 22px;
    letter-spacing: normal;
    text-transform: inherit;
    font-weight: inherit;
}

.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 {
    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: #01B8FE;
}

#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 {
    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: #01B8FE;
}

.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: #01B8FE;
    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: 100%;
    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 {}

.section.s7 {
    background: #01B8FE;
}

/* .s7 .contact_sec .right_sec {
    margin-top: -45px;
} */

.right_sec label {
    display: block;
    position: relative;
    margin: 20px 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: 50px;
    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: #01B8FE;
    margin: -3px 0 0 -6px;
}

div#fullpage {
    transition: transform 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}

body.about_page {
    overflow-y: scroll;
}

.about_top {
    background-size: cover;
    height: 100vh;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 200px;
    background-position: right top;
}

.performance_sec {
    background-position: right bottom;
    padding-top: 250px;
}

.vision_sec {
    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: #01B8FE;
    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-size: cover;
    display: inline-block;
    width: 100%;
    position: relative;
}

#progressBar {
    background-color: #01B8FE;
    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-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 30px 0;
    background-attachment: fixed;
}

.performance_page .beyond_sec {
    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 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.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: #01B8FE;
}

.footer_sec .bottom_col p,
.footer_sec .bottom_col p strong {
    color: #323232;
}

.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) {
    -webkit-animation: angle 10s steps(5) 0s infinite;
}

.rotate .angle:nth-child(1) .size {
    -webkit-animation: size 10s steps(5) 0s infinite;
}

.rotate .angle:nth-child(1) .particle {
    -webkit-animation: particle 6s linear infinite alternate;
}

.rotate .angle:nth-child(1) .position {
    -webkit-animation: position 2s linear 0s infinite;
}

.rotate .angle:nth-child(2) {
    -webkit-animation: angle 4.95s steps(3) -1.65s infinite;
}

.rotate .angle:nth-child(2) .size {
    -webkit-animation: size 4.95s steps(3) -1.65s infinite alternate;
}

.rotate .angle:nth-child(2) .particle {
    -webkit-animation: particle 4.95s linear -3.3s infinite alternate;
}

.rotate .angle:nth-child(2) .position {
    -webkit-animation: position 1.65s linear 0s infinite;
}

.rotate .angle:nth-child(3) {
    -webkit-animation: angle 13.76s steps(8) -6.88s infinite;
}

.rotate .angle:nth-child(3) .size {
    -webkit-animation: size 6.88s steps(4) -5.16s infinite alternate;
}

.rotate .angle:nth-child(3) .particle {
    -webkit-animation: particle 5.16s linear -1.72 infinite alternate;
}

.rotate .angle:nth-child(3) .position {
    -webkit-animation: position 1.72s linear 0s infinite;
}

.rotate .angle:nth-child(5) .position {
    -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-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-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 {}

.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(../../../../../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(../../../../../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-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-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-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-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;
}

.life_top {
    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 {
    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;
    width: 100%;
}

.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;
}

.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
    }
}

.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);
    }
}

.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);
    }
}

#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-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: #01B8FE;
    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;
}

.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;
}

.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%;
}

.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;
    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: #01B8FE;
    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 {}

.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;
}

.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-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 {}

.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 {}

.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;
}

.hasoffer_page .about_top {
    background-image: url(../../../../../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 20px;
}

.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;
}

.privacy-policy .panel-layout {
    padding-top: 140px;
}

.sow-image-container img {
    width: 100%;
}

.privacy-policy .panel-layout h2 {
    font-size: 20px;
    color: #535353;
    font-family: 'gothambold';
    margin: 0 0 7px;
}

.privacy-policy .panel-layout p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 16px;
    font-family: 'gothambook';
}

.privacy-policy .panel-layout ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 6px;
    font-family: 'gothambook';
}

.privacy-policy .panel-layout ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0 0 10px;
}

.privacy-policy .panel-layout ol {
    padding: 0 0 8px 15px;
}

.privacy-policy .panel-layout ol li {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 6px;
    font-family: 'gothambook';
}

.privacy-policy .panel-layout h1.entry-title {
    margin: 0 0 30px;
}

.fp-tableCell .owl-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translate(-0%, -50%);
    z-index: 99;
    width: 40px;
    height: 40px;
    border: solid 1px #01B8FE !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.fp-tableCell .owl-carousel .owl-nav button:focus {
    outline: none !important;
    color: transparent !important;
    text-decoration: none !important;
}

.fp-tableCell .owl-carousel .owl-nav button:hover {
    text-decoration: none !important;
}

.fp-tableCell .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.fp-tableCell .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.fp-tableCell .owl-carousel .owl-nav button span {
    color: #01B8FE !important;
    font-size: 40px !important;
    line-height: 40px !important;
    position: relative !important;
    top: -3px !important;
    font-weight: 400 !important;
}

h1,
.heading-size-1 {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.138888889;
}

#pgc-367-0-0,
#pgc-367-1-0,
#pgc-367-2-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-367-0,
#pg-367-1,
#pl-367 .so-panel {
    margin-bottom: 30px
}

#pl-367 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-367-0>.panel-row-style {
    background-image: url(../../../uploads/2020/12/vision_bg.jpg);
    background-position: center center;
    background-size: cover
}

#pg-367-0.panel-has-style>.panel-row-style,
#pg-367-0.panel-no-style,
#pg-367-1.panel-has-style>.panel-row-style,
#pg-367-1.panel-no-style,
#pg-367-2.panel-has-style>.panel-row-style,
#pg-367-2.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-367-1-0 {
    align-self: auto
}

#panel-367-2-0-2>.panel-widget-style {
    background-image: url(https://www.vcommission.com/wp-content/uploads/2020/12/vision_img2.jpg);
    background-repeat: repeat
}

@media (max-width:780px) {

    #pg-367-0.panel-no-style,
    #pg-367-0.panel-has-style>.panel-row-style,
    #pg-367-0,
    #pg-367-1.panel-no-style,
    #pg-367-1.panel-has-style>.panel-row-style,
    #pg-367-1,
    #pg-367-2.panel-no-style,
    #pg-367-2.panel-has-style>.panel-row-style,
    #pg-367-2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-367-0>.panel-grid-cell,
    #pg-367-0>.panel-row-style>.panel-grid-cell,
    #pg-367-1>.panel-grid-cell,
    #pg-367-1>.panel-row-style>.panel-grid-cell,
    #pg-367-2>.panel-grid-cell,
    #pg-367-2>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pl-367 .panel-grid-cell {
        padding: 0
    }

    #pl-367 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-367 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}

#pgc-430-0-0,
#pgc-430-1-0,
#pgc-430-2-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-430-0,
#pg-430-1,
#pl-430 .so-panel {
    margin-bottom: 30px
}

#pl-430 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-430-0>.panel-row-style {
    background-image: url(../../../uploads/2020/12/publisher_banner.jpg);
    background-position: center center;
    background-size: cover
}

#pg-430-0.panel-has-style>.panel-row-style,
#pg-430-0.panel-no-style,
#pg-430-1.panel-has-style>.panel-row-style,
#pg-430-1.panel-no-style,
#pg-430-2.panel-has-style>.panel-row-style,
#pg-430-2.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width:780px) {

    #pg-430-0.panel-no-style,
    #pg-430-0.panel-has-style>.panel-row-style,
    #pg-430-0,
    #pg-430-1.panel-no-style,
    #pg-430-1.panel-has-style>.panel-row-style,
    #pg-430-1,
    #pg-430-2.panel-no-style,
    #pg-430-2.panel-has-style>.panel-row-style,
    #pg-430-2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-430-0>.panel-grid-cell,
    #pg-430-0>.panel-row-style>.panel-grid-cell,
    #pg-430-1>.panel-grid-cell,
    #pg-430-1>.panel-row-style>.panel-grid-cell,
    #pg-430-2>.panel-grid-cell,
    #pg-430-2>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pl-430 .panel-grid-cell {
        padding: 0
    }

    #pl-430 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-430 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}

#pgc-3540-0-0,
#pgc-3540-1-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-3540-0,
#pl-3540 .so-panel {
    margin-bottom: 30px
}

#pl-3540 .so-panel:last-of-type {
    margin-bottom: 0px
}

#pg-3540-0>.panel-row-style {
    background-image: url(../../../uploads/2021/02/partner_banner.jpg);
    background-position: center center;
    background-size: cover
}

#pg-3540-0.panel-has-style>.panel-row-style,
#pg-3540-0.panel-no-style,
#pg-3540-1.panel-has-style>.panel-row-style,
#pg-3540-1.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width:780px) {

    #pg-3540-0.panel-no-style,
    #pg-3540-0.panel-has-style>.panel-row-style,
    #pg-3540-0,
    #pg-3540-1.panel-no-style,
    #pg-3540-1.panel-has-style>.panel-row-style,
    #pg-3540-1 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-3540-0>.panel-grid-cell,
    #pg-3540-0>.panel-row-style>.panel-grid-cell,
    #pg-3540-1>.panel-grid-cell,
    #pg-3540-1>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pl-3540 .panel-grid-cell {
        padding: 0
    }

    #pl-3540 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-3540 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0px
    }
}

.unique_col img {
    margin: auto;
}

.sme_sec.panel-row-style.panel-row-style-for-1818-3,
.sme_sec.panel-widget-style {
    background: #fff;
}

.partner_row .partner_thumb img {
    margin: auto;
}

.zs-lp .hoz-q-img {
    height: 110px !important;
}

.bookflx_in_text {
    font-size: 20px;
    text-align: center;
}

.wpwax-lsu-ultimate.wpwax-lsu-grid .wpwax-lsu-content {
    padding-top: 61px;
}

.clients_section {
    margin-top: -20px !important;
}

.wpwax-lsu-ultimate.wpwax-lsu-grid .wpwax-lsu-item .wpwax-lsu-item-inner {
    min-height: 104px !important;
}

.blog_listing .date {
    display: none !important;
}

.cat-item-10 {
    display: none !important;
}

.widget-content .cat-item-10 {
    display: none;
}

.myhdfcbank .footer_sec .left_col {
    position: fixed !important;
}

.myhdfcbank .footer_sec .right_col {
    position: fixed !important;
    top: 57% !important;
}

.blog-feature {
    background-image: url(../../../../../vcommission.com/wp-content/uploads/2021/12/blog-banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    height: 100vh;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: -32px;
}

.m-t-100 {
    margin-top: 100px
}

.blog_listing a {
    color: black !important;
    color: #0000FF !important;
    font-size: 20px;
}

.blog_listing .marker li {
    list-style: disc;
}

.page-id-4614 a {
    color: #000000 !important;
}

.page-id-4614 .icici_lp {
    height: auto;
    text-align: right;
}

.page-id-4614 #footer {
    display: none !important;
}

.page-id-4614 header.header {
    position: absolute;
}

.page-id-4614 img.white {
    display: block;
}

.page-id-4614 img.blck {
    display: none;
}

.page-id-4614 .menu span {
    background-color: #ffffff;
}

.page-id-4614 .menu span::after {
    background-color: #ffffff;
}

.page-id-4610 a {
    color: #000000 !important;
}

.page-id-4610 .icici_lp {
    height: auto;
    text-align: right;
}

.page-id-4610 #footer {
    display: none !important;
}

.page-id-4610 header.header {
    position: absolute;
}

.page-id-4610 img.white {
    display: block;
}

.page-id-4610 img.blck {
    display: none;
}

.page-id-4610 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4610 .menu span::after {
    background-color: #ffffff;
}

.page-id-4562 .icici_lp {
    height: auto;
    text-align: right;
}

.page-id-4562 a {
    color: #000000 !important;
}

.page-id-4562 #footer {
    display: none !important;
}

.page-id-4562 header.header {
    position: absolute;
}

.page-id-4562 img.white {
    display: block;
}

.page-id-4562 img.blck {
    display: none;
}

.page-id-4562 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4562 .menu span::after {
    background-color: #ffffff;
}

.page-id-4562 a {
    color: #000000 !important;
}

.page-id-4562 .icici_lp {
    height: auto;
    text-align: right;
}

.page-id-4562 #footer {
    display: none !important;
}

.page-id-4562 .header-footer-group {
    display: none !important;
}

.page-id-4562 header.header {
    position: absolute;
}

.page-id-4562 img.white {
    display: block;
}

.page-id-4562 img.blck {
    display: none;
}

.page-id-4562 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4562 .menu span::after {
    background-color: #ffffff;
}

.page-id-4531 a {
    color: #000000 !important;
}

.page-id-4531 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.icici h2 {
    font-size: 37px;
    font-family: 'gilroyextrabold';
    color: #606060;
    margin-bottom: 30px;
}

.page-id-4531 #footer {
    display: none;
}

.page-id-4531 header.header {
    position: absolute;
}

.page-id-4531 li {
    color: #000000;
    font-size: 18px;
}

.page-id-4531 img.white {
    display: block;
}

.page-id-4531 img.blck {
    display: none;
}

.page-id-4531 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4531 .menu span::after {
    background-color: #ffffff;
}

.page-id-4531 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.icici ul li {
    font-size: 18px;
    padding: 0 0 10px;
    text-align: justify;
}

.icici ul {
    list-style: disc;
    padding-left: 24px;
}

.icici p {
    font-size: 20px;
    padding: 0 0px 10px 0px;
    text-align: justify;
    font-weight: bold;
}

.page-id-4386 li {
    color: #000000;
}

.page-id-4436 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.page-id-4436 table {
    width: 100%;
}

.page-id-4436 #footer {
    display: none;
}

.page-id-4436 header.header {
    position: absolute;
}

.page-id-4436 li {
    color: #000000;
}

.page-id-4436 img.white {
    display: block;
}

.page-id-4436 img.blck {
    display: none;
}

.page-id-4436 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4436 .menu span::after {
    background-color: #ffffff;
}

.page-id-4436 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

#pg-4386-1 {
    padding-top: 10px;
}

.page-id-4386 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.page-id-4386 .icici-1 {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.page-id-4386 #footer {
    display: none;
}

.page-id-4386 header.header {
    position: absolute;
}

.icici .col-sm-8 h2 {
    font-size: 37px;
    font-family: 'gilroyextrabold';
    color: #606060;
    margin-bottom: 30px;
}

.icici .col-sm-8 ul li {
    font-size: 17px;
    padding: 0 0 10px;
    text-align: justify;
}

.icici .col-sm-8 ul {
    list-style: disc;
    padding-left: 24px;
}

.icici .col-sm-8 p {
    font-size: 16px;
    padding: 0 0px 10px 0px;
    text-align: justify;
}

.page-id-4386 li {
    color: #000000;
}

.page-id-4386 img.white {
    display: block;
}

.page-id-4386 img.blck {
    display: none;
}

.page-id-4386 .menu span {
    background-color: #ffffff;
    ;
}

.page-id-4386 .menu span::after {
    background-color: #ffffff;
}

@media (min-width: 360px) and (max-width: 479px) {
    .owl-carousel .item .col-sm-4 .team_col .team_img {
        height: 454px !important;
        margin: 0 auto;
    }

    .wpwax-lsu-ultimate.wpwax-lsu-grid .wpwax-lsu-content {
        padding-top: 0px !important;
    }
}

#fullpage .section .container h1 {
    font-size: 50px !important;
}

.wpwax-lsu-ultimate.wpwax-lsu-grid.wpwax-lsu-grid-theme-3 .wpwax-lsu-item .wpwax-lsu-item-inner {
    padding-top: 8px !important;
}

.bg-white7 #fullpage .section .container .left_sec p br {
    display: block;
}

.partner_row .col-sm-3 {
    margin-bottom: 30px;
}

.partner_row {
    width: 100%;
    display: flex;
    margin: 90px 0 0;
    position: relative;
    left: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.partner_row .partner_thumb {
    box-shadow: 0 0 18px rgb(0 0 0 / 22%);
    border-radius: 4px;
    text-align: center;
}

.publisher_terms .we_believe ul {
    list-style: disc;
    padding-left: 17px;
    margin: 12px 0 0;
}

.publisher_terms .we_believe ul li {
    font-size: 16px;
    color: #535353;
    font-weight: bold;
    margin: 10px 0;
}

.publisher_terms .we_believe p {
    font-size: 18px;
    margin: 27px 0 0;
    line-height: 32px;
}

.publisher_terms .we_believe h1 {
    margin-bottom: 10px;
}

.counter_sec .counter_thumb h3.counter_m::before {
    position: absolute;
    content: "M";
    right: -64px;
}

.life_page .gallery-tabbing .card-content h4 {
    font-family: 'gothambook';
}

.counter_sec .counter_thumb h3.counter_b::before {
    position: absolute;
    content: "B";
    right: -46px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #92ad00;
    border-color: #748807 !important;
}

.no_years {
    display: flex;
    align-items: center;
}

.counter_sec .counter_thumb h3.counter_b::after {
    position: absolute;
    content: "$";
    left: -42px;
}

.counter_sec .counter_thumb h3.counter_ksplus::after {
    position: absolute;
    content: "+";
    right: -77px;
}

.copyscape_home {
    display: none;
}

.counter_sec .counter_thumb h3.counter_b {
    position: relative;
    left: 30px;
}

dl.gallery-item img {
    max-width: 100%;
    filter: brightness(0) contrast(60%);
    border-radius: 5px;
    border: 0px !important;
}

a:focus {
    outline: none !important;
}

.right_col ul li a {
    border: none !important;
}

.life_page .bwg-title1:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: url(../../../../../vcommission.com/wp-content/uploads/2021/01/gallerysearch-icon.png);
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
}

.life_page .bwg-title2 {
    display: none;
}

#fullpage .section .container .left_sec p {
    margin: 25px 0px 12px;
}

.left_col p {
    font-weight: normal;
}

.left_col p {
    font-weight: normal;
}

.right_col ul li {
    font-weight: normal;
}

dl.gallery-item img:hover {
    filter: inherit;
    background: #fff;
}

.right_sec input[type="submit"] {
    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';
}

#alc_style16 .alc_item {
    padding: 10px 10px !important;
    min-height: auto !important;
}

.bg-white .bottom_col p a {
    color: #5e5e5e !important;
}

.bg-white2 .bottom_col p a {
    color: #ffffff !important;
}

.bg-white3 .bottom_col p a {
    color: #ffffff !important;
}

.bg-white4 .bottom_col p a {
    color: #363636 !important;
}

.bg-white5 .bottom_col p a {
    color: #5e5e5e !important;
}

.bg-white6 .bottom_col p a {
    color: #5e5e5e !important;
}

.bg-white7 .bottom_col p a {
    color: rgb(50, 50, 50) !important;
}

.about_page .bottom_col p,
.about_page .bottom_col p strong,
.about_page .bottom_col p a {
    color: #fff !important;
}

.ecommerce_page .bottom_col p,
.ecommerce_page .bottom_col p strong,
.ecommerce_page .bottom_col p a {
    color: #000 !important;
    font-family: gothambold;
}

.bg-white .bottom_col p strong {
    color: #000;
}

.bg-white5 .bottom_col p strong {
    color: rgb(0, 0, 0);
}

.bg-white6 .bottom_col p strong,
.bg-white7 .bottom_col p strong {
    color: rgb(0, 0, 0);
}

.structure_img h3 {
    font-size: 66px;
}

.life_page .about_top {
    padding-top: 250px;
}

.life_page .about_top .container h1::first-letter {
    color: #ffffff;
}

body.bg-white3 .left_col p,
body.bg-white3 .bottom_col ul li a {
    color: #b1b1b1;
}

.bg-white3 .bottom_col p a {
    color: #b1b1b1 !important;
}

.bg-white3 .menu span,
.bg-white3 .menu span::before,
.bg-white3 .menu span::after {
    background-color: #b1b1b1;
}

.about_page #nav .bottom_col p,
.about_page #nav .bottom_col p strong,
.about_page #nav .bottom_col p a {
    color: #4f4f4f !important;
}

.about_page .bottom_col p,
.about_page .bottom_col p strong,
.about_page .bottom_col p a {
    color: #5e5e5e !important;
}

.image_sec img {
    height: auto;
}

.owl-carousel .owl-item .partner_logo img {
    margin: 0 auto;
}

.testimonial .container h1>span {
    text-transform: inherit;
}

.bottom_btn [type="submit"] {
    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';
}

.bottom_btn [type="submit"]:hover {
    background: #87af26;
}

.payment .white {
    display: none;
}

.payment .blck {
    display: block;
}

.payment .menu span,
.payment .menu span::before,
.payment .menu span::after {
    background-color: #000;
}

.payment .left_col p {
    color: #3c3c3c;
}

.payment .right_col ul li a {
    color: #3c3c3c;
}

.payment .bottom_col ul li a {
    color: #3c3c3c;
}

.payment .bottom_col p,
.payment .bottom_col p strong,
.payment .bottom_col p a {
    color: #ffffff !important;
    text-shadow: 0px 0px 6px black;
}

.payment .about_top .container span {
    color: #000000;
}

.payment .about_top .container h1 {
    color: #535353;
    font-size: 70px;
    text-transform: uppercase;
}

.payment .about_top .container h1 span {
    color: #83b94d;
    font-size: 70px;
    font-family: 'gilroyextrabold';
}

.payment .about_top .container h1::first-letter {
    color: #535353;
}

.payment .about_top {
    padding-top: 250px;
}

.payment .footer_sec .bottom_col p,
.payment .footer_sec .bottom_col p strong,
.payment .footer_sec .bottom_col p a {
    color: #545454 !important;
    text-shadow: none;
}

.payment .resp-vtabs ul.vresp-tabs-list {
    width: 260px;
    margin-right: 20px;
}

.payment .resp-vtabs .vresp-tabs-list li {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.payment .resp-vtabs li.vresp-tab-active {
    margin-right: 0;
    border: none;
    background: #a0d027;
}

.payment .tab_set1 .vresp-tab-item:hover {
    background-color: #a0d027;
    border: 0 !important;
    padding: 15px 15px;
}

.payment .we_believe .resp-vtabs .vresp-tab-content>p {
    font-size: 24px;
    color: #a6ce3a;
    margin: 0 0 20px;
}

.payment .resp-vtabs .vresp-tabs-container {
    background: none !important;
    padding-left: 30px;
}

.payment .tab_set1 .vresp-tab-content-active {
    background-color: transparent;
}

.payment .resp-vtabs .vresp-tab-content ol {
    margin: 0;
    padding: 0 0 0 19px;
}

.payment .resp-vtabs .vresp-tab-content ol li {
    font-size: 19px;
    color: #767676;
    font-family: 'gothambook';
    margin: 0 0 18px;
}

.payment .resp-vtabs .vresp-tab-content ul li {
    font-size: 19px;
    color: #767676;
    font-family: 'gothambook';
    margin: 0 0 18px;
}

.payment .we_believe {
    padding: 80px 0 70px;
}

.faqs .about_top .left_col p {
    color: #ffffff;
}

.faqs .menu span,
.faqs .menu span::before,
.faqs .menu span::after {
    background-color: #ffffff;
}

.faqs .about_top .right_col ul li a {
    color: #ffffff;
}

.faqs .about_top .bottom_col p,
.faqs .about_top .bottom_col p strong,
.faqs .about_top .bottom_col p a {
    color: #ffffff !important;
}

.faqs .about_top .container h1 {
    font-size: 70px;
}

.faqs .about_top .container h1 span {
    font-size: 70px;
    color: #b3ed18;
    font-family: 'gilroyextrabold';
}

.faqs .about_top .container h1::first-letter {
    color: #ffffff;
}

.faqs .about_top .container span {
    color: #ffffff;
}

.faqs .we_believe {
    padding: 70px 0 70px;
}

.faqs .we_believe h1 {
    font-size: 60px;
    margin-bottom: 50px;
}

.faqs .we_believe h1 br {
    display: none;
}

.faqs .sp-easy-accordion .sp-ea-single .ea-header a {
    color: #444 !important;
    font-size: 25px;
    font-weight: bold;
}

.faqs .sp-easy-accordion .sp-ea-single .ea-header a:hover {
    color: #a6ce3a !important;
}

.faqs .sp-easy-accordion .sp-ea-single.ea-expand .ea-header a {
    color: #a6ce3a !important;
}

.faqs .sp-easy-accordion .sp-ea-single.ea-expand .ea-header a .fa {
    color: #a6ce3a !important;
}

.bg-white4 .bottom_col p a,
.bg-white4 .bottom_col p strong {
    color: #ffffff !important;
}

.bg-white4 .bottom_col p a:hover,
.bg-white4 .bottom_col p:hover strong {
    color: #a5ce3a !important;
}

.menu.clicked span {
    background-color: transparent !important;
}

.accordian_row .btn-default {
    color: #5b5b5b !important;
}

.btn_col .btn {
    color: #5b5b5b !important;
}

.testimonial_sec .nav-tabs>li>a:focus {
    outline: none;
    color: #fff !important;
}

.faqs .sp-easy-accordion .sp-ea-single .ea-header a:focus {
    color: #444 !important;
}

.faqs .sp-easy-accordion .sp-ea-single.ea-expand .ea-header a:focus {
    color: #a6ce3a !important;
}

body.bg-white2 .menu span,
body.bg-white2 .menu span::before,
body.bg-white2 .menu span::after {
    background-color: #8c8c8c;
}

.bg-white7 .bottom_col p a:hover {
    color: #fff !important;
}

.bg-white .bottom_col p a:hover {
    color: #01B8FE !important;
}

.bg-white2 .bottom_col p a:hover {
    color: #01B8FE !important;
}

.bg-white3 .bottom_col p a:hover {
    color: #01B8FE !important;
}

.bg-white5 .bottom_col p a:hover {
    color: #01B8FE !important;
}

.bg-white6 .bottom_col p a:hover {
    color: #01B8FE !important;
}

.footer_sec .right_col {
    z-index: 100;
}

.about_top .left_col p {
    color: #ffffff;
}

.footer_sec .left_col p {
    color: #535353;
}

.about_page .bottom_col p a:hover {
    color: #01B8FE !important;
}

.about_page .bottom_col p,
.about_page .bottom_col p strong,
.about_page .bottom_col p a {
    color: #ffffff !important;
    font-size: 16px;
    font-family: gothambold;
}

.about_page .footer_sec .bottom_col p,
.about_page .footer_sec .bottom_col p strong,
.about_page .footer_sec .bottom_col p a {
    color: #5e5e5e !important;
}

.about_page .footer_sec .bottom_col p a:hover {
    color: #01B8FE !important;
}

#nav ul.main li a {
    font-size: 39px;
}

.ecommerce_page .bottom_col p strong,
.ecommerce_page .bottom_col p a {
    color: #000000 !important;
}

.ecommerce_page .bottom_col p a:hover {
    color: #01B8FE !important;
}

.about_page #nav .bottom_col p a:hover {
    color: #01B8FE !important;
}

.publisher_page .menu span,
.publisher_page .menu span::before,
.publisher_page .menu span::after {
    background-color: #ffffff;
}

.advertiser_page .menu span,
.advertiser_page .menu span::before,
.advertiser_page .menu span::after {
    background-color: #ffffff;
}

.btn_col .btn:hover {
    color: #a5ce3a !important;
}

.accordian_row .btn-default:hover {
    color: #a5ce3a !important;
}

.testimonial_sec .nav-tabs>li.active>a {
    color: #fff !important;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #fff !important;
}

#nav ul.main.hide_menu {
    position: absolute;
    top: 0;
    right: 100px;
    height: 100%;
    width: 52%;
    background: #ffff;
    padding-top: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(0, 0, .23, 1);
}

#nav.show ul.main.hide_menu.current {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#nav.show #menu-service-menu li {
    transition-delay: inherit !important;
}

div#close_menu {
    border-bottom: 4px solid #545454;
    width: 25px;
    position: absolute;
    right: 60px;
    top: 40px;
    z-index: 9999;
    cursor: pointer;
}

div#close_menu:before,
div#close_menu:after {
    content: "";
    width: 15px;
    height: 4px;
    background: #545454;
    border-radius: 20px;
    display: block;
    position: relative;
}

div#close_menu:before {
    transform: rotate(45deg);
    left: -1px;
    top: 13px;
}

div#close_menu:after {
    transform: rotate(-45deg);
    left: -2px;
    top: 0;
}

#nav {
    padding: 110px 30px 70px 20px;
}

#nav.show ul.main {
    width: 32%;
}

#nav.show ul.main.hide_menu {
    width: 65%;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    text-transform: capitalize !important;
}

.payment .about_top .left_col p {
    color: #3c3c3c;
}

.payment .about_top .right_col ul li a {
    color: #3c3c3c;
}

.payment #nav .bottom_col p,
.payment #nav .bottom_col p strong,
.payment #nav .bottom_col p a {
    text-shadow: none;
}

.contactus_top .login_form .input {
    color: #6b6b6b;
}

.contactus_top .login_form {
    z-index: 99;
    margin-top: -80px;
    margin-right: 0;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: red;
    font-weight: bold;
    border-color: red !important;
    background: #fff;
    max-width: 473px;
    float: right;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.contactus_top .login_form .label-active {
    top: -.7em;
}

.contactus_top .login_form label {
    margin: 10px 0px 20px;
}

.contactus_top .login_form {
    padding: 20px 25px 20px;
}

.contactus_top .login_form h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

.ecommerce_sec .left_col p {
    color: #000;
}

.ecommerce_page .right_col ul li a {
    color: rgb(0, 0, 0);
}

.ecommerce_page .beyond_sec {
    height: 100%;
}

#fullpage .wpcf7-not-valid-tip {
    bottom: -16px;
}

#fullpage .wpcf7 form .wpcf7-response-output {
    max-width: 100%;
    margin-top: 5px;
    font-size: 13px;
}

#fullpage .right_sec .label-active {
    top: -1em;
}

#fullpage .right_sec .input {
    color: #fff;
    font-weight: 300;
}

.publisher_page .beyond_sec {
    height: 100%;
}

#nav ul.main li i {
    font-size: 29px;
}

.scrollhide {
    overflow-y: hidden !important;
}

.advertiser_page .sme_sec .right_sme .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.advertiser_page .sme_sec .right_sme .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.advertiser_page .sme_sec .right_sme .owl-prev i,
.advertiser_page .sme_sec .right_sme .owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.advertiser_page .sme_sec .right_sme h1 {
    margin: 90px 0px -8px;
}

.advertiser_page .sme_sec .right_sme span {
    font-size: 26px;
    color: #94c01f;
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.advertiser_page .sme_sec .right_sme h2 {
    font-size: 30px;
    color: rgb(83, 83, 83);
    font-family: gilroyextrabold;
}

.advertiser_page .sme_sec .right_sme p {
    font-size: 14px;
    font-weight: bold;
    margin: -10px 0 0;
}

.advertiserServe {
    padding-left: 20px;
    margin-bottom: 60px;
}

.advertiser_page .sme_sec .right_sme .owl-dots {
    display: none;
}

.right_sme .btn_col {
    padding-left: 20px;
}

.advertiser_page .sme_sec .right_sme .owl-prev {
    display: none !important;
}

.advertiser_page .sme_sec .right_sme .owl-prev i,
.advertiser_page .sme_sec .right_sme .owl-next i {
    transform: scale(1, 2.5);
    font-size: 30px;
}

.advertiser_page .sme_sec .right_sme .owl-next {
    height: 40px;
    top: 20%;
    right: -25px;
}

.advertiser_page .sme_sec .right_sme .owl-next:focus {
    outline: none;
}

.bg-white4 .bottom_col p:hover strong {
    color: #ffffff !important;
}

.contact_sec .right_sec input[type="submit"] {
    border: 2px solid #000;
}

.contact_sec .right_sec input[type="submit"]:hover {
    background: #01B8FE;
    border: 2px solid #fff;
}

.publisher_page .sme_sec .right_sme h1 {
    margin: 90px 0px -8px;
}

.publisher_page .sme_sec .right_sme span {
    font-size: 26px;
    color: #94c01f;
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.publisher_page .sme_sec .right_sme h2 {
    font-size: 30px;
    color: rgb(83, 83, 83);
    font-family: gilroyextrabold;
}

.publisher_page .sme_sec .right_sme p {
    font-size: 14px;
    font-weight: bold;
    margin: -10px 0 0;
}

.advertiserServe {
    padding-left: 20px;
    margin-bottom: 60px;
}

.publisher_page .sme_sec .right_sme .owl-dots {
    display: none;
}

.publisher_page .right_sme .btn_col {
    padding-left: 20px;
}

.publisher_page .sme_sec .right_sme .owl-prev {
    display: none !important;
}

.publisher_page .sme_sec .right_sme .owl-prev i,
.publisher_page .sme_sec .right_sme .owl-next i {
    transform: scale(1, 2.5);
    font-size: 30px;
}

.publisher_page .sme_sec .right_sme .owl-next {
    height: 40px;
    top: 20%;
    right: -25px;
}

.publisher_page .sme_sec .right_sme .owl-next:focus {
    outline: none;
}

.publisher_page .sme_sec .right_sme .owl-prev i,
.publisher_page .sme_sec .right_sme .owl-next i {
    transform: scale(1, 2.5);
    font-size: 30px;
    color: #ccc;
}

.publisher_page .sme_sec .right_sme .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.publisher_page .sme_sec .right_sme .owl-next {
    height: 40px;
    top: 20%;
    right: -25px;
}

.payment .resp-arrow {
    margin-top: 7px;
}

#fullpage .wpcf7-not-valid-tip:first-letter {
    text-transform: uppercase;
}

#fullpage .wpcf7-not-valid-tip {
    text-transform: lowercase !important;
}

.vision_page .looking_sec .affiliate_col_left p a {
    display: block;
}

.about_page .bottom_col p,
.about_page .bottom_col p strong,
.about_page .bottom_col p a {
    font-weight: inherit !important;
}

.right_col ul li a {
    transition: all .4s;
    text-decoration: none;
    color: #5e5e5e !important;
}

.right_col ul li a:hover {
    color: #a5ce3a !important;
}

body.bg-white3 .right_col ul li a {
    color: #b1b1b1 !important;
}

body.bg-white3 .right_col ul li a:hover {
    color: #a5ce3a !important;
}

body.bg-white7 .right_col ul li a:hover {
    color: #ffffff !important;
}

.about_page .right_col ul li a {
    color: #ffffff !important;
}

.about_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.vision_page .right_col ul li a {
    color: #ffffff !important;
}

.publisher_page .right_col ul li a {
    color: #ffffff !important;
}

.payment .about_top .right_col ul li a {
    color: #3c3c3c !important;
}

.payment .about_top .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.advertiser_page .right_col ul li a {
    color: #ffffff !important;
}

.advertiser_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.testimonial_page .right_col ul li a {
    color: #ffffff !important;
}

.testimonial_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.faqs .about_top .right_col ul li a {
    background-image: none;
    color: #ffffff !important;
}

.faqs .about_top .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.life_page .right_col ul li a {
    color: #ffffff !important;
}

.contact-page .right_col ul li a {
    color: #ffffff !important;
}

.contact-page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.affiliate_page .right_col ul li a {
    color: #ffffff !important;
}

.affiliate_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.app_page .right_col ul li a {
    color: #ffffff !important;
}

.app_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.ecommerce_page .right_col ul li a {
    color: #000000 !important;
}

.performance_page .right_col ul li a {
    color: #ffffff !important;
}

.performance_page .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.lead_generation_page .right_col ul li a {
    color: #ffffff !important;
}

.footer_sec .right_col ul li a {
    color: #535353 !important;
}

#nav .right_col ul li a {
    color: #5e5e5e !important;
}

#nav .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.left_col p {
    writing-mode: inherit;
}

.left_col {
    transform: translate(-50%, -50%) rotate(-90deg);
}

#nav ul.main li.active a {
    background-position: 0;
}

#nav ul.main li a i {
    transform: rotate(270deg);
    background: url(../../../../../vcommission.com/wp-content/uploads/2020/12/arrow-down-sign-to-navigate.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#nav ul.main li.active a i {
    transform: rotate(360deg);
    top: 1px;
}

#nav ul.main li a i:before {
    content: none;
}

.bottom_col p strong {
    font-weight: 300;
}

body.bg-white4 .right_col ul li a {
    color: #373737 !important;
}

body.bg-white4 .right_col ul li a:hover {
    color: #a5ce3a !important;
}

.performance_page .beyond_sec {
    background-position: center center !important;
    background-size: cover !important;
}

.about_page .bottom_col ul li a {
    color: #ffffff !important;
    transition: all .4s !important;
}

.about_page .bottom_col p,
.about_page .bottom_col p strong,
.about_page .bottom_col p a {
    letter-spacing: 0;
    font-size: 18px;
}

.about_page .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

.about_page .footer_sec .bottom_col ul li a {
    color: #535353 !important;
}

.about_page .footer_sec .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

.payment .bottom_col ul li a {
    color: #3c3c3c !important;
}

.payment .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

.ecommerce_page .bottom_col ul li a {
    color: #000000 !important;
}

.about_page #nav .bottom_col ul li a {
    color: #4f4f4f !important;
}

.about_page #nav .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

#nav .bottom_col ul li a {
    color: #4e4e4e !important;
    transition: all .4s !important;
}

#nav .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

#nav .bottom_col p strong,
#nav .bottom_col p a {
    color: #4f4f4f !important;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: inherit !important;
    font-family: gothambold;
}

#nav .bottom_col p a:hover {
    color: #01B8FE !important;
}

.bottom_col ul li a {
    color: #5e5e5e !important;
    transition: all .4s !important;
}

.bottom_col ul li a:hover {
    color: #01B8FE !important;
}

.bottom_col p strong,
.bottom_col p a {
    color: #5e5e5e !important;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: inherit !important;
    font-family: gothambold;
}

.bottom_col p a:hover {
    color: #01B8FE !important;
}

body.bg-white2 .bottom_col p strong {
    color: #ffffff !important;
}

body.bg-white3 .left_col p,
body.bg-white3 .bottom_col ul li a {
    color: #b1b1b1 !important;
}

body.bg-white3 .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

body.bg-white3 .bottom_col p strong {
    color: #b1b1b1 !important;
}

body.bg-white4 .bottom_col ul li a {
    color: #363636 !important;
}

body.bg-white4 .bottom_col ul li a:hover {
    color: #01B8FE !important;
}

body.bg-white7 .bottom_col ul li a {
    color: #323232 !important;
}

body.bg-white7 .bottom_col ul li a:hover {
    color: #ffffff !important;
}

.bg-white7 .bottom_col p strong {
    color: rgb(50, 50, 50) !important;
}

body.bg-white7 .right_col ul li a {
    color: #323232 !important;
}

#nav ul.main li a {
    cursor: pointer;
}

.notfound_page {
    width: 100%;
    display: flex;
    height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.notfound_page h1 {
    font-size: 240px;
    font-family: 'gilroyextrabold';
    color: #213144;
}

.notfound_page h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px;
    font-size: 39px;
    font-family: 'gilroyextrabold';
}

.notfound_page p {
    font-size: 17px;
    margin: 17px 0 30px;
}

.notfound_page .btn-default {
    background: #01B8FE;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 17px;
    font-family: 'gilroyextrabold';
    letter-spacing: 1px;
}

.notfound_page .btn-default:hover {
    background: #79a017;
}

.error404 .logo {
    display: flex;
    justify-content: center;
}

.error404 .back-to-top {
    display: none;
}

#fullpage .s3 ul {
    max-width: 590px;
}

#fullpage .s3 ul li {
    margin: 0px 0px 22px;
}

.life_page .bwg-zoom-effect img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.life_page .bwg-item2 {
    margin: 0 !important;
}

.life_page .gallery-tabbing {
    width: 100%;
    display: inline-block;
    margin: 70px 0 0;
}

.life_page .bwg_container {
    margin: 0px auto;
}

.life_page .gallery-tabbing ul.nav-tabs .active a {
    color: #fff !important;
}

.life_page .bwg-item1 {
    border: 15px solid #f3f3f3;
}

.life_page .bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay {
    background-color: rgba(150, 189, 48, 0.7);
}

.life_page .spider_popup_wrap {
    background-color: rgb(0 0 0 / 0.85);
}

.life_page .bwg_ctrl_btn_container {
    display: none;
}

.life_page .bwg_toggle_container {
    display: none;
}

#fullpage .s3 ul li.greenCOL p {
    color: #9cc430;
}

#fullpage .s5 .container h1 {
    margin: 8px 0px 22px;
}

.life_page .gallery-tabbing .nav-tabs>li>a {
    font-size: 17px;
}

.life_page .gallery-tabbing .card {
    max-width: 100%;
    margin: 10px;
    width: 31.6%;
    float: left;
}

.life_page .gallery-tabbing .card-content h4 {
    font-size: 15px;
    margin-top: 15px;
}

.life_page .read_more_aritlce {
    margin: 10px 0 0;
}

.life_page .gallery-tabbing .card-row {
    display: inline-block;
    width: 100%;
}

.wpcf7-form-control-wrap select {
    color: #9a9a9a !important;
    font-size: 15px !important;
    font-family: 'gothamlight';
    margin-left: -3px;
    opacity: 0.8;
}

.contact_sec .wpcf7-form-control-wrap select {
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'gothamlight';
    margin-left: -3px;
    opacity: 1;
}

.contact_sec .wpcf7-form-control-wrap select option {
    color: #000;
}

#oppor {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.your-subject {
    position: relative;
}

.your-subject:before {
    background: url(../../../../../vcommission.com/wp-content/uploads/2021/02/arrow-down-sign-to-navigate.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 16px;
    content: "";
    right: 0;
    top: 2px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    position: absolute;
}

.contact-page .your-subject:before {
    -webkit-filter: none;
    filter: none;
    top: 12px;
}

#fullpage .section .container ul.aniul {
    position: relative;
    height: 110px;
}

#fullpage .section.s2 .container ul li {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-family: gilroyextrabold;
    margin: 8px 0px 5px;
    line-height: 1;
    height: 170px;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    animation: 24s linear 0s infinite normal none running rotateWord;
}

#fullpage .section.s2 .container ul li:nth-child(2) {
    animation-delay: 4s;
}

#fullpage .section.s2 .container ul li:nth-child(3) {
    animation-delay: 8s;
    font-size: 36px;
}

#fullpage .section.s2 .container ul li:nth-child(4) {
    animation-delay: 12s;
}

#fullpage .section.s2 .container ul li:nth-child(5) {
    animation-delay: 16s;
}

#fullpage .section.s2 .container ul li:nth-child(6) {
    animation-delay: 20s;
    font-size: 36px;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        transform: translateY(40px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(-60px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        transform: translateY(40px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(-60px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bg-white2 #fullpage .section .container p strong {
    color: #c3c3c3;
}

.event_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.event_row .event_col {
    background: #eaebeb;
    width: 48%;
}

.event_row .event_col .event_date {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 16px 0;
}

.event_row .event_col .event_date .time {
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_row .event_col .event_date .time img {
    margin-right: 7px;
}

.event_row .event_col .event_detail {
    padding: 65px 35px 90px;
    height: 450px;
}

.event_row .event_col .event_detail h3 {
    font-size: 20px;
    font-family: 'gothambold';
    color: #262626;
}

.event_row .event_col .event_detail p {
    font-size: 18px;
    font-family: 'gothamlight';
    line-height: 28px;
    color: #404040;
}

.event_row .event_col_right .event_detail {
    padding: 0;
    height: 450px;
}

.event_row .event_col_right .event_detail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.event_row .event_col .event_date .palce {
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_row .event_col .event_date .palce img {
    margin-right: 7px;
}

.event_page .about_top .container h1 {
    font-size: 35px;
    margin: 0px 0 20px;
}

.event_page .about_top .container p {
    max-width: 800px;
}

.event_page .about_top {
    padding-top: 200px;
    height: auto;
    padding-bottom: 200px;
}

.event_page .left_col {
    display: none;
}

.event_page .right_col {
    display: none;
}

.event_page .bottom_col {
    display: none;
}

.event_page .gallery-tabbing .tab-content {
    margin-top: 20px;
}

.event_row .event_col .event_detail .btn {
    border: 3px solid #a5ce3a;
    border-radius: 0;
    font-size: 16px;
    font-family: 'gilroyextrabold';
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 25px 0 0;
}

.event_row .event_col .event_detail .btn:hover {
    background: #fff;
}

#OurUniques .container {
    padding: 90px 15px;
    text-align: center;
    max-width: 1200px;
}

#OurUniques .container h3 {
    font-size: 65px;
    color: #535353;
    font-family: 'gilroyextrabold';
    margin: 0 0 60px;
}

.unique_col {
    width: 300px;
    height: 300px;
    border: 15px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    margin: 0 auto 20px;
}

.unique_sec h4 {
    font-size: 28px;
    color: #535353;
    padding: 10px 20px 0;
    line-height: 35px;
}

#OurUniques .container h3 span {
    color: #8bc646;
}

#OurUniques .pillar_sec {
    text-align: left;
}

#OurUniques .pillar_sec h3 {
    font-size: 68px;
    color: #535353;
    font-family: 'gilroyextrabold';
    margin: 0 0 10px;
}

#OurUniques .pillar_sec p {
    font-size: 23px;
    margin: 0 0 50px;
}

.pillar_row h4 {
    font-size: 29px;
    color: #535353;
    font-family: 'gilroyextrabold';
    margin: 13px 0 10px;
}

#OurUniques .pillar_sec .pillar_row p {
    font-size: 20px;
    margin: 0;
}

.corevalue_row {
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.corevalue_row h5 {
    font-size: 65px;
    color: #ffffff;
    font-family: 'gilroyextrabold';
    margin: 0 0 70px;
}

.corevalue_row h5 span {
    color: #8bc646;
}

.corevalue_row .corecol {
    background: #fff;
    border-radius: 6px;
    padding: 20px 0px 0 0;
    text-align: left;
    margin: 0 0 30px;
    position: relative;
}

.corevalue_row .corecol .core_icon {
    padding: 0 20px 30px;
}

.corevalue_row .corecol h6 {
    font-size: 32px;
    color: #202029;
    font-family: 'gilroyextrabold';
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

.corevalue_row .corecol p {
    font-size: 19px;
    padding: 0 0 42px 20px;
}

.corevalue_row .corecol .hindirow {
    background: #92d050;
    border-radius: 0 0 6px 6px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.number_col {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 56px;
    font-family: 'gilroyextrabold';
    -webkit-text-stroke: .3px #cdcdcd;
    -webkit-text-fill-color: transparent;
}

.corevalue_row .core2 .corecol .hindirow {
    background: #a7c24e;
}

.corevalue_row .core3 .corecol .hindirow {
    background: #c8ca44;
}

.corevalue_row .core4 .corecol .hindirow {
    background: #d6b82a;
}

.corevalue_row .core5 .corecol .hindirow {
    background: #d9cc30;
}

.corevalue_row .core6 .corecol .hindirow {
    background: #e1bf26;
}

.corevalue_row .core7 .corecol .hindirow {
    background: #e9ae1c;
}

.corevalue_row .core8 .corecol .hindirow {
    background: #f3990a;
}

.privacy-policy #site-content {
    padding-top: 140px;
}

.privacy-policy #site-content h2 {
    font-size: 20px;
    color: #535353;
    font-family: 'gothambold';
    margin: 0 0 7px;
}

.privacy-policy #site-content p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 16px;
    font-family: 'gothambook';
}

.privacy-policy #site-content ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 6px;
    font-family: 'gothambook';
}

.privacy-policy #site-content ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0 0 10px;
}

.publisher_page .beyond_sec .so-widget-sow-image {
    width: 100%;
}

.publisher_page .beyond_sec .sow-image-container {
    width: 100%;
}

.publisher_page .beyond_sec .so-widget-sow-image-default-d6014b76747a-430 .sow-image-container>a {
    width: 100%;
}

.icici_lp {
    background: transparent linear-gradient(0deg, #AE2B30 0%, #EF8023 100%) 0% 0% no-repeat padding-box;
}

.page-id-3804 .bottom_col ul li a {
    color: #ffffff !important;
}

.page-id-3804 .bottom_col p strong,
.page-id-3804 .bottom_col p a {
    color: #ffffff !important;
}

.page-id-3804 .blck {
    display: none;
}

.page-id-3804 img.white {
    display: block;
}

.page-id-3804 .menu span,
.page-id-3804 .menu span::before,
.page-id-3804 .menu span::after {
    background-color: #ffffff;
}

.icici_lp {
    padding-top: 155px;
}

.icici-body-page {
    padding-top: 100px;
}

.icici-body-page .col-sm-8 h2 {
    font-size: 37px;
    font-family: 'gilroyextrabold';
    color: #606060;
    margin-bottom: 30px;
}

.icici-body-page .col-sm-8 ul {
    margin: 0 0 30px;
    list-style: disc;
    padding: 0 0 0 20px;
}

.icici-body-page .col-sm-8 ul li {
    font-size: 17px;
    padding: 0 0 10px;
    text-align: justify;
}

.icici-body-page .col-sm-8 p {
    font-size: 16px;
    padding: 0 0px 10px 0px;
    text-align: justify;
}

.icici-contact input {
    width: 100%;
    padding: 6px 0 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #dcd7ca;
    outline: none;
    font-size: 14px;
}

.icici-contact label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #9a9a9a;
    margin: 0 0 20px;
    width: 100%
}

.icici-contact input[type="submit"] {
    background: #000;
    border: none;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
}

.page-id-3804 .footer_sec {
    padding: 130px 0 15px;
}

.page-id-3804 .pagination_col {
    display: none;
}

.page-id-3804 .icici_lp {
    padding: 15px 0 15px;
    height: auto;
    text-align: right;
}

.page-id-3804 header.header {
    position: absolute;
}

.page-id-3804 .icici-body-page .col-sm-8 h3 {
    font-size: 22px;
    font-family: 'gothambold';
    color: #606060;
    margin-bottom: 10px;
}

.page-id-3804 .icici-body-page .col-sm-8 ul.toc_list {
    margin: 0;
    list-style: none;
}

.page-id-3804 .icici-body-page .col-sm-8 ul.toc_list ul {
    margin: 0;
    list-style: none;
}

.page-id-3804 .icici-body-page .col-sm-8 ul.toc_list {
    padding: 0;
}

.page-id-3804 .icici-body-page .col-sm-8 ul.toc_list {
    padding: 20px 20px 4px;
    border-radius: 10px;
    margin: 18px 0 32px;
    box-shadow: 0 0 14px #0000002e;
}

#toc_container {
    padding-bottom: 70px;
}

.page-id-3804 input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.icici-body-page .col-sm-4 {
    position: sticky;
    top: 40px;
}

.icici_lp {
    color: #222;
}

icici_lp {
    background: transparent linear-gradient(0deg, #c9d3af 0%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
}

.page-id-3804 .footer_sec .left_col {
    position: fixed;
}

.page-id-3804 .footer_sec .right_col {
    position: fixed;
}

.blog_main_heading {
    font-family: 'gilroyextrabold';
    margin: 70px 0;
    padding: 0 25%;
    color: #535353;
}

.blog_listing .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    background: #e5e5e5;
    font-family: 'gothambold';
    font-size: 25px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    color: #535353;
    text-transform: uppercase;
}

.blog_listing .image {
    display: inline-block;
    width: calc(100% - 106px);
}

.blog_listing .image img {
    height: auto;
}

.blog_listing .image small {
    font-size: 13px;
    font-style: italic;
    color: #535353;
    margin-top: 6px;
    display: block;
}

.blog_listing .image p {
    font-size: 17px;
    margin: 10px 0px 30px;
    color: #535353;
    line-height: 24px;
    text-align: justify;
}

.blog_listing .image h3 {
    color: #000;
    font-size: 20px;
    font-family: 'gothambook';
    margin-top: 7px;
    font-weight: bold;
}

.blog_listing .widget_recent_entries ul li a {
    color: #000 !important;
    font-family: 'gothambook';
    font-size: 15px;
}

.blog_listing .widget_recent_entries ul li span {
    font-size: 12px;
}

.widget_recent_entries {
    background: #e5e5e5;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.blog_listing .widget_recent_entries,
.blog_listing .widget_categories {
    background: #e5e5e5;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.blog_listing .search-field {
    border: solid 2px #e5e5e5;
    padding: 5px;
    font-size: 12px;
}

.blog_listing .heading-size-3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #535353;
}

.blog_listing .cat-item a {
    color: #535353;
}

.blog_listing .cat-item a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 800;
}

.blog_listing .cat-item {
    padding: 2px 0;
}

.blog_listing .widget_recent_entries ul li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.life-sec .soloImageSec {
    position: relative;
}

.hoz-q-box-height {
    height: auto;
}

.zs-lp .hoz-q-img {
    position: static;
    float: right;
    height: 90px;
}

.zs-lp .hoz-q {
    font-size: 25px;
}

.zs-lp .hoz-ans {
    font-size: 18px;
    margin: 0 0 13px;
    display: block;
}

.zs-lp .hoz-q-box {
    padding: 20px;
    height: auto;
}

.blog_listing .image h3 {
    color: #777;
    font-size: 20px;
    font-family: 'gothambook';
    margin-top: 7px;
    margin-bottom: 20px;
    font-weight: 400;
}

.blog_listing .image ol,
.blog_listing .image ul {
    font-size: 17px;
    margin: 10px 0px 30px;
    color: #535353;
    line-height: 24px;
    text-align: justify;
}

.wpwax-lsu-ultimate.wpwax-lsu-grid .wpwax-lsu-item .wpwax-lsu-item-inner a img {
    max-width: 100%;
    /* filter: brightness(0) contrast(60%); */
    border-radius: 5px;
}

.wpwax-lsu-ultimate.wpwax-lsu-grid .wpwax-lsu-item .wpwax-lsu-item-inner a:hover img {
    filter: inherit;
    background: #fff;
}

.terms-pub p {
    padding: 3px 0px 4px;
}

.terms-pub ol {
    padding: 0;
    margin-bottom: 0;
}

.terms-pub p {
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    text-align: justify;
}

.pmt {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 16px;
    font-family: 'gothambook';
    list-style: none !important;
}

.privacy-policy .panel-layout ul li {
    color: #535353;
    line-height: 20px;
}

.privacy-policy .panel-layout h2 {
    text-transform: uppercase;
}

.postid-5525 .image h3 {
    display: none !important;
}

.contact_sec .newsletter_box .subscribe {
    background: #000;
}

#loading.loading {
    margin: auto;
    display: block;
    background-color: transparent;
    color: #5b5b5b;
    border: solid 4px #a5ce3a;
    padding: 8px 30px;
    margin-bottom: 100px;
    font-size: 19px;
    font-weight: 700;
}

#loading.loading:hover {
    text-decoration: none;
    color: #a5ce3a;
}

.newsletter_box div input {
    width: 100%;
}

@supports (font-variation-settings: normal) {

    input,
    textarea,
    button,
    .button,
    .faux-button,
    .faux-button.more-link,
    .wp-block-button__link,
    .wp-block-file__button {
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    }
}

.about_page.blog_page {
    background: #fafafa;
}

.blog-name h1 {
    font-size: 60px;
    color: #000;
    font-family: 'gilroyextrabold';
    text-align: center;
    padding: 120px 0 50px 0;
}

.blog_banner_bg {
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 20px;
}

.blog-left-banner h2 {
    font-size: 38px;
    color: #000;
    font-family: 'gilroyextrabold';
    padding: 20px 0 10px;
}

.blog-left-banner time {
    color: #212529;
}