@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,100);
.btn,
body {
    font-size: 15px;
    font-weight: 400
}

.bread_crump ul li,
.bread_crump ul li a {
    display: inline;
    color: #FFF
}

.bread_crump ul,
.right_menu ul,
ul li {}

.navbar .navbar-nav li a,
body {
    font-family: Roboto, sans-serif;
}

p {
    text-align: justify;
}

body {
    color: #666;
    background: #fff
}
.section-header-ul(margin-left:30px !important;)

.btn-border {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff !important
}

.btn-border:hover {
    background: rgba(255, 255, 255, .08)
}

.clear {
    clear: both
}

.row {
    padding: 30px 0
}

h1 {
    font-size: 50px
}
.btn:not(.btn-link):not(.btn-flat), .btn-default:not(.btn-link):not(.btn-flat) {
    color: rgb(255 255 255 / 84%);
}
.btn, body {
    border: 1px #fff solid;
}
.banner-h{text-align:end;}

.round-baar,
.round-baar a {
    font-size: 20px;
    text-align: center
}

.new_no_padding,
.no_padding {
    padding: 0 !important
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff
}

.white {
    color: #FFF
}

.no_padding {
    margin: 0 !important
}

.flot_left {
    float: left;
    margin-right: 10px
}

.flot_right {
    float: right;
    margin-left: 10px
}

.bread_crump ul {
    padding: 0;
    margin: 0
}

.bread_crump ul li a {
    padding: 0 10px
}

.bread_crump ul li a:hover {
    display: inline;
    color: #00b3ff
}

.right_menu {
    background: linear-gradient(to right, #e9e9e9, #f6f6f6)
}

.right_menu ul {
    padding: 0 !important;
    margin: 0 !important
}

.right_menu ul li {
    line-height: 45px;
    border-bottom: 3px #FFF solid;
    color: #333
}

.right_menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 0 10px
}

.right_menu ul li a.hover,
.right_menu ul li a:hover,
.round-baar {
    background: linear-gradient(to right, #1c2069, #8514de);
    color: #FFF
}

.right_menu ul li a.hover,
.right_menu ul li a:hover {
    text-decoration: none;
    display: block
}

.round-baar {
    border-radius: 70%;
    padding: 50px 0;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 10px 10px 10px #999
}

.round-baar a {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase
}

.contact_submit,
.contact_submit:hover {
    padding: 13px 15px;
    color: #FFF;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-transform: uppercase
}

.contact_submit {
    background: linear-gradient(to right, #47028d, #05aaff)
}

.contact_submit:hover {
    background: linear-gradient(to right, #00e7fc, #e400ff)
}

.section {
    padding: 40px 0
}

.section-header .section-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700
}

.section-header .section-subtitle {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0
}

.title-small,
.who_we_title {
    font-size: 38px;
    color: #3f51b5
}

.title-small {
    margin-bottom: 30px;
    line-height: 50px
}

.who_we_title {
    line-height: 40px
}

.content-wrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.show-menu .content-wrap {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.navbar-fixed-top {
    padding: 15px 0
}

.affix {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    padding: 0 !important;
    background: #2c2d6e !important
}

.ball-triangle-path>div:nth-child(1),
.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

.sticky-navigation .row {
    padding: 0
}

.navbar.menu-wrap .navbar-header {
    margin: 0 85px;
    float: none
}

.navbar.menu-wrap {
    position: fixed;
    width: 250px;
    top: 0;
    right: 0;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.navbar-nav {
    margin: 0;
    float: none
}

.navbar .navbar-nav li {
    float: none
}

#features .features .icon,
#services .services .icon {
    float: left;
    text-align: center
}

.navbar .navbar-nav li a {
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.navbar .navbar-nav li .active a,
.navbar .navbar-nav li a:hover {
    color: #333;
}

.show-menu .navbar.menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.navbar.menu-wrap .navbar-form {
    padding: 10px 20px;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    display: block
}

.navbar.menu-wrap .navbar-form .form-control {
    display: block;
    width: 100%
}

.logo-left {
    color: #fff;
    font-size: 24px
}

.logo-left i {
    margin-right: 7px
}

.hero-area .contents .btn,
.hero-area2 .contents .btn {
    margin: 15px
}

.logo-right {
    margin-bottom: 15px
}

.close-button {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 30px;
    overflow: hidden;
    text-indent: 10px;
    border: none;
    background: 0 0;
    color: transparent
}

.close-button::after,
.close-button::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7
}

.hero-area,
.hero-area2 {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-button:hover:after,
.close-button:hover:before {
    background: #fff
}

.navbar .navbar-header {
    padding: 13px 0
}

.menu-icon {
    background: 0 0;
    border: none;
    margin-right: 15px
}

.menu-icon i {
    font-size: 50px
}

.menu-icon i:hover {
    color: #fff
}

@media (max-width:768px) {
    body.toggled {
        position: fixed
    }
}

.hero-area {
    background: url(../img/hero-area.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.hero-area2 {
    background: url(../img/inner-banner.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 100px
}

.hero-area .sticky-navigation,
.hero-area2 .sticky-navigation,
.slider-area .sticky-navigation {
    background: 0 0
}

#features .features .icon i,
#services .services .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%
}

.hero-area2 .contents h1 {
    font-size: 30px;
    font-weight: 100
}

.hero-area2 .contents p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.hero-area .contents h1 {
    font-size: 30px;
    font-weight: 100
}

.hero-area .contents p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.slider-area {
    margin-top: -1px
}

.slider-area h1 {
    font-weight: 100
}

.slider-area p {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

#features,
#services {
    background: #fff
}

.slider-area .btn {
    margin: 15px
}

.slider-area .large_white {
    color: #fff
}

@media (min-width:1200px) {
    .hero-area {
        padding: 280px 0
    }
    .hero-area h1 {
        font-size: 50px !important
    }
}

#features .features .features-text,
#services .services .services-text {
    padding-left: 80px
}

#features .features {
    margin: 30px 0
}

#features .features .icon i {
    font-size: 36px;
    color: #3f51b5
}

#features .features h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #3f51b5
}

#features .features .features-text p {
    margin: 0
}

#services .services {
    margin: 30px 0
}

#services .services .icon i {
    font-size: 36px;
    color: #3f51b5
}

#services .services h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #3f51b5
}

#services .services .services-text p {
    margin: 0
}

#services .title-small {
    text-align: center
}

#services .btn-lg {
    width: 220px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    text-transform: uppercase
}

#services .btn-lg i {
    padding-right: 5px
}

#services .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff
}

#services .content-left,
#services .content-right {
    position: relative;
    top: 60px
}

#services .content-left span {
    float: right;
    margin-left: 25px
}

#services .content-right span {
    float: left;
    margin-right: 25px
}

#services .box-item {
    padding-bottom: 40px
}

#services .box-item .icon {
    background: #3F51B5;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

#services .box-item .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#services .box-item .text h4 {
    color: #444;
    font-weight: 100;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase
}

#services .box-item .text p {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px
}

#cta .title-small,
#services .box-item:hover .icon i,
#why,
#why .content .list-item li {
    color: #fff
}

#services .box-item:hover .icon {
    background: #3F51B5
}

#services .show-box {
    padding: 22px 64px
}

#why {
    background: url(../img/why-bg.jpg);
    background-size: cover
}

#why .content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 0;
    font-weight: 100
}

#why .content .list-item li {
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase
}

#why .content .list-item li i {
    font-size: 32px;
    padding-right: 5px;
    vertical-align: middle
}

#why img {
    float: right
}

#why .feature-item {
    padding: 48px 0
}

#cta {
    width: 100%;
    background: url(../img/about-header-bg.jpg) no-repeat;
    background-size: cover
}

#cta .drawer {
    float: left;
    margin-right: 40px
}

.main-feature-gray {
    background: #FFF
}

#screenshot {
    background-color: #ffffff
}

#screenshot .section-header {
    margin-bottom: 80px
}

#screenshot .portfolio-item {
    padding: 30px 0
}

#screenshot .portfolio figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer
}

#screenshot .portfolio figure img {
    width: 100%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease 0s
}

#screenshot .portfolio figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 50px;
    color: #fff
}

#screenshot .portfolio figure figcaption .heading {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15%;
    padding: 0 62px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease 0s
}

#screenshot .portfolio figure figcaption .heading p {
    padding: 0 24px;
    font-size: 16px
}

#screenshot .portfolio figure .icon {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease 0s
}

#screenshot .portfolio figure .icon i {
    font-size: 38px
}

#screenshot .portfolio figcaption:hover .heading {
    top: 20%
}

#screenshot .portfolio figcaption:hover .icon {
    top: 60%
}

#screenshot .portfolio figure.effect-julia figcaption {
    background: rgba(63, 81, 181, .8);
    opacity: 0;
    -webkit-transition: 1s ease .15s;
    -moz-transition: 1s ease .15s;
    -o-transition: 1s ease .15s;
    transition: 1s ease .15s
}

#screenshot .portfolio figure.effect-julia figcaption:hover {
    opacity: 1
}

#screenshot .portfolio figure.effect-julia:hover img {
    -webkit-transform: scale3d(1.2, 1.3, 1);
    -moz-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1)
}

#other-features {
    padding-bottom: 35px
}

#other-features .features-content {
    padding: 30px 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#other-features .features-content .icon i {
    font-size: 30px;
    color: #ccd0d2;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#other-features .features-content h3 {
    color: #385461;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300
}

#other-features .features-content p {
    color: #909090;
    line-height: 22px;
    padding: 0 4px
}

#other-features .features-content:hover h3,
#other-features .features-content:hover i {
    color: #3f51b5
}

#other-services {
    padding-bottom: 35px
}

#other-services .services-content {
    padding: 30px 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#other-services .services-content .icon i {
    font-size: 30px;
    color: #ccd0d2;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#other-services .services-content h3 {
    color: #385461;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300
}

#other-services .services-content p {
    color: #909090;
    line-height: 22px;
    padding: 0 4px
}

#other-services .services-content:hover h3,
#other-services .services-content:hover i {
    color: #3f51b5
}

#testimonial {
    width: 100%;
    background: url(../img/testimonial-bg.jpg)
}

#testimonial .section-title {
    color: #fff;
    font-size: 46px
}

#testimonial .section-subtitle {
    color: #fff;
    font-size: 13px
}

#testimonial .carousel-inner p {
    color: #fff;
    letter-spacing: 1px;
    padding: 0 20px
}

#contact .info,
#counter {
    padding: 15px 0
}

#testimonial .carousel-inner p a {
    color: #fff
}

#testimonial .carousel-inner .meta {
    margin-top: 50px
}

#testimonial .carousel-inner .meta p {
    color: #ccc
}

#testimonial .carousel-inner .meta p a {
    color: #fff
}

#testimonial .carousel-indicators {
    position: absolute;
    bottom: -40px
}

#testimonial .carousel-indicators li {
    background-color: #697e88;
    border-color: #697e88
}

#testimonial .carousel-indicators .active {
    background-color: #fff;
    border-color: #fff
}

#counter {
    background: url(../img/about-header-bg.jpg) no-repeat #2c2d6e
}

#counter .counter-item .icon {
    text-align: center
}

#counter .counter-item .icon i {
    font-size: 54px;
    color: #d0d0fc;
    line-height: 64px
}

#counter .counter-item h5 {
    text-align: center;
    color: #cacafc;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px
}

#counter .counter-item hr {
    width: 50px;
    margin: 0 auto;
    height: 2px;
    background: #FFF
}

#counter .timer {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    color: #FFF
}

#clients .client-item-wrapper {
    text-align: center
}

#contact {
    background: #ecf0f1
}

#contact .info .icon {
    margin-bottom: 20px
}

#contact .info .icon i {
    font-size: 36px;
    color: #3f51b5
}

#contact .info h4 {
    color: #385461;
    font-size: 24px;
    font-weight: 400
}

#contact .info p {
    color: #909090
}

.contact-form {
    margin-top: 52px
}

.contact-form i {
    position: absolute;
    right: 15px
}

.contact-form .form-control {
    margin-bottom: 28px
}

#footer {
    position: relative;
    background: url(../img/footer-bg.jpg) #15115d no-repeat;
	padding:40px 0;
}

#footer h3 {
    color: #fff;
    font-weight: 900
}
#footer ul{    
text-align:center;
}
#footer ul li{    
	display:inline;
	border-right:1px #fff solid;
	}
#footer ul li:last-child{    
	border-right:none;
	}	
#footer ul li a {
    color: #e1cefb;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    line-height: 28px;
    text-transform: uppercase;
	display:inline;
	margin:0 20px;
	
}

#footer ul li a:hover {
    color: #fff;
}

.footer_p {
    color: #e1cefb;
    margin-top: 12px
	text-align:center;
}

.footer_border {
    border-top: 1px #a876e2 solid
}

#copyright {
    background: #02013e
}

#copyright .copyright-text {
    color: #fff;
    margin-top: 15px;
    text-align: center
}

#copyright .copyright-text a {
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #902dde;
    padding: 0 10px;
    border-right: 1px #511496 solid
}

.social,
.social i:hover {
    color: #fff
}

#copyright .copyright-text a.none {
    border-right: none
}

.back-to-top {
    position: absolute;
    top: -28px;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 -30px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center
}

.back-to-top i {
    line-height: 56px;
    font-size: 42px
}

.social {
    display: inline-block;
    margin: 10px 2px
}

.social i {
    width: 25px;
    font-size: 13px;
    height: 25px;
    background: rgba(255, 255, 255, .18);
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.social .fa-facebook:hover {
    background: #3B5998
}

.social .fa-twitter:hover {
    background: #00ACED
}

.social .fa-google-plus:hover {
    background: #DD4B39
}

.social .fa-linkedin:hover {
    background: #007BB6
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999
}

.loader-inner {
    position: animation;
    top: 50%;
    left: 50%
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}

.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #3f51b5
}

.ball-triangle-path>div:nth-of-type(1) {
    top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@media (min-width:320px) {
    #counter {
        background-color: #2c2d6e;
        padding: 15px 0
    }
}