/*
Template: Chimp Pro Multipurpose Creative Business Template
Author: ScriptsBundle
Version: 1.0
Designed and Development by: ScriptsBundle
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
	2.0 -  Helper Classes
    3.0 -  Typography
    4.0 -  Page Heading Area & Breadcrumb
	5.0 -  Header Top Bar
    5.0 -  Navigation
    6.0 -  Home Page Slider
	6.0 -  Home Page Parallex
    7.0 -  All Parallax
	9.0 -  Services
	9.0 -  About  Us
	9.0 -  Skills
    8.0 -  Statistics (Fun Facts)
    9.0 -  Work Process
    11.0 - Team
    12.0 - Portfolio 
	20.0 - Blog & News
	15.0 - Rate & Pricing
    17.0 - Why Choose Us
    18.0 - Testimonial
	19.0 - Clients
	18.0 - Comming Soon & Error Page
    18.0 - Contact Us
    21.0 - Footer
    22.0 - Responsive Media Quries
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =-=-=-=-=-=-= Google Fonts  =-=-=-=-=-=-= */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,900italic,900,300,300italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
/* =-=-=-=-=-=-= General Styles  =-=-=-=-=-=-= */

html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}
a {
    color: #7fca9f;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7fca9f !important;
}
img {
    max-width: 100%;
}
a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
video,
object {
    min-height: 100%;
    min-width: 100%;
}
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
.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;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.container.full-width {
    width: 100%!important;
}
.section-padding {
    padding: 120px 0;
}
.section-padding-140 {
    padding: 140px 0;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-80 {
    padding: 80px 0;
}
.section-padding-70 {
    padding: 70px 0;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-40 {
    padding: 40px 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-20 {
    padding-bottom: 40px;
}
.custom-padding {
    padding: 80px 0 50px 0;
}
.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}
.pagination > .active > a:hover,
.pagination li:hover > a,
.pagination > .active > a {
    background-color: #191919;
    border-color: #191919;
}
.pagination li > a {
    background-color: #f8f8f8;
    border-color: #d1d1d1;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
}
.pagination li > a:hover {
	background-color:#7fca9f;
	color:#fff !important;
	 border-color: #7fca9f !important;
}
.custom-logo {
    display: block;
    left: 0;
    margin: 30px 0 0 30px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
}
/* PRELOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7FBFC;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: block;
    width: 132px;
    height: 132px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center center !important;
    transform: translateY(-50%);
	webkit-transform:  translateY(-50%); /* WebKit */
-moz-transform:  translateY(-50%); /* Mozilla */
-o-transform:  translateY(-50%); /* Opera */
-ms-transform:  translateY(-50%); /* Internet Explorer */
    background: url('../images/preloader.gif') no-repeat;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Lora', serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
}
p {
    line-height: 1.6em;
    font-size: 16px;
}
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: 'Lora', serif;
}
.extra {
    padding: 20px 25px !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}
.btn-lg {
    padding: 17px 34px;
    letter-spacing: 1.3px;
}
.btn-md {
    padding: 13px 27px;
}
.btn-sm {
    padding: 16px 20px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-xs {
    padding: 6px 18px;
    font-size: 12px;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-primary {
    text-transform: uppercase;
    background-color: #222;
    border-color: #222;
}
.light-dark {
    border: 1px solid #000;
    color: #000;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form-control:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
/* =-=-=-=-=-=-= Page Heading Area & Breadcrumb  =-=-=-=-=-=-= */

.main-heading {
    margin-bottom: 50px;
}
.main-heading h2 {
    color: #191919;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
.main-heading p {
    font-size: 16px;
}
.breadcrumbs-area {
    background: url("../images/bread.jpg") no-repeat fixed center top / cover;
    padding: 72px 0;
    position: relative;
    position: relative;
    width: 100%;
}
.page-heading p {
    color: #e5e4e4;
    display: block;
    font-size: 17px;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h3 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 5px;
    text-transform: uppercase;
}
.breadcrumbs {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    list-style: outside none none;
    margin: 25px 0;
    padding: 12px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
ul.breadcrumbs li + li::before {
    content: "/";
    font-family: FontAwesome;
    padding: 0 10px;
}
/* =-=-=-=-=-=-= Header Top Bar =-=-=-=-=-=-= */

#topbar ul li i {
    color: #fff;
    font-size: 15px;
    margin-right: 6px;
    margin-top: 1px;
    float: left;
}
#topbar ul li,
#topbar ul li a {
    color: #fff;
    line-height: 15px;
}
#topbar .topbar-block ul.social a {
    font-size: 14px;
}
#topbar {
    background: #191919;
    color: #ffffff;
    border-color: #000000;
    padding: 13px 0 11px;
}
#topbar ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}
#topbar ul li:first-child {
    padding-left: 4px;
}
#topbar .topbar-block:last-child {
    padding-right: 10px;
}
#topbar ul li a i {
    color: #fff;
    font-size: 14px;
}
#topbar ul li:hover a i {
    color: #7fca9f
}
#topbar ul li:last-child {
    border: medium none;
}
#topbar ul.social li {
    margin: 0 -1px;
    padding: 0 10px;
    width: auto;
    font-size: 14px;
}
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */

.navbar-collapse {
    float: left !important;
}
.navigation .navbar-collapse {
    float: right !important;
}
.header-area {
    position: relative;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
}
.header-area .logo-bar {
    position: relative;
    color: #677c91;
    padding: 20px 0px;
}
.header-area .logo-bar .logo {
    position: relative;
    float: left;
}
.header-area .logo-bar .logo img {
    max-width: 100%;
    display: block;
}
.navigation {
    position: relative;
    z-index: 9995;
    -webkit-box-shadow: 0 2px 3px -4px black;
    -moz-box-shadow: 0 2px 3px -4px black;
    box-shadow: 0 2px 3px -4px black;
}
.navigation .navbar {
    min-height: 100px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    padding-top: 12px;
}
.navigation .navbar-nav {
    margin-top: 15px;
}
.navigation .navbar-default .navbar-nav>li>a {
    color: #191919;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    opacity: 1;
    padding: 8px 20px 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.navigation .navbar-default .navbar-nav > li > a.active {
    color: #ED1014 !important;
}
.navbar-brand img {
    width: 100%;
     height: 70px;
}
/*** menu hover css ***/

.navigation .navbar-default .navbar-nav>li>a:focus,
.navigation .navbar-default .navbar-nav>li>a:hover {
    color: #191919;
}
/*** menu hover 0pen css ***/

.navigation .navbar-default .navbar-nav>.open>a,
.navigation .navbar-default .navbar-nav>.open>a:focus,
.navigation .navbar-default .navbar-nav>.open>a:hover {
    color: #191919;
    background-color: transparent;
}
/**** Dropdown Menu ***/

.navigation .dropdown-menu {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    margin: 0px;
    padding: 20px -1px;
    background-color: #fff;
    color: #191919;
}
.navigation .dropdown-menu>li>a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding: 13px 15px 13px 18px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    font-weight: 600;
}
.navigation .dropdown-menu>li>a:hover {
    background-color: #191919;
    color: #fff !important;
}
/*** one page navigation ***/

.one-page-navigation .navbar-default {
    background-color: #fff;
    border-bottom: medium none;
    border-color: transparent transparent -moz-use-text-color;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 0;
    opacity: 0.95;
    padding: 5px 0;
    top: 0;
    width: 100%;
    z-index: 4444;
}
.one-page-navigation .navbar-right {
    float: right !important;
    margin-right: -15px;
}
.one-page-navigation .navbar-collapse {
    float: none !important;
}
.one-page-navigation .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: table;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.one-page-navigation .navbar-default .navbar-nav > li span {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
.one-page-navigation .navbar-default .navbar-nav > li span:hover {
    color: #7fca9f;
}
.one-page-navigation .navbar-default .navbar-nav > li.nav-social a {
    font-size: 13px;
}
.one-page-navigation .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #7fca9f !important;
}
.one-page-navigation .navbar-default .navbar-nav > .active > a,
.one-page-navigation .navbar-default .navbar-nav > .active > a:hover,
.one-page-navigation .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #7fca9f !important;
}
.one-page-navigation .navbar-default .navbar-nav > .open > a,
.one-page-navigation .navbar-default .navbar-nav > .open > a:hover,
.one-page-navigation .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #7fca9f !important;
}
.one-page-navigation .navbar-default .navbar-brand {
    color: #000 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.one-page-navigation .navbar-brand:hover {
    color: #000 !important;
}
.one-page-navigation .navbar-default .navbar-toggle {
    border: 0 none;
}
@media (min-width: 768px) {
    .one-page-navigation .fixed-navigation .navbar-default.navbar-transparent {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        margin: 0;
        padding: 20px 0;
        transition: all 0.4s ease-in-out 0s;
    }
    .one-page-navigation .fixed-navigation .navbar-default.navbar-transparent .navbar-nav > li > a,
    .one-page-navigation .fixed-navigation .navbar-default.navbar-transparent .navbar-nav > li > span {
        color: #fff;
    }
    .one-page-navigation .fixed-navigation .navbar-default.navbar-transparent .navbar-brand {
        color: #fff !important;
    }
    .one-page-navigation .fixed-navigation .navbar-default.navbar-bg {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        padding: 5px 0;
    }
    .one-page-navigation .fixed-navigation .navbar-default.navbar-bg .navbar-nav > li > a,
    .one-page-navigation .fixed-navigation .navbar-default.navbar-bg .navbar-nav > li > span {
        color: #000;
    }
    .one-page-navigation .fixed-navigation .navbar-default.navbar-bg .navbar-brand {
        color: #000 !important;
    }
}
.one-page-navigation .navbar-default .navbar-nav > .active > a,
.one-page-navigation .navbar-default .navbar-nav > .active > a:hover,
.one-page-navigation .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #7fca9f !important;
}
/* =-=-=-=-=-=-= Home Page Slider =-=-=-=-=-=-= */

.tt-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tt-banner {
    width: 100%;
    position: relative;
}
.tt-banner-2 {
    width: 100%;
    position: relative;
}
.tt-slider-title {
    line-height: 1.2em;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lora', serif;
    text-transform: capitalize;
}
.tt-slider-title2 {
    line-height: 1.2em;
    font-size: 70px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Lora', serif;
}
.tt-slider-title span {
    font-weight: 400;
    font-size: 20px;
}
.tt-slider-title.dark {
    color: #191919;
}
.tt-slider-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.tt-slider-subtitle2 {
    font-weight: 200;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.tt-slider-subtitle.dark {
    color: #191919;
}
.tt-btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 35px;
    display: block;
}
/*light btn*/

.btn-solid.light {
    color: #191919;
    background-color: #fff;
}
.btn-solid.light:hover {
    color: #191919;
}
.btn-bordered.light {
    color: #fff;
    border: 1px solid #fff;
}
.btn-bordered.light:hover {
    color: #fff !important;
    background-color: #7fca9f;
    border: 1px solid transparent;
}
/*dark btn*/

.btn-solid.dark {
    color: #fff;
    background-color: #202020;
}
.btn-solid.dark:hover {
    color: #fff !important;
    background-color: #7fca9f;
    border: 1px solid #7fca9f;
}
.btn-bordered.dark {
    color: #202020;
    border: 1px solid #202020;
}
.btn-bordered.dark:hover {
    color: #fff;
    background-color: #202020;
    border: 1px solid transparent;
}
.slider-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.slider-caption h1 {
    line-height: 1.2em;
    font-size: 70px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.slider-caption p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 200;
    line-height: 40px;
}
.slider-caption .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding: 15px 25px;
    margin-top: 20px;
}
.btn:hover {
    background-color: #7fca9f;
    border-color: #7fca9f;
    color: #fff !important;
}
/* =-=-=-=-=-=-= Home Page Parallex =-=-=-=-=-=-= */

@media (max-width: 767px) {
    .slider-caption h1 {
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .slider-caption p {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .slider-caption .btn {
        font-size: 14px;
        padding: 10px 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slider-caption h1 {
        font-size: 80px;
        line-height: 56px;
    }
    .slider-caption p {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
/* =-=-=-=-=-=-= All Parallax  =-=-=-=-=-=-= */

.full-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.full-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex::before {
    background: rgba(25, 25, 25, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-blue {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-blue::before {
    background: rgba(0, 138, 210, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-blue h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small {
    background: #1b1b1b none repeat scroll 0 0;
    color: #fff;
}
.parallex-text h4 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.parallex-text p {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small .btn {
    margin-top: 10px;
}
.parallex-button {
    text-align: right;
}
.btn-clean:hover {
    background-color: #7FCA9F;
    border: 1px solid #7FCA9F;
}
.parallex-small .btn {
    margin-top: 10px;
}
.btn-clean:hover,
.btn-clean:visited,
.btn-clean:active,
.btn-clean {
    color: #fff;
}
.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.parallax-home {
    background: transparent url("../images/slider/parallex.jpg") no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    height: 690px;
}
.static-bg {
    background: transparent url("../images/slider/static-bg.jpg") no-repeat scroll 0 0 / cover;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
#team {
    background: rgba(0, 0, 0, 0) url("../images/team-parallex.jpg") repeat scroll center top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.testimonial-bg {
    background: rgba(0, 0, 0, 0) url("../images/faces.jpg") repeat scroll center top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
}
.fun-facts-bg {
    background: rgba(0, 0, 0, 0) url("../images/facts-parallex.jpg") repeat scroll center top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
/* =-=-=-=-=-=-= Services =-=-=-=-=-=-= */

#services ul {
    margin-bottom: 0;
}
.services-gray {
    background-color: #fafafa !important;
}
#services li {
    background: #3dc5df none repeat scroll 0 0;
    color: #fff;
    padding: 50px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
#services li i {
    margin-bottom: 20px;
    font-size: 42px;
}
#services li h2 {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
#services li p {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#services li {
    background: #191919;
    color: #ffffff;
    border-color: #191919;
}
#services li:hover {
    background: #fff none repeat scroll 0 0;
    color: #333333;
}
#services li.active,
#services li.active p,
#services li.active h2 {
    background: #fff none repeat scroll 0 0;
    color: #333333;
}
#services li:hover p {
    color: #333333;
}
#services li:hover h2 {
    color: #333333;
}
#services .tittle-2 {
    margin-bottom: 20px;
}
.offer-services {
    background: #ffffff none repeat scroll 0 0;
    padding: 80px 0;
}
.services-grid span {
    color: #191919;
    font-size: 42px;
    margin-bottom: 20px;
}
.services-grid h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.services-grid:hover h4,
.services-grid:hover span {
    color: #7FCA9F;
    cursor: pointer;
}
.main-heading,
#news .main-heading {
    margin-bottom: 50px;
}
.services-grid {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eee #eee -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    padding: 40px 15px;
}
.services-grid:nth-child(3) {
    border-right: medium none;
}
.services-grid:nth-last-child(-n+4) {
    border-bottom: medium none !important;
    padding-bottom: 0 !important;
}
.services-grid:nth-child(3),
.services-grid:nth-child(2),
.services-grid:first-child {
    padding-top: 0;
}
.services-grid:nth-child(7) {
    border-right: none !important;
}
.services-box-2 h5 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.services-box-2 {
    padding-bottom: 30px;
}
.services-box-2:hover i {
    border: 5px solid #7fca9f;
    color: #7fca9f;
}
.services-box-2:hover h5 {
    color: #7fca9f;
}
.work-process:hover i {
    color: #7fca9f;
}
.work-process:hover h4 {
    color: #7fca9f;
}
.services-box-2 i {
    border: 5px solid #f6f6f6;
    border-radius: 50%;
    color: #191919;
    display: inline-block;
    font-size: 42px;
    height: 120px;
    line-height: 110px;
    margin-bottom: 30px;
    width: 120px;
}
.icon-example {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}
.icon-example .icon-box {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 13px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
}
.icon-example .icon-box > span {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin-right: 5px;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
}
.services-box-3.border-box {
    border: 1px solid #f2f2f2;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 70px 50px 60px;
}
.services-box-3 i {
    color: #191919;
    display: inline-block;
    font-size: 42px;
    padding-bottom: 20px;
}
.services-box-3 h5 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.services-box-3:hover i,
.services-box-3:hover h5 {
    color: #7fca9f;
}
/* =-=-=-=-=-=-= About Us  =-=-=-=-=-=-= */

.full-width {
    margin-left: -34px;
    max-width: none;
}
.about-content {
    padding: 80px 0 80px 80px;
}
.about-us {
    background: #191919;
    color: #ffffff;
    border-color: #191919;
}
.about-us h3 {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
    padding-top: 10px;
}
.about-us h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.company-history {
    overflow: hidden;
    position: relative;
}
.company-history h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.company-history p {
    margin-top: 20px;
    margin-bottom: 32px;
}
.company-history h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.about-box:hover h4,
.about-box:hover i {
    color: #7fca9f;
}
.company-history i {
    color: #191919;
    font-size: 42px;
    margin-bottom: 20px;
}
.company-skills .skills .percent,
.company-skills .skills h4 {
    color: #191919;
}
.content-box {
    margin-top: 60px;
    width: 100%;
}
/* =-=-=-=-=-=-= Skills  =-=-=-=-=-=-= */

.skills .percent {
    display: block;
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 210px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: -3px;
    color: #fff;
    width: 90%;
    z-index: 10;
}
.skills .chart {
    margin-bottom: 20px;
}
.skills h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}
/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */

.facts-icons {
    color: #fff;
    font-size: 36px;
    padding-bottom: 25px;
}
span.percentfactor {
    color: #fff;
    font-size: 42px;
    margin-bottom: 4px;
}
.fact p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}
.stats-icon span {
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
}
.statistic-bg span.percentfactor,
.statistic-bg .fact p,
.statistic-bg .stats-icon span {
    color: #fff;
}
/* =-=-=-=-=-=-= Work Process  =-=-=-=-=-=-= */

.steps-follow {
    background-color: #f6f6f6 !important;
}
.steps-block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eee #eee -moz-use-text-color;
    border-image: none;
    border-right: 1px solid #eee;
    padding: 40px 15px;
}
.steps-block span {
    color: #191919;
    font-size: 42px;
    margin-bottom: 20px;
}
.steps-block h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.steps-block:hover h4,
.steps-block:hover span {
    color: #7FCA9F;
    cursor: pointer;
}
.steps-block strong {
    color: #eceff8;
    font-family: 'Lora', serif;
    font-size: 150px;
    font-weight: bold;
    line-height: 100px;
    position: absolute;
    margin-left: 120px
}
.steps-block:nth-child(4) {
    border-right: none !important;
}
.work-process i {
    color: #191919;
    font-size: 42px;
    margin-bottom: 30px;
}
.work-process h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
/* =-=-=-=-=-=-= Team  =-=-=-=-=-=-= */

.team-grid {
    color: #191919;
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    text-align: center;
}
.team-list {
    margin: 0;
    padding: 0;
}
.team-content {
    padding: 20px 20px;
    background-color: #f1f1f1;
}
.team-content h5 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.team-content span {
    color: #a3a2a2;
    font-size: 11px;
    text-transform: uppercase;
}
.team-content .social2 {
    padding: 5px 0;
}
.team-content .social-icons {
    border-top: 1px solid #e8e8e9;
    padding: 6px 0;
}
.team-content .social2 .fa {
    color: #c5c5c5;
    font-size: 16px;
    margin-right: 30px;
}
.team-content .social-icons > li {
    display: inline;
    margin-right: 3px;
}
.team-content .social-icons a {
    color: #848484;
    font-size: 20px;
    line-height: 20px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}
.team-content h5:hover {
    color: #7FCA9F !important;
    cursor: pointer;
}
.team-content .social2 .fa:hover {
    color: #7FCA9F !important;
    cursor: pointer;
}
img.img-center,
.img-center img {
    margin-left: auto;
    margin-right: auto;
}
.hiring {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
/* =-=-=-=-=-=-= Portfolio  =-=-=-=-=-=-= */

#portfolio {
    background: #fafafa none repeat scroll 0 0;
}
ul#filter {
    margin-bottom: 50px;
}
ul#filter li {
    font-size: 16px;
    line-height: 25px;
    padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer;
}
ul#filter li.active {
    background-color: #2f2f2f;
    color: #fff;
}
/*Filter Square Style*/

ul#filter.filter-square li {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 20px;
    margin: 2px;
    text-transform: uppercase;
}
ul#filter.filter-square li:hover {
    background-color: #7fca9f;
    color: #fff;
    border: 1px solid #7fca9f;
    text-transform: uppercase;
}
ul#filter.filter-square li.active {
    border: 1px solid transparent;
    background-color: #7fca9f;
    color: #fff;
}
/*End Filter Square Style*/
/*Filter Rounded Style*/

ul#filter.filter-rounded li {
    border: 0;
    border-radius: 3px;
    background-color: #E0E0E0;
    padding: 5px 20px;
    margin: 2px;
}
ul#filter.filter-rounded li.active {
    background-color: #1B2E3F;
}
/*End Filter Square Style*/
/*Filter Transparent Style*/

ul#filter.filter-transparent li {
    color: #a9a8a8;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
ul#filter.filter-transparent li.active {
    background-color: transparent;
    color: #191919;
}
/*End Filter Transparent Style*/

ul#portfolio-grid {
    overflow: hidden;
    margin-bottom: 0;
}
ul#portfolio-grid li img {
    width: 100%;
}
ul#portfolio-grid>li {
    float: left;
    display: block;
    height: auto;
}
/*Five Column Portfolio*/

ul#portfolio-grid.five-column>li {
    width: 20%;
}
/*Four Column Portfolio*/

ul#portfolio-grid.four-column>li {
    width: 25%;
}
/*Three Column Portfolio*/

ul#portfolio-grid.three-column>li {
    width: 33.33%;
}
/*Two Column Portfolio*/

ul#portfolio-grid.two-column>li {
    width: 50%;
}
@media (max-width: 1199px) {
    ul#portfolio-grid.five-column>li {
        width: 25%;
    }
}
@media (max-width: 991px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li,
    ul#portfolio-grid.two-column>li {
        width: 100%;
    }
}
.portfolio-item.gutter {
    margin-bottom: 20px!important;
}
.portfolio {
    position: relative;
    overflow: hidden;
}
/* Portfolio overlay default
/* ------------------------------ */

.portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.portfolio:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio-info .project-title,
.portfolio-info .links {
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.portfolio-info .project-title {
    top: 60%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}
.portfolio-info .links {
    top: 90%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfolio:hover .portfolio-info .links {
    top: 55%;
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.portfolio-info .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}
.portfolio-info .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #191919;
}
.portfolio-container .btn.view-more {
    margin-top: 40px;
}
/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-info .links {
    top: 46%;
}
.hover-two .portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    color: #191919;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.portfolio-details li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #191919;
}
.portfolio-details li a i {
    color: #fff;
}
/* =-=-=-=-=-=-= Recent Project Section =-=-=-=-=-=-= */

.recent-project-section {
    background-color: #fff;
}
.project-container {
    position: relative;
}
.recent-project {
    position: relative;
    overflow: hidden;
}
.recent-project img {
    width: 100%;
}
.project-info {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recent-project:hover .project-info {
    top: 30%;
    opacity: 1;
    visibility: visible;
}
.project-info h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
ul.project-meta {
    margin-top: 15px;
}
ul.project-meta li {
    display: inline-block;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
ul.project-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
ul.project-meta li a {
    display: block;
    color: #fff;
}
ul.project-meta li a:hover {
    color: #7FCA9F;
}
.project-link {
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    padding: 16px 30px;
    line-height: 18px;
    text-transform: capitalize;
    background: #191919;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.recent-project:hover .project-link {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.project-link:hover {
    background: #7FCA9F;
}
.project-link a {
    color: #fff !important;
}
.project-link a:hover {
    color: #fff !important;
}
.project-link a i {
    line-height: 20px;
}
/* Overlay and hover effect
/* ------------------------------ */

.recent-project .tt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.recent-project:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}
/*Version Eight*/

.portfolio-version-two .recent-project .project-link {
    bottom: 30%;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
.portfolio-version-two .recent-project:hover .project-link {
    bottom: 50%;
    margin-bottom: -32px;
}
.portfolio-version-two .project-link ul li {
    display: inline-block;
}
.portfolio-version-two .project-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #191919;
    margin: 0 5px;
    border: 2px solid #191919;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.portfolio-version-two .project-link ul li a:hover {
    background-color: #191919;
    border-color: transparent;
    color: #fff;
}
.info {
    margin-top: 10px;
    color: #616161;
}
.info span {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.info a.like {
    color: #616161;
}
.info a.like i,
.info a.like:hover {
    color: #191919;
}
.portfolio-version-two.alter-bg .info span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.portfolio-version-two .recent-project .tt-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .tt-overlay {
    background-color: rgba(44, 62, 80, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .project-link {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
}
/*Magnific Popup CSS*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}
img.mfp-img {
    padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.portfolio-details {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.portfolio-details li {
    bottom: -40px;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translateZ(0px);
    visibility: hidden;
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    color: #191919;
    opacity: 1;
    visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    transition: all 0.3s ease 0s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
    transition: all 0.5s ease 0s;
}
.portfolio-details li a {
    background-color: #191919;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-details li a:hover {
    background-color: #7fca9f;
}
.portfolio-details li a i {
    color: #fff;
}
.control-two .carousel-control {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    color: #202020;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin-top: -25px;
    opacity: 0;
    text-shadow: none;
    top: 50%;
    visibility: hidden;
    width: 30px;
}
.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
.control-two:hover .carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #191919;
}
.portfolio-nav {
    padding: 40px 0;
}
.portfolio-nav a {
    color: #a7a7a7;
    margin-right: 20px;
}
.portfolio-nav a:hover {
    color: #191919;
}
.single-project-section.alter .project-overview {
    padding: 0;
}
.project-overview h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #191919;
}
.project-overview p {
    margin-bottom: 25px;
}
.quick-overview .btn {
    margin-top: 10px;
    text-transform: uppercase;
}
.portfolio-meta li {
    color: #666;
    margin: 15px 0;
}
.portfolio-meta li {
    margin: 15px 0;
}
.portfolio-meta li span {
    color: #191919;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 10;
    font-size: 14px;
    text-transform: uppercase;
    width: 140px;
}
.portfolio-meta li a {
    color: #a7a7a7;
    margin-right: 10px;
}
.portfolio-meta li a:hover {
    color: #191919;
}
.project-navigation .btn-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 18px;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin-top: -40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
    z-index: 997;
}
.project-navigation .btn-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 20px;
    z-index: 997;
}
.project-navigation a:hover {
    width: 30px;
}
.project-container:hover .project-navigation .btn-prev,
.project-container:hover .project-navigation .btn-next {
    opacity: 1;
}
@media (max-width: 991px) {
    .project-overview {} .quick-overview {
        margin-top: 30px;
    }
    .single-project-section.alter .project-overview {
        padding-bottom: 90px;
    }
}
/* =-=-=-=-=-=-= Blog & News  =-=-=-=-=-=-= */

.blog-grid {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.img-container {
    /* min-height: 240px;*/
    
    position: relative;
    text-align: center;
}
.img-container::before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
}
.img-container:hover::before {
    background-color: #313131;
}
.img-container a.read-more {
    border: 1px solid #fff;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 10px 28px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 43%;
    transition: all 1s ease 0s;
    width: 145px;
}
.img-container:hover a.read-more {
    opacity: 1;
}
.blog-content {
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    display: inline-block;
    padding: 15px 24px;
    text-align: left;
}
.blog-content-details {
    display: inline-block;
    padding: 15px 0;
    text-align: left;
}
.blog-content-details .post-meta {
    padding: 15px 24px;
    text-align: left;
}
.post-meta {
    display: inline-block;
    width: 100%;
}
.post-date {
    background-color: #191919;
    color: #f9f9f9;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-top: -45px;
    padding: 17px 0 14px;
    position: relative;
    text-align: center;
    top: -7px;
    width: 59px;
}
.post-date span {
    line-height: 12px;
}
.post-date > span:first-child {
    display: block;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 8px;
    width: 100%;
}
.post-like,
.post-comment,
.post-share {
    display: inline-block;
    margin-left: 15px;
}
.post-like i,
.post-comment i {
    color: #191919;
    font-size: 20px;
    margin-right: 5px;
}
.post-like a,
.post-comment a {
    color: #777;
}
.post-share a {
    color: #777;
    display: inline-block;
}
.post-share i {
    color: #191919;
    margin-right: 10px;
}
.blog-area .post-share a {
    margin-left: 30px;
}
.blog-content h3 {
    color: #191919 !important;
    margin: 25px 0 20px;
    text-transform: capitalize;
}
.blog-content h3 a {
    color: #191919 !important;
    text-transform: capitalize;
}
.blog-content:hover h3 a {
    color: #7fca9f !important;
}
.blog-content:hover .post-date {
    background-color: #7fca9f;
}
.blog-content:hover .post-comment i,
.blog-content:hover .post-comment a {
    color: #7fca9f !important;
}
.blog-content:hover .post-like i,
.blog-content:hover .post-like a {
    color: #7fca9f !important;
}



.blog-content-details h3 a {
    color: #191919 !important;
    text-transform: capitalize;
}
.blog-content-details:hover h3 a {
    color: #7fca9f !important;
}
.blog-content-details:hover .post-date {
    background-color: #7fca9f;
}
.blog-content-details:hover .post-comment i,
.blog-content-details:hover .post-comment a {
    color: #7fca9f !important;
}
.blog-content-details:hover .post-like i,
.blog-content-details:hover .post-like a {
    color: #7fca9f !important;
}

iframe {
    height: 240px !important;
    width: 100%;
    border: none !important;
}
#post-slider .item img {
    width: 100%;
}
#post-slider .owl-prev {
    left: 30px;
    position: absolute;
    top: 40%;
}
#post-slider .owl-next {
    position: absolute;
    right: 30px;
    top: 40%;
}
#post-slider .owl-next,
#post-slider .owl-prev {
    background-color: #7FCA9F;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#post-slider .owl-next:hover,
#post-slider .owl-prev:hover {
    background-color: #7FCA9F;
}
#post-slider.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.blog-grid .video-post,
.blog-grid .audio-post {
    margin-top: -7px !important;
}
.blog-content .post-desc {
    color: #777;
    line-height: 22px;
    padding-bottom: 15px;
}
.blog-content .entry-footer {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    padding-top: 8px;
    width: 100%;
}
.blog-content .post-admin {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    text-transform: capitalize;
}
.blog-content .post-admin i {
    color: #191919;
    font-size: 20px;
    margin-right: 9px;
}
.blog-content .post-admin a {
    color: #777;
    font-size: 12px;
    padding-left: 5px;
}
.blog-content .tags {
    float: right;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 11px;
}
.blog-content .tags > i {
    color: #191919;
    display: inline-block;
    margin-right: 5px;
}
.blog-content .tags a {
    color: #777;
    font-size: 12px;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
}
.blog-content .tags a::after {
    bottom: 0;
    content: ",";
    position: absolute;
}
.blog-content .tags a:last-child::after {
    content: "";
}
#blog-details .blog-content-details h3,#blog-details .blog-content-details h3 a {
    font-size: 28px;
    text-transform: capitalize;
	 color: #191919 !important;
}
#blog-details .blog-content-details p {
    margin-bottom: 30px;
}
#blog-details .blog-content-details .gallery,
#blog-details .blog-content-details .responsive-video {
    margin-bottom: 30px;
}
#blog-details .blog-content-details .responsive-video iframe {
    height: 450px !important;
}
#blog-details blockquote,
#blog-details blockquote {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
    line-height: 1.8;
    padding: 30px;
    text-align: center;
    margin: 30px 0 30px 0;
}
.tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.tag_cloud a:hover {
    color: #7FCA9F;
}
.tag_cloud {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-heading h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    text-transform: capitalize;
}
.blog-heading h2::before {
    background-color: #ccc;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 70px;
}
.comments {
    margin-bottom: 30px;
}
.comment h4 {
    margin: 0 0 20px;
    color: #191919 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.comment h4 a{
	 color: #191919 !important;
}
.comment-avatar {
    float: left;
    max-width: 70px;
}
.comment-avatar img {
    border-radius: 50%;
}
.comment-content {
    margin-bottom: 40px;
    margin-left: 100px;
}
.comment-author {
    margin: 0 0 20px;
}
.comment-author a {
    color: #111;
}
.comment-meta {
    font-size: 14px;
}
.comment-title,
.comment-form-title,
.post-author-title {
    margin: 0 0 15px;
}
.comment .comment {
    margin-left: 100px;
}
.entry-footer {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    width: 100%;
}
.post-admin {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    text-transform: capitalize;
}
.post-admin i {
    color: #191919;
    font-size: 20px;
    margin-right: 9px;
}
.post-admin a {
    color: #777;
    font-size: 12px;
    padding-left: 5px;
}
.tags {
    float: right;
    font-size: 12px;
    margin-bottom: 0;
}
.tags > i {
    color: #191919;
    display: inline-block;
    margin-right: 5px;
}
.tags a {
    color: #777;
    font-size: 12px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
}
.tags a::after {
    content: ",";
    line-height: 24px;
    position: relative;
}
.share-wrapper {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
    white-space: nowrap;
}
.total-shares {
    border-right: 1px solid #d1d1d1;
    display: inline-block;
    margin-right: 15px;
    min-width: 75px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.total-shares em {
    color: #222;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.total-shares .caption {
    color: #c1c1c1;
    margin-top: -8px;
    text-transform: uppercase;
}
.share-wrapper .share-buttons {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    top: -20px;
}
.social-share {
    background: #7a7a7a none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    padding: 8px 9px;
}
.social-share i {
    font-size: 15px;
}
.social-share:hover,
.social-share:focus {
    border: medium none;
    color: #fff !important;
    text-decoration: none;
}
.share-wrapper .facebook {
    background: #2d609b none repeat scroll 0 0;
}
.share-wrapper .twitter {
    background: #1ebef0 none repeat scroll 0 0;
}
.share-wrapper .pinterest {
    background: #c8232c none repeat scroll 0 0;
}
.share-wrapper .google-plus {
    background: #e02f2f none repeat scroll 0 0;
}
.share-wrapper .linked_in {
    background: #0083be none repeat scroll 0 0;
}
label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0 !important;
    margin-bottom: 10px;
    max-width: 100%;
    color: #191919 !important;
}
span.required {
    color: #f00;
    font-size: 18px;
    line-height: 10px;
}
.post-author h4 {
    font-size: 20px;
	color:#191919;
	font-weight: 600;
}
.social-icons > a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: color 0.2s ease 0s;
    width: 30px;
}
.widget-about.post-author {
    position: relative;
    text-align: left;
}
.widget-about.post-author::after,
.widget-about.post-author::before {
    content: " ";
    display: table;
}
.widget-about.post-author::after {
    clear: both;
}
.widget-about.post-author .avatar {
    float: left;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 80px;
    z-index: 2;
}
.widget-about.post-author .caption {
    margin-left: 100px;
    position: relative;
}
.widget-about.post-author .caption .subname {
    font-size: 13px;
}
.widget-about.post-author .caption .description {
    font-size: 14px;
}
.widget-about.post-author .social-icons {
    left: -10px;
    position: relative;
}
.widget-about.post-author .social-icons a {
    color: #50514f;
}
.widget-about.post-author .social-icons a:hover {
    color: #f5bb00;
}
/*SIidebar*/

.side-bar {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}
.widget {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}
.side-bar .search .widget {
    margin-bottom: 0 !important;
}
.side-bar .widget ul {
    margin-bottom: 0;
}
.side-bar .search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #909090;
    float: right;
    font-size: 18px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    text-align: center;
    width: 60px;
}
.side-bar .widget h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    text-transform: capitalize;
}
.side-bar .widget h2::before {
    background-color: #ccc;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 70px;
}
.side-bar .widget ul li {
    border-bottom: 1px solid #d2d2d2;
}
.side-bar .widget ul li a {
	color:#191919 !important;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.side-bar .widget ul li a:hover {
    color: #7FCA9F !important;
}
.side-bar .widget ul li:last-child {
    border: medium none;
}
.side-bar .widget ul li a::after {
    color: #828282;
    content: "";
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}
.side-bar .widget .tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	color:#191919;
}
.side-bar .widget .tag_cloud a:hover {
    color: #fff !important;
	background: #7FCA9F repeat !important;
	border: 1px solid #7FCA9F !important;
}
.advertizing {
    overflow: hidden;
    padding-top: 10px;
}
.recent-post-box::after {
    border-bottom: 1px solid #f0f0f0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}
.recent-post-box {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.recent-img {
    display: inline-block;
    position: absolute;
}
.recent-title {
    padding-left: 115px;
}
.recent-title a {
    color: #191919;
    text-decoration: none;
}
.recent-title > p {
    color: #777;
    font-size: 11px;
    margin-top: 8px;
    text-transform: capitalize;
}
.recent-title span i {
    color: #777;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
/* =-=-=-=-=-=-= Pricing  =-=-=-=-=-=-= */

#pricing {
    background-color: #f6f6f6 !important;
}
.pricing-grid {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0 0 30px;
    padding: 25px 20px;
    text-align: center;
}
.pricing-grid:hover {
    border-color: #eee;
}
.pricing-grid.best {
    margin: 0 0 30px;
}
.pricing-grid .small {
    margin: 0;
}
.borderline {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 20px 0 15px;
    position: relative;
    width: 100%;
}
.borderline::before {
    background: #eee none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}
.borderline::after {
    background: #fff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    transform: rotate(45deg);
    width: 16px;
}
.pricing-grid h4 {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
}
.pricing-grid p.price {
    color: #191919;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 0 -10px;
    padding: 0;
}
.pricing-grid p.price span {
    display: inline-block;
    font-size: 16px;
    padding-top: 25px;
    vertical-align: top;
}
.price-details {
    list-style: outside none none;
    margin: 0 0 23px;
    padding: 0;
}
.price-details li {
    padding: 10px 0;
}
.price-details li > span {
    color: #aaa;
    text-decoration: line-through;
}
.price-details .btn {
    font-size: 14px;
    padding: 6px 50px;
    text-transform: uppercase;
}
.btn-dark {
    background: rgba(34, 34, 34, 0.9) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
/* =-=-=-=-=-=-= Why Choose Us  =-=-=-=-=-=-= */

#choose-us {
    background: #fff;
}
#choose-section .title-section {
    padding-bottom: 80px;
}
.choose-image {
    text-align: center;
}
.choose-title p {
    margin-top: 20px;
}
ul.choose-list {
    list-style: none;
    padding: 0;
    padding-top: 35px;
}
ul.choose-list li {
    margin-bottom: 30px;
}
.iconbox {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #191919;
}
.iconbox i {
    font-size: 42px;
    color: #191919 !important;
}
.choose-box-content {
    margin-left: 80px;
}
.choose-box-content h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.choose-title h3 {
    color: #191919;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}
.choose-title h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.choose-title:hover h2 {
    color: #7FCA9F;
}
.choose-box:hover .iconbox i,
.choose-box:hover h4 {
    color: #7FCA9F !important;
    cursor: pointer;
}
/* =-=-=-=-=-=-= Testimonials  =-=-=-=-=-=-= */

.testimonial-grid {
    padding: 0 236px;
}
.testimonial-grid p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.testimonial-grid .name {
    color: #7FCA9F;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 2px;
    text-transform: uppercase;
}
.testimonial-grid img {
    border-radius: 50%;
    height: 120px;
    margin: auto auto 10px;
    object-fit: cover;
    width: 120px;
}
/* =-=-=-=-=-=-= Our Clients  =-=-=-=-=-=-= */

#partner-one-page {
    background-color: #fafafa !important;
}
#partner-one-page ul li a {
    border: 1px solid #191919;
    display: inline-block;
    padding: 20px;
}
#partner-one-page ul li a img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#partner ul li a {
    border: 1px solid #191919;
    display: inline-block;
    padding: 20px;
}
#partner ul li a img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#partner ul li:hover a img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
#partner-one-page ul li:hover a img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/* =-=-=-=-=-=-= Comming Soon & Error Page  =-=-=-=-=-=-= */

.comming-soon {
    background: rgba(0, 0, 0, 0) url("../images/team-parallex.jpg") no-repeat scroll 0 0 / cover;
}
.comming-soon {
    text-align: center;
    text-transform: uppercase;
    top: 50%;
}
.maintenance-page .form-group.form-group-ghost .form-control {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}
.maintenance-page {
    background: rgba(0, 0, 0, 0) url("../images/team-parallex.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.maintenance-page::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.maintenance-container {
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    width: 100%;
    z-index: 15;
}
.maintenance-container h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 70px;
    margin: 0 0 30px;
}
.maintenance-container .error-title {
    margin-bottom: 10px;
}
.maintenance-container .error-title,
.error-container p {
    color: #fff;
}
.maintenance-container .btn {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #7FCA9F;
}
.maintenance-container .btn:hover {
    background: #7FCA9F none repeat scroll 0 0;
    border-color: #7FCA9F;
    color: #fff;
}
.maintenance-container .error-title {
    margin-bottom: 10px;
}
.maintenance-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.maintenance-container .maintenance-title,
.maintenance-container p {
    color: #fff;
}
.comming-soon h2 {
    color: #7FCA9F;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 15px;
}
.countdown {
    display: table;
    height: 58px;
    margin: 20px 0;
    overflow: hidden;
    width: 400px;
}
.countdown > div {
    display: table-cell;
}
.countdown > div > span {
    display: block;
    text-align: center;
}
span.count {
    font-size: 48px;
    line-height: 48px;
}
.countdown.countdown-inline {
    height: auto;
    margin: 10px 0 0;
    width: 100%;
}
.countdown.countdown-inline > div {
    display: inline;
}
.countdown.countdown-inline > div:first-child span.count {
    color: #fff;
    position: relative;
    z-index: 23;
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
}
.countdown.countdown-inline > div:first-child span.title {
    color: #fff;
    position: relative;
    z-index: 23;
    display: inline;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}
.countdown.countdown-inline > div:first-child span.count::after,
.countdown.countdown-inline > div:last-child span.count::after {
    content: "";
    margin: 0;
}
.countdown.countdown-inline > div > span {
    display: inline;
    line-height: 1em;
}
.countdown.countdown-inline > div span.count {
    font-size: 20px;
}
.countdown.countdown-inline > div span.count::after {
    content: ":";
    margin: 0 2px;
}
.countdown.countdown-inline > div span.title {
    display: none;
}
.countdown-lg {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 20px auto;
    padding: 15px 0;
}
.countdown-lg span.count {
    font-size: 70px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 23;
}
.countdown-lg > div {
    padding: 0 25px;
}
.countdown-lg .title {
    color: #fff;
    position: relative;
    z-index: 23;
}
.error-page h1 {
    color: #191919;
    font-size: 280px;
    font-weight: 900;
    line-height: 1;
}
.error-page h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
/* =-=-=-=-=-=-= Contact Us =-=-=-=-=-=-= */

.contact-us .form-group {
    margin-bottom: 26px;
}
.contact-us h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-margin {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.contact-margin a {
	  color: #777 !important;
}
.contact-margin:hover a, .contact-margin:hover i, .contact-margin:hover p {
	  color: #7fca9f !important;
	  cursor:pointer;
}
.contact-margin i {
    color: #7fca9f;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 6px;
}
.contact #map {
    width: 100%;
    height: 458px;
}
#success {
    display: none;
}
/** notifications **/

.notify {
    display: block;
    background: #fff;
    padding: 12px 18px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}
.notify h1 {
    margin-bottom: 6px;
}
.successbox h1 {
    color: #678361;
}
.errorbox h1 {
    color: #6f423b;
}

.successbox h1:before,
.successbox h1:after {
    background: #cad8a9;
}
.errorbox h1:before,
.errorbox h1:after {
    background: #d6b8b7;
}
.notify .alerticon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */

#map {
    width: 100%;
    height: 780px;
}
.location-item .icon {
    color: #191919;
    font-size: 42px;
    padding-bottom: 20px;
}
.location-item h5 {
    margin-bottom: 20px;
}
.location-item h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-area {
    background-color: #191919;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c9c9c9;
    background-image: url(../images/footer.jpg);
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
}
.footer-area::before {
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dark::before {
    background: rgba(25, 25, 25, 1) none repeat scroll 0 0 !important;
}
.footer-area p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-area .footer-content {
    padding: 70px 0 30px;
    position: relative;
    z-index: 1;
}
.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}
.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.footer-area .footer-content a {
    transition: all 0.5s ease 0s;
}
.footer-area .footer-content a:hover {
    color: #fff !important;
}
.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
}
.footer-content .links-widget li a {
    color: #c9c9c9 !important;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.footer-content .links-widget li a:hover,
.footer-content .news-widget .news-post a:hover {
    color: #7fca9f !important;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}
.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}
.footer-area .contact-info li:hover,
.footer-area .contact-info li a:hover {
    color: #7fca9f;
}
.footer-area .contact-info li .icon {
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.footer-content .column h2:hover {
    color: #7fca9f !important;
    cursor: pointer;
}
.footer-area .contact-info li .icon {
    color: #7fca9f !important;
}
.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc !important;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 28px;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc !important;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #7fca9f none repeat scroll 0 0;
    border-color: #7fca9f;
    color: #fff !important;
}
.footer-content .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 0 0 80px;
    position: relative;
}
.footer-content .news-widget .news-post .news-content {
    margin-bottom: 5px;
}
.footer-content .news-widget .news-post a {
    color: #c9c9c9;
    position: relative;
    font-size: 14px;
}
.footer-content .news-widget .news-post .time {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #808080;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright {
    line-height: 20px;
    padding: 5px 0;
    position: relative;
}
.footer-2 {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fafafa;
    padding: 40px 0;
}
.footer-2 #logo-footer {
    margin-bottom: 20px;
}
.footer-2 p {
    margin-bottom: 15px;
}
.footer-2 .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
}
.footer-2 .list-inline > li i {
    padding-right: 5px;
}
.footer-2 .list-inline > li a {
    color: #777;
}
.separator {
    height: 1px;
    margin: 20px auto 15px;
    position: relative;
    width: 100%;
}
.separator::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
/* =-=-=-=-=-=-= Responsive Quries =-=-=-=-=-=-= */

@media(max-width: 767px) {
    .header-area .logo-bar .logo {
        width: 100%;
 height: 70px;
    }
    .header-area {
        display: block;
        right: auto;
        left: 0px;
        z-index: 10;
    }
    .main-menu {
        float: none;
        padding-top: 0px;
        z-index: 5;
        padding-bottom: 0px;
    }
    .navbar-default .navbar-form {
        border-color: #191919;
        margin-top: 10px;
    }
    .header-logo,
    .header-content {
        padding: 26px 15px;
    }
    .header-content .btn {
        display: none;
    }
    .navbar-link {
        display: none;
    }
    .navigation .navbar-toggle {
        margin-top: 15px;
    }
    .navigation .navbar-default .navbar-toggle {
        border: 1px solid #191919;
        background-color: #191919;
    }
    .navigation .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navigation .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }
    .navigation .navbar-header {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .testimonial-grid {
        padding: 0;
    }
    .services-grid {
        border: none !important;
        padding: 40px 15px;
    }
    .steps-block strong {
        right: 0 !important;
    }
    .about-content {
        padding: 80px 0 80px 0;
    }
    .navbar-brand img {
        max-width: 90% !important;
    }
	.side-bar {
		margin-top:30px; 
	}
}
@media screen and (max-width: 600px) {
    .section-padding {
        padding: 70px 0;
    }
    .section-padding-140 {
        padding: 140px 0;
    }
    .section-padding-100 {
        padding: 100px 0;
    }
    .section-padding-80 {
        padding: 80px 0;
    }
    .section-padding-70 {
        padding: 70px 0;
    }
    .section-padding-60 {
        padding: 60px 0;
    }
    .section-padding-40 {
        padding: 40px 0;
    }
    .padding-top-20 {
        padding-top: 20px;
    }
    .padding-top-30 {
        padding-top: 30px;
    }
    .padding-top-40 {
        padding-top: 40px;
    }
    .padding-top-50 {
        padding-top: 50px;
    }
    .padding-top-45 {
        padding-top: 45px
    }
    .padding-top-60 {
        padding-top: 60px;
    }
    .padding-top-70 {
        padding-top: 70px;
    }
    .padding-top-80 {
        padding-top: 80px;
    }
    .padding-top-100 {
        padding-top: 100px;
    }
    .padding-top-120 {
        padding-top: 120px;
    }
    .padding-top-140 {
        padding-top: 140px;
    }
    .padding-bottom-120 {
        padding-bottom: 120px;
    }
    .padding-bottom-100 {
        padding-bottom: 100px;
    }
    .padding-bottom-80 {
        padding-bottom: 80px;
    }
    .padding-bottom-60 {
        padding-bottom: 60px!important;
    }
    .padding-bottom-40 {
        padding-bottom: 40px!important;
    }
    .padding-bottom-20 {
        padding-bottom: 20px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .navbar-collapse {
        float: none !important;
    }
    .navigation .navbar-collapse {
        float: none !important;
    }
    .navigation .navbar-default.transparent {
        background-color: #25292f !important;
        border-color: #191919 !important;
    }
    .navigation .navbar-default {
        background-color: #ffff !important;
        border-color: #191919 !important;
    }
    .navbar-default.transparent {
        background-color: #25292f !important;
    }
    .navigation .dropdown-menu>li>a {
        color: #191919 !important;
    }
    .navigation .navbar-default.transparent .dropdown-menu>li>a {
        color: #fff !important;
    }
    .navigation .navbar-default.transparent .dropdown-menu>li>a:hover,
    .navigation .dropdown-menu>li>a:hover {
        color: #191919 !important;
    }
    .navbar-toggle {
        margin-top: 22px;
    }
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
    .custom-nav {
        float: left !important;
    }
    .tt-btn {
        display: none !important;
    }

    .about-content {
        padding: 80px 0 80px 0;
    }
    .services-grid:nth-child(3),
    .services-grid:nth-child(2),
    .services-grid:first-child {
        padding-top: 40px !important;
    }
    .main-heading h2 {
        font-size: 28px;
    }
    .testimonial-grid {
        padding: 0 !important;
    }
    #topbar {
        display: none;
    }
    .one-page-navigation .navbar-right {
        float: left !important;
    }
    .one-page-navigation .navbar-default .navbar-toggle {
        margin-top: 10px !important;
    }
    #contact .btn {
        margin-bottom: 30px;
    }
    .page-heading h3 {
        font-size: 20px;
    }
    .page-heading p {
        font-size: 20px;
    }
    .page-heading h2 {
        font-size: 28px;
    }
    .page-heading {
        text-align: center;
    }
    .p-title-breadcrumbs {
        text-align: center;
    }
    .icon-example .icon-box {
        width: 100% !important;
    }
	.breadcrumbs {
	text-align: center;
	}
	.contact-information {
		margin-top:30px;
		clear:both;
	}
	.side-bar {
		margin-top:30px; 
	}
	.error-page h1 {
 
    	font-size: 180px;
	
	}
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
    .content-widget .col-xs-12 {
        width: 50%;
    }
    #we-follow .col-xs-12 {
        width: 50%;
    }
    .icon-example .icon-box {
        width: 100%;
    }
}