/*  
Theme Name: Integral
Theme URI: https://www.themely.com/themes/integral/
Author: Themely
Author URI: https://www.themely.com/
Description: Integral is a free one page business theme for professionals, agencies and small to medium-sized businesses. Its strength lies in displaying content on a single page in a simple and elegant manner. It's super easy to customize and allows you to create a stunning website in minutes. It boasts a rich color scheme with light and dark sections and a clean, minimal, modern design with smooth parallax effect. Integral is built with Bootstrap, is responsive and integrates with popular plugins like Contact Form 7 and Woocommerce. Integral is perfect for design firm, freelancer, development agency, corporate, small business, personal, portfolio, blog, real estate, lawyer and photography websites. See the live demo: http://demo.themely.com/integral/
Version: 1.2.9
Tags: one-column, two-columns, featured-images, custom-menu, custom-logo, featured-image-header, right-sidebar, full-width-template, theme-options, custom-colors, custom-background, translation-ready, rtl-language-support, threaded-comments, portfolio, photography, blog, custom-header, sticky-post, e-commerce, education, entertainment
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: integral
*/
/* Table of Contents
==================================================
    #Body
    #Common
    #Top Navigation
    #Hero
    #Brands
    #Features
    #Slider
    #Projects Grid
    #Testimonials
    #Services
    #Pricing Tables
    #Call to Action
    #About
    #Skills
    #Team
    #Newsletter
    #Contact
    #Copyright
    #Inner page Content
    #Woocommerce
    #Font Awesome Icons
    #Responsive (Media Queries)
    #Custom CSS


/* Body
================================================== */

* {
    outline: none!important;
}
html {
    font-size: 14px;
}
body {
    font-family: Open Sans;
    line-height: 1.6;
    letter-spacing: 0.3px;
}
body p {
    margin-bottom: 25px;
}
body section {
    padding: 66px 0;
}
a {
    color: #00aded;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
    color: #00aded;
    text-decoration: underline;
}
/* Common
================================================== */
/* Headings */

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: 1.25px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 50%;
}
h2.bigtitle {
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 4.286rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2.bigtitle span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
h2.bigtitle:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 45%;
    width: 100%;
}
h2.bigtitle:before {
    left: 0;
}
h2.bigtitle:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 55%;
    width: 100%;
}
h2.bigtitle:after {
    left: 0;
}
h2.smalltitle {
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 2.571rem;
    font-weight: 500;
    margin-bottom: 50px;
}
h2.smalltitle span {
    background: #00aded;
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 100px;
}
h2.smalltitle:before {
    left: 0;
}
h2.bigtitle_dark {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 4.286rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2.bigtitle_dark span {
    background: #1c1c1c;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
h2.bigtitle_dark:before {
    background: #666;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 45%;
    width: 100%;
}
h2.bigtitle_dark:before {
    left: 0;
}
h2.bigtitle_dark:after {
    background: #666;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 55%;
    width: 100%;
}
h2.bigtitle_dark:after {
    left: 0;
}
h2.smalltitle_dark {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 2.571rem;
    font-weight: 500;
    margin-bottom: 50px;
}
h2.smalltitle_dark span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 100px;
}
h2.smalltitle_dark:before {
    left: 0;
}
.heading .fa {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #00aded;
    display: block;
}
.heading .subtitle {
    width: 100%;
    opacity: 0.75;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
    font-size: 1.286rem;
}
.vertical-align {
    display: flex;
    align-items: center;
}
/* New Buttons */

.btn-secondary {
    border-color: #e8e8e8;
    color: #e8e8e8;
    display: inline-block;
    text-decoration: none;
}
.btn-secondary:hover {
    color: #3a3a3a;
    background: #e8e8e8;
}
.btn-primary,
.contact input[type="submit"],
#mc-embedded-subscribe-form .button,
.ctct-embed-signup .ctct-button {
    background: #00aded;
    border-color: #00aded;
}
.btn-primary:hover {
    color: #3a3a3a;
    background: #e8e8e8;
    border-color: #e8e8e8;
}
.btn-primary:active {
    color: #3a3a3a;
    background: #e8e8e8;
}
.btn-primary:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}
.btn-lg {
    letter-spacing: 2px;
    border-width: 2px;
    text-transform: uppercase;
}
.btn-inverse {
    border-color: #00aded;
    color: #00aded;
    display: inline-block;
    text-decoration: none;
}
.btn-inverse:hover {
    color: #fff;
    background-color: #00aded;
}

/* Old Buttons */

.btn-ot {
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    color: #e8e8e8;
    display: inline-block;
    font-size: 1.071rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: normal;
    padding: 10px 16px;
}
.btn-ot:hover {
    color: #3a3a3a;
    background: #e8e8e8;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
}
.btn-not,
.contact input[type="submit"],
#mc-embedded-subscribe-form .button,
.ctct-embed-signup .ctct-button {
    background: #00aded;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.071rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: 2px;
    padding: 12px 16px;
    border-radius: 4px;
}
.btn-not:hover {
    color: #3a3a3a;
    background: #e8e8e8;
    border: 0;
}
.btn-not:active {
    color: #3a3a3a;
    background: #e8e8e8;
    border: 0;
}
.btn-not:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Dark Overlay */

.blacklayer {
    background: rgba(0, 0, 0, 0.4) url('images/bg-strip.png') repeat scroll 0 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* Section Backgrounds */

.dark {
    background-color: #1c1c1c;
    color: #888;
}
.lite {
    background-color: #fff;
    color: #333;
}
.dark .heading .fa {
    color: #fff;
}
/* Other */

.variations label {
    color: #333;
}
.spacer {
    height: 70px;
}
/* Custom Classes */

.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
/* Top Navigation
================================================== */

.navbar {
    margin-bottom: 0px;
}
.navbar-fixed-top {
    border-width: 0;
}
.admin-bar .navbar-fixed-top {
  top: 28px;
}
.navbar-default .navbar-brand {
    height: auto;
    line-height: 1.3;
    font-size: 28px;
}
.navbar-default .navba