@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    color: #64686d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    padding-top: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

a {
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    -webkit-transition: color 400ms, background-color 400ms;
    color: #45aed6;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    color: #2a95be;
    text-decoration: none;
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header { margin-bottom: 50px; }

.section-header .section-title {
    color: #272727;
    font-size: 44px;
    margin: 0 0 20px;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

.section-header .section-title:before {
    background: #ebebeb;
    bottom: 0;
    content: "";
    height: 0px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
}

.section-header .section-title:after {
    background-image: url('../images/Sprocket.png');
    bottom: -11px;
    content: "";
    height: 50px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 51px;
}

.btn {
    border-bottom-width: 3px;
    border-radius: 3px;
    border-width: 0;
}

.btn.btn-primary {
    background: #45aed6;
    border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus { background: #2a95be; }

.column-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}

.column-title:after {
    border-bottom: 1px solid #45aed6;
    bottom: -1px;
    content: " ";
    left: 0;
    position: absolute;
    width: 40%;
}

ul.nostyle {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

ul.nostyle i { color: #45aed6; }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0;
        transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}

/*************************
*******Header******
**************************/

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle { margin-top: 32px; }

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 21px;
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    #main-menu.navbar-default .navbar-nav > li > a {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: transparent;
        border-top: 3px solid #191970;
        padding-top: 37px;
    }

    #main-menu.navbar-default .dropdown-menu {
        -webkit-box-shadow: none;
        background-clip: inherit;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        min-width: 220px;
        padding: 0 20px;
    }

    #main-menu.navbar-default .dropdown-menu > li {
        -webit-transition: border-color 400ms;
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        transition: border-color 400ms;
    }

    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #404455;
        color: #eeeeee;
        padding: 15px 0;
    }

    #main-menu.navbar-default .dropdown-menu > li:first-child > a { border-top: 0; }

    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover { border-left-color: #45aed6; }

    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        background-color: transparent;
        color: #45aed6;
    }
}

#main-slider { overflow: hidden; }

#main-slider .item {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 558px;
}

#main-slider .slider-inner {
    color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#main-slider .carousel-content {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0.9;
    padding: 20px;
}

#main-slider .slider-inner h2 {
    color: #000;
    font-size: 36px;
    line-height: 1;
    margin-top: 80px;
    text-transform: uppercase;
}

#main-slider .slider-inner h2 > span { color: #45aed6; }

#main-slider .slider-inner .btn { margin-top: 10px; }

#main-slider .owl-prev,
#main-slider .owl-next {
    -webkit-transition: background-color 400ms;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: background-color 400ms;
    width: 70px;
    z-index: 5;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover { background-color: #45aed6; }

#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}

#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}

#bar {
    background: #45aed6;
    height: 4px;
    max-width: 100%;
    width: 0%;
}

#progressBar {
    background: rgba(0, 0, 0, 0.1);
    margin-top: -4px;
    position: relative;
    width: 100%;
    z-index: 999;
}

#cta {
    background-color: #eeeeee;
    padding: 50px 0;
}

#cta h2 { margin-top: 0; }

#cta .btn { margin-top: 40px; }

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

#cta2 .btn { margin-top: 10px; }

#cta2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

#cta2 h2 > span { color: #45aed6; }

#features { padding: 100px 0; }

#features .media.service-box:first-child { margin-top: 80px; }

#services {
    background: #f5f5f5;
    padding: 100px 0 75px;
}

#products { padding: 100px 0 75px; }

.media.service-box { margin: 25px 0; }

.media.service-box .pull-left { margin-right: 20px; }

.media.service-box .pull-left > i {
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    color: #45aed6;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-align: center;
    transition: background-color 400ms, background-color 400ms;
    width: 64px;
}

    .media.service-box .pull-left > i:after {
        /*background: red;
    border: 4px solid #fff;
    border-radius: 20px;*/
        background-image: url('../images/SprocketFeature.png');
        content: "";
        height: 30px;
        margin-top: -15px;
        position: absolute;
        right: -15px;
        top: 50%;
        width: 30px;
    }

.media.service-box:hover .pull-left > i {
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    color: #fff;
}

#portfolio {
    background: #f5f5f5;
    padding: 100px 0;
}

#portfolio .portfolio-filter {
    display: inline-block;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

#portfolio .portfolio-filter > li {
    display: block;
    float: left;
}

#portfolio .portfolio-filter > li a {
    background: #e5e5e5;
    color: #64686d;
    display: block;
    padding: 7px 15px;
    position: relative;
}

#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
    background: #45aed6;
    box-shadow: 0 -3px 0 0 #318daf inset;
    color: #fff;
}

#portfolio .portfolio-filter > li a.active:after {
    border-color: #318daf transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -17px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

#portfolio .portfolio-filter > li:first-child a { border-radius: 4px 0 0 4px; }

#portfolio .portfolio-filter > li:last-child a { border-radius: 0 4px 4px 0; }

#portfolio .portfolio-items { margin: -15px; }

#portfolio .portfolio-item {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 24.9%;
}

#portfolio .portfolio-item .portfolio-item-inner { position: relative; }

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    -webkit-transition: opacity 400ms;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: opacity 400ms;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    -webkit-box-shadow: 0 0 0 2px #fff;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: -18px;
    width: 36px;
}

#portfolio .portfolio-item:hover .portfolio-info { opacity: 1; }

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

#testimonial {
    background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

#testimonial h4 {
    color: #fff;
    margin-bottom: 0;
}

#testimonial small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 10px;
}

#testimonial .btns { margin-top: 10px; }

#about { padding: 100px 0; }

#work-process {
    background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    padding: 100px 0 50px;
}

#work-process h2 { color: #fff; }

#work-process h3 {
    color: #fff;
    margin-bottom: 0;
}

#work-process .icon-circle {
    border: 2px solid #45aed6;
    border-radius: 100px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    position: relative;
    width: 80px;
}

#work-process .icon-circle > span {
    background-color: #fff;
    border-color: #45aed6;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    color: #64686d;
    height: 24px;
    line-height: 20px;
    position: absolute;
    top: -12px;
    width: 24px;
}

#work-process h3 { margin-bottom: 50px; }

#meet-team { padding: 100px 0; }

#meet-team .team-member {
    -webkit-transition: border-color 400ms;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    padding: 13px;
    transition: border-color 400ms;
}

#meet-team .team-member .team-img { margin: -15px -15px 0 -15px; }

#meet-team .team-member .team-info {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#meet-team .team-member:hover { border-color: #45aed6; }

#meet-team .team-member:hover .social-icons > li > a { background: #45aed6; }

#meet-team .social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

#meet-team .social-icons > li { display: inline-block; }

#meet-team .social-icons > li > a {
    background: #222534;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.divider {
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 95%;
}

.progress {
    -webkit-box-shadow: none;
    background: #eeeeee;
    box-shadow: none;
}

.progress .progress-bar.progress-bar-primary {
    -webkit-box-shadow: none;
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    box-shadow: none;
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a { color: #272727; }

.nav.main-tab > li.active > a {
    background: #222534;
    color: #45aed6;
}

.nav.main-tab > li:first-child > a { border-radius: 3px 0 0 0; }

.nav.main-tab > li:last-child > a { border-radius: 0 3px 0 0; }

.tab-content {
    border: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    padding: 20px 20px 10px;
}

.panel-primary {
    border-color:#2a95be;
    padding: 5px;
}

.panel-default { border-color: #eee; }


.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #eee; }

#animated-number {
    background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    padding: 100px 0 70px;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 { color: #fff; }

#animated-number strong {
    display: block;
    margin-bottom: 30px;
}

.animated-number {
    border: 3px solid #fff;
    border-radius: 100px;
    display: inline-block;
    font-size: 24px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 20px;
    width: 140px;
}

#pricing { padding: 100px 0 70px; }

#pricing ul.pricing {
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    list-style: none;
    margin: 70px 0 30px;
    padding: 0;
    padding: 15px;
    text-align: center;
}

#pricing ul.pricing li {
    display: block;
    padding: 10px;
}

#pricing ul.pricing li.plan-header {
    background: #eee;
    border: 0;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
}

#pricing ul.pricing li.plan-header .price-duration {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    border: 5px solid #f6f6f6;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 116px;
    margin-top: -63px;
    position: relative;
    top: -10px;
    width: 116px;
}

#pricing ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration > span.duration { margin-top: 5px; }

#pricing ul.pricing li.plan-header .plan-name {
    color: #272727;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    text-transform: uppercase;
}

#pricing ul.pricing.featured {
    background: #222534;
    border: 0;
    color: #fff;
}

#pricing ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name { color: #fff; }

#get-in-touch {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    padding: 100px 0 50px;
}

#get-in-touch h1,
#get-in-touch h2 { color: #fff; }

#blog { padding: 100px 0; }

#blog .blog-post {
    border: 1px solid #eee;
    padding: 15px;
}

#blog .blog-post .post-format {
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    text-align: center;
    width: 40px;
}

#blog .blog-post.blog-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}

#blog .blog-post.blog-large .post-format {
    bottom: -33px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    width: 66px;
}

#blog .blog-post.blog-large .post-format > i { font-size: 20px; }

#blog .blog-post.blog-large .entry-date {
    color: #45aed6;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#blog .blog-post.blog-large .entry-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
}

#blog .blog-post.blog-large .entry-title a { color: #64686d; }

#blog .blog-post.blog-large .entry-title a:hover { color: #45aed6; }

#blog .blog-post.blog-media { margin-bottom: 30px; }

#blog .blog-post.blog-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}

#blog .blog-post.blog-media .post-format {
    position: absolute;
    right: -10px;
    top: 20px;
}

#blog .blog-post.blog-media .entry-date {
    color: #45aed6;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#blog .blog-post.blog-media .entry-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
}

#blog .blog-post.blog-media .entry-title a { color: #64686d; }

#blog .blog-post.blog-media .entry-title a:hover { color: #45aed6; }

#blog .blog-post .entry-meta {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 15px;
}

#blog .blog-post .entry-meta > span {
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

#blog .blog-post .entry-meta > span > a { color: #999; }

#blog .blog-post .entry-meta > span > a:hover { color: #45aed6; }

#contact {
    overflow: hidden;
    position: relative;
}

#contact .container-wrapper {
    background: rgba(69, 174, 214, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
    padding: 20px;
}

#contact .contact-form h3 { margin-top: 0; }

/***********************
********* Footer ******
************************/

#footer {
    background: #2e2e2e;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

#footer a { color: #fff; }

#footer a:hover { color: #45aed6; }

#footer ul {
    list-style: none;
    margin: 0 -7.5px;
    padding: 0;
}

#footer ul > li {
    display: inline-block;
    margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons { float: right; }
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***********************
********* Custom ******
************************/

.seal {
    position: absolute;
    right: 10%;
    top: 50%;
}
@media(max-width: 768px) {
    .seal {
        position: absolute;
        right: 10%;
        top: 50%;
        width: 100px;
        height: 100px;
    } 
}
#clients {
    background: #f5f5f5;
    padding: 100px 0;
}

#download {
    background: #fff;
    padding: 100px 0;
}


.download-list { list-style-type: none; }

.section-header h2 > span { color: #45aed6; }

#about-us {
    background: #f5f5f5;
    padding: 100px 0;
}

#about-us .about-us-filter {
    display: inline-block;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

#about-us .about-us-filter > li {
    display: block;
    float: left;
}

#about-us .about-us-filter > li a {
    background: #e5e5e5;
    color: #64686d;
    display: block;
    padding: 7px 15px;
    position: relative;
}

#about-us .about-us-filter > li a:hover,
#about-us .about-us-filter > li a.active {
    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
    background: #45aed6;
    box-shadow: 0 -3px 0 0 #318daf inset;
    color: #fff;
}

#about-us .about-us-filter > li a.active:after {
    border-color: #318daf transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -17px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

#about-us .about-us-filter > li:first-child a { border-radius: 4px 0 0 4px; }

#about-us .about-us-filter > li:last-child a { border-radius: 0 4px 4px 0; }

#about-us .about-us-items { margin: -15px; }

#about-us .about-us-item {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 24.9%;
}

#about-us .about-us-item .about-us-item-inner { position: relative; }

#about-us .about-us-item .about-us-item-inner .about-us-info {
    -webkit-transition: opacity 400ms;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: opacity 400ms;
}

#about-us .about-us-item .about-us-item-inner .about-us-info h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

#about-us .about-us-item .about-us-item-inner .about-us-info .preview {
    -webkit-box-shadow: 0 0 0 2px #fff;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: -18px;
    width: 36px;
}

#about-us .about-us-item:hover .about-us-info { opacity: 1; }
@media only screen and (max-width: 768px) {
    #logo {
        width: 85%;
        height: auto;
    }
}