@font-face {
    font-family: 'Poppins', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/normal 'Poppins', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container {
    margin: auto;
    padding: 0 40px;
}

.clear {
    clear: both;
}

.row {
    margin: 0 -15px;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

[class^="col"] {
    min-height: 1px;
}

.img {
    max-width: 100%;
}

img:hover {
    filter: brightness(110%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 100px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #cb9900;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #008ffe;
}

.tooltip-arrow {
    display: none;
}

.gototop+.tooltip>.tooltip-inner {
    background-color: #008ffe;
    color: #f3f8ff;
}


/*code by kd name-volvo chain*/

.phone-wrapper {
    width: auto;
    height: auto;
}

.phone-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
}

.phone-wrapper ul li a {
    color: white;
    padding-left: 20px;
}

.bg-contents ul li {
    color: white;
    font-size: 18px;
    padding: 3px 0px;
    position: relative;
    z-index: 999 !important;
}

.bg-contents ul li a {
    color: white;
    font-size: 18px;
}

.bg-contents ul li a:hover {
    color: #00ff61;
}

.bg-contents ul li a i {
    /*animation: animName 2s infinite;*/
    padding-right: 20px;
}

@keyframes animName {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
}

.elem {
    animation: animName 2s infinite;
}

.heading {
    color: #004A7F;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    padding: 5px 10px;
    margin: auto;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        color: #00c20a;
    }
    50% {
        color: #f00;
    }
    75% {
        color: #DA22FF;
    }
    100% {
        color: #00c20a;
    }
}

.hide-sm {
    display: none !important;
}

.show-sm {
    display: block;
}


/*code by kd end*/

.logo {
    width: auto;
    display: inline-block;
    float: left;
}

.top-nav {
    background: #000;
    filter: brightness(135%);
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 1000000;
}

.bg-image {
    /*background: url(../img/1.jpg) no-repeat;*/
    background-position: 0% 1%;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
}


/*.bg-image::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 84px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 587px;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*}*/

/*.bg-image::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 84px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23696969' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");*/
/*    opacity: 0.15;*/
/*    height: 683px;*/
/*}*/

.top-header {
    background: rgba(30, 30, 30, 0.62);
    height: 40px;
}

.offer {
    background: #003471;
    overflow: hidden;
}

.cross-clip {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    width: 100%;
    background: #fff;
}

.offer-price>h2 {
    text-align: center;
    padding: 20px 50px;
    color: #393939;
    font-size: 25px;
}

.offer-price>p {
    text-align: center;
    color: #59474b;
    padding: 5px 50px;
    margin-bottom: 5px;
    font-size: 17px;
}

.strikethrough {
    display: inline-block;
    position: relative;
    transition: all 0.5s cubic-bezier(.55, 0, .1, 1);
}

.strikethrough:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.6);
    margin-top: -18px;
    background: #ff0000;
    transform-origin: center left;
    animation: strikethrough 1s 0.5s cubic-bezier(.55, 0, .1, 1) 1;
    transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
}


/* Little hover effect */

.strikethrough:hover {
    color: rgba(200, 0, 0, 1);
    background: rgba(255, 189, 182, 0.3);
}

.strikethrough:hover:after {
    transform: scaleX(0);
    transform-origin: center right;
}


/* Keyframes for initial animation */

@keyframes strikethrough {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.offer-indicator {
    transition: all 1s cubic-bezier(.55, 0, .1, 1);
}

.offer-indicator:hover {
    color: green;
    display: inline-block;
    padding: 15px 30px;
}

.offer-indicator:hover,
.offer-indicator::after {
    background: url(../img/check-mark.html) no-repeat;
    background-size: 20px;
    background-position: 96% 9%;
    cursor: pointer;
}

.mlm-india-plan {
    background: url(../img/9.jpg) no-repeat;
    background-position: 0% 49%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    /*z-index: -100000;*/
    overflow: hidden;
}

.mlm-india-plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.volo_mlm_chart>img {
    width: 500px;
    display: block;
    margin: 20px auto;
}

.left-plan ul {
    margin: 50px 0;
}

.left-plan ul li {
    color: white;
    margin: 5px;
    padding: 10px;
    padding: 17px 0px;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    background: rgba(255, 255, 255, 0.4392156862745098);
    display: block;
    width: 48%;
    float: left;
    font-size: 18px;
}

.left-plan ul li:hover {
    background: #00c20a;
}

.right-plan ul {
    margin: 50px 0;
    text-align: right;
}

.right-plan ul li {
    color: aliceblue;
    padding: 10px 0;
    font-size: 18px;
}

.volo-seo {
    background: #003471;
}

.rohmbus-clip {
    /*-webkit-clip-path: polygon(50% -75%, 100% 25%, 100% 75%, 50% 175%, 0% 75%, 0% 25%);
    clip-path: polygon(50% -75%, 100% 25%, 100% 75%, 50% 175%, 0% 75%, 0% 25%);*/
    width: 100%;
    background: #fff;
}

.seo-quote>h3 {
    text-align: center;
    padding: 35px 0;
    font-size: 32px;
}

.volo-help-us {
    background: url(../img/7.jpg) no-repeat;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.volo-help-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.57);
}

.help-title {
    text-align: center;
    padding: 20px 0;
    color: aliceblue;
    margin-top: 40px;
    text-decoration: underline;
}

.help-box {
    padding: 35px;
    margin: 20px;
    color: black;
    height: 190px;
    background: rgba(255, 255, 255, 0.52);
}

.help-box:hover {
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
    border: 0.5px solid #fff;
}

.help-box>i {
    color: #fff;
    font-size: 25px;
    border: 1px solid;
    padding: 8px;
    float: left;
    margin-right: 19px;
}

.client-heading {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 25px 0 50px;
}

.client-heading::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #ffdc12;
    left: 0;
    right: 0;
    bottom: -10px;
}

.carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.carousel .item a {
    color: #008ffe;
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #008ffe;
    text-shadow: none;
    top: -79px;
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}

.carousel-control.left {
    left: auto;
    right: 40px;
}

.carousel-control.right i {
    margin-right: -2px;
}

.client-testimonial {
    position: relative;
}

.vector-illustrator {
    -webkit-clip-path: polygon(0% 15%, 100% 100%, 15% 0%, 85% 0%, 0 100%, 100% 15%, 100% 85%, 0 0, 85% 100%, 15% 100%, 100% 0, 0% 85%);
    clip-path: polygon(0% 15%, 100% 100%, 15% 0%, 85% 0%, 0 100%, 100% 15%, 100% 85%, 0 0, 85% 100%, 15% 100%, 100% 0, 0% 85%);
    width: 100%;
    position: absolute;
    height: 155px;
    background: #003471;
    top: 86px;
}

.volo-footers {
    background: #000;
    /*filter: brightness(135%);*/
    opacity: 0.9;
}

.footer-logo>img {
    display: block;
    margin: auto;
    width: auto;
    padding-top: 20px;
}

.contact-link {
    padding-top: 20px;
    margin: 10px auto;
}

.contact-link>li {
    padding: 5px 0;
}

.contact-link>li>a {
    text-decoration: none;
    color: aliceblue;
    font-size: 17px;
    letter-spacing: 2px;
}

.contact-link>li>a i {
    padding-right: 5px;
}

.contact-link>li>a:hover {
    color: #008ffe;
}

.social-icon-center {
    margin: 25px auto;
    padding-top: 20px;
    text-align: right;
}

.social-icon {
    display: inline-block;
}

.social-icon>li {
    padding: 15px;
    float: left;
    display: inline-block;
}

.social-icon>li>a {
    text-decoration: none;
    color: aliceblue;
    font-size: 24px;
    letter-spacing: 2px;
}

.social-icon>li>a:hover .fa-facebook-f {
    color: #3b5998;
}

.social-icon>li>a:hover .fa-linkedin-in {
    color: #0077b5;
}

.social-icon>li>a:hover .fa-twitter {
    color: #00acee;
}

.custom_divider {
    border-bottom: 1px solid #fff;
}

.footer-tag-line {
    text-align: center;
    color: #99a2b3;
    padding: 5px 0;
}

.bg-contents {
    background: rgba(0, 0, 0, .4);
    /*border: 4px solid #1eb954;*/
    padding: 20px;
    border-radius: 12px;
    margin-top: 70px;
}

.bg-arrow::after {
    content: '';
    width: 107px;
    height: 100px;
    animation: animName 2s infinite;
    background: url(../img/navigation.png)no-repeat;
    position: absolute;
    z-index: 102;
    display: block;
    top: 38%;
    /* right: -58px; */
    transform: rotate(45deg);
}

.bg-contents h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.bg-contents p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    padding: 0px;
    text-align: justify;
    word-break: break-all;
}

.container-1 {
    padding: 0 !important;
}

.help-box h5 {
    margin: 16px 0 9px;
    font-size: 16px;
}

#bar {
    position: relative;
    z-index: 999 !important;
    margin-top: 70px;
}

.af-form>h2 {
    text-align: center !important;
    font-size: 22px !important;
    margin: 20px 0 !important;
    color: aliceblue !important;
}

#af-form-1910374473 {
    background: rgba(0, 0, 0, .4) !important;
    border: 4px solid #1eb954 !important;
    border-radius: 12px !important;
}

#af-form-1910374473 .af-body input.text,
#af-form-1910374473 .af-body textarea {
    background-color: #FFFFFF;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    color: #000000 !important;
}

#af-form-1910374473 .af-selectWrap select {
    background: #FFFFFF;
    padding: 12px 8px;
    font-size: 16px;
    border-radius: 4px;
}

.icon-bar a {
    position: fixed;
    top: 50%;
    right: -190px;
    transition: 0.7s;
    padding: 15px;
    width: 230px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000000;
}

.icon-bar a:hover {
    background-color: #000;
    right: 0;
}

.facebook {
    background: #f12711;
    background: -webkit-linear-gradient(to left, #f5af19, #f12711);
    background: linear-gradient(to left, #f5af19, #f12711);
    color: white;
    top: 40% !important;
}

.facebook:hover {
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
    border: 0.5px solid #fff;
}

.twitter:hover {
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
    border: 0.5px solid #fff;
}

.google:hover {
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
    border: 0.5px solid #fff;
}

.facebook>i {
    margin-right: 20px;
}

.twitter>i {
    margin-right: 20px;
}

.google>i {
    margin-right: 20px;
}

.twitter {
    background: #00c6ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0072ff, #00c6ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.google {
    background: #DA22FF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #9733EE, #DA22FF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    top: 60% !important;
}

.icon-bar-google {
    position: fixed;
    top: 42%;
    left: -39px;
    transition: 0.79s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000000;
}

.icon-bar-google img {
    position: fixed;
    transition: 2s;
    text-decoration: none;
    background: #000;
    filter: brightness(135%);
    opacity: 0.6;
    padding: 20px 10px 20px 10px;
    width: 150px;
    font-size: 20px;
    border-radius: 0 0 20px 20px;
    transform: rotate(-90deg);
    z-index: 1000000;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    cursor: pointer;
    display: none;
    width: 109px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 10000000;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/blue-rotating-light-ring.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}