/* Table Of Contents */


/* General Styling and Tags

Google Font

1.Feature
  - features section

2.About
   - about Section

3.Services
   - .our-services

4.Team
  - team section

5.Video Parallax
 - parallax section

6.Work
  - work section

7. Price
  - .price section

 8.Blog
 - blog section

9.Client
 - client section

10. Testimonial
    - testimonials section

11.Map Section
  - .map section

12.Contact
 - Contact section

13.Footer
 - footer

 14. Responsive
 - Media Quries
                    */



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

/* ===================================
    Typography
====================================== */

/* font family */

.alt-font {font-family: 'Montserrat', sans-serif; font-weight: 500}
.main-font {font-family: 'Roboto', sans-serif;}


.morphext > .animated {
    display: inline-block;
}

/* header */
.header-social-icon a{
    width: 2em;
    height: 2em;
    font-size: 0.9em;
    line-height: 2.1em;
    color: #1c1f21;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;

}

.nav-line li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-line li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 1px;
    border-radius: 5px;
    bottom: 22px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #17ACC6 !important;
}
.header-appear .nav-line li a:before{
    bottom: 17px;
}
.navbar-fixed-top.bottom-nav {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0;
}
.navbar-fixed-top.bottom-nav .menu_bars{
    display: none;
}
.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
}

/*Side Nav */

.menu_bars {
    position: fixed;
    width: 30px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right: 3%;
    padding: 11px 10px;
    top: 12px;
    color: #FFF;
}
.header-appear .menu_bars{
    top: 5px;
}

.menu_bars span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: 9px;
    right: 0;
}


.menu_bars .t1 {
    margin-top: -4px;
}

.menu_bars .t3{
    top: 28px;
    margin-top: 4px;
}
.menu_bars:hover .t1,.menu_bars:hover .t3{
    width: 100%;
}

.header-appear .menu_bars span{
    background:#0b0b0b;
}

.pushmenu {
    background:#fff;
    width:300px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    box-shadow:3px 0 3px 3px #5c5c5c;
}

.pushmenu-right {
    right: -300px;
}

.side-nav .menu_bars.active.right {
    background:#fff;
    right: 290px;
    width: 35px;
}

.menu_bars.active.right {
    padding: 15px;
    top: 75px !important;
    z-index: 9999;
}

.side-nav .menu_bars.active.right span {
    width: 24px;
    height: 2px;
    background:#0b0b0b;
}

.menu_bars.active span.t1 {
    margin-top: -5px;
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.side-nav .menu_bars.active.right span .t2 {
    margin: 4px;
}

.side-nav .menu_bars span.t2 {
    margin: 4px 0;
}

.menu_bars.active span.t2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars.active span.t3 {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-12px) rotate(-135deg);
}

.pushmenu .push-logo {
    display:block;
    position: relative;
    z-index: 9999;
    width: 115px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.pushmenu .list-inline{
    float: right;
    margin-right: 100px;
    margin-top: 12px;
}
.push-bottom{
    position: absolute;
    bottom: 30px;
}

.pushmenu .push_nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top:10%;
    padding: 0;
    background: transparent;
}

.pushmenu .push_nav li {
    display: block;
    font-size: 14px;
    padding:0 45px;
    text-transform: capitalize;
    font-weight: 300;
}

.pushmenu .push_nav > li > a,.header-appear .pushmenu .push_nav > li > a {
    color: #0b0b0b !important;
}

.pushmenu .push_nav > li > a > i {
  font-size: 9px;
    float: right;
    line-height: 20px;
    margin-right: 3px;
}

.pushmenu .social_icon {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 0;
}

.sidebar_menu .small-icon li {
    margin: 0;
}

.sidebar_menu .small-icon li a {
    color: #fff;
}

.sidebar_menu .small-icon li a:hover {
    color: #fff;
}
.pushmenu .push_nav > li a {
    display: block;
    padding:20px 0 5px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
.pushmenu .push_nav > li a:hover,.pushmenu .push_nav > li a:hover i{
color: #17ACC6 !important;
}
.pushmenu-bottom{
    position: absolute;
    bottom: 0;
    padding: 0 45px;
    display: block;
    text-align: center;
    width: 100%;
}
.pushmenu-icon a{
    width: 2em;
    height: 2em;
    margin: 2px;
    font-size: 0.9em;
    line-height: 2.1em;
    color: #868a8c;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #868a8c;
}
.pushmenu-icon{
 padding-bottom: 15px;
 border-bottom: 1px solid #cccccc;
}
.pushmenu-bottom p{
    padding: 20px 0;
    font-size: 13px;
    font-weight: 400;
    color: #989898;
}

/*-- Feature Section --*/

.text-line{
    position: relative;
    display: inline-block;
}

.text-line:before {
    left: -60px;
}
.text-line:after {
    right: -60px;
}
.text-line:before, .text-line:after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #2a6dd2;
    position: absolute;
    bottom: 11px;
}

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

.process-wrapp {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.process-wrapp li {
    display: inline-block;
    text-align: center;
    width: 33%;
    padding: 0 15px;
    cursor: pointer;
}
.process-wrapp li p{
    max-width: 280px;
    margin: 0 auto;
}

.process-wrapp li > .pro-step {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border: 1px solid #cdcdcd;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #00abc9;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp li:hover .pro-step {
    border: 1px solid #00abc9;
    -webkit-box-shadow: 0 0 25px 50px #00abc9 inset;
    box-shadow: 0 0 25px 50px #00abc9 inset;
    color: #fff;
}
.process-wrapp li .pro-step .fa{
    transition: all 0.05s;
}

.process-wrapp li:hover .pro-step .fa {
    color: #fff;
    transition: all 0.05s;
}

.process-wrapp li:first-child > .pro-step::before, .process-wrapp li:last-child > .pro-step::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li > .pro-step::before {
    left: -155%;
}

.process-wrapp li > .pro-step::after {
    left: 120%;
}

.process-wrapp li > .pro-step::before, .process-wrapp li > .pro-step::after {
    content: "";
    height: 1px;
    top: 50px;
    background: #cdcdcd;
    position: absolute;
    width: 135%;
    z-index: -1;
}

/*-- about section --*/
.half-section-left {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-icon{
    font-size: 40px;
}
.prog-item {
    margin-bottom: 25px;
}
.prog-item p {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
}
.prog-item .skills-progress {
    width: 100%;
    height: 2px;
    position: relative;
    background: rgb(238, 238, 238);
    border-radius: 5px;
}
.prog-item .skills-progress span {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 10%;
    background: rgb(0, 171, 201);
    border-radius: 10px;
    transition: all 1s;
}
.prog-item .skills-progress span::after {
    content: attr(data-value);
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(119, 119, 119);
}
.skills{
    text-align: left;
}

.single{
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* team */

.team-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    overflow: hidden;
}

.team-box .team-image {
    max-width: 370px;
    overflow: hidden;
    transform: scale(1);
    cursor: pointer;
}
.team-box img{
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.team-box:hover img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}

.extend-tag {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    bottom: 110px;

}

.flip {
    width: 250px;
}

.flip .front, .flip .back {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
}


.team-social a {
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid;
    color: #3d3d3d;
    margin-top: 10px;
}

.team-social a:hover i {
    color: #fff;
    transition: .1s;
}

/* parallax */
.bg-img1{
    background: url("../images/parallax-img1.jpg");
}
.bg-img2{
    background: url("../images/parallax-img2.jpg");
}
.bg-img3{
    background: url("../images/parallax-img3.jpg");
}
.bg-img4{
    background: url("../images/parallax-img4.jpg");
}
.bg-img5{
    background: url("../images/slide5.jpg");
}

/* Work Portfolio */

.gallery{
    width: 100% !important;
    height: 600px;
}

.portfolio .filtering .active {
    color: #fff;
    background:#00abc9;
    border: 1px solid #00abc9;
}

.portfolio .filtering span {
    background-color: #fff;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio .filtering span:hover{
    color: #00abc9;
    background:transparent;
    border: 1px solid #00abc9;
}
.portfolio .items {
    position: relative;
    margin-top: 30px;
}
.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img-overlay a {
    font-size: 20px;
    color: #5a5a5a;
    display: inline-block;
    text-align: center;
    height: 39px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #7d7d7d;
    border-radius: 50px;
}
.portfolio .item-img-overlay a:hover{
    color: #fff;
    background:#00abc9;
    border: 1px solid #00abc9;
}

/*-- counter --*/

.count-item{
    font-size: 50px;
    color: #fff;
}

/*-- price --*/
.price-item{
    border: 2px solid #FFFFFF;
    padding: 32px 21px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price-item.center {
    border: 2px solid #17acc6;
    background: #17acc6;
    color: #fff;
}
.price-item.center .price-tag{
    border-top:2px solid rgba(255, 255, 255, 0.57);
    border-bottom:2px solid rgba(255, 255, 255, 0.57)
}
.price-item.center ul.packages li,.price-item.center ul.packages li i{
    color: #fff;
}

.price-tag{
   padding: 15px 0;
    text-align: center;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}

.price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: initial;
}
.price .currency{
    font-size: 5.3rem;
    font-weight:800;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}
.price .month{
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
}
ul.packages{
    padding:20px 0;
    margin: 0 auto;
}
ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    color: #232323;
}
ul.packages li i {
    display: inline-block;
    width: 24px;
    color: #6d6d6d;
}

/*-- testimonials --*/
.bg-img3{
    background: url("../images/parallax-img3.jpg");
}
.left-half {
    width: 50%;
    padding: 60px 60px 60px 220px;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}
.testimonial-img{
    height: 85px;
    width: 85px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.owl-testimonial .owl-dots{
    position: absolute;
    right:20px;
    bottom: 5px;
}
.owl-testimonial .owl-dots .owl-dot span{
    width: 28px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    border-radius: 0;
}
.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span {
    background: #17ACC6;}

/* Blog */

.blog-item, .blog-image {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}

.blog-author-image {
    position: relative;
    display: inline-flex;
    margin-top: -35px;
    margin-right: 15px;
    z-index: 98;
    float: right;
}
.blog-author-image img{
    border-radius:50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.blog-item .line-height {
    line-height: 24px;
}

.btn.btn-rounded.btn-blog:hover i {
    color: #fff;
}

.owl-blog-item .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev {
    font-size: 18px;
    margin: 5px;
    padding: 2px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev .fa{
    line-height: 25px;
}

.owl-blog-item .owl-nav .owl-next:hover, .owl-blog-item .owl-nav .owl-prev:hover {
    background: #00abc9;
    border: 2px solid #00abc9;
}

.blog-item .padding-20px-lr {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 6px;
    border: 4px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 66px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #00abc9;
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 0 rgba(23, 172, 198, 0.4);
    cursor: pointer;
}
.owl-client .owl-item img {
    max-width: 160px;
    margin: 0 auto;
    opacity: 0.7;
}
.owl-client .owl-item img:hover {
    opacity: 1;
}

/*-- contact us --*/
.form-control{
    padding: 20px;
    border: none;
    background:#ececec;
}

#map {
    background:#c7c7c7;
    position: relative;
    height: 640px;
}

/* footer */
footer img{
    width: 90px;
    margin-bottom: 30px;
}

.footer-icon a{
    width: 2em;
    height: 2em;
    font-size: 0.9em;
    line-height: 2.1em;
    color:#909090;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #909090;
    margin: 2px;
    cursor: pointer;
}

/* blog page */

.page-title-small h1 {
    font-size: 20px;
    line-height: 26px;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.display-table-cell {
    display: table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.first-letter-block {
    font-size: 30px;
    height: 55px;
    line-height: 22px;
    padding: 15px 0;
    width: 55px;
    font-weight: 500;
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
}
.divider-full {
    width: 100%;
    height: 1px;
    display: inline-block;
}
.bg-medium-light-gray {
    background-color: #ededed;
}

.right-0 {
    right: 0;
}
.top-1 {
    top: 1px;
}
ul{
    padding: 0;
}
.blog-category li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-category li span {
    position: absolute;
    top: 3px;
    right: 0;
}
a, a:active,a:hover, a:focus {
    color: #6f6f6f;
    text-decoration: none;
}
.latest-post li {
    display: table;
    padding-bottom:15px;
}
.tag-cloud a {
    font-size: 10px;
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #232323;
    line-height: 18px;
}
.tag-cloud a:hover {
    background: #17acc6 ;
    color: #fff !important;
    border: 1px solid #17acc6 ;
}




/* loader */

#loader{
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 999999;
    background:#494949;

}
.loader-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Meadia Quries */

@media screen and (max-width: 1280px) {
    header .menu-logo-center .navbar-nav > li > a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .left-half {
        width: 100%;
        padding: 75px 15px;
        text-align: center;
    }
    .owl-testimonial .owl-dots {
        position: relative;
        right: auto;
        bottom: -10px;
    }
    .menu_bars {
        position: relative;}

    .header-appear .menu_bars,.menu_bars{
        top: -2px;
    }
    .side-nav .menu_bars.active.right {
        position: fixed;
    }

    .navbar-fixed-top.bottom-nav  {
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important;
        margin: 0;
    }

    .navbar-fixed-top.bottom-nav .menu_bars{
        display: block;
    }

}

@media screen and (max-width: 768px) {
    .team-box{
        height: 470px;
    }
    .process-wrapp {
        display: block;
    }

    .process-wrapp li {
        width: 100%;
    }

    .process-wrapp li > .pro-step::before,
    .process-wrapp li > .pro-step::after {
        display: none;
    }
    .pushmenu-bottom{
        display: none;
    }

}

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

}


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

}
/*------------------FP Bio USB Scanner-Bullet point-----------------*/
.bullet-list li{
    list-style: disc;
}
#product-2 img{
    float: right;
    width: 125px;
    height: 300px;
}
.btn1{
    background-color: rgb(108, 182, 231);
    border-radius: 10%;
    margin-left:    5px;
    margin-right: 50px;
    
    
}
.btn1 a{
    color: black;

}
.col-xs-12 h4{
        position: relative;
        margin-right: 80px;
        width: 400ps;
        height: 200px;
        left: 90px;
        padding-top: 25px;
}
.col-xs-12 p{
    padding-left: 120px;
}
.btn a{
    color: black;
}
.btn{
    background-color: rgb(108, 182, 231);
    border-radius: 4%;
    position: absolute;
    left: 100px;
    top: 150px;
}
