/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,800&display=swap');

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #696969;font-weight:300;line-height:30px;letter-spacing: 0.2px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Montserrat', sans-serif; color: #404854;}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;padding: 7.5rem 0;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #00bcd4;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.cbp-popup-lightbox .cbp-popup-next {background: url(../img/cbp-sprite.png) no-repeat scroll -46px 0 transparent;}
.cbp-popup-lightbox .cbp-popup-prev {background: url(../img/cbp-sprite.png) no-repeat scroll 0 0 }
.cbp-popup-lightbox .cbp-popup-close {background: url(../img/cbp-sprite.png) no-repeat scroll -92px 0 transparent;}
.hidden{display: none;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}



/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}


/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

/* background color */
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #03a9f5;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}



.gradient-bg2{
    background: #237afe;
    background: -moz-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: -webkit-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: linear-gradient(to right, #237afe 2%, #03a9f5 82%);
}

/* text-color */
.main-color{color: #f033b5;}
.alt-color{color: #03a9f5;}

.gradient-text1{
    background: #f033b5;
    background: -moz-linear-gradient(left, #f033b5 2%, #f2a2af 82%);
    background: -webkit-linear-gradient(left, #f033b5 2%,#f2a2af 82%);
    background: linear-gradient(to right, #f033b5 2%,#f2a2af 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f033b5', endColorstr='#f2a2af',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2{
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7004bc 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7004bc 82%);
    background: linear-gradient(to right, #3264f5 2%,#7004bc 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}


/* ===================================
   Services Section
====================================== */

.process-wrapp {
    text-align: center;
    cursor: pointer;
}

.process-wrapp > .service-heading{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
}

.process-wrapp > .pro-step {
    position: relative;
    z-index: 1;
}

.process-wrapp > .pro-step {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.process-wrapp:hover > .pro-step::before {
    content: "";
    background: transparent;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.process-wrapp > .pro-step.blue{
    background: #03a9f5;
}

.process-wrapp:hover .pro-step.blue{
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(0, 188, 212);
    box-shadow:0 0 0 0 rgb(0, 188, 212);
}

.process-wrapp > .pro-step.midnight{
    background: #29c8d7;
	box-shadow: 0px 0px 10px black;
}

.process-wrapp:hover .pro-step.midnight{
    -webkit-animation: itg_pulse_midnight 1s infinite;
    -o-animation: itg_pulse_midnight 1s infinite;
    animation: itg_pulse_midnight 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(234, 11, 44);
    box-shadow:0 0 0 0 rgb(234, 11, 44);
}

.process-wrapp > .pro-step.purple{
    background: #0deb1e;
}

.process-wrapp:hover .pro-step.purple{
    -webkit-animation: itg_pulse_purple 1s infinite;
    -o-animation: itg_pulse_purple 1s infinite;
    animation: itg_pulse_purple 1s infinite;
    -webkit-box-shadow:5 5 5 5 rgb(13, 235, 30)!important;
    box-shadow:5 5 5 5 rgb(13, 235, 30)!important;
	/* box-shadow:0 0 0 0 rgb(149, 86, 245); */
}

.process-wrapp > .pro-step.pink{
    background: #f021b6;
}

.process-wrapp:hover .pro-step.pink{
    -webkit-animation: itg_pulse_pink 1s infinite;
    -o-animation: itg_pulse_pink 1s infinite;
    animation: itg_pulse_pink 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(240, 33, 182);
    box-shadow:0 0 0 0 rgb(240, 33, 182);
}

/* ===================================
   About Section
====================================== */


.heading-area .sub-title{
    font-size: 18px;
    font-weight: 400;
}

.heading-area .title{
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0 25px;
}


/* ===================================
   Counters
====================================== */

.counter-list{
    margin: 0;
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.counter-item{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.counter-item i{
    font-size: 36px;
}

.counter-item .counter-number{
    font-size: 32px;
    margin: 5px 0;
}

.counter-item .sub-title{
    font-weight: 400;
    line-height: 1.2;
}


/* ===================================
   Animations
====================================== */

/*Fade*/
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

/*Blue*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@-o-keyframes itg_pulse_blue {
    0% {
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

/*Midnight*/
@-webkit-keyframes itg_pulse_midnight {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@-o-keyframes itg_pulse_midnight {
    0% {
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes itg_pulse_midnight {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

/*purple*/
@-webkit-keyframes itg_pulse_purple {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(149, 86, 245, 0.9);
        box-shadow: 0 0 0 5px rgba(149, 86, 245, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(149, 86, 245, 0.6);
        box-shadow: 0 0 0 10px rgba(149, 86, 245, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(149, 86, 245, 0.3);
        box-shadow: 0 0 0 15px rgba(149, 86, 245, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(149, 86, 245, 0.1);
        box-shadow: 0 0 0 20px rgba(149, 86, 245, 0.1);
    }
}
@-o-keyframes itg_pulse_purple {
    0% {
        box-shadow: 0 0 0 5px rgba(149, 86, 245, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(149, 86, 245, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(149, 86, 245, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes itg_pulse_purple {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(149, 86, 245, 0.9);
        box-shadow: 0 0 0 5px rgba(149, 86, 245, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(149, 86, 245, 0.6);
        box-shadow: 0 0 0 10px rgba(149, 86, 245, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(149, 86, 245, 0.3);
        box-shadow: 0 0 0 15px rgba(149, 86, 245, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(149, 86, 245, 0.1);
        box-shadow: 0 0 0 20px rgba(149, 86, 245, 0.1);
    }
}

/*pink*/
@-webkit-keyframes itg_pulse_pink {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(240, 33, 182, 0.9);
        box-shadow: 0 0 0 5px rgba(240, 33, 182, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(240, 33, 182, 0.6);
        box-shadow: 0 0 0 10px rgba(240, 33, 182, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(240, 33, 182, 0.3);
        box-shadow: 0 0 0 15px rgba(240, 33, 182, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(240, 33, 182, 0.1);
        box-shadow: 0 0 0 20px rgba(240, 33, 182, 0.1);
    }
}
@-o-keyframes itg_pulse_pink {
    0% {
        box-shadow: 0 0 0 5px rgba(240, 33, 182, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(240, 33, 182, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(240, 33, 182, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(240, 33, 182, 0.1);
    }
}

@keyframes itg_pulse_pink {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(240, 33, 182, 0.9);
        box-shadow: 0 0 0 5px rgba(240, 33, 182, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(240, 33, 182, 0.6);
        box-shadow: 0 0 0 10px rgba(240, 33, 182, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(240, 33, 182, 0.3);
        box-shadow: 0 0 0 15px rgba(240, 33, 182, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(240, 33, 182, 0.1);
        box-shadow: 0 0 0 20px rgba(240, 33, 182, 0.1);
    }
}

@media screen and (max-width:767px){
    #services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
        margin-bottom: 3rem;
    }
}


@media screen and (max-width:1366px){

    .fullnav-toggler,.fullnav-close{
        left: 25px;
    }

    .slider-social{
        display: none;
    }

    .nav-holder.style-2 .full-menu-navigation.left ul > li > a{
        padding: 10px 0 10px 30px;
    }

    header .nav-holder .shape-left {
        position: absolute;
        left: -280px;
        top: -190px;
        text-align: right;
        max-width: 600px;
    }

    header .nav-holder.active .shape-left {
        max-width: 750px;}

    .nav-holder.style-2 .full-menu-navigation {
        right: 180px;
        bottom: 110px;
    }

    .nav-holder .full-menu-navigation ul > li > a{
        font-size: 27px;
    }

    header .nav-holder .shape-right {
        right: -250px;
        max-width: 400px;
    }

    header .nav-holder.active .shape-right {
        right: -120px;}

    .nav-holder.style-2 .full-menu-detail {
        right: 135px;
    }

    .nav-holder .full-menu-detail p {
        font-size: 14px;}

}

@media screen and (max-width:1024px){
    .nav-holder.style-2{
        opacity: 0;
    }
    #aimated-cursor{
        display: none !important;
    }
}

@media screen and (max-width:991px){

    body{
        text-align: center;
    }

    .fullnav-toggler,.header-appear .fullnav-toggler{
        position: relative;
        left: auto;
        right: -20px;
        top: auto;
        cursor: pointer;
    }
    .navbar-top-default{
        margin-top: 0;
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .agency-widget > .widget .blog-latest-post > li .post-head{
        max-width: 200px;
    }

    .blog-post-navigation{
        padding: 4rem 0;
    }

    .agency-author {
        padding: 30px;
        text-align: left;
    }

    .blog-comment{
        margin-bottom: 4rem;
    }

    #testimonials-avatar{
        display: none;
    }

    .address-text a{
        display: block;
    }

    .quote-content {
        padding: 50px 50px;
    }
    .counter-list{
        padding-top: 50px;
    }

    #team .col-md-4:not(:nth-last-child(1)) .team-item{
        margin-bottom: 3rem;
    }
    #blog .col-lg-4:not(:nth-last-child(1)) .news-item{
        margin-bottom: 3rem;
    }

    .contact-us{
        text-align: left;
    }

    .contact-dots{
        display: none;
    }

    .contact-detail{
        padding: 0;
    }

}



@media screen and (max-width:767px){

    section, .section-padding{
        padding: 4.5rem 0;
    }

    #services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
        margin-bottom: 3rem;
    }

    #testimonials-avatar{
        display: none;
    }

    .heading-area .title {
        font-size: 35px;
    }

    .news-item .news-title {
        font-size: 25px;}

    header .nav-holder .shape-right{
        display: none;
    }

    header .nav-holder .shape-left{
        max-width: 100% !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        right: auto !important;
        height: 100vh;
        position: relative;
    }

    header .nav-holder .shape-left > img {
        display: none;
    }

    .counter-item i {
        font-size: 33px;
    }

    .counter-item .counter-number {
        font-size: 30px;
    }

    .counter-item .sub-title {
        font-size: 15px;
    }

    .nav-holder.style-2 .full-menu-navigation{
        position: relative;
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        transform: translateY(-50%);
        display: block;
        text-align: center;
    }

    .nav-holder .full-menu-navigation ul {
        display: inline-block;
    }

    .fullnav-close {
        right: 25px;
        left: auto;
    }

    .nav-holder.style-2.active {
        background: #00bcd4;
    }

    .post-title {
        font-size: 1.5rem;
    }

    .page-title h2 {
        font-size: 2.3rem;
    }

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

    .author-avatar{
        float: none;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .author-content{
        padding: 0;
        display: block;
    }
    .page-title {
        position: relative;
        text-align: center;
        padding: 150px 0px 90px;
        background-color: #562fb7;
    }
    

}

@media screen and (max-width:400px){
    .post-navigation .post-nav-content h6{
        display: none;
    }
}
@media screen and (max-width:575px) {
    .box {
        left: 43%;
    }
}
