@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
/************base*************/

body {
    color: #777;
    background-color: #fff;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

html,
body {
    height: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    /* remove scrollbar space */
    background: #222;
    /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */

::-webkit-scrollbar-thumb {
    background: white;
    outline: 1px solid #222;
}

a {
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #57b2f8;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-top: 20px;
    font-family: 'Saira Condensed', sans-serif;
}

.kleinequote {
    position: inherit;
    margin-top: 40px;
}

.kleinequote img {
    width: 25px;
    position: absolute;
    left: -10px;
    top: -4px;
    opacity: .3;
}

@media (max-width: 768px) {
    .kleinequote p {
        font-size: 13px;
    }
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}

.divided20 {
    width: 100%;
    height: 20px;
}

.divided30 {
    width: 100%;
    height: 30px;
}

.divided50 {
    width: 100%;
    height: 50px;
}

.divided70 {
    width: 100%;
    height: 70px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    color: #000;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: bold;
}

.colored-text {
    color: #57b2f8;
}

.subtitle-center {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
}

.center-title {
    margin-bottom: 0px;
    font-size: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px;
    font-family: 'Saira Condensed', sans-serif;
}

.sub-text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 10px;
    line-height: 33px;
}

.center-border-line {
    width: 50px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    display: block;
    background-color: #57b2f8;
}

.dark .center-title,
.dark .sub-text,
.dark p {
    color: #fff;
}

iframe {
    border: none;
    width: 100%;
}

#work {
    padding-bottom: 0px;
}

#about ul {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    line-height: 2em;
    list-style: none;
}

/****************bootstrap navigation overrides*************/

.navbar-inverse {
    background-color: black;
    border: 0px;
    /*  border:0px;*/
    margin: 0px;
    padding: 8px 0;
}

.navbar-inverse .navbar-text {
    color: #474747;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #57b2f8;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #57b2f8;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #57b2f8;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #474747;
}

.navbar-inverse .navbar-link {
    color: #474747;
}

.navbar-inverse .navbar-link:hover {
    color: #57b2f8;
}

.navbar-brand {
    padding: 7px 15px;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #474747;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #57b2f8;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #474747;
        background-color: #57b2f8;
    }
}

.navbar-inverse li span {
    padding: 15px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.navbar-inverse li span:hover {
    color: #57b2f8;
}

.dropdown-menu {
    min-width: 190px;
    padding: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

/***********BUTTONS***********/

.btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Saira Condensed', sans-serif;
}

.btn:focus,
.btn:hover {
    outline: 0;
}

.btn-lg span {
    padding: 12px 30px;
}

.btn-sm span {
    padding: 6px 12px;
}

.btn-xs span {
    padding: 3px 8px;
    font-size: 10px;
}

/****button white***/

.btn-white {
    color: #fff;
    padding: 0px;
    border: 0px;
}

.btn-white span {
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #515A5F;
    display: inline-block;
}

.btn-white span:hover,
.btn-white span:focus {
    background-color: #57b2f8;
    color: #fff;
}

/**btn dark**/

.btn-dark {
    color: #fff;
    border: 0px;
}

.btn-dark span {
    background-color: #000;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-dark span:hover,
.btn-dark span:focus {
    background-color: #57b2f8;
}

.btn-dark:hover,
.btn-dark:focus {
    border-color: transparent;
}

button {
    background-color: transparent;
    border: 0px;
}

/**btn theme color**/

.btn-theme {
    color: #fff;
    border: 0px;
}

.btn-theme span {
    background-color: #57b2f8;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-theme span:hover,
.btn-theme span:focus {
    background-color: #57b2f8;
}

.btn-theme:hover,
.btn-theme:focus {
    border-color: transparent;
}

.btn-theme-border {
    color: #57b2f8;
    border: 1px solid #57b2f8;
}

.btn-theme-border:hover,
.btn-theme-border:focus {
    border-color: #57b2f8;
    background-color: #57b2f8;
    color: #fff;
}

.btn-dark-border {
    color: #000;
    border: 1px solid #000;
}

.btn-dark-border:hover,
.btn-dark-border:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.btn-light-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-light-border:hover,
.btn-light-border:focus {
    border-color: #fff;
    background-color: #fff;
    color: #57b2f8;
}

.btn-theme-bg {
    color: #fff;
    background-color: #57b2f8;
    border: 1px solid transparent;
}

.btn-theme-bg:hover,
.btn-theme-bg:focus {
    background-color: #57b2f8;
    color: #fff;
    border-color: #57b2f8;
}

.btn-dark-bg {
    color: #fff;
    background-color: #000;
}

.btn-dark-bg:hover,
.btn-dark-bg:focus {
    background-color: #57b2f8;
    color: #fff;
}

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

.btn-white-bg:hover,
.btn-white-bg:focus {
    background-color: #57b2f8;
    color: #fff;
}

/********

services icons 

********/

.service-features {
    text-align: center;
}

.service-features i {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 20px auto;
    font-size: 50px;
    color: #fff;
    background-color: #515A5F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 1px #515A5F;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-features h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

/*********

FUN FACTS

*********/

.fun-facts {
    padding: 60px 0px;
    background-color: #f5f5f5;
}

.fun-facts .fun-facts-inner {
    text-align: center;
}

.fun-facts .fun-facts-inner h2 {
    color: #57b2f8;
    font-weight: 900;
    font-size: 60px;
}

.fun-facts .fun-facts-inner h4 {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 300;
}

/************

TEAM 

*************/

.team {
    padding-top: 80px;
}

.team .team-box {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.team .team-box img {
    display: block;
    margin: 0 auto;
}

.team .team-box h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
}

.team .team-box em {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.team .social li {
    padding: 0px;
}

.team .social li a {
    font-size: 20px;
    color: #515A5F;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #515A5F;
    display: block;
    color: #fff;
}
.team .social li a:hover {
    background-color: #57b2f8;
    color: #fff;
}

.team .social li a i {
    display: block;
}

.team .mug {
    width: 50%;
    vertical-align: baseline;
}

.team .signature {
    width: 25%;
}
@media (max-width: 768px) {
    .team .mug {
        width: 80%;
        vertical-align: baseline;
    }
    .team .signature {
        width: 45%;
    }
}
/*********

SERVICES SECTION 

********/

.services-box {
    margin: 0 0 0px 0;
    text-align: center;
    padding: 20px 10px;
    background-color: #f5f5f5;
    border: 1px solid #f0f0f0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.services-box h3 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.services-box i.icon-big-round {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 20px auto;
    font-size: 60px;
    color: #57b2f8;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 3px #57b2f8;
    -moz-box-shadow: 0px 0px 0px 3px #57b2f8;
    -ms-box-shadow: 0px 0px 0px 3px #57b2f8;
    box-shadow: 0px 0px 0px 3px #57b2f8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.services-box p {
    font-size: 13px;
}

.services-box h4 {
    text-transform: uppercase;
    margin: 25px 0;
}

.services-box ul {
    margin: 0;
    padding: 0;
}

.services-box ul li {
    padding: 6px 0;
    border-top: 1px dotted #ddd;
    font-family: 'Saira Condensed', sans-serif;
}

/**************

TESTIMONIALS 

*****************/

.testimonials {
    background: url(../../assets/images/blog-2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 50% 0;
    height: auto;
    z-index: 1;
    background-attachment: fixed;
    padding: 100px 0;
}

.testimonials .flexslider {
    margin: 0px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.testimonials .flexslider .testi-slider-item {
    padding: 30px 60px;
    text-align: center;
}

.testimonials .flexslider .testi-slider-item img {
    width: 90px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimonials .flexslider .testi-slider-item h6 {
    color: #bbb;
    margin-bottom: 0px;
    font-weight: 300;
}

.testimonials .flexslider .testi-slider-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials .flex-direction-nav a i {
    display: inline-block;
    font-size: 25px;
}

.testimonials .flex-direction-nav a:before {
    display: none;
}

.testimonials .flex-direction-nav a.flex-next:before {
    display: none;
}

.testimonials .flex-control-paging li a {
    width: 6px;
    height: 6px;
    display: block;
    background: none;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.testimonials .flex-control-paging li a:hover {
    background: none;
    background: none;
    border-color: #57b2f8;
}

.testimonials .flex-control-paging li a.flex-active {
    background: none;
    background: none;
    cursor: default;
    border-color: #57b2f8;
}

/*********************

PRICING TABLES

***********************/

.pricing-section {
    background-color: #fff;
}

.pricing-table {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    margin: 20px 0;
}

.pricing-table .price-name {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-table .price {
    margin-bottom: 40px;
    color: #262626;
}

.pricing-table .price .price-amount {
    display: block;
    font-weight: 900;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
}

.pricing-table .price .price-time {
    margin-top: 10px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.pricing-table .price-button {
    margin-top: 40px;
}

.pricing-table ul li {
    line-height: 20px;
    margin-top: 10px;
    text-transform: capitalize;
}

/*****portfolio section*****/

.container .cbp-l-filters-dropdownWrap {
    background-color: #57b2f8;
}

.container .cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #fff;
    background-color: #57b2f8;
}

.container .cbp-l-filters-dropdownList .cbp-filter-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #eee;
}

.thumbnail {
    margin: 0px;
}

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

.image img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
}

.image-overlay p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.image-overlay p a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    margin: 3px;
    font-size: 20px;
    color: #fff;
}

.image-overlay p a i {
    display: block;
}

.image:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image:hover .image-overlay {
    opacity: 1;
}

ul.filter {
    margin-bottom: 10px;
}

ul.filter li + li {
    margin-left: 5px;
}

ul.filter a {
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0px;
    padding: 4px 10px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

ul.filter a:hover,
ul.filter a.active,
ul.filter a:focus {
    color: #57b2f8;
    border-color: #57b2f8;
}

.project-info ul {
    padding: 15px 0;
}

.project-info ul li a {
    color: #777;
    font-size: 22px;
}

.project-info ul li a:hover {
    color: #57b2f8;
}

.project-info p strong {
    color: #000;
}

/*************contact*****************/

#contact {
    background: #fff;
    background-size: cover;
}

#contact h3 {
    text-transform: uppercase;
    font-weight: 600;
}

#contact .btn-info {
    margin-left: 20px;
}

.contact-form {
    margin-bottom: 30px;
}

.fancy-hr {
    position: relative;
    margin: 20px 0px 20px 0;
}

.fancy-hr:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 75px;
    height: 1px;
    background: #57b2f8;
    display: block;
}

.form-control {
    background: #fff;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 15px;
    color: #666;
    margin: 0;
    min-height: 45px;
    display: block;
    margin-bottom: 20px;
    color: #999;
    border: 1px solid #e8e8e8;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-block ul li {
    color: red;
}

.contact-details p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
    line-height: 35px;
}

.contact-details > div {
    margin-top: 20px;
}

.numbers-cta {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #333;
}

.numbers-cta i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background-color: #57b2f8;
}

.numbers-cta h3 {
    font-size: 15px;
    color: #57b2f8;
    margin-top: 30px;
}

/***socials****/

.socials {
    margin: 30px 0;
    padding: 0;
}

.socials li {
    padding: 0;
}

.socials li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.socials li a:hover {
    opacity: 0.8;
}

.socials li a i {
    display: block;
}

.socials li a img {
    width: 35px;
}


/**newsletter**/

.newsletter {
    padding: 90px 0;
    background-color: #f0f0f0;
}

.newsletter form {
    position: relative;
}

.newsletter .form-control {
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.newsletter form:before {
    content: "\f422";
    font-family: 'Ionicons';
    position: absolute;
    right: 10px;
    color: #777;
    top: 9px;
    font-size: 30px;
    display: inline-block;
    z-index: 1;
}

.form-control.error {
    color: red;
    border-color: red;
}

.form-control.success {
    color: green;
    border-color: green;
}

/**************************************************

HOME V2 - PARALLAX BACKGROUND WITH FLEX TEXT SLIDER

*******************************************************/

/*****************home ********
******************************/

/***sticky nav***/

.sticky-nav {
    width: 100%;
    left: 0;
    right: 0;
}

/***************

elements

********************/

.element-row {
    margin-bottom: 50px;
}

.element-row .col-sm-6 {
    margin-bottom: 30px;
}

.element-row .elements-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.element-row .btn-dark-border {
    margin: 5px;
    display: inline-block;
}

.element-row h5 {
    margin: 20px 0;
}

.element-row .buttons {
    margin-bottom: 20px;
}

.element-row .buttons h2 {
    margin-bottom: 20px;
}

.element-row .buttons a {
    margin: 3px;
}

/****tabs****/

.nav-tabs {
    border-bottom: 1px solid #57b2f8;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    border: 0px;
    color: #777;
}

.nav-tabs > li > a:hover {
    border: 0px;
    color: #fff;
    background-color: #57b2f8;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #57b2f8;
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-inner-content {
    padding: 20px 0;
}

.tab-inner-content img {
    width: 180px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.tab-inner-content p {
    overflow: hidden;
    margin: 0px;
}

/*****progress bars****/

.progress {
    height: 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.progress .progress-bar {
    background-color: #57b2f8;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    padding-left: 8px;
}

/************video background slider*****/

.video-heading {
    font-weight: 700;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.rev-buttons .btn {
    display: inline-block;
    margin: 0 3px;
    padding: 8px 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    color: #979592 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rev-buttons .btn:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.15) !important;
}

.video-cap {
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
}

/***cube portfolio***/

.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #57b2f8;
    border-color: #57b2f8;
    cursor: default;
}

.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #57b2f8;
}

.cube-masonry .cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    border-top-color: #57b2f8;
}

.cube-masonry .cbp-l-grid-masonry-projects-title {
    color: #57b2f8;
}

.container .cbp-l-loadMore-button .cbp-l-loadMore-link,
.container .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 2px solid #57b2f8;
    color: #fff;
    background-color: #57b2f8;
}

.container .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.container .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.container .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.container .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
    border-color: #57b2f8;
    background-color: #57b2f8;
    color: #fff;
}

/*********

Pace style for page pre loader
By ADAMSCHWARTZ
*************/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #57b2f8;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/**video css new**/

.video-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    overflow: hidden;
}

.video-section .overlay {
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-section .fs-background-container {
    left: 0;
}

.video-section .video-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table-cell;
    /*  vertical-align: middle;*/
    text-align: center;
    z-index: 2;
}

.video-section .video-overlay h1 {
    margin-top: 8vh;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

.video-section .video-overlay .scroll-down {
    position: absolute;
    bottom: 20px;
    padding: 0;
}

.video-section .video-overlay .scroll-down img {
    width: 50px;
    transform: translate(-25px, 0);
}

.video-section .video-overlay p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
}

.video-section .video-overlay .logo-top img {
    margin-top: 20px;
}

/**particle new**/

.particle-bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #57b2f8;
}

.particle-bg .particle-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -90px;
}

.particle-bg .particle-text h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.particle-bg .particle-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

@media (max-width: 600px) {
    .particle-bg .particle-text h1 {
        font-size: 35px;
    }

    .particle-bg .particle-text p {
        margin-top: 0px;
    }

    .particle-bg .particle-text {
        margin-top: -50px;
    }

    .video-section .video-overlay h1 {
        font-size: 35px;
    }
}
/********************************

LANDING PAGE index.html

************************************/

.intro-text h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: -1px;
}

.intro-text h2 .colored-text {
    color: #fff;
}

.intro-text .lead {
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}

.intro-text a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
}

.intro-text a i {
    display: block;
    color: #fff;
    font-size: 30px;
}

.intro-buttons a {
    margin: 5px;
}

.demo-box img {
    padding: 5px;
    border: 1px solid #777;
}

.demo-box a {
    margin: 30px 0;
}

.resources {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.resources h4 {
    margin-bottom: 30px;
}

.demo-box {
    position: relative;
}

.demo-box img {
    width: 100%;
}

.demo-box span {
    display: inline-block;
    background-color: #a8d61a;
    color: #fff;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.ctabutton {
    border: 1px solid white;
    color: white;
    font-size:1.6em;
    padding:6px 24px;
}
.ctabutton:hover {
    color: white;
    background:rgba(0,0,0,0.4);
}

.voverlay {
    z-index: 5;
    padding: 100px;
}
.maxmade{
    display:block;
    margin-top: 40px;
    color:#ccc!important;
    opacity: .3;
    transition: all .3s ease; 
}
.maxmade:hover{
    opacity:1;
}