:root {
    --font: 'Josefin Sans';
    --yellow: #FFDD00;
    --blue: #2A3CB7;
    --primary: #2A3CB7 !important;
    --light: #F7F8F9;
    --dark: #000;
}

body {
    font-family: var(--font);
    font-weight: 400;
    font-size: 18px;
    scroll-behavior: smooth;
}

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

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgb(42 60 183) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 30px auto;
    box-shadow: 0px 0px 25px 3px rgb(255 221 0);
}

a.play-btn.play-sm {
    width: 50px;
    height: 50px;
    margin: 0px 28px;
}

/* triangle */
.play-sm.play-btn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 15px solid #fd0;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fd0;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.header .container-fluid, .section > .wrapper, .footer > .wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.header .navbar .nav-link, .header .navbar .nav-item.active .nav-link {
    color: #fff;
    font-size: 22px;
}

.header .navbar .nav-link:hover {
    color: #fefefe;
}

.logonavs, .logo-holder, .topleft-nav {
    height: 60px;
}

.lgn_iner {
    display: flex;
    flex-direction: row;
}

.logo-holder {
    display: flex;
    background: var(--yellow);
}

.logo-holder .navbar-nav {
    flex-direction: row;
    align-items: center;
}

.logo-holder li {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    border-right: 2px solid var(--primary);
}

.logo-holder li>a {
    padding: .5rem .5rem !important;
}

.logo-holder li>a>img {
    height: 100%;
    max-width: 100%;
}

.topleft-nav {
    display: flex;
    flex-grow: 1;
    background: var(--yellow);
    padding: 0 .5rem;
}

.topleft-nav .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.topleft-nav li {
    align-items: center;
    margin: 0 0.25rem;
}

.topleft-nav li>a>button {
    width: 150px;
}

span.nav-scrl {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto auto;
    z-index: 1;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.btn-dark {
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-yellow {
    background-color: var(--yellow);
}

.text-yellow {
    color: var(--yellow) !important;
}

.bg-blue {
    background-color: var(--blue);
}

.border-yellow {
    border-color: var(--yellow);
}

.rotate-90 {
    transform: rotate(90deg);
}

.btn-round {
    border-radius: 27px;
    padding: 3px 15px;
}

.btn-wide {
    padding: 8px 10px;
}

.btn:not(.normal):link, .btn:not(.normal):visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.btn:not(.normal):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:not(.normal):active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn:not(.normal)::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn {
    position: relative;
}

.btn-white::after {
    background-color: #fff;
}

.btn.bg-yellow::after {
    background-color: var(--yellow) !important;
}

.btn-primary::after {
    background-color: var(--primary) !important;
}

.btn-light::after {
    background-color: var(--light) !important;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

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

.bg-transparent {
    background-color: transparent;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.btn-icon .material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}

.select2-container--default .select2-selection--single {
    border-radius: 54px !important;
}

.hero {
    background: var(--blue);
}

.hero-title {
    font-size: 1.50rem;
}

.hero-content {
    text-align: center;
    animation: fadeInDown;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.hero-content h3{
    font-size: 1rem;
    margin-bottom: 0;
}
.hero-buttons {
    animation: fadeInDown;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.hero-content img {
    margin: 0.2rem auto;
    max-height: 100px !important;
}

.hero {
    min-height: calc(100vh - 100px);
}
.hero-inner, .hero-container-full{
    min-height: calc(100vh - 350px);   
}

.hero-container-full {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.hero-scroller span {
    position: absolute;
    top: -1rem;
    background: transparent !important;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center;
    left: 0;
    right: 0;
}

.hero-scroller .hero-down-arrow {
    clear: both;
    font-size: 4rem;
    color: #000;
    display: block;
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
}

.hero-scroller .fa-down-second {
    margin-top: 16px;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }

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

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hero-scroller .hero-down-arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hero-scroller .hero-down-arrow.fa-down-first {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.section {
    margin: 3rem auto;
    overflow: hidden;
}

.icon-header {
    padding: 8px 15px;
    text-align: center;
    margin-bottom: .75rem;
}

.icon_body {
    padding: 8px 15px;
    text-align: center;
}

.icon_body h3 {
    font-size: 1.45rem;
}

.icon_body p {
    font-size: 1rem;
}

.icon-header >img {
    height: 50px;
}

.height-auto {
    height: auto !important;
}

.icon-card {
    height: 520px;
    border-radius: 0;
}

.icon-card.icon-yellow {
    background-color: var(--yellow);
}

.icon-card.icon-white {
    background-color: var(--light);
}

.icon-card.icon-blue {
    background-color: var(--blue);
    color: var(--white);
    margin-bottom: 1.75rem;
}

.icon-card .card-header {
    border-bottom: none !important;
    background-color: transparent ;
    padding: 0.5rem;
}

.icon-card .card-header h3 {
    margin-top: 0.25rem;
    font-size: 1rem;
}

.icon-card .card-body {
    text-align: center;
    padding-bottom: 0;
    padding: 0.5rem;
}

.icon-card .card-body p {
    font-size: .80rem;
}

.icon-card .card-footer {
    border-top: none;
    background-color: transparent;
    text-align: center;
    padding-top: 0;
}

.icon-card .card-header img {
    height: 40px;
    margin: 1rem auto;
}

.icon-yellow button {
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

.icon-white button {
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

.block_content h3 {
    color: var(--primary);
    margin-bottom: 15px;
}

/*animating circle*/
.circletarget {
    width: 350px;
    height: 350px;
    margin: 0 auto;
}

.ciclegraph {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
}

.ciclegraph:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: calc( 100% - 2px * 2);
    height: calc( 100% - 2px * 2 );
    border-radius: 50%;
}

.ciclegraph .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: calc( -20px / 2 );
    background: #fff;
    border-radius: 50%;
}

/* pulse */
.circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

.circle:before {
    content: "";
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/*animating circle end*/
.flip-box {
    background-color: transparent;
    width: 257px;
    height: 311px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

@media screen and (max-width: 576px) {
    .flip-box {
        width: 257px;
        height: 311px;
        margin: 1rem auto;
    }
}

.flip-blue .flip-box-front {
    background-color: var(--blue);
}

.flip-blue .flip-box-front h3 {
    color: #fff;
}

.flip-blue .svg-white-stroke svg>path {
    stroke: #fff !important;
}

.flip-yellow .flip-box-front {
    background-color: var(--yellow);
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box.flip-yellow .flip-box-back {
    background-color: var(--yellow) !important;
    transition: all 0.2s;
}

.flip-box.flip-blue .flip-box-back {
    color: #fff;
}

.flip-box.flip-blue .flip-box-back {
    background-color: var(--blue) !important;
    transition: all 0.2s;
}

/*.flip-box.flip-yellow:hover .flip-box-front {
    background-color: var(--blue) !important;
    transition: all 0.2s;
}

.flip-box.flip-yellow:hover .flip-box-front h3 {
    color: #fff !important;
}

.flip-box.flip-yellow:hover .flip-box-front svg>path {
    fill: #fff !important;
}

.flip-box.flip-blue:hover .flip-box-front h3 {
    color: #000 !important;
}

.flip-box.flip-blue:hover .flip-box-front:not(.svg-white-stroke) svg>path {
    fill: #000 !important;
}

.flip-box.flip-blue:hover .flip-box-front.svg-white-stroke svg>path {
    stroke: #000 !important;
}

.flip-box.flip-blue:hover .flip-box-front {
    background-color: var(--yellow) !important;
    transition: all 0.2s;
}
*/
/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
    padding: 5px;
}

/* Style the front side */
.flip-box-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-blue .flip-box-back {
    background-color: var(--blue);
    color: white;
    transform: rotateY(180deg);
}
.flip-yellow .flip-box-back{
    background-color: var(--yellow);
    color: black;
    transform: rotateY(180deg);
}

.flip-box-front h3 {
    margin: 1rem auto;
}

.testimonial {
    padding: 1rem .75rem;
}

.testimonial-content {
    padding: 1rem .75rem;
    text-align: center;
}

.testimonial-content img {
    margin-bottom: 1.75rem;
}

.testimonial-client {
    padding-top: 1rem;
    text-align: center;
}

.testimonial button.owl-dot {
    background: #fff;
    color: #000;
    border: 2px solid #000 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.testimonial button.owl-dot.active {
    background: #000;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.testimonial .owl-dots {
    margin: 1rem auto;
    text-align: center;
}

.wave_pattern_bg {
    background-color: var(--primary);
}

.wave_pattern_bg h1 {
    color: #fff;
    font-size: 1rem;
}

/*pricing table*/
.pricing-table._pricing_two {
    background: var(--blue);
}

.pricing-table {
    background: #2a3cb7;
    color: #fff;
}

.pricing-table table {
    margin-bottom: 0 !important;
}

.pricing-table td, .pricing-table th {
    text-align: center;
    color: #fff;
}

.pricing-table td>p {
    position: relative;
}

.pricing-table td, .pricing-table th {
    border-top: none;
}

.pricing-table tr>td:first-child, .pricing-table tr>th:first-child {
    border-right: 1px solid #fff;
}

th.pricing-group-header {
    background: var(--yellow);
    color: var(--blue);
}

td.pricing-group-footer {
    border-right: 0 !important;
    border-top: 1px solid #fff;
}

span.abs_info-box {
    position: absolute;
    top: 0px;
    right: 0;
}

span.abs_info-box.pull_up {
    top: -20px !important;
}

.pricing-table select {
    border-radius: 100px;
    width: 100px;
    margin: 0 auto;
}

.pricing_group {
    max-width: 50%;
    float: left;
}

.pricing-table._pricing_two {
    width: 100%;
    float: left;
}

.pricing-group-footer {
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 1.75rem 0.75rem;
}

/*pricing table*/
footer {
    background: var(--primary);
    width: 100%;
    float: left;
    overflow: hidden;
}

.footer-top {
    background: var(--blue);
    padding: 2rem 0;
}

.svg-white svg, .svg-white svg>path {
    fill: #fff !important;
}

.svg-yellow svg, .svg-yellow svg>path {
    fill: var(--yellow) !important;
}

#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.navbar-brand, .logonavs, .logo-holder, .topleft-nav {
    z-index: 1;
}

div#footer-particle {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.footer {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-bottom {
    background: var(--blue);
}

.social-share {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

.social-share li {
    text-align: center;
    line-height: 3;
}

.social-share li>a {
    display: block;
    padding: 3px 6px;
}

.social-share li>a>img, .social-share li>a>svg {
    width: 30px;
    height: 30px;
}

.footer-content h3 {
    color: #fff;
    text-align: center;
}

.footer-navs {
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.footer-navs li {
    display: block;
}

.footer-navs li>a {
    color: #fff;
    padding: 4px 4px;
    display: block;
    transition: all .2s;
    font-weight: 300;
}

.footer-navs li>a:hover {
    transition: all .2s;
    color: #fff;
}

.copyright p {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-top,.footer-bottom {
    width: 100%;
}

/*Get Started Form*/
.form_wrapper {
    padding: 3rem;
    border-radius: 54px;
}

.form_wrapper label {
    color: #000;
    font-size: 0.8rem;
}

.form_wrapper .form-row {
    margin-bottom: .75rem;
}

.form_wrapper button {
    border-radius: 29px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.form_wrapper .select2-container .select2-selection--single {
    height: 38px;
}

.form_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.form_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.form_wrapper .select2-container--default .select2-selection--single {
    border-radius: 100px;
}

.form_wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.form_wrapper input, .form_wrapper select, .form_wrapper textarea {
    border-radius: 100px;
    font-size: 0.8rem;
}

.form_wrapper .input-group-prepend {
    /* border-top-left-radius:100px; */
}

.form_wrapper .input-group-text {
    background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

/*GEt Start Form end*/
@media screen and (min-width: 576.98px) {
    .hero-content img {
        max-height:350px !important;
    }
}

@media screen and (min-width: 767.98px) {
    .hero {
        min-height: calc(100vh - 200px);
    }
    .hero-inner, .hero-container-full{
        min-height: calc(100vh - 250px);   
    }.hero-container-full{
        margin-bottom: 25px;
    }
    .hero-content h3{
        font-size: 1.75rem;
    }
    .form_wrapper input, .form_wrapper select, .form_wrapper textarea {
        font-size: 1rem;
    }

    .form_wrapper {
        border-radius: 54px;
        padding: 3rem;
    }

    .form_wrapper label {
        font-size: 1rem;
    }

    .wave_pattern_bg {
        background: url('../images/waves.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wave_pattern_bg h1 {
        color: var(--primary);
        font-size: 2.5rem;
    }

    .hero-buttons button {
        font-size: 1.25rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content img {
        max-height: 400px !important;
    }

    .icon-card {
        border-radius: 0;
        height: 540px;
        margin-bottom: 1.75rem;
    }

    .social-share {
        margin-left: 0;
        text-align: left;
    }

    .social-share li>a>img,.social-share li>a>svg {
        width: 30px;
        height: 30px;
    }

    .footer-navs {
        text-align: left;
    }

    .footer-content {
        padding-top: 3rem;
    }

    .footer-content h3 {
        text-align: left;
        font-size: 1.5rem;
    }

    /* .footer-top {
        width: 44.33%;
        padding: 1.25rem 1rem 1rem 3rem;
    }

    .footer-bottom {
        width: 55.33%;
        padding: 1.25rem 1rem 3rem 3rem;
    }*/
    .footer-top, .footer-bottom {
        float: left;
    }

    .btn-wide {
        padding: 8px 25px;
    }

    .icon-card .card-header h3 {
        font-size: 1.60rem;
        margin-bottom: 0;
    }

    .icon-card .card-header img {
        height: 60px;
    }

    .icon-card .card-body p {
        font-size: .95rem;
    }
}

@media screen and (min-width: 991.98px) {
    .navbar-brand img {
        height:60px;
    }

    .logo-holder li>a>img {
        height: 40px;
    }

    .logo-holder li>a {
        background: var(--yellow);
        padding: .5rem .5rem !important;
    }

    .topleft-nav .navbar-nav {
        flex-grow: 1;
    }

    /* .footer-top {
        width: 25.33%;
        padding: 1.25rem 1rem 1rem 3rem;
    }

    .footer-bottom {
        width: 74.67%;
        padding: 1.25rem 1rem 3rem 3rem;
    }*/
}

@media screen and (min-width: 767.98px) and (max-width:992px) {
    .logonavs, .logo-holder, .topleft-nav {
        height:30px;
    }

    .logo-holder li>a>img {
        height: 20px;
    }

    .navbar-brand img {
        height: 20px;
    }

    .logo-holder li>a {
        padding: 0 .25rem !important;
    }

    .topleft-nav li>a>img {
        height: 15px;
    }

    .topleft-nav {
    }
}

@media screen and (max-width: 767px) {
    .hero-buttons button {
        display:block;
        margin: .5rem auto;
        width: 70%;
    }

    .logo-holder {
        position: relative;
    }

    .arrow-helper {
        position: absolute;
        right: 12px;
        top: 65px;
        z-index: 999;
        display: block;
    }

    .arrow-helper.move_left {
        right: 5px;
    }

    .arrow-helper span {
        width: 170px;
        height: 2px;
        background: #fff;
        display: block;
    }

    .arrow-helper span:last-child {
        margin-top: 5px;
    }

    span.arrow-helper.move_right::after {
        position: absolute;
        content: '\e315';
        font-family: 'Material Icons';
        font-size: 30px;
        z-index: 1;
        color: #fff;
        right: -18px;
        top: -17px;
    }

    span.arrow-helper.move_left::after {
        position: absolute;
        content: '\e314';
        font-family: 'Material Icons';
        font-size: 30px;
        z-index: 1;
        color: #fff;
        right: 103px;
        top: -17px;
    }

    .no-gutters-mobile {
        margin-left: 0;
        margin-right: 0;
    }

    .no-gutters-mobile>.col, .no-gutters-mobile>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

    .logonavs {
        position: relative;
        overflow: hidden;
    }

    .lgn_iner {
        position: absolute;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 0;
        left: 0;
        right: 0;
        white-space: nowrap;
    }

    .logo-holder li>a>img {
        height: 64px;
        width: 229px;
    }

    .logo-holder li {
        width: 150px;
    }

    .logo-holder .nav-link {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .logo-holder, .topleft-nav {
        height: 54px;
    }
    .play-btn{
        width: 70px;
        height: 70px;
        margin: 15px auto;
    }
}
