﻿
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Cardo:400,400italic,700";
p {
    color: #6c7279;
    font-size: 14px;
    line-height: 22.4px;
}
h1 {
    color: #2d3033;
    font-size: 65px;
}
h2 {
    color: #2d3033;
    font-size: 40px;
}
h3 {
    color: #2d3033;
    font-size: 28px;
    font-weight: 300;
}
h4 {
    color: #2d3033;
    font-size: 22px;
    font-weight: 400;
}
h5 {
    color: #2d3033;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn {
    background-color: #318d9e; 
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn:hover, .btn:focus {
    background-color: #44b2ab;
    color: #fff !important;
}
.btn-large {
    padding: 15px 40px;
}
a {
    color: #6600cc;
}
a:hover, a:focus {
    text-decoration: none;
    transition: background-color 0s ease 0s, color 0s ease 0s, all 0.3s ease 0s;
}
body {
    color: #6c7279;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: outside none none;
}
.section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.headingsyle {
    margin: 0 auto 20px;
    width: 85%;
}
.headingsyle h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.headingsyle h1 span {
    background: #6600cc none repeat scroll 0 0;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.headingsyle h1::before {
    background: #6600cc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.headingsyle h1::before {
    left: 0;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    transition: padding 0.3s ease 0s;
    width: 100%;
}
#header .logo {
    float: left;
}
#header.fixed {
    background-color: #292c47;
    background-image: url("../images/texture.png");
    background-repeat: repeat;
}
#header.fixed .header-content {
    border-bottom: 0 none;
    padding: 25px 0;
}
#header.fixed .nav-toggle {
    top: 18px;
}
.navigation.open {
    opacity: 0.9;
    transition: opacity 0.5s ease 0s;
    visibility: visible;
}
.navigation {
    float: right;
}
.navigation li {
    display: inline-block;
}
.navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
    color: #fff;
}
.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
}
.nav-toggle::before, .nav-toggle::after {
    backface-visibility: hidden;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0px);
    transition-property: transform;
    width: 100%;
}
.nav-toggle::before {
    background-color: #6600cc;
    transform: scale(1);
    transition-duration: 0.3s;
}
.nav-toggle::after {
    background-color: #6600cc;
    transform: scale(0);
    transition-duration: 0s;
}
.nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    z-index: 10;
}
.nav-toggle span::before, .nav-toggle span::after {
    backface-visibility: hidden;
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    width: 100%;
}
.nav-toggle span::before {
    transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span::after {
    transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav::before {
    transform: scale(0);
}
.nav-toggle.close-nav::after {
    transform: scale(1);
}
.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span::before, .nav-toggle.close-nav span::after {
    background-color: #fff;
}
.nav-toggle.close-nav span::before {
    transform: translateY(0px) rotate(45deg);
}
.nav-toggle.close-nav span::after {
    transform: translateY(0px) rotate(-45deg);
}
.banner {
    background-image: url("../img/backgrounds/bg_fam_blue.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
.banner-text {
    padding-top: 25%;
}
.banner-text h1 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
}
.banner-text h3 {
    color: #d5d5d5;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 30px;
}
.banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px;
}
.feature {
    margin-bottom: 50px;
}
.feature-content {
    border: 1px dotted #6600cc;
    margin-top: 30px;
    padding: 0 15px;
}
.feature .icon {
    color: #6600cc;
    font-size: 60px;
}
.work {
    box-shadow: 0 0 0 1px #fff;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.work .overlay {
    background: rgba(102, 0, 204, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0s ease 0s, all 0.3s ease 0s;
    width: 100%;
}
.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.work h5, .work p, .work img {
    transition: all 0s ease 0s, all 0.5s ease 0s;
}
.work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0;
}
.work h5 {
    margin-bottom: 5px;
    transform: translate3d(0px, -200%, 0px);
}
.work p {
    transform: translate3d(0px, 200%, 0px);
}
.work-box:hover img {
    transform: scale(1.2);
}
.work-box:hover .overlay {
    opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.person {
    max-width: 270px;
}
.person-content {
    background-color: #fbfbfb;
    border-color: #6600cc;
    border-style: solid none;
    border-width: 1px 3px 5px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.person h4 {
    font-weight: 400;
}
.person h5 {
    color: #6600cc;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
    margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
    float: left;
}
.social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.social-icons a:hover, .footer .footer-share a:hover {
    background-color: #6600cc;
    border-color: #6600cc;
    color: #fff;
}
.testimonials {
    background-color: #333399;
    position: relative;
}
.testimonials blockquote {
    border: 0 none;
    margin: 0;
    padding: 6% 15% 4%;
}
.testimonials p {
    color: #fff;
    font: 36px "Times New Roman",Times,serif;
}
.testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
}
.download h3 {
    margin-top: 0;
}
.download p {
    color: #2d3033;
    font-weight: 600;
    text-transform: uppercase;
}
.download .btn {
    margin-top: 30px;
}
.space100 {
    padding: 100px 0;
}
#faq-info {
    background: #5900b3 none repeat scroll 0 0;
    color: #ffffff;
}
#faq-info p {
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}
#faq-info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 20px;
}
#contact {
    background-color: #ffffff;
}
#contact i {
    padding-right: 4px;
}
.contact-form form .input-error {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 100, 255, 0.5);
}
.contact-form form textarea {
    height: 150px;
}
.footer {
    text-align: center;
}
.footer-top {
    background-color: #594aac;
    background-image: url("../images/texture.png");
    padding-top: 50px;
}
.footer-bottom {
    background-color: #40357b;
    padding: 20px 0;
}
.footer .footer-col {
    margin-bottom: 80px;
}
.footer h5 {
    color: #fff;
}
.footer h5 {
    margin-bottom: 20px;
}
.footer p {
    color: rgba(255, 255, 255, 0.5);
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #6600cc;
}
.footer .footer-share {
    margin-top: 0;
}
.footer .footer-share li {
    display: inline-block;
    float: none;
}
.footer .footer-share a {
    border-width: 2px;
    color: #fff;
}
.footer .fa-heart {
    color: #6600cc;
    font-size: 11px;
    margin: 0 2px;
}
.work:nth-child(1) {
    animation-delay: 0.1s;
}
.work:nth-child(2) {
    animation-delay: 0.2s;
}
.work:nth-child(3) {
    animation-delay: 0.3s;
}
.work:nth-child(4) {
    animation-delay: 0.4s;
}
.work:nth-child(5) {
    animation-delay: 0.8s;
}
.work:nth-child(6) {
    animation-delay: 0.7s;
}
.work:nth-child(7) {
    animation-delay: 0.6s;
}
.work:nth-child(8) {
    animation-delay: 0.5s;
}
.animated {
    visibility: visible;
}
@font-face {
    font-family: "elegant-theme-line";
    src: url("../fonts/elegant-theme-line.ttf?1439850014") format("truetype"), url("../fonts/elegant-theme-line.eot?1439850014") format("embedded-opentype"), url("../fonts/elegant-theme-line.svg?1439850014") format("svg"), url("../fonts/elegant-theme-line.woff?1439850014") format("woff");
}
.icon {
    font-family: "elegant-theme-line";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-mobile::before {
    content: "";
}
.icon-laptop::before {
    content: "";
}
.icon-desktop::before {
    content: "";
}
.icon-tablet::before {
    content: "";
}
.icon-phone::before {
    content: "";
}
.icon-document::before {
    content: "";
}
.icon-documents::before {
    content: "";
}
.icon-search::before {
    content: "";
}
.icon-clipboard::before {
    content: "";
}
.icon-newspaper::before {
    content: "";
}
.icon-notebook::before {
    content: "";
}
.icon-book-open::before {
    content: "";
}
.icon-browser::before {
    content: "";
}
.icon-calendar::before {
    content: "";
}
.icon-presentation::before {
    content: "";
}
.icon-picture::before {
    content: "";
}
.icon-pictures::before {
    content: "";
}
.icon-video::before {
    content: "";
}
.icon-camera::before {
    content: "";
}
.icon-printer::before {
    content: "";
}
.icon-toolbox::before {
    content: "";
}
.icon-briefcase::before {
    content: "";
}
.icon-wallet::before {
    content: "";
}
.icon-gift::before {
    content: "";
}
.icon-bargraph::before {
    content: "";
}
.icon-grid::before {
    content: "";
}
.icon-expand::before {
    content: "";
}
.icon-focus::before {
    content: "";
}
.icon-edit::before {
    content: "";
}
.icon-adjustments::before {
    content: "";
}
.icon-ribbon::before {
    content: "";
}
.icon-hourglass::before {
    content: "";
}
.icon-lock::before {
    content: "";
}
.icon-megaphone::before {
    content: "";
}
.icon-shield::before {
    content: "";
}
.icon-trophy::before {
    content: "";
}
.icon-flag::before {
    content: "";
}
.icon-map::before {
    content: "";
}
.icon-puzzle::before {
    content: "";
}
.icon-basket::before {
    content: "";
}
.icon-envelope::before {
    content: "";
}
.icon-streetsign::before {
    content: "";
}
.icon-telescope::before {
    content: "";
}
.icon-gears::before {
    content: "";
}
.icon-key::before {
    content: "";
}
.icon-paperclip::before {
    content: "";
}
.icon-attachment::before {
    content: "";
}
.icon-pricetags::before {
    content: "";
}
.icon-lightbulb::before {
    content: "";
}
.icon-layers::before {
    content: "";
}
.icon-pencil::before {
    content: "";
}
.icon-tools::before {
    content: "";
}
.icon-tools-2::before {
    content: "";
}
.icon-scissors::before {
    content: "";
}
.icon-paintbrush::before {
    content: "";
}
.icon-magnifying-glass::before {
    content: "";
}
.icon-circle-compass::before {
    content: "";
}
.icon-linegraph::before {
    content: "";
}
.icon-mic::before {
    content: "";
}
.icon-strategy::before {
    content: "";
}
.icon-beaker::before {
    content: "";
}
.icon-caution::before {
    content: "";
}
.icon-recycle::before {
    content: "";
}
.icon-anchor::before {
    content: "";
}
.icon-profile-male::before {
    content: "";
}
.icon-profile-female::before {
    content: "";
}
.icon-bike::before {
    content: "";
}
.icon-wine::before {
    content: "";
}
.icon-hotairballoon::before {
    content: "";
}
.icon-globe::before {
    content: "";
}
.icon-genius::before {
    content: "";
}
.icon-map-pin::before {
    content: "";
}
.icon-dial::before {
    content: "";
}
.icon-chat::before {
    content: "";
}
.icon-heart::before {
    content: "";
}
.icon-cloud::before {
    content: "";
}
.icon-upload::before {
    content: "";
}
.icon-download::before {
    content: "";
}
.icon-target::before {
    content: "";
}
.icon-hazardous::before {
    content: "";
}
.icon-piechart::before {
    content: "";
}
.icon-speedometer::before {
    content: "";
}
.icon-global::before {
    content: "";
}
.icon-compass::before {
    content: "";
}
.icon-lifesaver::before {
    content: "";
}
.icon-clock::before {
    content: "";
}
.icon-aperture::before {
    content: "";
}
.icon-quote::before {
    content: "";
}
.icon-scope::before {
    content: "";
}
.icon-alarmclock::before {
    content: "";
}
.icon-refresh::before {
    content: "";
}
.icon-happy::before {
    content: "";
}
.icon-sad::before {
    content: "";
}
.icon-facebook::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-googleplus::before {
    content: "";
}
.icon-rss::before {
    content: "";
}
.icon-tumblr::before {
    content: "";
}
.icon-linkedin::before {
    content: "";
}
.icon-dribbble::before {
    content: "";
}
