/* ==============================================================
 
Template name : Guiding Multipurpose
Categorie : --
Author : BirdWings
Version : 1.0
Created : 12 Nov 2017
Last update : --
 
-----------------------------------
TABLE OF CONTENTS: 
-----------------------------------
01 - PRELOADER
02 - FONTS
03 - ICON
04 - COMMON STYLES
05 - TYPOGRAPHY
06 - HEADER AREA
+ Main menu
+ Logo
+ Shortcodes
+ Pages
+ Shop
+ Portfolio
+ Blogs
+ Features
07 - HOME
08 - CORPORATE
09 - CREATEIVE
10 - PORTFOLIO
11 - BLOG
12 - AGENCY
13 - HEALTH
14 - EVENT
15 - PHOTOGRAPHY
16 - CATERING
17 - RENOVATION
18 - HOTEL
19 - RESTURANT
20 - REAL ESTATE
21 - TRAVEL
22 - APP LANDING
23 - ONE-PAGE
24 - SHOP
25 - PARALLAX
26 - SQUEEZE
27 - MAINTENANCE
28 - EDUCATION
29 - WEDDING
30 - TECHNOLOGY
31 - GALLERY
32 - FOOTER
32 - MORE..
 
=================================================================== */
/* -----------------------------------------------------------------------------------
      TYPOGRAPHY
----------------------------------------------------------------------------------- */
/**
 * Guiding v1.0.0 
 * @link 
 * @copyright 2017 BirdWings
 */

* {
    padding: 0;
    margin: 0;
}
body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f4f4f4;
}
html,
body {
    height: 100%;
}
html,
body,
.wrapper {
    height: 100%;
}
.border-top {
    border-top: 1px solid #e7e7e7;
}
.form-control {
    border: 1px solid #e7e7e7 !important;
}
.form-control:focus {
    border: 1px solid #449d44 !important;
}
.form-group {
    margin-bottom: 30px;
}
.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
.btn-success {
    color: #fff !important;
}
label {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    color: #333;
    font-weight: normal;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
h3,
h4 {
    letter-spacing: 1.3px;
    margin: 0 0 15px;
}
h5,
h6 {
    letter-spacing: 1px;
    margin: 0 0 10px;
}
a,
.btn {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
a img,
iframe {
    border: none;
}
p {
    color: #333333;
    line-height: 30px;
    margin: 0 0 15px;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
.button {
    background: #6cac70;
}
.alert-danger {
    background-color: #f2dede;
    border: medium none;
    border-radius: inherit;
    color: #a94442;
    margin: 0;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}
ul {
    margin: 0;
    list-style-type: none;
}
a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #333333;
}
a:hover {
    color: #5cb85c;
}
a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
b,
strong {
    font-weight: 900;
}
.radius-none {
    border-radius: inherit !important;
}
.radius-5px {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}
.radius-10px {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.radius-30px {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}
.light {
    color: #ffffff;
}
.align-right {
    float: right !important;
}
.align-left {
    float: left;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.overflow-hidden {
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.def-radius-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.def-radius-30p {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
}
.def-radius-25p {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.def-radius-20p {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.def-radius-15p {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}
.def-radius-10p {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.def-radius-5p {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.nav-pills > li + li {
    margin-left: 0;
}
.section-bg {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.btn-normal {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #333333;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-color {
    background: #2a3744 none repeat scroll 0 0;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-color:hover {
    color: #ffffff;
    background: #449d44 none repeat scroll 0 0;
}
.section-bg-black {
    background: #2a3744 none repeat scroll 0 0;
}
.display-block {
    display: block;
}
/* Default Padding */

.pad-top-5p {
    padding-top: 5px;
}
.pad-top-10p {
    padding-top: 10px;
}
.pad-top-15p {
    padding-top: 15px;
}
.pad-top-20p {
    padding-top: 20px;
}
.pad-top-25p {
    padding-top: 25px;
}
.pad-top-30p {
    padding-top: 30px;
}
.pad-top-35p {
    padding-top: 35px;
}
.pad-top-40p {
    padding-top: 40px;
}
.pad-top-45p {
    padding-top: 45px;
}
.pad-top-50p {
    padding-top: 50px;
}
.pad-top-55p {
    padding-top: 55px;
}
.pad-top-60p {
    padding-top: 60px;
}
.pad-top-65p {
    padding-top: 65px;
}
.pad-top-70p {
    padding-top: 70px;
}
.pad-top-75p {
    padding-top: 75px;
}
.pad-top-80p {
    padding-top: 80px;
}
.pad-top-85p {
    padding-top: 85px;
}
.pad-top-90p {
    padding-top: 90px;
}
.pad-top-95p {
    padding-top: 95px;
}
.pad-top-100p {
    padding-top: 100px;
}
.pad-top-105p {
    padding-top: 105px;
}
.pad-top-110p {
    padding-top: 110px;
}
.pad-top-115p {
    padding-top: 115px;
}
.pad-top-120p {
    padding-top: 120px;
}
.pad-top-125p {
    padding-top: 125px;
}
.pad-top-130p {
    padding-top: 130px;
}
.pad-top-135p {
    padding-top: 135px;
}
.pad-top-140p {
    padding-top: 140px;
}
.pad-top-145p {
    padding-top: 145px;
}
.pad-top-150p {
    padding-top: 150px;
}
.pad-top-155p {
    padding-top: 155px;
}
.pad-top-160p {
    padding-top: 160px;
}
.pad-top-165p {
    padding-top: 165px;
}
.pad-top-170p {
    padding-top: 170px;
}
.pad-top-175p {
    padding-top: 175px;
}
.pad-top-180p {
    padding-top: 180px;
}
.pad-top-185p {
    padding-top: 185px;
}
.pad-top-190p {
    padding-top: 190px;
}
.pad-top-195p {
    padding-top: 195px;
}
.pad-top-200p {
    padding-top: 200px;
}
.pad-bot-5p {
    padding-bottom: 5px;
}
.pad-bot-10p {
    padding-bottom: 10px;
}
.pad-bot-15p {
    padding-bottom: 15px;
}
.pad-bot-20p {
    padding-bottom: 20px;
}
.pad-bot-25p {
    padding-bottom: 25px;
}
.pad-bot-30p {
    padding-bottom: 30px;
}
.pad-bot-35p {
    padding-bottom: 35px;
}
.pad-bot-40p {
    padding-bottom: 40px;
}
.pad-bot-45p {
    padding-bottom: 45px;
}
.pad-bot-50p {
    padding-bottom: 50px;
}
.pad-bot-55p {
    padding-bottom: 55px;
}
.pad-bot-60p {
    padding-bottom: 60px;
}
.pad-bot-65p {
    padding-bottom: 65px;
}
.pad-bot-70p {
    padding-bottom: 70px;
}
.pad-bot-75p {
    padding-bottom: 75px;
}
.pad-bot-80p {
    padding-bottom: 80px;
}
.pad-bot-85p {
    padding-bottom: 85px;
}
.pad-bot-90p {
    padding-bottom: 90px;
}
.pad-bot-95p {
    padding-bottom: 95px;
}
.pad-bot-100p {
    padding-bottom: 100px;
}
.pad-bot-105p {
    padding-bottom: 105px;
}
.pad-bot-110p {
    padding-bottom: 110px;
}
.pad-bot-115p {
    padding-bottom: 115px;
}
.pad-bot-120p {
    padding-bottom: 120px;
}
.pad-bot-125p {
    padding-bottom: 125px;
}
.pad-bot-130p {
    padding-bottom: 130px;
}
.pad-bot-135p {
    padding-bottom: 135px;
}
.pad-bot-140p {
    padding-bottom: 140px;
}
.pad-bot-145p {
    padding-bottom: 145px;
}
.pad-bot-150p {
    padding-bottom: 150px;
}
.pad-bot-155p {
    padding-bottom: 155px;
}
.pad-bot-160p {
    padding-bottom: 160px;
}
.pad-bot-165p {
    padding-bottom: 165px;
}
.pad-bot-170p {
    padding-bottom: 170px;
}
.pad-bot-175p {
    padding-bottom: 175px;
}
.pad-bot-180p {
    padding-bottom: 180px;
}
.pad-bot-185p {
    padding-bottom: 185px;
}
.pad-bot-190p {
    padding-bottom: 190px;
}
.pad-bot-195p {
    padding-bottom: 195px;
}
.pad-bot-200p {
    padding-bottom: 200px;
}
.pad-all-1p {
    padding: 1px;
}
.pad-all-5p {
    padding: 5px;
}
.pad-all-10p {
    padding: 10px;
}
.pad-all-15p {
    padding: 15px;
}
.pad-all-20p {
    padding: 20px;
}
.pad-all-25p {
    padding: 25px;
}
.pad-all-30p {
    padding: 30px;
}
.pad-all-35p {
    padding: 35px;
}
.pad-all-40p {
    padding: 40px;
}
.pad-all-45p {
    padding: 45px;
}
.pad-all-50p {
    padding: 50px;
}
.pad-all-55p {
    padding: 55px;
}
.pad-all-60p {
    padding: 60px;
}
.pad-all-65p {
    padding: 65px;
}
.pad-all-70p {
    padding: 70px;
}
.pad-all-75p {
    padding: 75px;
}
.pad-all-80p {
    padding: 80px;
}
.pad-all-85p {
    padding: 85px;
}
.pad-all-90p {
    padding: 90px;
}
.pad-all-95p {
    padding: 95px;
}
.pad-all-105p {
    padding: 105px;
}
.pad-all-110p {
    padding: 110px;
}
.pad-all-115p {
    padding: 115px;
}
.pad-all-120p {
    padding: 120px;
}
.pad-all-125p {
    padding: 125px;
}
.pad-all-130p {
    padding: 130px;
}
.pad-all-135p {
    padding: 135px;
}
.pad-all-140p {
    padding: 140px;
}
.pad-all-145p {
    padding: 145px;
}
.pad-all-150p {
    padding: 150px;
}
.pad-all-155p {
    padding: 155px;
}
.pad-all-160p {
    padding: 160px;
}
.pad-all-165p {
    padding: 165px;
}
.pad-all-170p {
    padding: 170px;
}
.pad-all-175p {
    padding: 175px;
}
.pad-all-180p {
    padding: 180px;
}
.pad-all-185p {
    padding: 185px;
}
.pad-all-190p {
    padding: 190px;
}
.pad-all-195p {
    padding: 195px;
}
.pad-all-200p {
    padding: 200px;
}
.pad-left-5p {
    padding-left: 5px;
}
.pad-left-10p {
    padding-left: 10px;
}
.pad-left-15p {
    padding-left: 15px;
}
.pad-left-20p {
    padding-left: 20px;
}
.pad-left-25p {
    padding-left: 25px;
}
.pad-left-30p {
    padding-left: 30px;
}
.pad-left-35p {
    padding-left: 35px;
}
.pad-left-40p {
    padding-left: 40px;
}
.pad-left-45p {
    padding-left: 45px;
}
.pad-left-50p {
    padding-left: 50px;
}
.pad-left-55p {
    padding-left: 55px;
}
.pad-left-60p {
    padding-left: 60px;
}
.pad-left-65p {
    padding-left: 65px;
}
.pad-left-70p {
    padding-left: 70px;
}
.pad-left-75p {
    padding-left: 75px;
}
.pad-left-80p {
    padding-left: 80px;
}
.pad-left-85p {
    padding-left: 85px;
}
.pad-left-90p {
    padding-left: 90px;
}
.pad-left-95p {
    padding-left: 95px;
}
.pad-left-100p {
    padding-left: 100px;
}
.pad-left-105p {
    padding-left: 105px;
}
.pad-left-110p {
    padding-left: 110px;
}
.pad-left-115p {
    padding-left: 115px;
}
.pad-left-120p {
    padding-left: 120px;
}
.pad-left-125p {
    padding-left: 125px;
}
.pad-left-130p {
    padding-left: 130px;
}
.pad-left-135p {
    padding-left: 135px;
}
.pad-left-140p {
    padding-left: 140px;
}
.pad-left-145p {
    padding-left: 145px;
}
.pad-left-150p {
    padding-left: 150px;
}
.pad-left-155p {
    padding-left: 155px;
}
.pad-left-160p {
    padding-left: 160px;
}
.pad-left-165p {
    padding-left: 165px;
}
.pad-left-170p {
    padding-left: 170px;
}
.pad-left-175p {
    padding-left: 175px;
}
.pad-left-180p {
    padding-left: 180px;
}
.pad-left-185p {
    padding-left: 185px;
}
.pad-left-190p {
    padding-left: 190px;
}
.pad-left-195p {
    padding-left: 195px;
}
.pad-left-200p {
    padding-left: 200px;
}
.pad-right-5p {
    padding-right: 5px;
}
.pad-right-10p {
    padding-right: 10px;
}
.pad-right-15p {
    padding-right: 15px;
}
.pad-right-20p {
    padding-right: 20px;
}
.pad-right-25p {
    padding-right: 25px;
}
.pad-right-30p {
    padding-right: 30px;
}
.pad-right-35p {
    padding-right: 35px;
}
.pad-right-40p {
    padding-right: 40px;
}
.pad-right-45p {
    padding-right: 45px;
}
.pad-right-50p {
    padding-right: 50px;
}
.pad-right-55p {
    padding-right: 55px;
}
.pad-right-60p {
    padding-right: 60px;
}
.pad-right-65p {
    padding-right: 65px;
}
.pad-right-70p {
    padding-right: 70px;
}
.pad-right-75p {
    padding-right: 75px;
}
.pad-right-80p {
    padding-right: 80px;
}
.pad-right-85p {
    padding-right: 85px;
}
.pad-right-90p {
    padding-right: 90px;
}
.pad-right-95p {
    padding-right: 95px;
}
.pad-right-100p {
    padding-right: 100px;
}
.pad-right-105p {
    padding-right: 105px;
}
.pad-right-110p {
    padding-right: 110px;
}
.pad-right-115p {
    padding-right: 115px;
}
.pad-right-120p {
    padding-right: 120px;
}
.pad-right-125p {
    padding-right: 125px;
}
.pad-right-130p {
    padding-right: 130px;
}
.pad-right-135p {
    padding-right: 135px;
}
.pad-right-140p {
    padding-right: 140px;
}
.pad-right-145p {
    padding-right: 145px;
}
.pad-right-150p {
    padding-right: 150px;
}
.pad-right-155p {
    padding-right: 155px;
}
.pad-right-160p {
    padding-right: 160px;
}
.pad-right-165p {
    padding-right: 165px;
}
.pad-right-170p {
    padding-right: 170px;
}
.pad-right-175p {
    padding-right: 175px;
}
.pad-right-180p {
    padding-right: 180px;
}
.pad-right-185p {
    padding-right: 185px;
}
.pad-right-190p {
    padding-right: 190px;
}
.pad-right-195p {
    padding-right: 195px;
}
.pad-right-200p {
    padding-right: 200px;
}
.pad-left-right-5p {
    padding-left: 5px;
    padding-right: 5px;
}
.pad-left-right-10p {
    padding-left: 10px;
    padding-right: 10px;
}
.pad-left-right-15p {
    padding-left: 15px;
    padding-right: 15px;
}
.pad-left-right-20p {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-left-right-25p {
    padding-left: 25px;
    padding-right: 25px;
}
.pad-left-right-30p {
    padding-left: 30px;
    padding-right: 30px;
}
.pad-left-right-35p {
    padding-left: 35px;
    padding-right: 35px;
}
.pad-left-right-40p {
    padding-left: 40px;
    padding-right: 40px;
}
.pad-left-right-45p {
    padding-left: 45px;
    padding-right: 45px;
}
.pad-left-right-50p {
    padding-left: 50px;
    padding-right: 50px;
}
.pad-left-right-55p {
    padding-left: 55px;
    padding-right: 55px;
}
.pad-left-right-60p {
    padding-left: 60px;
    padding-right: 60px;
}
.pad-left-right-65p {
    padding-left: 65px;
    padding-right: 65px;
}
.pad-left-right-70p {
    padding-left: 70px;
    padding-right: 70px;
}
.pad-left-right-75p {
    padding-left: 75px;
    padding-right: 75px;
}
.pad-left-right-80p {
    padding-left: 80px;
    padding-right: 80px;
}
.pad-left-right-85p {
    padding-left: 85px;
    padding-right: 85px;
}
.pad-left-right-90p {
    padding-left: 90px;
    padding-right: 90px;
}
.pad-left-right-95p {
    padding-left: 95px;
    padding-right: 95px;
}
.pad-left-right-100p {
    padding-left: 100px;
    padding-right: 100px;
}
.pad-left-right-105p {
    padding-left: 105px;
    padding-right: 105px;
}
.pad-left-right-110p {
    padding-left: 110px;
    padding-right: 110px;
}
.pad-left-right-115p {
    padding-left: 115px;
    padding-right: 115px;
}
.pad-left-right-120p {
    padding-left: 120px;
    padding-right: 120px;
}
.pad-left-right-125p {
    padding-left: 125px;
    padding-right: 125px;
}
.pad-left-right-130p {
    padding-left: 130px;
    padding-right: 130px;
}
.pad-left-right-135p {
    padding-left: 135px;
    padding-right: 135px;
}
.pad-left-right-140p {
    padding-left: 140px;
    padding-right: 140px;
}
.pad-left-right-145p {
    padding-left: 145px;
    padding-right: 145px;
}
.pad-left-right-150p {
    padding-left: 150px;
    padding-right: 150px;
}
.pad-left-right-155p {
    padding-left: 155px;
    padding-right: 155px;
}
.pad-left-right-160p {
    padding-left: 160px;
    padding-right: 160px;
}
.pad-left-right-165p {
    padding-left: 165px;
    padding-right: 165px;
}
.pad-left-right-170p {
    padding-left: 170px;
    padding-right: 170px;
}
.pad-left-right-175p {
    padding-left: 175px;
    padding-right: 175px;
}
.pad-left-right-180p {
    padding-left: 180px;
    padding-right: 180px;
}
.pad-left-right-185p {
    padding-left: 185px;
    padding-right: 185px;
}
.pad-left-right-190p {
    padding-left: 190px;
    padding-right: 190px;
}
.pad-left-right-195p {
    padding-left: 195px;
    padding-right: 195px;
}
.pad-left-right-200p {
    padding-left: 200px;
    padding-right: 200px;
}
.pad-top-bot-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pad-top-bot-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-top-bot-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pad-top-bot-20p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad-top-bot-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pad-top-bot-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-top-bot-35p {
    padding-top: 35px;
    padding-bottom: 35px;
}
.pad-top-bot-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pad-top-bot-45p {
    padding-top: 45px;
    padding-bottom: 45px;
}
.pad-top-bot-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pad-top-bot-55p {
    padding-top: 55px;
    padding-bottom: 55px;
}
.pad-top-bot-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad-top-bot-65p {
    padding-top: 65px;
    padding-bottom: 65px;
}
.pad-top-bot-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad-top-bot-75p {
    padding-top: 75px;
    padding-bottom: 75px;
}
.pad-top-bot-80p {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pad-top-bot-85p {
    padding-top: 85px;
    padding-bottom: 85px;
}
.pad-top-bot-90p {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pad-top-bot-95p {
    padding-top: 95px;
    padding-bottom: 95px;
}
.pad-top-bot-100p {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pad-top-bot-105p {
    padding-top: 105px;
    padding-bottom: 105px;
}
.pad-top-bot-110p {
    padding-top: 110px;
    padding-bottom: 110px;
}
.pad-top-bot-115p {
    padding-top: 115px;
    padding-bottom: 115px;
}
.pad-top-bot-120p {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pad-top-bot-125p {
    padding-top: 125px;
    padding-bottom: 125px;
}
.pad-top-bot-130p {
    padding-top: 130px;
    padding-bottom: 130px;
}
.pad-top-bot-135p {
    padding-top: 135px;
    padding-bottom: 135px;
}
.pad-top-bot-140p {
    padding-top: 140px;
    padding-bottom: 140px;
}
.pad-top-bot-145p {
    padding-top: 145px;
    padding-bottom: 145px;
}
.pad-top-bot-150p {
    padding-top: 150px;
    padding-bottom: 150px;
}
.pad-top-bot-155p {
    padding-top: 155px;
    padding-bottom: 155px;
}
.pad-top-bot-160p {
    padding-top: 160px;
    padding-bottom: 160px;
}
.pad-top-bot-165p {
    padding-top: 165px;
    padding-bottom: 165px;
}
.pad-top-bot-170p {
    padding-top: 170px;
    padding-bottom: 170px;
}
.pad-top-bot-175p {
    padding-top: 175px;
    padding-bottom: 175px;
}
.pad-top-bot-180p {
    padding-top: 180px;
    padding-bottom: 180px;
}
.pad-top-bot-185p {
    padding-top: 185px;
    padding-bottom: 185px;
}
.pad-top-bot-190p {
    padding-top: 190px;
    padding-bottom: 190px;
}
.pad-top-bot-195p {
    padding-top: 195px;
    padding-bottom: 195px;
}
.pad-top-bot-200p {
    padding-top: 200px;
    padding-bottom: 200px;
}
.pad-none {
    padding: 0;
}
.pad-left-none {
    padding-left: 0;
}
.pad-right-none {
    padding-right: 0;
}
.pad-top-none {
    padding-top: 0;
}
.pad-bot-none {
    padding-bottom: 0;
}
/* Default Margin */

.mar-top-5p {
    margin-top: 5px;
}
.mar-top-10p {
    margin-top: 10px;
}
.mar-top-15p {
    margin-top: 15px;
}
.mar-top-20p {
    margin-top: 20px;
}
.mar-top-25p {
    margin-top: 25px;
}
.mar-top-30p {
    margin-top: 30px;
}
.mar-top-35p {
    margin-top: 35px;
}
.mar-top-40p {
    margin-top: 40px;
}
.mar-top-45p {
    margin-top: 45px;
}
.mar-top-50p {
    margin-top: 50px;
}
.mar-top-55p {
    margin-top: 55px;
}
.mar-top-60p {
    margin-top: 60px;
}
.mar-top-65p {
    margin-top: 65px;
}
.mar-top-70p {
    margin-top: 70px;
}
.mar-top-75p {
    margin-top: 75px;
}
.mar-top-80p {
    margin-top: 80px;
}
.mar-top-85p {
    margin-top: 85px;
}
.mar-top-90p {
    margin-top: 90px;
}
.mar-top-95p {
    margin-top: 95px;
}
.mar-top-100p {
    margin-top: 100px;
}
.mar-top-105p {
    margin-top: 105px;
}
.mar-top-110p {
    margin-top: 110px;
}
.mar-top-115p {
    margin-top: 115px;
}
.mar-top-120p {
    margin-top: 120px;
}
.mar-top-125p {
    margin-top: 125px;
}
.mar-top-130p {
    margin-top: 130px;
}
.mar-top-135p {
    margin-top: 135px;
}
.mar-top-140p {
    margin-top: 140px;
}
.mar-top-145p {
    margin-top: 145px;
}
.mar-top-150p {
    margin-top: 150px;
}
.mar-top-155p {
    margin-top: 155px;
}
.mar-top-160p {
    margin-top: 160px;
}
.mar-top-165p {
    margin-top: 165px;
}
.mar-top-170p {
    margin-top: 170px;
}
.mar-top-175p {
    margin-top: 175px;
}
.mar-top-180p {
    margin-top: 180px;
}
.mar-top-185p {
    margin-top: 185px;
}
.mar-top-190p {
    margin-top: 190px;
}
.mar-top-195p {
    margin-top: 195px;
}
.mar-top-200p {
    margin-top: 200px;
}
.mar-bot-5p {
    margin-bottom: 5px;
}
.mar-bot-10p {
    margin-bottom: 10px;
}
.mar-bot-15p {
    margin-bottom: 15px;
}
.mar-bot-20p {
    margin-bottom: 20px;
}
.mar-bot-25p {
    margin-bottom: 25px;
}
.mar-bot-30p {
    margin-bottom: 30px;
}
.mar-bot-35p {
    margin-bottom: 35px;
}
.mar-bot-40p {
    margin-bottom: 40px;
}
.mar-bot-45p {
    margin-bottom: 45px;
}
.mar-bot-50p {
    margin-bottom: 50px;
}
.mar-bot-55p {
    margin-bottom: 55px;
}
.mar-bot-60p {
    margin-bottom: 60px;
}
.mar-bot-65p {
    margin-bottom: 65px;
}
.mar-bot-70p {
    margin-bottom: 70px;
}
.mar-bot-75p {
    margin-bottom: 75px;
}
.mar-bot-80p {
    margin-bottom: 80px;
}
.mar-bot-85p {
    margin-bottom: 85px;
}
.mar-bot-90p {
    margin-bottom: 90px;
}
.mar-bot-95p {
    margin-bottom: 95px;
}
.mar-bot-100p {
    margin-bottom: 100px;
}
.mar-bot-105p {
    margin-bottom: 105px;
}
.mar-bot-110p {
    margin-bottom: 110px;
}
.mar-bot-115p {
    margin-bottom: 115px;
}
.mar-bot-120p {
    margin-bottom: 120px;
}
.mar-bot-125p {
    margin-bottom: 125px;
}
.mar-bot-130p {
    margin-bottom: 130px;
}
.mar-bot-135p {
    margin-bottom: 135px;
}
.mar-bot-140p {
    margin-bottom: 140px;
}
.mar-bot-145p {
    margin-bottom: 145px;
}
.mar-bot-150p {
    margin-bottom: 150px;
}
.mar-bot-155p {
    margin-bottom: 155px;
}
.mar-bot-160p {
    margin-bottom: 160px;
}
.mar-bot-165p {
    margin-bottom: 165px;
}
.mar-bot-170p {
    margin-bottom: 170px;
}
.mar-bot-175p {
    margin-bottom: 175px;
}
.mar-bot-180p {
    margin-bottom: 180px;
}
.mar-bot-185p {
    margin-bottom: 185px;
}
.mar-bot-190p {
    margin-bottom: 190px;
}
.mar-bot-195p {
    margin-bottom: 195px;
}
.mar-bot-200p {
    margin-bottom: 200px;
}
.mar-left-5p {
    margin-left: 5px;
}
.mar-left-10p {
    margin-left: 10px;
}
.mar-left-15p {
    margin-left: 15px;
}
.mar-left-20p {
    margin-left: 20px;
}
.mar-left-25p {
    margin-left: 25px;
}
.mar-left-30p {
    margin-left: 30px;
}
.mar-left-35p {
    margin-left: 35px;
}
.mar-left-40p {
    margin-left: 40px;
}
.mar-left-45p {
    margin-left: 45px;
}
.mar-left-50p {
    margin-left: 50px;
}
.mar-left-55p {
    margin-left: 55px;
}
.mar-left-60p {
    margin-left: 60px;
}
.mar-left-65p {
    margin-left: 65px;
}
.mar-left-70p {
    margin-left: 70px;
}
.mar-left-75p {
    margin-left: 75px;
}
.mar-left-80p {
    margin-left: 80px;
}
.mar-left-85p {
    margin-left: 85px;
}
.mar-left-90p {
    margin-left: 90px;
}
.mar-left-95p {
    margin-left: 95px;
}
.mar-left-100p {
    margin-left: 100px;
}
.mar-left-105p {
    margin-left: 105px;
}
.mar-left-110p {
    margin-left: 110px;
}
.mar-left-115p {
    margin-left: 115px;
}
.mar-left-120p {
    margin-left: 120px;
}
.mar-left-125p {
    margin-left: 125px;
}
.mar-left-130p {
    margin-left: 130px;
}
.mar-left-135p {
    margin-left: 135px;
}
.mar-left-140p {
    margin-left: 140px;
}
.mar-left-145p {
    margin-left: 145px;
}
.mar-left-150p {
    margin-left: 150px;
}
.mar-left-155p {
    margin-left: 155px;
}
.mar-left-160p {
    margin-left: 160px;
}
.mar-left-165p {
    margin-left: 165px;
}
.mar-left-170p {
    margin-left: 170px;
}
.mar-left-175p {
    margin-left: 175px;
}
.mar-left-180p {
    margin-left: 180px;
}
.mar-left-185p {
    margin-left: 185px;
}
.mar-left-190p {
    margin-left: 190px;
}
.mar-left-195p {
    margin-left: 195px;
}
.mar-left-200p {
    margin-left: 200px;
}
.mar-right-5p {
    margin-right: 5px;
}
.mar-right-10p {
    margin-right: 10px;
}
.mar-right-15p {
    margin-right: 15px;
}
.mar-right-20p {
    margin-right: 20px;
}
.mar-right-25p {
    margin-right: 25px;
}
.mar-right-30p {
    margin-right: 30px;
}
.mar-right-35p {
    margin-right: 35px;
}
.mar-right-40p {
    margin-right: 40px;
}
.mar-right-45p {
    margin-right: 45px;
}
.mar-right-50p {
    margin-right: 50px;
}
.mar-right-55p {
    margin-right: 55px;
}
.mar-right-60p {
    margin-right: 60px;
}
.mar-right-65p {
    margin-right: 65px;
}
.mar-right-70p {
    margin-right: 70px;
}
.mar-right-75p {
    margin-right: 75px;
}
.mar-right-80p {
    margin-right: 80px;
}
.mar-right-85p {
    margin-right: 85px;
}
.mar-right-90p {
    margin-right: 90px;
}
.mar-right-95p {
    margin-right: 95px;
}
.mar-right-100p {
    margin-right: 100px;
}
.mar-right-105p {
    margin-right: 105px;
}
.mar-right-110p {
    margin-right: 110px;
}
.mar-right-115p {
    margin-right: 115px;
}
.mar-right-120p {
    margin-right: 120px;
}
.mar-right-125p {
    margin-right: 125px;
}
.mar-right-130p {
    margin-right: 130px;
}
.mar-right-135p {
    margin-right: 135px;
}
.mar-right-140p {
    margin-right: 140px;
}
.mar-right-145p {
    margin-right: 145px;
}
.mar-right-150p {
    margin-right: 150px;
}
.mar-right-155p {
    margin-right: 155px;
}
.mar-right-160p {
    margin-right: 160px;
}
.mar-right-165p {
    margin-right: 165px;
}
.mar-right-170p {
    margin-right: 170px;
}
.mar-right-175p {
    margin-right: 175px;
}
.mar-right-180p {
    margin-right: 180px;
}
.mar-right-185p {
    margin-right: 185px;
}
.mar-right-190p {
    margin-right: 190px;
}
.mar-right-195p {
    margin-right: 195px;
}
.mar-right-200p {
    margin-right: 200px;
}
.mar-top-bot-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mar-top-bot-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mar-top-bot-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mar-top-bot-20p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mar-top-bot-25p {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mar-top-bot-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mar-top-bot-35p {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mar-top-bot-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mar-top-bot-45p {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mar-top-bot-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mar-top-bot-55p {
    margin-top: 55px;
    margin-bottom: 55px;
}
.mar-top-bot-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mar-top-bot-65p {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mar-top-bot-70p {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mar-top-bot-75p {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mar-top-bot-80p {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mar-top-bot-85p {
    margin-top: 85px;
    margin-bottom: 85px;
}
.mar-top-bot-90p {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mar-top-bot-95p {
    margin-top: 95px;
    margin-bottom: 95px;
}
.mar-top-bot-100p {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mar-top-bot-105p {
    margin-top: 105px;
    margin-bottom: 105px;
}
.mar-top-bot-110p {
    margin-top: 110px;
    margin-bottom: 110px;
}
.mar-top-bot-115p {
    margin-top: 115px;
    margin-bottom: 115px;
}
.mar-top-bot-120p {
    margin-top: 120px;
    margin-bottom: 120px;
}
.mar-top-bot-125p {
    margin-top: 125px;
    margin-bottom: 125px;
}
.mar-top-bot-130p {
    margin-top: 130px;
    margin-bottom: 130px;
}
.mar-top-bot-135p {
    margin-top: 135px;
    margin-bottom: 135px;
}
.mar-top-bot-140p {
    margin-top: 140px;
    margin-bottom: 140px;
}
.mar-top-bot-145p {
    margin-top: 145px;
    margin-bottom: 145px;
}
.mar-top-bot-150p {
    margin-top: 150px;
    margin-bottom: 150px;
}
.mar-top-bot-155p {
    margin-top: 155px;
    margin-bottom: 155px;
}
.mar-top-bot-160p {
    margin-top: 160px;
    margin-bottom: 160px;
}
.mar-top-bot-165p {
    margin-top: 165px;
    margin-bottom: 165px;
}
.mar-top-bot-170p {
    margin-top: 170px;
    margin-bottom: 170px;
}
.mar-top-bot-175p {
    margin-top: 175px;
    margin-bottom: 175px;
}
.mar-top-bot-180p {
    margin-top: 180px;
    margin-bottom: 180px;
}
.mar-top-bot-185p {
    margin-top: 185px;
    margin-bottom: 185px;
}
.mar-top-bot-190p {
    margin-top: 190px;
    margin-bottom: 190px;
}
.mar-top-bot-195p {
    margin-top: 195px;
    margin-bottom: 195px;
}
.mar-top-bot-200p {
    margin-top: 200px;
    margin-bottom: 200px;
}
.mar-left-right-5p {
    margin-left: 5px;
    margin-right: 5px;
}
.mar-left-right-10p {
    margin-left: 10px;
    margin-right: 10px;
}
.mar-left-right-15p {
    margin-left: 15px;
    margin-right: 15px;
}
.mar-left-right-20p {
    margin-left: 20px;
    margin-right: 20px;
}
.mar-left-right-25p {
    margin-left: 25px;
    margin-right: 25px;
}
.mar-left-right-30p {
    margin-left: 30px;
    margin-right: 30px;
}
.mar-left-right-35p {
    margin-left: 35px;
    margin-right: 35px;
}
.mar-left-right-40p {
    margin-left: 40px;
    margin-right: 40px;
}
.mar-left-right-45p {
    margin-left: 45px;
    margin-right: 45px;
}
.mar-left-right-50p {
    margin-left: 50px;
    margin-right: 50px;
}
.mar-left-right-55p {
    margin-left: 55px;
    margin-right: 55px;
}
.mar-left-right-60p {
    margin-left: 60px;
    margin-right: 60px;
}
.mar-left-right-65p {
    margin-left: 65px;
    margin-right: 65px;
}
.mar-left-right-70p {
    margin-left: 70px;
    margin-right: 70px;
}
.mar-left-right-75p {
    margin-left: 75px;
    margin-right: 75px;
}
.mar-left-right-80p {
    margin-left: 80px;
    margin-right: 80px;
}
.mar-left-right-85p {
    margin-left: 85px;
    margin-right: 85px;
}
.mar-left-right-90p {
    margin-left: 90px;
    margin-right: 90px;
}
.mar-left-right-95p {
    margin-left: 95px;
    margin-right: 95px;
}
.mar-left-right-100p {
    margin-left: 100px;
    margin-right: 100px;
}
.mar-left-right-105p {
    margin-left: 105px;
    margin-right: 105px;
}
.mar-left-right-110p {
    margin-left: 110px;
    margin-right: 110px;
}
.mar-left-right-115p {
    margin-left: 115px;
    margin-right: 115px;
}
.mar-left-right-120p {
    margin-left: 120px;
    margin-right: 120px;
}
.mar-left-right-125p {
    margin-left: 125px;
    margin-right: 125px;
}
.mar-left-right-130p {
    margin-left: 130px;
    margin-right: 130px;
}
.mar-left-right-135p {
    margin-left: 135px;
    margin-right: 135px;
}
.mar-left-right-140p {
    margin-left: 140px;
    margin-right: 140px;
}
.mar-left-right-145p {
    margin-left: 145px;
    margin-right: 145px;
}
.mar-left-right-150p {
    margin-left: 150px;
    margin-right: 150px;
}
.mar-left-right-155p {
    margin-left: 155px;
    margin-right: 155px;
}
.mar-left-right-160p {
    margin-left: 160px;
    margin-right: 160px;
}
.mar-left-right-165p {
    margin-left: 165px;
    margin-right: 165px;
}
.mar-left-right-170p {
    margin-left: 170px;
    margin-right: 170px;
}
.mar-left-right-175p {
    margin-left: 175px;
    margin-right: 175px;
}
.mar-left-right-180p {
    margin-left: 180px;
    margin-right: 180px;
}
.mar-left-right-185p {
    margin-left: 185px;
    margin-right: 185px;
}
.mar-left-right-190p {
    margin-left: 190px;
    margin-right: 190px;
}
.mar-left-right-195p {
    margin-left: 195px;
    margin-right: 195px;
}
.mar-left-right-200p {
    margin-left: 200px;
    margin-right: 200px;
}
.mar-none {
    margin: 0;
}
.less-margin {
    margin: 0;
}
.mar-left-none {
    margin-left: 0;
}
.mar-right-none {
    margin-right: 0;
}
.mar-top-none {
    margin-top: 0;
}
.mar-bottom-none {
    margin-bottom: 0;
}
.radius img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.mfp-wrap {
    z-index: 999999 !important;
}
.display-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.label {
    padding: 3px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400
}
.btn.text-uppercase {
    font-size: 14px;
    font-weight: 700
}
.btn-lg {
    height: 54px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 51px
}
.btn-lg.text-uppercase {
    font-size: 17px
}
.btn-sm {
    height: 28px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 26px
}
.btn-sm.text-uppercase {
    font-size: 11px
}
.btn-sm.text-uppercase>.Icon {
    margin-top: -2px
}
.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0
}
.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link {
    color: #f90048
}
.btn-default {
    transition: none 172ms ease-out;
    -webkit-transition: none 172ms ease-out;
    -moz-transition: none 172ms ease-out;
    -o-transition: none 172ms ease-out;
    -ms-transition: none 172ms ease-out;
    transition-property: color, border-color, background-color;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    -ms-transition-property: color, border-color, background-color;
    color: #222;
    border-color: #555;
    background-color: #fff
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: #fff;
    border-color: #f90048;
    background-color: #f90048
}
.btn-default.active,
.btn-default:active {
    color: #fff;
    border-color: #ea0044;
    background-color: #ea0044
}
.btn-default:active:focus,
.btn-default:active:hover {
    color: #fff;
    border-color: #e00041;
    background-color: #e00041
}
.default-overlay {
    position: relative;
    z-index: 1;
}
.default-overlay:after {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .5;
    content: "";
    left: 0;
    top: 0;
}
.default-overlay-hard {
    position: relative;
    z-index: 1;
}
.default-overlay-hard:after {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .8;
    content: "";
    left: 0;
    top: 0;
}
.default-heading {
    margin-bottom: 50px;
    text-align: center;
}
.default-heading > h2 {
    color: #5cb85c;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.default-heading > h2::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    width: 50%;
}
.default-heading > h2::before {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    bottom: -3px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    z-index: 1;
}
.default-heading > p {
    margin: 30px auto 0;
    width: 60%;
}
.def-heading-v2 h1,
.def-heading-v2 h2,
.def-heading-v2 h3,
.def-heading-v2 h4,
.def-heading-v2 h5,
.def-heading-v2 h6 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.def-heading-v2 h1,
.def-heading-v2 h2,
.def-heading-v2 h3,
.def-heading-v2 h4,
.def-heading-v2 h5,
.def-heading-v2 h6 {
    border-bottom: 1px solid #e7e7e7;
    color: #5cb85c;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 900;
    padding-bottom: 10px;
    position: relative;
}
.def-heading-v2 > p {
    margin: 0;
}
.def-heading-v1 i,
.def-heading-v2 i,
.def-heading-v3 i,
.def-heading-v4 i,
.def-heading-v5 i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.def-heading-v4 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.def-heading-v4 h1,
.def-heading-v4 h2,
.def-heading-v4 h3,
.def-heading-v4 h4,
.def-heading-v4 h5,
.def-heading-v4 h6 {
    text-transform: uppercase;
    font-family: sans-serif;
}
.def-heading-v4 span {
    color: #449d44;
    font-weight: 900;
}
.def-heading-v4::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
    left: 0;
}
.def-heading-v4.text-center::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}
.def-heading-v4.text-right::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
    right: 0;
    left: auto;
}
.def-heading-v4.text-center::after {
    margin-left: -25px;
}
.def-heading-v4.light::after {
    background: #ffffff none repeat scroll 0 0;
}
.embed-responsive {
    margin-bottom: 30px;
    overflow: inherit;
}
.blog-post-area.col-4 .embed-responsive {
    margin-bottom: 0;
}
.container-half {
    width: 60%;
    margin: 0 auto;
}
.border-radius-none {
    border-radius: inherit;
}
.bg-transparent {
    background: transparent !important;
}
.bg-gray {
    background: #f4f4f4;
}
.bg-dark {
    background: #26333f none repeat scroll 0 0 !important;
}
.bg-dark-o {
    background: #15222e none repeat scroll 0 0 !important;
}
.bg-light {
    background: #ffffff none repeat scroll 0 0 !important;
}
.bg-success {
    background: #5cb85c none repeat scroll 0 0 !important;
}
.bg-gray-o {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.full-width {
    margin: 0 auto;
    width: 98%;
}
.def-bor-gray {
    border: 1px solid #e7e7e7;
}
.def-bor-light {
    border: 1px solid #ffffff;
}
.def-bor-left-gray {
    border-left: 1px solid #e7e7e7;
}
.def-bor-right-gray {
    border-right: 1px solid #e7e7e7;
}
.def-bor-top-gray {
    border-top: 1px solid #e7e7e7;
}
.def-bor-bot-gray {
    border-bottom: 1px solid #e7e7e7;
}
.def-bor-left-light {
    border-left: 1px solid #ffffff;
}
.def-bor-right-light {
    border-right: 1px solid #ffffff;
}
.def-bor-top-light {
    border-top: 1px solid #ffffff;
}
.def-bor-bot-light {
    border-bottom: 1px solid #ffffff;
}
/*--------------------------------------------------------------
    ## Navbar Nav
--------------------------------------------------------------*/

nav.navbar.bootsnav {
    margin: 0;
}
.dropdown-menu.megamenu-content img {
    margin-bottom: 20px;
}
.dropdown-menu.megamenu-content .menu-col img {
    float: left;
    height: 18px;
    margin-right: 10px;
}
.dropdown-menu.megamenu-content .social li {
    display: inline-block;
}
.dropdown-menu.megamenu-content .social li a {
    background: #26333f none repeat scroll 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center !important;
    width: 30px;
}
.dropdown-menu.megamenu-content iframe {
    width: 100%;
}
.dropdown-menu.megamenu-content form .form-group input.form-control {
    min-height: 40px;
    height: 40px;
    margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown > ul.dropdown-menu {
    background-color: #ffffff;
    border-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
}
nav.bg-gray.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
}
nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
    color: #ffffff;
    background-color: #5cb85c
}
nav.bg-dark.navbar.bootsnav ul.nav > li > a {
    background-color: transparent;
    color: #ffffff;
}
nav.navbar.bootsnav.navbar-sidebar ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
    color: #5cb85c;
    background-color: transparent;
}
nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li a {
    color: #6f6f6f;
    border: none
}
nav.navbar.bootsnav .megamenu-content .title {
    text-transform: uppercase
}
nav.navbar.bootsnav .attr-nav {
    z-index: 99
}
@media screen and (max-width: 767px) {
    nav.navbar.bootsnav .attr-nav {
        margin-right: -20px
    }
    nav.navbar.bootsnav .attr-nav>ul>li>a {
        padding-left: 10px!important
    }
}
nav.navbar.bootsnav .attr-nav>ul>li.buy-btn>a {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0
}
nav.navbar.bootsnav .attr-nav>ul>li.dropdown ul.dropdown-menu {
    margin-top: -1px
}
nav.navbar.bootsnav.navbar-transparent.dark,
nav.navbar.bootsnav.navbar-transparent.white {
    border-bottom-color: rgba(255, 255, 255, .2)
}
nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-left-color: rgba(255, 255, 255, .2)
}
nav.navbar.bootsnav.navbar-transparent.white--outline {
    background-color: transparent
}
@media screen and (max-width: 992px) {
    nav.navbar.bootsnav.navbar-transparent.white--outline {
        background-color: #fff
    }
}
nav.navbar.bootsnav.black {
    border-bottom-color: #000;
    background-color: #000
}
nav.navbar.bootsnav.black .attr-nav>ul>li>a,
nav.navbar.bootsnav.black .navbar-toggle,
nav.navbar.bootsnav.black ul.nav>li.active>a,
nav.navbar.bootsnav.black ul.nav>li:hover>a,
nav.navbar.bootsnav.black ul.nav>li>a {
    color: #fff
}
@media (max-width: 992px) {
    nav.navbar.bootsnav.black .navbar-collapse {
        background-color: #fff
    }
    nav.navbar.bootsnav.black .navbar-collapse ul.nav>li>a {
        color: inherit
    }
}
nav.navbar.bootsnav .side {
    z-index: 100
}
ul.cart-list>li.total>.btn {
    border-color: #f90048
}
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:focus,
nav.navbar .share ul>li>a:hover,
ul.cart-list>li.total>.btn {
    background-color: #5cb85c
}
.navbar-brand {
    height: auto;
}
ul.cart-list>li.total>.btn:focus,
ul.cart-list>li.total>.btn:hover {
    background-color: #222!important
}
nav.navbar.bootsnav.bg-light ul.nav > li > a {
    color: #ffffff;
}
nav.navbar.bootsnav.bg-light .attr-nav > ul > li > a {
    color: #ffffff;
}
nav.bg-dark .attr-nav > ul > li > a {
    color: #ffffff;
}
.navbar-nav > li.smooth-menu.active a {
    color: #449d44 !important;
}
.social-links.sl-default a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.Sticky {
    position: relative;
    z-index: 999
}
.Sticky--stuck {
    position: fixed;
    top: 0;
    width: 100%;
    transition: margin-top 200ms linear;
    -webkit-transition: margin-top 200ms linear;
    -moz-transition: margin-top 200ms linear;
    -o-transition: margin-top 200ms linear;
    -ms-transition: margin-top 200ms linear;
}
.Sticky--pinned {
    margin-top: 0
}
.Sticky--unpinned {
    margin-top: -80px
}
/*--------------------------------------------------------------
    ## Top Bar
--------------------------------------------------------------*/

.top-address li {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    margin-right: 20px;
    text-transform: uppercase;
}
.top-bar-area.bg-success .top-address li {
    color: #ffffff;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin-right: 20px;
    text-transform: uppercase;
}
.bg-dark .top-address li {
    color: #ffffff;
}
.top-address li i {
    margin-right: 10px;
}
.bg-dark .top-address li i {
    color: #ffffff;
}
.topbar-social {
    line-height: 50px;
}
.topbar-social {
    line-height: 50px;
}
.top-address {
    line-height: 50px;
}
.topbar-social.ecom {
    line-height: 50px;
}
.account-menu {
    line-height: 50px;
}
.topbar-social li a i {
    background: #78d478 none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    color: #ffffff;
}
.topbar-social.wt-dark ul li a i {
    background: #15222e none repeat scroll 0 0;
    margin: 0;
}
.topbar-social li {
    display: inline-block;
}
.forms.gray.mar-none {
    margin: 0;
}
.topbar-social li a {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.top-bar-area.bg-success .topbar-social li a {
    color: #ffffff;
}
.bg-dark .topbar-social li a {
    color: #ffffff;
}
/* Shopping Top Bar*/

.account-menu ul li {
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
}
.account-menu ul li a i {
    margin-right: 5px;
}
.account-menu ul li a {
    color: #cccccc;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}
.account-menu ul li a {
    color: #ffffff;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}
.bg-success .account-menu ul li a {
    color: #ffffff;
}
.top-navs ul.nav .dropdown-toggle {
    color: #cccccc;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    margin-right: 15px;
    padding: 0;
    text-transform: uppercase;
}
.bg-success .top-navs ul.nav .dropdown-toggle {
    color: #ffffff;
}
.top-navs ul.nav .dropdown-toggle:focus,
.top-navs ul.nav .dropdown-toggle:hover {
    background: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.top-navs .nav.nav-pills li {
    color: #cccccc;
    text-transform: capitalize;
    line-height: 50px;
    display: inline-block;
    float: none;
}
.bg-success .top-navs .nav.nav-pills li {
    color: #ffffff;
}
.top-navs .dropdown-menu {
    border-radius: inherit;
    margin: 0;
    padding: 0;
}
.top-left-nav .top-navs .dropdown-menu li {
    display: block !important;
    margin: 0 !important;
}
.top-left-nav .top-navs .dropdown-menu li a {
    padding: 8px 10px;
}
.big-text h1 {
    font-size: 80px;
    line-height: 80px;
}
.big-text h2 {
    font-size: 70px;
    line-height: 70px;
}
/*--------------------------------------------------------------
    ## Default Heading
--------------------------------------------------------------*/

.default-heading {
    margin-bottom: 50px;
    text-align: center;
}
.default-heading > h2 {
    color: #5cb85c;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.default-heading.light > h2 {
    color: #ffffff;
    padding: 0;
}
.default-heading > h2::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -15%;
    position: absolute;
    width: 30%;
}
.default-heading.light > p {
    margin: 20px auto 0;
}
.default-heading.light > h2::after {
    display: none;
}
.default-heading > h2::before {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    bottom: -3px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    z-index: 1;
}
.default-heading.light > h2::before {
    display: none;
}
.default-heading.v2 > h2 {
    color: #333333;
}
.default-heading.v2 > h2::after {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    width: 50%;
}
.default-heading.v2 > h2::before {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    bottom: -3px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    z-index: 1;
}
.default-box-shadow {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.default-heading > p {
    margin: 20px auto 0;
    width: 60%;
}
.default-heading.light > p {
    color: #ffffff;
}
.padding-top-80p {
    padding-top: 80px;
}
.padding-top-80p {
    padding-top: 80px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/*--------------------------------------------------------------
    ## Preloader
--------------------------------------------------------------*/

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/loading.gif) center no-repeat #fff;
    text-align: center;
}
/*--------------------------------------------------------------
    ## Sidebar
--------------------------------------------------------------*/

.sidebar {
    overflow: hidden;
}
.sidebar-item {
    transition: all 220ms ease 0s;
    -webkit-transition: all 220ms ease 0s;
    -moz-transition: all 220ms ease 0s;
    -o-transition: all 220ms ease 0s;
    -ms-transition: all 220ms ease 0s;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.sidebar-item:last-child {
    margin: 0;
}
.sidebar-aut-thum.about-head {
    text-align: center;
}
.sidebar-aut-thum > h4 {
    border: 1px solid #eee;
    color: #aaa;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 22px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}
.sidebar-aut-thum > h4::after {
    border-bottom: 3px solid #eee;
    border-right: 3px solid #eee;
    bottom: -4px;
    content: "";
    left: 4px;
    pointer-events: none;
    position: absolute;
    right: -4px;
    top: 4px;
    z-index: 9;
}
.sidebar-info h3 {
    color: #333333;
    margin: 15px 0;
}
.signature img {
    float: none;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    width: auto;
}
.sidebar-info span {
    color: #6cac70;
    text-transform: uppercase;
}
.sidebar-item.about-sidebar {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.sidebar-info ul {
    width: 100%;
}
.sidebar-info .more {
    color: #5cb85c;
    text-transform: capitalize;
}
/* Latest Article */

.latest-article {
    margin-bottom: 30px;
}
.latest-article:last-child {
    margin: 0;
}
.latest-article .post-all {
    margin-top: 30px;
}
.latest-article-thum {
    display: table-cell;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: 100px;
}
.latest-article-thum img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #333f4b;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.latest-article-thum > a {
    display: block;
    float: left;
}
.latest-article-info {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.lst-atl-tags {
    margin-bottom: 5px;
}
.lst-atl-ttl > a {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.lst-atl-ttl > a:hover {
    color: #5cb85c;
}
.lst-atl-tags > a {
    font-size: 12px;
    margin-right: 5px;
    padding: 2px;
    position: relative;
    text-transform: uppercase;
    color: #aaaaaa;
}
.lst-atl-tags > a:hover {
    color: #5cb85c;
}
.lst-atl-tags > a::after {
    color: #aaaaaa;
    content: ",";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.lst-atl-tags > a:last-child::after {
    display: none;
}
.sidebar-info span {
    color: #6cac70;
    text-transform: uppercase;
}
.pst-cmnts {
    position: absolute;
    right: 20px;
    top: 5px;
}
.pst-cmnts > a {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 900;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.latest-article .post-all > a {
    background: #5cb85c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
}
/* Popular Post */

.popular-post-head {
    position: relative;
}
.popular-post-info h1,
.popular-post-info h2,
.popular-post-info h3,
.popular-post-info h4,
.popular-post-info h5,
.popular-post-info h6 {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
}
.popular-post-date {
    float: right;
    text-align: center;
    width: 90%;
}
.popular-post-date i {
    color: #5cb85c;
    margin-right: 5px;
}
.popular-post-date > p {
    margin: 0;
}
.popular-post-info {
    margin-bottom: 30px;
    overflow: hidden;
}
.popular-post-info:last-child {
    margin: 0;
}
.popular-post-info .video-responsive,
.popular-post-info .embed-responsive {
    margin: 0;
}
/* Tags */

.tags li {
    display: inline-block;
    float: left;
}
.tags a {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px 10px 0;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid #e7e7e7;
}
.tags a:hover {
    background: #449d44 none repeat scroll 0 0;
    border: 1px solid #449d44;
    color: #ffffff;
}
.sidebar-info form.sidebar-search {
    position: relative;
}
.sidebar-info form.sidebar-search input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 40px;
    width: 100%;
}
.sidebar-info form.sidebar-search input[type="submit"] {
    border: medium none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
/* Categories */

.sidebar-category > li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    text-align: left;
}
.sidebar-category a {
    display: block;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: capitalize;
}
.sidebar-category a:hover {
    padding-left: 5px;
    color: #5cb85c;
}
.sidebar-category > li:last-child {
    border: medium none;
    padding-bottom: 0;
}
/* Social Sidebar */

.social-sidebar > li {
    display: inline-block;
}
.social-sidebar a {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border: 1px solid #e7e7e7
}
.social-sidebar a:hover {
    background: #2a3744;
}
.social-sidebar {
    text-align: center;
}
/* Sidebar Gellary */

.gellary-sidebar .sidebar-info img {
    min-height: 80px;
}
.gellary-sidebar .sidebar-info li {
    display: inline-block;
    float: left;
    padding: 5px;
    width: 33.333%;
}
.gellary-sidebar .sidebar-info li a {
    display: inline-block;
}
/* Video Container */

.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.audio-soundcloud > iframe {
    height: 100%;
    width: 100%;
}
.audio-normal {
    background: #5cb85c none repeat scroll 0 0;
    padding: 50px 15px;
}
.audio-normal audio {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
    ## Blog
--------------------------------------------------------------*/

.blog-contents h1 a,
.blog-contents h2 a,
.blog-contents h3 a,
.blog-contents h4 a,
.blog-contents h5 a,
.blog-contents h6 a {
    font-family: "Montserrat", sans-serif;
}
.blog-slider-items {
    position: relative;
}
.blog-contents img,
.blog-contents iframe,
.blog-contents audio,
.blog-contents video {
    margin-bottom: 30px;
    width: 100%;
}
.blog-post-area.col-4 .blog-contents img,
.blog-post-area.col-4 .blog-contents iframe,
.blog-post-area.col-4 .blog-contents audio,
.blog-post-area.col-4 .blog-contents video {
    margin-bottom: 0;
    width: 100%;
}
.video-responsive {
    margin-bottom: 30px;
}
.blog-contents audio {
    background: #26333f none repeat scroll 0 0;
}
.blog-contents a {
    display: inline-block;
    text-transform: uppercase;
}
.single-blog-item.color-title i {
    color: #5cb85c;
    font-size: 15px;
}
.post-meta {
    margin-bottom: 30px;
}
.blog-post-area.col-4 .post-meta {
    margin-bottom: 10px;
}
.blog-contents .header-info .p-date {
    background: #26333f none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-weight: 900;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.blog-contents .header-info .header-desk {
    float: left;
}
.blog-contents .header-info {
    display: block;
    float: left;
    width: 100%;
}
.blog-contents .header-info .p-date span {
    display: block;
}
.post-meta li {
    color: #a7a7a7;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog-post-area.col-4 .post-meta li {
    font-size: 11px;
}
.post-meta a {
    color: #a7a7a7;
    display: inline-block;
}
.post-meta li i {
    margin-right: 5px;
}
.blog-contents .share-post .title {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}
.blog-contents .share-post .title h4 {
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.blog-contents .share-post {
    line-height: 40px;
    margin-top: 10px;
    overflow: hidden;
    text-transform: capitalize;
}
.blog-contents .share-post ul {
    float: left;
    position: relative;
    z-index: 1;
}
.blog-contents .share-post ul::before {
    background: #a7a7a7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 1px;
}
.blog-contents .share-post ul li {
    display: inline-block;
}
.blog-contents .share-post ul li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.blog-contents .share-post ul li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}
.blog-contents .share-post ul li.twitter a {
    background: #0084b4 none repeat scroll 0 0;
}
.blog-contents .share-post ul li.g-plus a {
    background: #d34836 none repeat scroll 0 0;
}
.blog-contents .share-post ul li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}
.blog-contents .share-post ul li.dribble a {
    background: #ea4c89 none repeat scroll 0 0;
}
.blog-contents .thumb {
    position: relative;
    z-index: 1;
}
.thumb.gellary .owl-controls.clickable {
    display: none;
}
.blog-contents .thumb .p-type {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -10px;
    color: #5cb85c;
    font-size: 40px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    width: 80px;
}
.blog-contents .carousel-control.left,
.blog-contents .carousel-control.right {
    background-image: inherit;
    height: 40px;
    margin-top: -50px;
    top: 50%;
    width: 40px;
}
.blog-post-area.col-4 .carousel-control.left,
.blog-post-area.col-4 .carousel-control.right {
    margin-top: -30px;
}
.single-blog-item .thumb {
    position: relative;
}
.blog-contents .embed-responsive.thumb .p-type,
.single-blog-item .video-responsive.thumb .p-type {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -40px;
    color: #5cb85c;
    font-size: 40px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    width: 80px;
    z-index: 1;
}
.single-blog-item .thumb.gellary .p-type {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -10px;
    color: #5cb85c;
    font-size: 40px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    width: 80px;
    margin-top: 0;
    z-index: 1;
}
.single-blog-item .p-type.gray {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.single-blog-item.single .thumb.gellary {
    margin: 0;
}
.single-blog-item .embed-responsive.thumb .p-type a img,
.single-blog-item .video-responsive.thumb .p-type a img,
.single-blog-item .audio-soundcloud.thumb .p-type a img,
.single-blog-item .thumb .p-type a img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 80px;
    min-height: 80px;
    margin-top: 0;
    padding: 10px;
    width: 80px;
}
.blog-post-area.col-2,
.blog-post-area.col-3,
.blog-post-area.col-4,
.blog-post-area.col-5,
.blog-post-area.col-6,
.blog-post-area.col-7,
.blog-post-area.col-8 {
    width: 100%;
}
.blog-contents .owl-controls.clickable {
    display: none !important;
}
.pin-symb {
    border-bottom: 5px solid #26333f;
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.pin-symb i {
    background: #26333f none repeat scroll 0 0;
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    -o-border-radius: 50px 50px 0 0;
    color: #ffffff;
    font-size: 30px;
    height: 45px;
    line-height: 50px;
    width: 90px;
}
.blog-post-area.grid.masonary {
    overflow: hidden;
}
.blog-post-area.grid.masonary .pf-colum {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 15px;
    position: relative;
    width: 50%;
}
.blog-post-area.col-2.masonary .pf-colum:nth-child(1) {
    padding-left: 0;
}
.blog-post-area.col-2.masonary .pf-colum:nth-child(2) {
    padding-right: 0;
}
.blog-post-area.col-2.masonary .pf-colum {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 15px;
    position: relative;
    width: 50%;
}
.blog-post-area.col-3.masonary .pf-colum {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 15px;
    position: relative;
    width: 33.333%;
}
.blog-post-area.col-4.masonary .pf-colum {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 15px;
    position: relative;
    width: 25%;
}
.blog-top-carousel-item {
    position: relative;
}
.blog-top-carousel-item .post-info {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.blog-top-carousel-item .post-info::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.blog-top-carousel-item .post-info .tags {
    display: block;
    float: left;
    width: 100%;
}
.blog-top-carousel-item .post-info .title {
    display: block;
    float: left;
}
.blog-top-carousel-item .post-info .title h4 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.blog-top-carousel-item .post-info .title a {
    color: #ffffff;
}
.more-btn {
    color: #5cb85c;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.more-btn.dark {
    color: #333333;
}
.more-btn::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -25px;
    top: 0;
}
.blog-top-carousel-item .tags a {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 1;
}
.blog-top-carousel-item .tags a::after {
    bottom: -5px;
    content: ",";
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    right: -4px;
}
.carousel-srtc-area.rel-blog {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.carousel-srtc-area.rel-blog .container {
    padding: 0 15px;
}
.blog-slider-items .owl-pagination {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.blog-slider-items .owl-pagination .owl-page.active span {
    background: #5cb85c none repeat scroll 0 0;
}
.blog-slider-items .owl-buttons {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.blog-slider-items .owl-buttons .owl-next {
    background: #2a3744 none repeat scroll 0 0 !important;
    border-radius: inherit !important;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}
.blog-slider-items .owl-buttons .owl-prev {
    background: #2a3744 none repeat scroll 0 0 !important;
    border-radius: inherit !important;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    position: absolute;
    left: 0;
    text-align: center;
    width: 40px;
}
/* Blockquote */

.single-blog-item.single img,
.single-blog-item.single iframe,
.single-blog-item.single audio,
.single-blog-item.single video,
.single-blog-item.single .thumb {
    display: block;
    width: 100%;
    margin: 0 0 50px 0;
}
blockquote {
    margin: 50px 0;
}
.single-comments-info {
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.single-comments-info .avatar > img {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    height: 60px;
    width: 60px;
}
.single-comments-info .avatar {
    display: table-cell;
    width: 80px;
}
.single-comments-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-comments-info .content > h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.single-comments-info .date {
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.single-comments-info .comments-reply {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-left: 80px;
    padding-top: 30px;
}
.forms.gray.comments {
    margin: 0;
    padding-top: 30px;
}
/*--------------------------------------------------------------
    ## Single Left Sidebar 
--------------------------------------------------------------*/

.single-list-item {
    margin-bottom: 30px;
    padding-left: 30px;
}
.single-list-item > li {
    font-style: italic;
    line-height: 30px;
    list-style: outside none disc;
    padding-left: 5px;
}
.single-list-item {} .single-tags {
    margin-top: 50px;
}
.single-tags > ul {
    display: block;
    overflow: hidden;
}
.single-tags li {
    display: inline-block;
    float: left;
}
.single-tags a {
    background: #000 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    text-transform: capitalize;
}
.single-tags a:hover {
    background: #5cb85c;
}
.single-share-post {
    margin-top: 50px;
}
.single-share-post > ul {
    display: block;
    overflow: hidden;
}
.single-share-post li {
    display: inline-block;
    float: left;
}
.single-share-post a {
    background: #000 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 35px;
}
.single-share-post a:hover {
    background: #5cb85c none repeat scroll 0 0;
}
.single-pagination {
    border-top: 1px solid #e7e7e7;
    display: block;
    margin-top: 50px;
    overflow: hidden;
    padding: 20px 0;
}
.single-pagination a {
    text-transform: uppercase;
}
.single-pagination .previous {
    float: left;
}
.single-pagination .next {
    float: right;
}
.single-pagination .previous i {
    margin-right: 5px;
}
.single-pagination .next i {
    margin-left: 5px;
}
/* Main Index */

.default-slider-area.main-home.full-height .full-slider-item.thumb .item-cell .text-left h1,
.default-slider-area.main-home.auto-height .full-slider-item.thumb .item-cell .text-left h1 {
    font-size: 60px;
    line-height: 60px;
    padding-right: 30%;
    font-weight: 900;
}
.default-slider-area.main-home.full-height .full-slider-item.thumb .item-cell .text-center h1,
.default-slider-area.main-home.auto-height .full-slider-item.thumb .item-cell .text-center h1 {
    font-size: 60px;
    line-height: 60px;
    width: 70%;
    margin: 0 auto 20px;
    font-weight: 900;
}
.default-slider-area.main-home.full-height .full-slider-item.thumb .item-cell .text-right h1,
.default-slider-area.main-home.auto-height .full-slider-item.thumb .item-cell .text-right h1 {
    font-size: 60px;
    line-height: 60px;
    padding-left: 30%;
    font-weight: 900;
}
/*--------------------------------------------------------------
    ## Porfolio Hover Effect
--------------------------------------------------------------*/

.portfolio-item .item-thumb img {
    width: 100%;
}
.pf-items .item-heading > p {
    margin: 0;
    color: #ffffff;
}
.pf-items .item-heading h2 {
    color: #ffffff;
    margin-bottom: 10px;
}
.pf-items .item-thumb {
    position: relative;
}
.pf-items .item-content .item-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.pf-items .item-content .item-overlay::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.pf-items .item-overlay ul {
    margin-top: -25px;
    position: relative;
    top: 50%;
}
.pf-items .item-overlay li {
    display: inline-block;
}
.pf-items .item-overlay a {
    background: #5cb85c none repeat scroll 0 0;
    border: 3px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 45px;
    margin: 0 5px;
    text-align: center;
    width: 50px;
}
.pf-items .item-overlay a:hover {
    background: #2a3744;
}
.pf-items ul.mix-item-menu li {
    cursor: pointer;
    display: inline-block;
}
.pf-items ul.mix-item-menu li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 25px;
}
.pf-items ul.mix-item-menu li a:hover {
    color: #ffffff;
    background-color: #449d44;
}
.pf-items ul.mix-item-menu li a.current {
    color: #ffffff;
    background-color: #449d44;
}
.pf-items .item-info h2 {
    color: #2a3744;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.pf-items .section-bg-black .item-info h2 {
    color: #ffffff;
}
.pf-items .section-bg-black .item-info p {
    margin: 0;
    color: #ffffff;
}
.pf-items .item-heading {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pf-items .item-heading::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40px;
    left: -20px;
    position: absolute;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    width: 50%;
}
.pf-items .item-heading::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40px;
    left: auto;
    opacity: 1;
    position: absolute;
    right: -20px;
    top: auto;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    width: 50%;
}
/*--------------------------------------------------------------
    ## Portfolio 
--------------------------------------------------------------*/

.pf-colum .portfolio-item,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    display: inline-block;
    overflow: hidden;
    padding: 1px;
}
.col-1 {
    width: 8.33333%;
}
.col-2 {
    width: 16.6667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 41.6667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333%;
}
.col-8 {
    width: 66.6667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333%;
}
.col-11 {
    width: 91.6667%;
}
.col-12 {
    width: 100%;
}
.portfolio-item img {
    width: 100%;
}
.pf-item-wall.gellery img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.pf-item-wall.gellery img:hover {
    opacity: .7;
}
.portfolio-item .item-info ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.portfolio-item .item-info ul li::after {
    color: #999999;
    content: ",";
    font-family: sans-serif;
    font-size: 18px;
    position: absolute;
    right: -8px;
    top: 0;
}
.portfolio-item .item-info ul li:last-child::after {
    display: none;
}
.portfolio-item .item-info ul li a {
    display: inline-block;
    text-transform: capitalize;
}
.portfolio-item .item-info ul {
    margin-top: 10px;
}
.item-mixitup-nav.bg-gray {
    border-bottom: 2px solid #e7e7e7;
}
.pf-items .item-mixitup-nav.bg-gray ul.mix-item-menu li a.current {
    background-color: transparent;
    color: #5cb85c;
}
.pf-items .item-mixitup-nav.bg-transparent ul.mix-item-menu li a.current {
    background-color: #26333f;
    color: #ffffff;
}
.pf-items .item-mixitup-nav.bg-transparent ul.mix-item-menu li a {
    color: #333333;
    margin-bottom: 10px;
}
.pf-items .item-mixitup-nav.bg-transparent ul.mix-item-menu li a:hover {
    background-color: #26333f;
    color: #ffffff;
}
.pf-items .item-mixitup-nav.bg-gray ul.mix-item-menu li a {
    color: #333333;
    padding: 10px 15px;
    text-align: center;
    font-weight: 900;
    font-family: "Source Sans Pro", sans-serif;
}
.pf-items .item-mixitup-nav.bg-gray ul.mix-item-menu li a:hover {
    background-color: #26333f;
    color: #ffffff;
}
.portfolio-item .item-desc h1,
.portfolio-item .item-desc h2,
.portfolio-item .item-desc h3,
.portfolio-item .item-desc h4 {
    margin-bottom: 10px;
}
.portfolio-item .item-desc h5,
.portfolio-item .item-desc h6 {
    margin-bottom: 5px;
}
.portfolio-item .item-desc .cat a {
    color: #888;
    margin-bottom: 5px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}
.grid-6-colum .portfolio-item .item-desc .cat a {
    font-size: 12px;
}
.masonary-6-colum .portfolio-item .item-desc .cat a {
    font-size: 12px;
}
.portfolio-item .item-desc a {
    text-transform: capitalize;
}
.portfolio-item .item-desc {
    padding: 20px 5px 10px;
}
.portfolio-item .item-desc .cat a::after {
    bottom: -3px;
    content: ",";
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    right: -5px;
}
.portfolio-item .item-desc .cat a:last-child::after {
    display: none;
}
/* Portfolio single */

.portfolio-single .info.v2 {
    box-shadow: inherit;
}
.portfolio-single .info h3 {
    font-weight: 900;
    text-transform: uppercase;
}
.portfolio-single .author-info {
    text-transform: capitalize;
}
.portfolio-single .author-info .row {
    margin-bottom: 15px;
}
.portfolio-single .author-info .col-xs-3 {
    font-weight: 900;
}
.portfolio-single .info.v2 .author-info {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding-top: 30px;
}
.portfolio-single .port-social a {
    display: inline-block;
    margin-right: 5px;
}
.pf-nav-items a {
    color: #999;
    display: inline-block;
    font-size: 18px;
}
.pf-nav-items a span {
    padding: 0 8px;
}
.pf-nav-items a i {} .pf-nav-items.right {
    text-align: right;
}
.author-info.portfolio span {
    font-weight: 600;
}
.share-pf span {
    display: inline-block;
    font-weight: 900;
    margin-top: 3px;
}
.share-pf {
    background: #e7e7e7 none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    text-transform: capitalize;
}
.author-info.portfolio i {
    margin-right: 5px;
    width: 15px;
}
.portfolio-sidebar {
    margin-bottom: 50px;
}
.portfolio-sidebar .title h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.portfolio-single .content .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.portfolio-single .content .info {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}
.portfolio-single .content {
    margin-bottom: 20px;
}
.portfolio-single .content .info h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.portfolio-single .content .info span {
    letter-spacing: 1px;
    font-size: 14px;
    color: #999;
}
/*--------------------------------------------------------------
    ## Portfolio Masonary
--------------------------------------------------------------*/

.pf-item-wall.masonary-item.masonary-2-colum .pf-colum {
    width: 50%;
    float: left;
}
.pf-item-wall.masonary-item.masonary-3-colum .pf-colum {
    width: 33.3333%;
    float: left;
}
.pf-item-wall.masonary-item.masonary-4-colum .pf-colum {
    width: 25%;
    float: left;
}
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum {
    width: 16.6667%;
    float: left;
}
.pf-item-wall.masonary-item.masonary-2-colum .pf-colum:nth-child(1) .portfolio-item {
    padding-right: 30px;
}
.pf-item-wall.masonary-item.masonary-3-colum .pf-colum:nth-child(1) .portfolio-item,
.pf-item-wall.masonary-item.masonary-3-colum .pf-colum:nth-child(2) .portfolio-item {
    padding-right: 30px;
}
.pf-item-wall.masonary-item.masonary-4-colum .pf-colum:nth-child(1) .portfolio-item,
.pf-item-wall.masonary-item.masonary-4-colum .pf-colum:nth-child(2) .portfolio-item,
.pf-item-wall.masonary-item.masonary-4-colum .pf-colum:nth-child(3) .portfolio-item {
    padding-right: 30px;
}
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum:nth-child(1) .portfolio-item,
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum:nth-child(2) .portfolio-item,
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum:nth-child(3) .portfolio-item,
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum:nth-child(4) .portfolio-item,
.pf-item-wall.masonary-item.masonary-6-colum .pf-colum:nth-child(5) .portfolio-item {
    padding-right: 10px;
}
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(1) .portfolio-item,
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(2) .portfolio-item,
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(3) .portfolio-item,
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(4) .portfolio-item,
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(5) .portfolio-item,
.pf-item-wall.masonary-item.less-padding .pf-colum:nth-child(6) .portfolio-item {
    padding: 1px !important;
}
/*--------------------------------------------------------------
    ## Shop V1 No Sidebar
--------------------------------------------------------------*/

.features-product-items.v2 .features-pro-item {
    min-height: 200px;
    margin: 0;
}
.features-pro .product-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.features-pro .product-thumb > img {
    padding-right: 20px;
}
.features-pro .product-info {
    display: table-cell;
    vertical-align: middle;
}
.fetures-pro-slider-item .product-title a {
    font-family: sans-serif;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
}
.product-price del {
    color: #9b9b9b;
    margin-right: 5px;
}
.product-rating i {
    color: #449d44;
}
.features-pro-item .product-title a {
    text-transform: capitalize;
}
.pro-info i {
    margin: 0;
}
.features-product-items .features-pro-item {
    margin-bottom: 30px;
    padding-right: 0;
}
.features-product-items .features-pro-item:last-child {
    margin: 0;
}
.features-product-items .product-title > a {
    display: inline-block;
    text-transform: uppercase;
}
.features-product-items .product-rating {
    margin-bottom: 5px;
}
.features-product-items .product-rating {
    margin-bottom: 15px;
}
.features-product-items .product-btn a i {
    margin-right: 5px;
}
.feataures-pro-slide-items .owl-controls.clickable .owl-page span {
    background: #5cb85c none repeat scroll 0 0
}
/*--------------------------------------------------------------
    ## Features Product heading
--------------------------------------------------------------*/

.product-header-area {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.product-type-title > h1,
.product-type-title > h2,
.product-type-title > h3,
.product-type-title > h4,
.product-type-title > h5,
.product-type-title > h6 {
    font-weight: 900;
    text-transform: uppercase;
}
.product-shorting .short-by span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.product-shorting .short-by select.form-control {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    min-height: 40px;
    width: 200px;
}
.product-shorting .view span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.product-shorting .view select.form-control {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    min-height: 40px;
    width: auto;
}
.product-shorting .short-by {
    float: left;
    line-height: 40px;
    margin-right: 50px;
}
.product-shorting .view {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    float: left;
    line-height: 40px;
}
.product-shorting .product-header-area {
    background: #f4f4f4 none repeat scroll 0 0;
}
.product-shorting .short-by select.form-control option {
    padding: 10px;
}
.product-shorting .view select.form-control option {
    padding: 10px;
}
.product-pagination li {
    display: inline-block;
}
.product-pagination li a {
    display: inline-block;
    line-height: 30px;
    padding: 5px;
    text-transform: capitalize;
}
.product-pagination li a.next-pagi {
    color: #5cb85c;
}
.product-list .product-thumb img {
    text-align: center;
}
.product-list {
    text-align: center;
}
.product-list .product-price {
    margin-bottom: 5px;
}
.product-list .product-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product-list .product-rating {
    margin-bottom: 15px;
}
.product-list .product-btn a i {
    margin-right: 5px;
}
.product-list-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
.product-list .product-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product-list .product-thumb a {
    display: inline-block;
}
.product-list .product-thumb a:nth-of-type(2) {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 0;
}
.product-list .product-list-item:hover a:nth-of-type(2) {
    opacity: 1;
}
.recommended {
    background: #3fa0e7 none repeat scroll 0 0;
    color: #ffffff;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 50px;
}
.recommended.new {
    background: #FEB22F none repeat scroll 0 0;
}
.recommended-list .recommended:nth-child(2) {
    top: 70px;
}
#full-width-products-area .product-header-area {
    padding: 20px 0;
}
#full-width-products-area .product-header-area h1,
#full-width-products-area .product-header-area h2,
#full-width-products-area .product-header-area h3,
#full-width-products-area .product-header-area h4,
#full-width-products-area .product-header-area h5,
#full-width-products-area .product-header-area h1 {
    margin: 0;
    line-height: 40px;
}
.product-items-area.no-sidebar.four-colum .product-list-item {
    border: 1px solid #f4f4f4;
}
.b-now i {
    margin-left: 5px;
}
/*--------------------------------------------------------------
    ## Shop Left Sidebar
--------------------------------------------------------------*/

.top-seller-single-product .pro-price {
    margin-bottom: 10px;
    margin-top: 5px;
}
.sidebar.shop-left-sidebar {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
}
.sidebar.shop-left-sidebar.full-width {
    background: transparent none repeat scroll 0 0;
}
.full-widht-shop-sidebar-inner {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
}
.full-widht-shop-sidebar-inner .categoryies-option span {
    right: 50px;
}
.shop-items.shop-right-items.shop-items-full {
    padding: 15px;
}
.product-rating a {
    color: #eeb900;
}
.topbar-info.def-cross .topbar-social li a {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
}
.topbar-info.def-cross li {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.topbar-info .topbar-social.shop li {
    margin-right: 5px;
}
.catalog-wrapper {
    margin-bottom: 30px;
}
.catalog-wrapper .form-title {
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
}
.banner-add {
    margin-bottom: 20px;
}
.banner-add-two {
    margin-bottom: 10px;
    margin-top: 30px;
}
.banner-add a {
    display: inline-block;
    position: relative;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
}
.banner-add a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    transition: all .6s linear 0s;
    -webkit-transition: all .6s linear 0s;
    -moz-transition: all .6s linear 0s;
    -o-transition: all .6s linear 0s;
    -ms-transition: all .6s linear 0s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}
.banner-add a:hover:before {
    width: 100%;
    height: 100%;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transition: all .6s linear 0s;
    -webkit-transition: all .6s linear 0s;
    -moz-transition: all .6s linear 0s;
    -o-transition: all .6s linear 0s;
    -ms-transition: all .6s linear 0s;
}
.category-filter-form {
    border: 1px solid #e7e7e7;
    padding: 0 20px;
}
.categoryies-option ul {
    list-style: none;
}
.categoryies-option span {
    position: absolute;
    right: 8%;
    font-weight: 300;
    font-size: 12px;
}
.categoryies-option ul li {
    margin: 20px 0;
}
.categoryies-option label {
    display: inline;
    color: #666666;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 400;
}
.categoryies-option label:hover {
    color: rgba(146, 194, 52, 0.85);
    cursor: pointer;
}
.categoryies-option {
    margin-bottom: 30px;
}
.filter-title h4 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #3b3b3b;
}
.filter-title {
    position: relative;
    display: block;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}
.filter-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    left: 0;
    margin-bottom: 10px;
}
.old-price {
    color: #969696;
    margin-right: 10px;
    text-decoration: line-through;
}
.form-title {
    border-bottom: 1px solid #5cb85c;
    color: #262626;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.form-title::before {
    border-top: 2px solid #5cb85c;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 139px;
}
.category-filter-form input[type="checkbox"] {
    display: none;
}
.category-filter-form label {
    cursor: pointer;
}
.category-filter-form input[type="checkbox"] + label:before {
    border: 1px solid rgba(0, 0, 0, .2);
    content: "\00a0";
    display: inline-block;
    font-size: 13px;
    height: 16px;
    margin: 5px 0.25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}
.beige + label:before {
    background: beige;
}
.white + label:before {
    background: #fff;
}
.black + label:before {
    background: #000;
}
.orange + label:before {
    background: orange;
}
.blue + label:before {
    background: blue;
}
.green + label:before {
    background: green;
}
.yellow + label:before {
    background: yellow;
}
.pink + label:before {
    background: pink;
}
.category-filter-form input[type="checkbox"]:checked + label:before {
    color: #999;
    content: "\2713";
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.form-group.category-filter-form {
    border: 0;
}
/*--------------------------------------------------------------
    ## Shopping Top Seller Sidebar
--------------------------------------------------------------*/

.top-seller-pro-box .pro-title a {
    text-transform: uppercase;
}
.top-seller-product .product-thum {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.top-seller-product .product-thum a {
    margin-right: 15px;
    display: block;
}
.top-seller-single-product {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}
.top-seller-single-product:first-child {
    padding-top: 0;
}
.top-seller-single-product:last-child {
    border: medium none;
}
.top-seller-product-items {
    border: 1px solid #e7e7e7;
    padding: 15px;
}
.top-seller-product-items .owl-controls {
    margin: 0;
}
.pro-rating ul li i {
    color: #449d44;
}
.pro-rating li {
    display: inline-block;
}
.product-info {
    display: table-cell;
    vertical-align: middle;
}
.pro-title > a {
    font-size: 16px;
    text-transform: capitalize;
}
.product-header-area.sidebar .col-md-3.product-type-title {
    width: 100%;
}
.product-header-area.sidebar .product-shorting .short-by select.form-control {
    width: 150px;
}
.product-header-area.sidebar .product-shorting {
    float: left;
    margin-right: 10px;
}
.product-header-area.sidebar .product-pagination {
    float: right;
}
.product-header-area.sidebar .product-type-title {
    margin-bottom: 10px;
    width: 100%;
}
.product-list .page-numbers a {
    font-size: 14px;
}
.top-seller-product .owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #5cb85c;
    border-radius: 20px;
    display: block;
    height: 16px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 15px;
}
/*--------------------------------------------------------------
    ## Shop Product Hover Effects
--------------------------------------------------------------*/

.pro-thm {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}
.pro-thm img {
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
.single-product:hover .product-action {
    left: 0;
}
.product-action {
    height: 100%;
    left: -100%;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.product-action-inner {
    margin-top: -20px;
    position: relative;
    text-align: center;
    top: 50%;
}
.product-action-inner > a {
    background: white none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    text-align: center;
    width: 40px;
}
.product-action::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.pro-item .product-title a {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.pro-info .product-rating {
    margin: 5px 0 15px;
}
/*--------------------------------------------------------------
    ## Shop Tabs
--------------------------------------------------------------*/

.nav.nav-tabs.shop-view-switcher {
    border: medium none;
    float: right;
}
.shop-items .product-heading h2 {
    color: #ffffff;
    float: left;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
.shop-items .product-heading {
    background: #2a3744 none repeat scroll 0 0;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
}
ul.nav.nav-tabs li {
    border: medium none;
}
ul.nav.nav-tabs li.active a {
    border: medium none;
    background: #ffffff;
    color: #333333;
    border: 1px solid #ffffff;
    border-radius: inherit;
    display: inline-block;
    font-weight: 900;
    height: 25px;
    line-height: 15px;
    padding: 5px;
}
ul.nav.nav-tabs li a {
    border: 1px solid #ffffff;
    border-radius: inherit;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 25px;
    line-height: 15px;
    margin: 0 3px;
    padding: 5px;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
    border: medium none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: transparent;
    background: transparent;
    border: medium none;
}
.single-product.list-view .product-thumb {
    display: table-cell;
    margin-bottom: 30px;
    vertical-align: middle;
    width: 50%;
}
.single-product.list-view .product-thumb a img {
    display: inline-block;
    padding-right: 20px;
}
.single-product.list-view .product-info {
    display: table-cell;
    vertical-align: middle;
}
.single-product.list-view .product-info .product-name > a {
    color: #5cb85c;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.single-product.list-view .product-rating {
    margin-bottom: 20px;
}
.single-product.list-view .product-price {
    font-size: 20px;
}
.alert.def-cross.alert-dismissable {
    background: #2a3744 none repeat scroll 0 0;
    border: medium none;
    border-radius: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.alert.def-cross.alert-dismissable .close {
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-shadow: inherit;
    top: 20px;
    z-index: 9;
}
.log-reg .text-right li a {
    margin-left: 10px;
}
/*--------------------------------------------------------------
    ## Shop Product Zoom Effect
--------------------------------------------------------------*/

.xzoom-thumbs img {
    border: medium none;
    height: 80px;
    margin: 0;
    width: 80px;
}
.xzoom-thumbs > a {
    border: 1px solid #eeeeee;
    display: inline-block;
    height: auto;
    margin: 5px;
    padding: 5px;
}
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
}
/* xZoom Styles below */

.xzoom-container {
    display: inline-block;
}
.xzoom-thumbs {
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 15px;
}
.xzoom {
    margin-bottom: 15px;
}
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    margin-bottom: 15px;
}
/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}
#xzoom-fancy {
    margin: 0;
}
.visible-pro-thum {
    margin-bottom: 15px;
    text-align: center;
}
.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}
/* Everything out of border is hidden */

.xzoom-hidden {
    overflow: hidden;
}
/* Preview */

.xzoom-preview {
    background: #2f4f4f;
    width: 100%;
}
/* Lens */

.xzoom-lens {
    border: 1px solid #555;
    cursor: crosshair;
    height: 100px;
}
/* Loading */

.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    opacity: .7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}
/* Additional class that applied to thumb when it is active */

.xactive {
    box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    -o-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    border: 1px solid #4aaad2;
}
/* Caption */

.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}
.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}
/*--------------------------------------------------------------
    ## Shop Product Page
--------------------------------------------------------------*/

.single-woo-pro-info .product-review {
    display: block;
    float: left;
    margin: 5px 0;
}
.single-woo-pro-info .product_meta {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}
.single-woo-pro-info .product-options i {
    margin: 0;
}
.single-woo-pro-info .description-title {
    color: #5cb85c;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.single-woo-pro-info .add-to-cart .product-btn > a {
    background: #449d44 none repeat scroll 0 0;
    color: #ffffff;
    height: 40px;
    margin-left: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}
.product_meta li.sku {
    margin-bottom: 5px;
}
.sinle-product-desc-area.full {
    margin: 0 15px;
}
.product-qulty {
    overflow: hidden;
}
.single-woo-pro-info .product-rating,
.single-woo-pro-info .product-review {
    float: left;
    margin: 0;
    padding: 10px 0;
}
.single-woo-pro-info .product-review {
    margin-left: 10px;
}
.single-woo-pro-info .product-info .product-title h3 {
    margin: 0;
}
.rating li {
    color: #ffd800;
    display: inline-block;
}
.rating.center {
    float: none;
    text-align: center;
}
.rating {
    display: block;
    float: left;
    margin-right: 10px;
}
.product-review {
    display: block;
    float: left;
    margin-top: 10px;
}
.single-woo-pro-info .product-title > a {
    display: inline-block;
    text-transform: uppercase;
}
.product-review li {
    display: inline-block;
    margin-right: 10px;
}
.product-review a {
    display: inline-block;
}
.product-price {
    display: block;
    overflow: hidden;
}
.product-info .product-price h4 {
    margin-bottom: 5px;
}
.product-price li {
    display: inline-block;
    margin-right: 10px;
}
.product-product-discription {
    border-top: 1px solid #e7e7e7;
    margin: 20px 0;
    padding-top: 20px;
}
.product-price li.old-price {
    color: #848484;
    text-decoration: line-through;
}
.product_meta {
    margin: 5px 0;
}
.product_meta li {
    display: block;
    text-transform: capitalize;
}
.product_meta li span {
    color: #5cb85c;
    text-transform: inherit;
}
.product-availabe {} .product-availabe > p {
    text-transform: capitalize;
}
.description-title {
    color: #5cb85c;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-availabe span {
    font-weight: 900;
}
.product-options li {
    display: inline-block;
}
.box-qty {
    float: left;
}
.input-content label {
    float: left;
    margin-right: 10px;
}
.input-content #input-quantity {
    float: left;
    height: 40px;
    text-align: center;
    width: 50px;
    border: 1px solid #e7e7e7;
}
.add-to-cart {
    line-height: 40px;
}
.qty-arrows {
    float: left;
}
.qty-increase {
    border: medium none;
    display: block;
    height: 20px;
    line-height: 10px;
    padding: 0;
    width: 20px;
    background: #e7e7e7;
}
.qty-decrease {
    border: medium none;
    display: block;
    height: 20px;
    line-height: 10px;
    text-align: center;
    width: 20px;
    background: #e7e7e7;
}
.add-to-cart button {
    background: #5cb85c none repeat scroll 0 0;
    font-size: 18px;
    margin-left: 10px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    color: #ffffff;
}
.add-to-cart button:hover {
    background-color: #6a7a89;
    color: #ffffff;
}
.add-to-cart button i {
    margin-right: 5px;
}
.single-product.list-view .product-img {
    display: table-cell;
    margin-right: 30px;
    vertical-align: middle;
    width: 40%;
}
.products-desc-big {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.single-product.list-view .product-img a {
    display: block;
    margin-right: 30px;
}
.single-review-item .avatar {
    display: table-cell;
    width: 80px;
}
.single-review-item .avatar img {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    height: 60px;
    width: 60px;
}
.single-review-item .content {
    display: table-cell;
    vertical-align: middle;
}
.single-review-item .content h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.single-review-item .content .date {
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.single-review-item .product-rating {
    margin-bottom: 10px;
}
#reviews > h1,
#reviews > h2,
#reviews > h3,
#reviews > h4,
#reviews > h5,
#reviews > h6 {
    margin-bottom: 30px;
}
.buyer-reviews .single-review-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.buyer-reviews .single-review-item:last-child {
    border: medium none;
}
.contact-comments.review .form-group {
    margin-bottom: 0;
}
.contact-comments.review .form-group.content {
    margin-bottom: 20px;
}
.contact-comments.review .form-group input {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.contact-comments.review .form-group textarea {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.input-rating li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
}
.input-rating li:hover a {
    color: #ffd800;
}
/*--------------------------------------------------------------
    ## Shop Tab Page
--------------------------------------------------------------*/

ul.tabs {
    float: left;
    height: 45px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.tabs li {
    background-color: #2a3744;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: 900;
    height: 45px;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0 21px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.tab_last {
    border-right: 1px solid #eeeeee;
}
ul.tabs li:hover {
    background-color: #5cb85c;
    color: #ffffff;
}
ul.tabs li.active {
    background-color: #5cb85c;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #5cb85c;
    color: #ffffff;
    display: block;
}
.tab_container {
    border: 1px solid #eeeeee;
    clear: both;
    float: left;
    background: #ffffff;
    width: 100%;
}
.tab_content {
    padding: 20px;
    display: none;
}
.responsive-tab-heading {
    display: none;
}
/*--------------------------------------------------------------
    ## Shop Tabs Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 650px) {
    .tabs {
        display: none;
    }
    .responsive-tab-heading {
        background-color: #5cb85c;
        border-top: 1px solid #eeeeee;
        color: #fff;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 5px 20px;
    }
    .responsive_tab_active {
        background-color: #2a3744;
        color: #fff;
    }
}
.product-collateral {
    margin-top: 30px;
}
.add-to-cart .product-btn > a {
    margin-left: 10px;
    padding: 10px;
    text-transform: uppercase;
}
.add-to-cart .product-btn a i {
    margin-right: 5px;
}
.shop_attributes {
    width: 100%;
}
.shop_attributes tr {
    border: 1px solid #e7e7e7;
    width: 100%;
}
.shop_attributes td {
    float: left;
    text-align: left;
}
.shop_attributes th {
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    font-weight: normal;
    margin-right: 20px;
    padding: 15px;
    width: 40%;
}
.shop_attributes p {
    line-height: 53px;
    margin: 0;
    padding: 0;
}
.single-woo-pro-info .product-price {
    font-family: sans-serif;
    font-size: 25px;
}
.review-info-top .author {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}
.reviewer-info .author-info > a {
    color: #5cb85c;
    font-size: 20px;
    text-transform: capitalize;
}
.reviewer-info .date {
    font-size: 18px;
    margin: 5px 0;
    text-transform: capitalize;
}
.input-review {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}
.reviewer-info {
    margin-bottom: 30px;
}
.reviewer-info:last-child {
    margin-bottom: 0;
}
.comment-form textarea {
    border: 1px solid #e7e7e7;
    min-height: 150px;
    padding: 10px;
    width: 50%;
}
.comment-form label {
    display: block;
}
.comment-form-author > input {
    border: 1px solid #e7e7e7;
    min-height: 40px;
    width: 25%;
    padding: 10px;
}
.comment-form-email > input {
    border: 1px solid #e7e7e7;
    min-height: 40px;
    width: 25%;
    padding: 10px;
}
.comment-form .submit {
    background: #26333f none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    min-width: 150px;
    padding: 5px 10px;
    text-align: center;
}
.comment-form .submit:hover {
    background: #5cb85c none repeat scroll 0 0;
}
.chose-star > a {
    color: #ffd800;
}
.chose-star > a:hover {
    color: #5cb85c;
}
/*--------------------------------------------------------------
    ## Shop Checkout
--------------------------------------------------------------*/

.faq-accordion .panel.panel-default.actives .panel-title a {
    color: #009587;
}
.faq-accordion.checkout #accordion .panel-heading {
    background: transparent none repeat scroll 0 0;
    border-radius: inherit;
    padding: 0;
}
.faq-accordion.checkout .panel-default {
    border-color: #e7e7e7;
    border-radius: inherit;
}
.faq-accordion.checkout .panel {
    box-shadow: inherit;
    margin-bottom: 10px;
}
.faq-accordion.checkout #accordion .panel-heading .panel-title a {
    color: #333333;
    display: block;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}
.faq-accordion .panel-title a {
    color: #313131;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.2;
    position: relative;
    text-decoration: none;
}
.collapse_area {
    padding: 0 15px;
}
.faq-accordion .panel-title a span.number {
    color: #fff;
    background-color: #5cb85c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    width: 33px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    position: relative;
}
.panel-title a:hover {
    text-decoration: none;
}
/* collapse end */

.experi .date select.email {
    margin-bottom: 20px;
}
.experi .date select.email,
.input-one select.s-wid {
    border: 1px solid #e1e1e1;
    padding: 6px;
    width: 100%;
}
option {
    display: block;
    font-weight: normal;
    min-height: 1.2em;
    padding: 5px 10px;
    white-space: pre;
}
.faq-accordion .Register h3::before,
.Register4 h3::before {
    border-top: 2px solid #5cb85c;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 139px;
}
.faq-accordion .Register h3,
.Register4 h3 {
    border-bottom: 1px solid #5cb85c;
    color: #262626;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    margin-top: 0px;
}
.method-input-box label {
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
}
.easy-text h4 {
    color: #444444;
    font-family: Arial;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 5px 0;
}
.button2.get {
    float: right;
}
.block-button-right {
    overflow: hidden;
}
.block-button-right a {
    color: #c92c61;
    float: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
}
.form-group {
    margin-top: 15px;
    position: relative;
}
.block-button-right a.o-back-to {
    float: left;
    margin-top: 10px;
    color: #454545;
    text-transform: uppercase;
    display: block;
}
.block-button-right a.o-back-to:hover {
    color: #c92c61;
}
.left-info .left-up span,
.shiping-method p {
    color: #666;
    display: block;
    line-height: 24px;
}
.easy .use-billing-add input[type="checkbox"],
input[type="radio"] {
    line-height: normal;
    margin: 0 5px 0 0;
    float: none;
}
.left-info a {
    color: #454545;
    text-transform: uppercase;
    display: block;
    margin: 10px 0px 12px;
}
.country-select select.email {
    border: 1px solid #e1e1e1;
    padding: 6px;
    width: 100%;
}
.use-billing-add label {
    color: #666;
    font-weight: normal;
    font-size: 13px;
    margin-top: 12px;
}
.verificationcard {
    margin-bottom: 30px;
}
.block-button-right {
    display: block;
    float: left;
    width: 100%;
}
.table-responsive {
    overflow-y: hidden;
    overflow-x: inherit;
    border: 0 solid #e7e7e7 !important;
    margin-bottom: 10px;
}
.order-review table thead tr th {
    border: 1px solid #f2f2f2 !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.order-review table thead tr th.width-2 {
    width: 11%;
}
.order-review table thead tr th.width-3 {
    width: 5%;
}
.order-review table thead tr th.width-4 {
    width: 12%;
}
.order-review table tbody tr td {
    border: 1px solid #f2f2f2 !important;
}
.o-pro-dec p {
    margin: 0;
}
.order-review table tbody tr td {
    border: 1px solid #f2f2f2 !important;
}
.o-pro-price,
.o-pro-qty,
.o-pro-subtotal {
    text-align: center;
}
.o-pro-price > p,
.o-pro-qty > p,
.o-pro-subtotal > p {
    color: #a6a6a6;
    margin: 0;
}
.order-review table tfoot tr {
    border-bottom: 0 solid #f2f2f2 !important;
}
.order-review table tfoot tr td {
    color: #333;
    text-align: right;
}
.order-review table tfoot tr td {
    border-right: 0 solid #f2f2f2 !important;
    border-top: 0 solid #f2f2f2 !important;
    padding: 5px;
}
.order-review .block-right span {
    float: left;
}
.block-rightt {
    margin-top: 40px;
    text-align: right;
    overflow: hidden;
    display: block;
}
.sidebar-list ul li a::before,
.Checkout-sidebar ul li::before {
    color: #5cb85c;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
}
.Checkout-sidebar ul li {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    color: #8c8c8c;
    padding: 8px 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
}
.Checkout-sidebar ul li:last-child {
    border: medium none;
}
.Checkout-sidebar ul li a:hover {
    color: #333333;
}
.check h1 {
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.faq-accordion .panel-heading {
    background-color: #F6F6F6;
}
.easy {
    overflow: hidden;
    padding: 20px;
}
.easy input[type="checkbox"],
input[type="radio"] {
    float: left;
    line-height: normal;
    margin: 8px 5px 0 0;
}
.form-add .input-one input.email,
.form-add .input-one textarea.email,
.shipping-zip-form select.email,
.form-list input.email,
.billing-info select.email,
.input-one select.email {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 6px;
    width: 100%;
    height: 40px;
}
button.button2 {
    display: block;
    float: left;
}
.o-back-to:hover {
    color: #333;
}
.faq-accordion label {
    font-weight: normal;
}
.Checkout-sidebar a {
    color: #333333;
    font-weight: 300;
}
.Checkout-sidebar a:hover {
    margin-left: 10px;
    color: #5cb85c !important;
}
.block-button-left .button2 {
    float: left;
}
/*--------------------------------------------------------------
    ## Checkout Version -2
--------------------------------------------------------------*/

.bef-log > div {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: inherit;
}
.bil-info label {
    display: block;
    margin-bottom: 15px;
}
.bil-info select {
    border: medium none;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
}
.bil-info input {
    border: medium none;
    border-radius: inherit;
    box-shadow: inherit;
    height: 40px;
    margin-bottom: 30px;
}
.bil-info label.address-check input[type="checkbox"] {
    height: auto;
    margin: 0 5px 0 0;
}
.bil-info h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.ship-info label.address-check {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.ship-info label.address-check input[type="checkbox"] {
    margin: 0 10px 0 0;
}
.ship-info .orn label {
    margin-bottom: 20px;
}
.ship-info .orn textarea {
    border: medium none;
    box-shadow: inherit;
    min-height: 200px;
    border-radius: inherit;
}
.ship-info h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.ship-info h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.order-table h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.order-table table.table thead tr {
    background: #26333f none repeat scroll 0 0 !important;
    border: medium none;
}
.order-table table.table thead tr th {
    color: #ffffff;
    line-height: 40px;
}
.order-table table.table tbody tr {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}
.order-table table.table tbody tr td {
    border-color: #e7e7e7;
    line-height: 40px;
}
.ship-info h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.order-table h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.order-table table.table thead tr {
    background: #15222e none repeat scroll 0 0 !important;
    border: medium none;
}
.order-table table.table thead tr th {
    color: #ffffff;
    line-height: 40px;
}
.order-table table.table tbody tr {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}
.order-table table.table tbody tr td {
    border-color: #e7e7e7;
    line-height: 40px;
}
.cart-total tbody tr td {
    line-height: 40px;
}
.cart-total tr:nth-child(1) {
    background: #15222e none repeat scroll 0 0 !important;
}
.table.cart-total.table-responsive tr {
    background: #ffffff none repeat scroll 0 0;
}
.table.cart-total.table-responsive tr:nth-child(1) {
    background: #15222e none repeat scroll 0 0;
}
.cart-total tr:nth-child(1) td {
    color: #ffffff;
}
.bef-log a {
    color: #5cb85c;
    font-weight: 600;
}
.checkout-method h2 {
    font-family: "Source Sans Pro", sans-serif;
}
.checkout-method .radio label {
    text-transform: capitalize;
}
.checkout-method .radio label input {
    margin-right: 10px;
    margin-top: 4px;
}
.checkbox.terms > label {
    font-size: 20px;
}
.checkbox.terms > label input {
    margin-top: 10px;
}
.method-type {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
    ## Shopping Cart
--------------------------------------------------------------*/

.shopping-cart-product-items.full {
    padding: 20px;
}
.shopping-cart-product-items {
    padding: 0;
}
.shopping-cart-area {
    border-bottom: 1px solid #e7e7e7;
}
.shopping-cart-area .breadcrumb {
    padding: 30px 0;
}
.shopping-cart-area .breadcrumb li a {
    color: #bdbdbd;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.cart-title-area {
    padding-top: 30px;
}
.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}
.table-content.wish table {
    margin: 0 0 0px;
}
.table-content table th {
    border-top: medium none;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 900;
}
.table-content table td input {
    background-color: transparent;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    display: inline-block;
    float: left;
    padding: 6px 3px 6px 6px;
    text-align: center;
    width: 72px;
}
.product-quantity .cart-action i {
    margin: 0;
}
.cart-action {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 170px;
}
.cart-action button {
    border: 1px solid #e7e7e7;
    float: left;
    margin: 0 0 0 5px;
    padding: 6px 15px;
}
.cart-action button:hover {
    background: #5cb85c;
    border: 1px solid #5cb85c;
}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: normal;
    width: 120px;
}
.table-content .product-thumbnail a img {
    height: 50px;
}
.table-content table td.product-name a {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
    text-transform: capitalize;
}
.table-content table td.product-name {
    width: 270px;
}
.table-content table td.product-thumbnail {
    width: 130px;
}
.table-content table td.product-remove i {
    color: #d5292c;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price-cart .amount {
    font-size: 15px;
    font-weight: normal;
}
.table-content table td.product-remove i:hover {
    color: #333333;
}
.table-content table td.product-quantity {
    width: 180px;
}
.table-content table td.product-remove {
    width: 150px;
}
.table-content table td.product-price-cart {
    width: 130px;
}
.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    float: left;
    height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.buttons-cart a {
    float: left;
    height: 40px;
    line-height: 40px;
}
.coupon {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}
.coupon h3 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.coupon input[type=text] {
    border: 1px solid #e5e5e5;
    float: left;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 170px;
}
.cart_totals {
    float: left;
    text-align: right;
    width: 100%;
}
.cart_totals h2 {
    background: #26333f none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}
.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
.cart_totals table tr {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin: 10px 0;
    padding: 10px;
}
.cart_totals table td .amount {
    color: #4cae4c;
    float: right;
    font-size: 15px;
    font-weight: 900;
    margin-left: 10px;
    text-align: right;
    text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}
a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}
a.shipping-calculator-button:hover {
    color: #83CBDC;
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.wc-proceed-to-checkout a {
    margin-top: 20px;
}
.cart_totals .wc-proceed-to-checkout {
    float: left;
    width: 100%;
}
header.left-header {
    background: #15222e none repeat scroll 0 0;
    border-right: 1px solid #454a51;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1000;
}
/*--------------------------------------------------------------
    Photography 
--------------------------------------------------------------*/

#photography-area .container {
    padding: 0;
    width: 100%;
}
#photography-area .item-heading > p {
    color: #ffffff;
    font-family: "Bad Script", cursive;
    margin: 0;
    font-size: 18px;
}
#photography-area .item-heading h2 {
    color: #ffffff;
    font-family: "Pacifico", cursive;
    font-size: 60px;
    margin-bottom: 10px;
}
#photography-area .item-thumb {
    position: relative;
}
#photography-area .item-content .item-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
#photography-area .item-content .item-overlay::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#photography-area .item-overlay ul {
    margin-top: -25px;
    position: relative;
    top: 50%;
}
#photography-area .item-overlay li {
    display: inline-block;
}
#photography-area .item-overlay a {
    background: #5cb85c none repeat scroll 0 0;
    border: 3px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 45px;
    margin: 0 5px;
    text-align: center;
    width: 50px;
}
#photography-area .item-overlay a:hover {
    background: #2a3744;
}
#photography-area .section-bg-black .item-info h2 {
    color: #ffffff;
}
#photography-area .section-bg-black .item-info p {
    margin: 0;
    color: #ffffff;
}
#photography-area .item-heading {
    background: rgba(0, 0, 0, 0) url("assets/img/photography/top-bg.jpg") repeat fixed center center / cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#photography-area .item-heading::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.photography-item-wall.grid-three.masonary-item .pf-colum {
    padding: 0;
    width: 33.333%;
}
#photography-area .author {
    position: relative;
}
#photography-area .author .overlay-info {
    background: #449d44 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#photography-area .author .overlay-info li {
    display: inline-block;
}
#photography-area .author .overlay-info a {
    color: #ffffff;
    display: inline-block;
    padding: 10px;
}
.photography-item-wall.grid-4 .pf-colum {
    float: left;
    width: 25%;
    padding-right: 15px;
}
.photography-item-wall.grid-3 .pf-colum {
    float: left;
    width: 33.333%;
    padding-right: 15px;
}
.photography-item-wall.grid-2 .pf-colum {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.photography-item-wall.grid-3 .photography-item {
    display: block;
    padding: 15px;
}
.photography-item-wall.grid-2.grid-1-2.masonary-item .pf-colum:nth-child(1) {
    float: left;
    width: 35%;
}
.photography-item-wall.grid-2.grid-1-2.masonary-item .pf-colum:nth-child(2) {
    float: left;
    width: 65%;
}
.pg-button {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}
/*--------------------------------------------------------------
    ## Corporate
--------------------------------------------------------------*/

.corp-feat-cont-itm {
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.corp-feat-cont-itm h4 {
    color: #5cb85c;
    text-transform: capitalize;
}
.corp-feat-cont-itm p {
    color: #333333;
}
.corp-feat-cont-itm i {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    width: 70px;
}
.type-text.corp span {
    font-size: 36px !important;
    text-transform: capitalize;
    margin-bottom: 30px !important;
    display: inline-block !important;
}
.corp-feat-cont-itm:hover i {
    background: #5cb85c none repeat scroll 0 0;
    color: #ffffff;
    box-shadow: inherit;
}
.about-corp-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.about-corp-ifno {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
}
.corp-blg-itm .itm-info h4 {
    color: #333333;
    display: inline-block;
    margin: 40px 0 10px;
    text-transform: uppercase;
}
.corp-blog-itms .post-meta li {
    color: #449d44;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 10px;
    text-transform: uppercase;
}
.corp-blog-itms .post-meta li i {
    margin-right: 5px;
}
.corp-blog-itms .post-meta {
    margin-bottom: 15px;
}
.corp-blg-itm .itm-thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
    ## Corporate v2
--------------------------------------------------------------*/

.corp-feat-cont-itm.v2 {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    background: transparent;
}
.corp-feat-cont-itm.v2 h1,
.corp-feat-cont-itm.v2 h2,
.corp-feat-cont-itm.v2 h3,
.corp-feat-cont-itm.v2 h4,
.corp-feat-cont-itm.v2 h5,
.corp-feat-cont-itm.v2 h6 {
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
}
.corp-feat-cont-itm.v2 {
    min-height: 180px;
    padding: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.corp-feat-cont-itm.v2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -1;
    opacity: .5;
    border-radius: 5px;
}
.corp-feat-cont-itm.v2 i {
    background: none repeat scroll 0 0;
    color: #5cb85c;
    font-size: 50px;
    text-align: center;
}
.corp-about-center .thumb {
    text-align: center;
}
/*--------------------------------------------------------------
    ## Travel
--------------------------------------------------------------*/

#full-screen-slider-area .carousel-caption.left-align {
    display: inherit;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 20%;
    width: 100%;
}
#full-screen-slider-area .caption-info.left-align {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.search-trvl-area .tab-content-items {
    position: relative;
}
.carousel-caption .caption-info.left-align h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.search-trvl-area .form-group {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 13%;
}
.search-trvl-area .form-group input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    box-shadow: inherit;
    color: #333333;
    min-height: 40px;
}
.search-trvl-area .form-group select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    box-shadow: inherit;
    color: #333333;
    min-height: 40px;
}
.travel-tab-btn .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #26333f;
    color: #fff;
}
.search-trvl-area button {
    background: #26333f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: left;
    margin-top: 42px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.search-trvl-area button:focus {
    color: #ffffff;
}
.search-trvl-area button i {
    margin-right: 5px;
}
.tab-inner.overflow-hidden > h3 {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.tab-inner .form-group > label {
    color: #ffffff;
    text-transform: uppercase;
}
.search-trvl-area button:hover {
    color: #ffffff;
}
.search-trvl-area .form-group input[type="number"] {
    color: #333333;
}
.travel-tab-btn ul li a {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 300 !important;
    margin-right: 5px;
    padding: 10px 20px !important;
}
.travel-tab-btn ul li a:hover {
    background: #26333f none repeat scroll 0 0;
    color: #ffffff;
}
.travel-tab-btn ul li a i {
    margin-right: 5px;
}
.caption-info.left-align .caption-top h4 {
    background: black none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.caption-info.left-align .caption-top h4 span {
    font-weight: 900;
    text-transform: uppercase;
}
.carousel-caption.left-align .caption-info a {
    background: #000000 none repeat scroll 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    min-width: 160px;
    padding: 10px;
    text-shadow: 0 0 0;
    text-align: center;
}
.search-trvl-area .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333333;
    opacity: 1;
}
.search-trvl-area .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333333;
    opacity: 1;
}
.search-trvl-area .form-control::-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333333;
    opacity: 1;
}
.search-trvl-area .form-control::-moz-placeholder {
    /* Firefox 18- */
    
    color: #333333;
    opacity: 1;
}
.trvl-plc-itm {
    padding: 15px;
}
.travel-item-heading > h2 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom-right-radius: 10px;
    color: #333333;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.trvl-plc-itm .itm-thumb img {
    min-height: 250px;
}
.travel-item-heading {
    margin: 15px;
    position: relative;
}
.travel-item-heading.deal {
    margin-bottom: 30px;
}
.travel-item-heading::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.hot-deal-thumb {
    overflow: hidden;
    position: relative;
}
.hot-offer {
    background: #5cb85c none repeat scroll 0 0;
    left: -80px;
    padding: 50px;
    position: absolute;
    top: -45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.hot-offer > p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    top: 35px;
}
.trvl-plc-itm .itm-thumb {
    overflow: hidden;
    position: relative;
}
.trvl-plc-itm .itm-thumb .itm-overlay {
    bottom: 8px;
    color: #fff;
    left: 3%;
    margin: 0;
    padding: 5px;
    position: absolute;
    width: 94%;
    z-index: 1;
}
.trvl-plc-itm .itm-overlay > h2 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}
.trvl-plc-itm .itm-overlay > a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.trvl-plc-itm .itm-thumb .itm-overlay::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.trvl-services-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.trvl-services-info {
    display: table-cell;
    padding: 50px 15px 15px;
    vertical-align: middle;
    width: 50%;
}
.travel-item-heading.services > h2 {
    background: transparent none repeat scroll 0 0;
}
.trvl-services-item .services-itm-thumb {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
}
.trvl-services-item .services-itm-thumb {
    height: 100px;
    margin-bottom: 20px;
    width: 100px;
}
.trvl-services-item .services-itm-inofo h1,
.trvl-services-item .services-itm-inofo h2,
.trvl-services-item .services-itm-inofo h3,
.trvl-services-item .services-itm-inofo h4,
.trvl-services-item .services-itm-inofo h5,
.trvl-services-item .services-itm-inofo h6 {
    text-transform: uppercase;
}
.trvl-services-item .services-itm-inofo > p {
    margin: 0;
}
.trvl-services-item {
    margin-bottom: 50px;
}
.hot-deal-overlay {
    margin-top: 30px;
}
.hot-deal-thumb img {
    min-height: 300px;
}
.hot-deal-overlay .price {
    text-align: center;
    text-transform: capitalize;
}
.hot-deal-item .title {
    border-top: 1px solid #ffffff;
    text-align: center;
}
.hot-deal-item .title h3 {
    font-weight: 900;
    margin-bottom: 20px;
}
.hot-deal-item .title > p {
    text-align: center;
}
.travel-item-heading.services > h2 {
    background: #e7e7e7 none repeat scroll 0 0;
}
.travel-item-heading.services::after {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.travel-item-heading.services {
    margin-bottom: 50px;
}
.top-travel-tab-btn {
    background: #2a3744 none repeat scroll 0 0;
    margin-bottom: 30px;
}
#travel-top-services-area .tab-content {
    background: transparent;
}
.top-places ul li a {
    border-radius: inherit;
    display: inline-block;
    font-size: 14px;
}
.rating i {
    color: #999999;
}
.top-places ul li a:hover {
    color: #333333;
}
.top-places ul li.active a {
    background: #26333f none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}
.top-places .tab-content .info a {
    display: inline-block;
    text-transform: uppercase;
}
.top-places .tab-content .owl-controls.clickable {
    display: inline-block;
    left: 0;
}
.top-places .tab-content .owl-controls.clickable .owl-pagination .owl-page span {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: inherit;
    float: left;
    left: 0;
}
.top-travel-item {
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.top-travel-item:last-child {
    margin: 0;
}
.top-travel-area.owl-carousel.owl-theme {
    width: 100%;
    overflow: hidden;
}
.tab-content .active {
    display: block;
}
.top-travel-item .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.top-travel-item .info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.traveler-sys-heading > h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.trvl-testimonial-itm .thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.trvl-testimonial-itm .thumb {
    display: table-cell;
    vertical-align: middle;
}
.trvl-testimonial-itm .traveler-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.trvl-testimonial-itm .traveler-info > h3 {
    color: #5cb85c;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
    ## App Landing
--------------------------------------------------------------*/

.apps-banner {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 40%;
}
.slider-content.slider_caption {
    z-index: 1;
}
/* Recent Apps */

.apps-item-icon i {
    border: 1px solid #5cb85c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #5cb85c;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
}
.phone-info.display-cell-heading-content > h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}
.recent-apps-content > h4 {
    color: #5cb85c;
    font-family: sans-serif;
    text-transform: capitalize;
}
.recent-apps-single-item {
    min-height: 230px;
}
.recent-apps-content > p {
    margin: 0;
}
.apps-features-content {
    padding: 0 15px;
}
/* Phone Specification */

.phone-info-heading-content > h2 {
    color: #5cb85c;
}
.phone-info-heading-content > h4 {
    border: 1px solid #5cb85c;
    color: #5cb85c;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
    text-transform: uppercase;
}
.phon-list-icon {
    float: left;
    min-width: 50px;
}
.phone-list-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.phon-list-icon i {
    color: #5cb85c;
    font-size: 40px;
    line-height: 40px;
}
.phone-list-info > h4 {
    text-transform: uppercase;
}
.phone-list-info > p {
    margin: 0;
}
.phone-info-list {
    margin-top: 50px;
}
#creative-fuatures-area {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}
.creative-features .features-thumb {
    text-align: center;
}
.crative-features-item {
    min-height: 160px;
    padding: 20px;
    text-align: center;
    width: 33.333%;
}
.crative-features-item:nth-child(1) {
    margin: 0 auto;
}
.crative-features-item:nth-child(2) {
    float: left;
}
.crative-features-item:nth-child(3) {
    float: right;
}
.crative-features-item:nth-child(4) {
    display: block;
    margin: 200px auto 0;
}
.crative-features-item > p {
    margin: 0;
}
.crative-features-item i {
    color: #5cb85c;
    font-size: 50px;
}
.crative-features-item > h4 {
    text-transform: capitalize;
    font-size: 24px;
    margin: 15px 0;
}
.crative-features-item span {
    color: #5cb85c;
}
/* Vimeo Responsive */

.video-box {
    position: relative;
}
.video-container {
    border: medium none;
    height: 78%;
    left: 65px;
    margin: 35px 0;
    overflow: hidden;
    padding-bottom: 24px;
    position: absolute;
    top: 0;
    width: 75%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Apps Features */

.apps-features-thumb.left > img,
.apps-features-thumb.right > img {
    display: block;
    padding: 0 30px;
}
.apps-features-content > h2 {
    color: #5cb85c;
}
.apps-featues-item-area {
    border-bottom: 1px solid #e7e7e7;
}
.apps-featues-item-area:last-child {
    border: medium none;
    margin: 0;
}
#apps-features-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 0;
}
#apps-prising-area .prising-items {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 0;
}
#apps-prising-area {
    background: #ffffff none repeat scroll 0 0;
}
.subscribe-info.text-center > h2 {
    color: #5cb85c;
}
.subscribe-info.text-center {} .subscribe-info.text-center span {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.subscribe-form input.form-control {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 40px;
    width: 30%;
}
#apps-subscribe-area .subscribe-form button {
    background: #6a7a89 none repeat scroll 0 0;
    border: 1px solid #6a7a89;
    border-radius: inherit;
    color: #ffffff;
    font-weight: 600;
    min-height: 40px;
    min-width: 120px;
    text-align: center;
}
#phone-specification-area .phone-thumb {
    text-align: center;
}
/*--------------------------------------------------------------
    ## Resturant
--------------------------------------------------------------*/

#full-screen-slider-area.resturant .left.carousel-control {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    margin-top: -20px;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 0;
    top: 50%;
    width: 40px;
    z-index: 1;
}
#full-screen-slider-area.resturant .right.carousel-control {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    right: 20px;
    line-height: 40px;
    margin-top: -20px;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 0;
    top: 50%;
    width: 40px;
    left: inherit;
    z-index: 1;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#resturant-food-list-area {
    background: #f4f4f4 none repeat scroll 0 0;
}
.food-info > h1,
.food-info > h2,
.food-info > h3,
.food-info > h4,
.food-info > h5,
.food-info > h6 {
    color: #5cb85c;
    font-weight: 900;
    text-transform: uppercase;
    font-family: sans-serif;
}
.food-list-heading > h1,
.food-list-heading > h2,
.food-list-heading > h3,
.food-list-heading > h4,
.food-list-heading > h5,
.food-list-heading > h6 {
    display: inline-block;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
}
.food-list-heading {
    text-align: center;
}
.food-list-heading span {
    color: #5cb85c;
    display: block;
    line-height: 20px;
    position: relative;
}
.food-list-heading span::before {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 40%;
}
.food-list-heading span::after {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 25px;
    width: 40%;
}
.food-list-item .thumb {
    position: relative;
    z-index: 1;
}
.food-list-item .overlay {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.food-list-item .overlay::after {
    background: #000000 none repeat scroll 0 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.food-list-item .overlay h4 {
    color: #ffffff;
    display: inline-block;
    font-weight: 900;
    margin-bottom: 0;
}
.food-list-item .overlay > p {
    color: #ffffff;
    margin: 0;
}
.food-list-item .thumb > img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-height: 200px;
}
.food-list-item {
    margin-bottom: 30px;
}
.food-services-content .info {
    padding-left: 30px;
}
.food-services-list > li {
    padding: 8px 0 6px 35px;
    position: relative;
}
.food-services-list > li::after {
    color: #5cb85c;
    content: "✔";
    font-weight: 900;
    left: 10px;
    position: absolute;
}
.food-services-list > li:nth-child(2n) {
    background: #f4f4f4 none repeat scroll 0 0;
}
.food-services-content .info h1,
.food-services-content .info h2,
.food-services-content .info h3,
.food-services-content .info h4,
.food-services-content .info h5,
.food-services-content .info h6 {
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-family: sans-serif;
    padding-bottom: 10px;
}
.best-food-item .thumb > img {
    min-height: 260px;
}
.best-food-item .thumb {
    position: relative;
}
.best-food-item .overlay {
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.best-food-item .overlay::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.best-food-item .overlay > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}
.food-best-items .owl-controls.clickable {
    left: 0;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.food-best-items {
    position: relative;
}
.food-best-items .owl-controls.clickable .owl-prev {
    background: #e7e7e7 none repeat scroll 0 0;
    color: #000000;
    height: 30px;
    left: -20px;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 30px;
}
.food-best-items .owl-controls.clickable .owl-next {
    background: #e7e7e7 none repeat scroll 0 0;
    color: #000000;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: -20px;
    width: 30px;
}
.food-info .social {
    margin: 30px 0;
}
.food-info .social h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.food-info .social ul li {
    display: inline-block;
}
.food-info .social ul li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
/*--------------------------------------------------------------
    ## Hotel
--------------------------------------------------------------*/

.default-slider-area div.book-now-area,
.default-slider-area div.book-now-area div {
    height: auto;
}
.book-now .left-info {
    background: #26333f none repeat scroll 0 0;
    float: left;
    margin-right: 10px;
    padding: 45px;
    width: 25%;
}
.book-now .form-group {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 15%;
}
.book-now {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    left: 1%;
    overflow: hidden;
    position: absolute;
    width: 98%;
}
.book-now .left-info > h2 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.book-now .left-info > p {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
.book-now .form-group label {
    color: #5cb85c;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.book-now .form-group input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    font-size: 12px;
    min-height: 40px;
    text-transform: capitalize;
}
.book-now .form-group input:focus {
    border: 1px solid #5cb85c;
}
.book-now button.btn {
    color: #fff;
    height: 40px;
    margin-top: 40px;
}
.about-hotel-area .info {
    padding: 20px 20px 20px 30px;
}
.about-hotel-area .info h2 {
    color: #5cb85c;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-hotel-area .info ul li {
    display: inline-block;
}
.hotel-about-social > h3 {
    float: left;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: uppercase;
}
.hotel-about-social {
    margin-top: 30px;
}
.about-hotel-area .info ul li a {
    background: #2a3744 none repeat scroll 0 0;
    -webkit-border-radius: 53px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.about-hotel-area .info ul li a:hover {
    background: #5cb85c none repeat scroll 0 0;
}
.book-now .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333333;
    opacity: 1;
}
.book-now .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333333;
    opacity: 1;
}
.book-now .form-control::-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333333;
    opacity: 1;
}
.book-now .form-control::-moz-placeholder {
    /* Firefox 18- */
    
    color: #333333;
    opacity: 1;
}
.fav-room-item .thumb > img {
    min-height: 250px;
}
.fav-room-area .info > p {
    margin: 0;
}
.fav-room-item .thumb {
    overflow: hidden;
    position: relative;
}
.fav-room-item.text-center {
    padding: 0 15px;
}
.fav-room-item .thumb .icon {
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.fav-room-item .thumb .icon i {
    background: #2a3744 none repeat scroll 0 0;
    -webkit-border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
    -ms-border-radius: 50% 50% 0 0;
    border-radius: 50% 50% 0 0;
    color: #ffffff;
    font-size: 25px;
    height: 80px;
    line-height: 50px;
    width: 80px;
    z-index: -1;
}
.fav-room-item .info {
    background: #2a3744 none repeat scroll 0 0;
    padding: 15px 10px 10px;
    z-index: 9999;
}
.fav-room-item .info a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 999999;
}
.fav-room-area {
    position: relative;
}
.fav-room-area .owl-controls.clickable {
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.fav-room-area .owl-controls.clickable .owl-buttons .owl-prev {
    background: #000000 none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 40px;
}
.fav-room-area .owl-controls.clickable .owl-buttons .owl-next {
    background: #000000 none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 40px;
}
.hotel-offer-area .facilties-item i {
    color: #5cb85c;
    font-size: 60px;
    margin-bottom: 20px;
}
.hotel-offer-area .facilties-item h1,
.hotel-offer-area .facilties-item h2,
.hotel-offer-area .facilties-item h3,
.hotel-offer-area .facilties-item h4,
.hotel-offer-area .facilties-item h5,
.hotel-offer-area .facilties-item h6 {
    font-weight: 900;
    text-transform: uppercase;
}
.hotel-offer-area .facilties-item a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    padding: 8px 15px;
    text-transform: uppercase;
}
#hotel-blog-testimonial .testimonial-heading > h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.rate-overlay {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.rate-overlay::after {
    background: #2a3744 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    width: 110%;
    z-index: -1;
}
.rate-overlay h1,
.rate-overlay h2,
.rate-overlay h3,
.rate-overlay h4,
.rate-overlay h5,
.rate-overlay h6 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}
#hotel-blog-testimonial .testimonail-area {
    position: relative;
    text-align: center;
}
.testimonail-area .user-info > h4 {
    color: #5cb85c;
    display: inline-block;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.testimonail-area .top-inf {
    display: inline-block;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.testimonail-area .top-inf .date {
    float: left;
    margin: 0 5px;
    text-transform: capitalize;
}
.testimonail-area .top-inf .rating {
    float: left;
    margin: 0 5px;
    text-align: center;
}
#hotel-blog-testimonial .user-testimonail {
    background-size: cover;
}
.main-content {
    width: 100%;
}
.testimonail-area .info {
    padding: 20px;
}
#hotel-blog-testimonial .testimonial-item {
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.testimonail-area .thumb {
    height: 80px;
    margin: 20px auto 0;
    text-align: center;
    width: 80px;
}
.testimonail-area .thumb img {
    border: 5px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.blog-hotel .blog-heading > h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.blog-hotel {
    padding-left: 50px;
}
.single-blog-hotel .thumb.display-cell {
    width: 30%;
}
.single-blog-hotel .info {
    padding-left: 30px;
}
.single-blog-hotel .info h4 {
    display: inline-block;
    margin-bottom: 10px;
}
.single-blog-hotel .info .post-info .date {
    float: left;
    margin-right: 15px;
}
.single-blog-hotel .info .post-info {
    margin-bottom: 15px;
    overflow: hidden;
    text-transform: uppercase;
}
.single-blog-hotel .post-info .author i {
    color: #5cb85c;
    margin-right: 5px;
}
.single-blog-hotel .info .post-info .date i {
    color: #5cb85c;
    margin-right: 5px;
}
.single-blog-hotel .info a {
    text-transform: capitalize;
}
.single-blog-hotel {
    margin-bottom: 30px;
}
.single-blog-hotel:last-child {
    margin-bottom: 0;
}
.single-blog-hotel .thumb.display-cell img {
    min-height: 160px;
}
.single-blog-hotel .author {
    float: left;
}
.single-blog-hotel .info a.btn {
    border-radius: inherit;
    padding: 2px 10px;
    text-transform: uppercase;
}
#hotel-blog-testimonial .testimonail-area .owl-controls.clickable {
    bottom: 0;
    left: auto;
    position: absolute;
    width: 100%;
}
#hotel-blog-testimonial .testimonail-area .owl-controls.clickable .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
}
#hotel-features-area {
    overflow: hidden;
}
.hotel-features .icon {
    float: left;
    height: 50px;
    vertical-align: middle;
    width: 50px;
}
.hotel-features .info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.hotel-features .icon img {
    height: 50px;
    width: 50px;
}
.hotel-features .info p {
    margin: 0;
}
.hotel-features .content {
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-top: 50px;
}
.hotel-features .info h1,
.hotel-features .info h2,
.hotel-features .info h3,
.hotel-features .info h4,
.hotel-features .info h5,
.hotel-features .info h6 {
    text-transform: uppercase;
}
.app-booking-area .info p {
    color: #ffffff;
}
/*--------------------------------------------------------------
    ## Agency
--------------------------------------------------------------*/

.pf-items.agency .heading {
    border: medium none;
    margin-bottom: 30px;
}
.pf-items .item-info .def-heading-v3 h2 {
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.agency-services-item i {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #5cb85c;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 80px;
    z-index: 1;
}
.agency-services-item i::after {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    z-index: -1;
}
.agency-services-item h4 {
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.agency-services-item h4::after {
    background: #5cb85c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.agency-services-item .btn {
    color: #333333;
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
}
.agency-services-item .btn:hover {
    color: #5cb85c;
}
.agency-services-item .btn::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: -10px;
}
.agency-services-item:hover i {
    background: #26333f none repeat scroll 0 0;
    color: #333333;
}
#agency-about-area .social li {
    display: inline-block;
}
#agency-about-area .more {
    float: right;
    width: 100%;
}
#agency-about-area .info a.btn {
    border: 1px solid #e7e7e7;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}
#agency-about-area .info .social {
    float: left;
    line-height: 50px;
    margin-top: 20px;
    overflow: hidden;
    text-transform: uppercase;
}
#agency-about-area .info .social .head-text {
    float: left;
    font-size: 20px;
    line-height: inherit;
    margin-right: 20px;
}
#agency-about-area .info ul li a {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
#join-agency-member {
    background: rgba(0, 0, 0, 0) url("assets/img/agency/1.jpg") repeat fixed 0 0 / cover;
    position: relative;
    z-index: 1;
}
#join-agency-member::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#join-agency-member .info h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#join-agency-member .info p {
    color: #ffffff;
    margin: 0;
}
.join-btn {
    text-align: right;
}
.join-btn a {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#agency-about-area .info {
    padding-left: 30px;
}
.blog-content-area .info .title a {
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}
.blog-content-area .info .posted-by {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
#agency-blog-area .blog-content-area .info .posted-by {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
.blog-content-area .info .posted-by a {
    color: #5cb85c;
}
.blog-content-area .info .tags-com {
    overflow: hidden;
    width: 100%;
}
.blog-content-area.agency .info .tags-com .tags a {
    background: #26333f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding: 5px 10px;
}
.blog-content-area .info .content {
    margin-top: 20px;
}
.blog-content-area .info .tags-com .comment {
    float: left;
    padding: 5px;
    text-transform: uppercase;
}
.progress-item {
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event-items-area .top-title > h2 {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 65%;
}
.event-items-area .top-title > p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}
.event-items-area .top-title span {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.event-items-area .top-title span::after {
    background: #5cb85c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.date-item .icon {
    display: table-cell;
    vertical-align: middle;
}
.date-item .info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.date-item .icon i {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}
.event-date .info h1,
.event-date .info h2,
.event-date .info h3,
.event-date .info h4,
.event-date .info h5,
.event-date .info h6 {
    color: #5cb85c;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.event-date .info h4 {
    color: #ffffff;
    font-weight: 900;
    line-height: 20px;
    margin: 10px 0 0;
    text-transform: capitalize;
}
.event-date .info p {
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}
.event-items-area .date-item:first-child {
    margin: 50px 0 20px;
}
.event-reg a {
    background: #5cb85c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.event-items-area {
    position: relative;
}
.event-reg {
    bottom: 0;
    position: absolute;
    right: 0;
}
.speakers-info .team-author-info img {
    min-height: 300px;
}
.event-reg-form > h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-speaker .view.team-det {
    border: medium none;
    padding: 0;
}
.event-reg-form .form-group input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    width: 100%;
}
.event-reg-form .form-group {
    width: 100%;
}
.event-reg-form .form-group .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    font-size: 12px;
    height: 40px;
    width: 100%;
}
#event-reg .heading h4 {
    display: block;
    font-family: sans-serif;
    margin-bottom: 30px;
}
.event-reg-form button {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.event-reg-form form.ticket-register {
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.event-reg-form input::-webkit-input-placeholder {
    color: #333;
}
.event-reg-form input:-moz-placeholder {
    color: #333;
}
.event-reg-form input::-moz-placeholder {
    color: #333;
}
.event-reg-form input:-ms-input-placeholder {
    color: #333;
}
.event-offer h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.offer-item .icon {
    display: table-cell;
    vertical-align: middle;
}
.offer-item .info {
    display: table-cell;
    vertical-align: middle;
}
.offer-item .icon i {
    border: 1px solid;
    color: #5cb85c;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
    text-align: center;
    width: 80px;
}
.event-offer-items .offer-item {
    margin-bottom: 50px;
}
.event-offer-items .offer-item:last-child {
    margin: 0;
}
.event-offer-items .info h3 {
    color: #5cb85c;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.event-offer p {
    margin-bottom: 30px;
}
.event-offer-items .info p {
    line-height: 24px;
    margin: 0;
}
.speaker-top-info {
    background: #26333f none repeat scroll 0 0;
    padding: 20px;
}
.speaker-top-info > h1,
.speaker-top-info > h2,
.speaker-top-info > h3,
.speaker-top-info > h4,
.speaker-top-info > h5,
.speaker-top-info > h6 {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.speaker-top-info > p {
    color: #ffffff;
}
.speaker-top-info > span {
    color: #5cb85c;
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.single-speaker > img {
    width: 100%;
}
/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
/** timeline box structure **/

.upcomming-event-area {
    list-style: none;
    position: relative;
}
.upcomming-event-area:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
}
.upcomming-event-default.date {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin: 30px auto !important;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.upcomming-event-default.date:first-child {
    margin-top: 0 !important;
}
.upcomming-event-default.date:last-child {
    margin-bottom: 0 !important;
}
.upcomming-event-area .upcomming-event-default {
    margin: 0;
    position: relative;
}
.upcomming-event-area .upcomming-event-default:hover .upcomming-event-panel {
    background: #ffffff none repeat scroll 0 0;
}
.upcomming-event-area .upcomming-event-default:hover .upcomming-event-panel:after {
    border-color: transparent #fff;
}
.upcomming-event-heading > p {
    color: #808080;
}
.upcomming-event-heading i {
    margin-right: 5px;
}
.upcomming-event-area .upcomming-event-default:hover .about-circle {
    background: #5cb85c none repeat scroll 0 0;
}
.upcomming-event-area .upcomming-event-default:before,
.upcomming-event-area .upcomming-event-default:after {
    content: " ";
    display: table;
}
.upcomming-event-area .upcomming-event-default:after {
    clear: both;
}
.upcomming-event-area .upcomming-event-default:before,
.upcomming-event-area .upcomming-event-default:after {
    content: " ";
    display: table;
}
/** timeline panels **/

.upcomming-event-area .upcomming-event-default .upcomming-event-panel {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 1px 1px #f5f5f5;
    -moz-box-shadow: 0 1px 1px #f5f5f5;
    -webkit-box-shadow: 0 1px 1px #f5f5f5;
    -o-box-shadow: 0 1px 1px #f5f5f5;
    float: left;
    padding: 20px;
    position: relative;
    width: 46%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/** panel arrows **/

.upcomming-event-area .upcomming-event-default .upcomming-event-panel::before {
    border-color: transparent #f5f5f5;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 26px;
}
.upcomming-event-area .upcomming-event-default .upcomming-event-panel::after {
    border-color: transparent #f8f8f8;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 27px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.upcomming-event-area .upcomming-event-default .upcomming-event-panel.noarrow:before,
.upcomming-event-area .upcomming-event-default .upcomming-event-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}
.upcomming-event-area .upcomming-event-default.upcomming-event-inverted .upcomming-event-panel {
    float: right;
}
.upcomming-event-area .upcomming-event-default.upcomming-event-inverted .upcomming-event-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.upcomming-event-area .upcomming-event-default.upcomming-event-inverted .upcomming-event-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
/** timeline circle icons **/

.upcomming-event-area .upcomming-event-default .about-circle {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 36px;
    left: 50%;
    line-height: 35px;
    margin-left: -18px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 36px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/** timeline content **/

.upcomming-event-heading {
    margin: 30px 0 20px;
}
.upcomming-event-heading h1,
.upcomming-event-heading h2,
.upcomming-event-heading h3,
.upcomming-event-heading h4,
.upcomming-event-heading h5,
.upcomming-event-heading h6 {
    color: #5cb85c;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.upcomming-event-article p {
    margin-bottom: 0;
}
.upcomming-event-article > p + p {
    margin-top: 5px;
}
.upcomming-event-panel .author > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.event-video-area > h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
}
.event-video-area > p {
    margin: 20px auto;
    color: #ffffff;
}
.event-video-area .btn i {
    display: inline-block;
    margin-right: 5px;
}
.heading.event {
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.heading.event > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading.event > p {
    margin: 0;
}
#google-maps iframe {
    border: medium none;
    height: 370px;
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}
#google-maps iframe.clicked {
    pointer-events: auto;
}
.vanue-info.col-md-4.padding-none {
    padding: 30px;
}
.vanue-address .icon {
    display: table-cell;
    vertical-align: middle;
}
.vanue-address .info {
    display: table-cell;
    vertical-align: middle;
}
.vanue-address .icon i {
    background: #5cb85c none repeat scroll 0 0;
    border: 5px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    height: 60px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}
.vanue-address .info > h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.vanue-address {
    margin-bottom: 30px;
}
.vanue-address .info > p {
    margin: 0;
}
/*--------------------------------------------------------------
    # Real Estate
--------------------------------------------------------------*/

#top-banner .banner-info h1,
#top-banner .banner-info h2,
#top-banner .banner-info h3,
#top-banner .banner-info h4,
#top-banner .banner-info h5,
#top-banner .banner-info h6 {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#top-banner.re {
    background-position: center center;
    background-size: cover;
}
#top-banner .banner-info span {
    color: #449d44;
    display: block;
}
#top-banner .banner-info p {
    color: #ffffff;
    margin-bottom: 30px;
}
#top-banner .banner-info a {
    min-width: 150px;
    padding: 10px;
    text-transform: uppercase;
}
#top-banner .real-estate-search .form-group label {
    color: #ffffff;
    text-transform: uppercase;
}
#top-banner .real-estate-search {
    margin: 20px;
    position: relative;
    z-index: 1;
}
#top-banner .real-estate-search::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#top-banner .real-estate-search .form-group select {
    background: transparent none repeat scroll 0 0;
    border-radius: inherit;
    min-height: 40px;
    color: #ffffff;
}
#top-banner .real-estate-search .form-group option {
    color: #333333;
}
#top-banner .real-estate-search button {
    margin-bottom: 20px;
    min-width: 150px;
    padding: 10px;
    text-transform: uppercase;
}
#feature-properties .content .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
#feature-properties .content .info {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    width: 60%;
}
#feature-properties .content .info h1,
#feature-properties .content .info h2,
#feature-properties .content .info h3,
#feature-properties .content .info h4,
#feature-properties .content .info h5,
#feature-properties .content .info h6 {
    color: #5cb85c;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#feature-properties .content .info .location {
    font-weight: 900;
}
.react-people li {
    background: #26333f none repeat scroll 0 0;
    border-bottom: 5px solid #182531;
    color: #ffffff;
    display: inline-block;
    font-weight: 900;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.react-people li span {
    display: block;
    font-weight: normal;
}
#feature-properties .content .info p {
    margin-bottom: 30px;
}
#feature-properties .content .thumb > img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.heading.v2 h1,
.heading.v2 h2,
.heading.v2 h3,
.heading.v2 h4,
.heading.v2 h5,
.heading.v2 h6 {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: sans-serif;
    font-weight: 900;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.estate-latest-properties-item {
    position: relative;
}
.estate-latest-properties-item .overlay {
    border-right: 1px solid #ffffff;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.estate-latest-properties-item .overlay .price {
    background: #5cb85c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 2px 5px;
    margin-bottom: 5px;
}
.estate-latest-properties-item .overlay a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
}
.estate-latest-properties-item .overlay .address {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    background: transparent;
    padding: 0;
    text-align: left;
}
.estate-latest-properties-item .overlay .address span {
    color: #5cb85c;
    font-weight: 900;
}
.estate-latest-properties-item .overlay::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-prev,
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-next {
    background: transparent;
    border-radius: inherit;
    height: 30px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
}
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-prev:after,
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-next:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -1;
    opacity: .7;
}
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-prev {
    left: 0;
}
.estate-latest-properties-items .owl-controls.clickable .owl-buttons .owl-next {
    right: 0;
}
.services-single-content {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}
.services-content .content-item {
    margin-right: 2%;
    width: 32%;
}
.services-content .content-item:last-child {
    margin: 0;
}
.services-single-content .icon i {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    text-align: center;
    width: 100px;
}
.services-single-content .info a {
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #5cb85c;
}
.services-single-content .info a::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.services-single-content .info h1,
.services-single-content .info h2,
.services-single-content .info h3,
.services-single-content .info h4,
.services-single-content .info h5,
.services-single-content .info h6 {
    text-transform: capitalize;
}
.services-single-content .info > a.btn {
    padding: 0;
}
.new-propertie {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.new-properties-item:nth-child(1) {
    padding-left: 0;
}
.new-properties-item:nth-child(3) {
    padding-right: 0;
}
.new-properties-item:nth-child(4) {
    padding-left: 0;
}
.new-properties-item:nth-child(6) {
    padding-right: 0;
}
.new-propertie .thumb {
    position: relative;
}
.new-propertie .overlay {
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 1;
    width: 100%;
}
.new-propertie .overlay .address span {
    color: #5cb85c;
    font-weight: 900;
}
.new-propertie .thumb img {
    min-height: 260px;
}
.new-propertie .overlay .price {
    background: #5cb85c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 2px 5px;
}
.new-propertie .overlay a {
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
}
.new-propertie .overlay .address {
    color: #333333;
    font-size: 16px;
    margin: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    box-shadow: inherit;
    text-transform: capitalize;
}
#estate-testimonial {
    background: rgba(0, 0, 0, 0) url("assets/img/real-estate/testimonial-bg.jpg") repeat fixed center center / cover;
    position: relative;
    z-index: 1;
}
.real-estate-testimonail .testimonial-item .thumb {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: 200px;
}
.real-estate-testimonail .testimonial-item .info {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
.real-estate-testimonail .testimonial-item .thumb img {
    border: 5px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.real-estate-testimonail .testimonial-item {
    margin: 0 auto;
    overflow: hidden;
    width: 70%;
}
.real-estate-testimonail .testimonial-item .info p {
    color: #ffffff;
    text-align: right;
}
.real-estate-testimonail .testimonial-item .info .author {
    text-align: right;
}
.real-estate-testimonail .testimonial-item .info .author h5 {
    color: #ffffff;
    font-weight: 900;
    text-transform: capitalize;
}
.real-estate-testimonail .testimonial-item .info .author h5 span {
    color: #5cb85c;
    display: block;
}
#estate-testimonial::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.real-estate-testimonail .owl-controls .owl-pagination .owl-page span {
    background: #ffffff none repeat scroll 0 0;
    color: #ffffff;
    height: 5px;
    width: 30px;
}
#estate-contact-form form .form-group input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
#estate-contact-form form {} #estate-contact-form form .form-group textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 210px;
}
#estate-contact-form form .form-group button.btn {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: inherit;
    color: #ffffff;
    text-transform: uppercase;
}
#estate-contact-form .button {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0;
}
#estate-contact-form .message-box {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
}
#estate-contact-form .info {
    padding-left: 0;
}
#estate-contact-form input::-webkit-input-placeholder {
    color: #333333;
}
#estate-contact-form input:-moz-placeholder {
    color: #333333;
}
#estate-contact-form input::-moz-placeholder {
    color: #333333;
}
#estate-contact-form input:-ms-input-placeholder {
    color: #333333;
}
#estate-contact-form textarea::-webkit-input-placeholder {
    color: #333333;
}
#estate-contact-form textarea:-moz-placeholder {
    color: #333333;
}
#estate-contact-form textarea::-moz-placeholder {
    color: #333333;
}
#estate-contact-form textarea:-ms-input-placeholder {
    color: #333333;
}
.info-total li {
    border: 1px solid #e7e7e7;
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.info-total {
    margin: 10px 0;
}
.info-total li span {
    display: block;
    font-size: 20px;
}
/*--------------------------------------------------------------
    # Renovation
--------------------------------------------------------------*/

#renovation-coast .info {
    float: left;
}
#renovation-coast .details {
    display: table-cell;
    vertical-align: middle;
}
#renovation-coast .quote {
    float: right;
    padding: 38px 0;
    text-align: right;
}
#renovation-coast .quote::after {
    display: none;
}
#renovation-coast {
    background: #f5f5f5 none repeat scroll 0 0;
}
#renovation-coast .info .icon {
    display: table-cell;
    vertical-align: middle;
}
#renovation-coast .info .icon i {
    background: #5cb85c none repeat scroll 0 0;
    border: 5px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 100px;
    line-height: 90px;
    margin-right: 20px;
    text-align: center;
    width: 100px;
}
#renovation-coast .details h1,
#renovation-coast .details h2,
#renovation-coast .details h3,
#renovation-coast .details h4,
#renovation-coast .details h5,
#renovation-coast .details h6 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
#renovation-coast .details p {
    margin: 0;
}
.ren-spe-area {
    background-size: cover;
}
#renovation-coast .quote a {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.renovation-services-item .services-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    text-align: center;
}
.renovation-services-item .services-item .info {
    margin-top: 20px;
}
.renovation-services-item .services-item .info a.r-more {
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.renovation-services-item .services-item .info a.r-more::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
}
.renovation-services-item .services-item .info a i {
    margin-left: 5px;
}
#renovation-spcial {
    background: #f5f5f5 none repeat scroll 0 0;
}
.renovation-special-tabs .travel-tab-btn .nav.nav-pills a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #333333;
    text-transform: uppercase;
}
.renovation-special-tabs .travel-tab-btn .nav.nav-pills a:hover {
    background: #5cb85c none repeat scroll 0 0;
    border: 1px solid #5cb85c;
    color: #ffffff;
}
.renovation-special-tabs .travel-tab-btn .nav.nav-pills li.active a {
    background: #5cb85c none repeat scroll 0 0;
    border: 1px solid #5cb85c;
    color: #ffffff;
}
.renovation-recent-itm img {
    border-right: 1px solid #ffffff;
    min-height: 230px;
}
.renovation-recent-itm .info h4 {
    color: #5cb85c;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.renovation-services-item .services-item .info h1,
.renovation-services-item .services-item .info h2,
.renovation-services-item .services-item .info h3,
.renovation-services-item .services-item .info h4,
.renovation-services-item .services-item .info h5,
.renovation-services-item .services-item .info h6 {
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.renovation-recent-itm .info {
    padding: 0 20px;
}
.renovation-recent-itm .info p {
    margin: 0;
}
#renovation-about {
    background: #2a3744 none repeat scroll 0 0;
}
#renovation-about .info {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
#renovation-about .thumb {
    display: table-cell;
    vertical-align: middle;
}
#renovation-about .info h1,
#renovation-about .info h2,
#renovation-about .info h3,
#renovation-about .info h4,
#renovation-about .info h5,
#renovation-about .info h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 600;
}
#renovation-about .info p {
    color: #ffffff;
    margin-bottom: 30px;
}
.ren-special .icon {
    float: left;
    padding-right: 30px;
}
.ren-special .info {
    display: table-cell;
}
.ren-special .icon i {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.ren-special .info h1,
.ren-special .info h2,
.ren-special .info h3,
.ren-special .info h4,
.ren-special .info h5,
.ren-special .info h6 {
    color: #ffffff;
    text-transform: uppercase;
}
.ren-special .info p {
    color: #ffffff;
}
/*--------------------------------------------------------------
    # Catering
--------------------------------------------------------------*/

#catering-banner-top {
    background-position: center center;
    background-size: cover;
}
.catering-top-banner-info {
    position: relative;
    z-index: 1;
}
.catering-top-banner-info::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.book-order {
    margin: 0 auto;
    width: 80%;
}
.book-order > h2 {
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.book-order .form-inline .form-group {
    float: left;
    width: 50%;
}
.book-order .form-inline .form-group label {
    color: #ffffff;
    display: block;
}
.book-order .form-inline .form-group input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: inherit;
    box-shadow: inherit;
    color: #ffffff;
    display: block;
    width: 94%;
}
#catering-banner-top .thumb {
    position: relative;
}
#catering-banner-top .thumb .overlay {
    text-align: center;
}
#catering-banner-top .thumb .overlay .icon i {
    background: #5cb85c none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    margin-bottom: 20px;
}
#catering-banner-top .thumb .overlay .info h1,
#catering-banner-top .thumb .overlay .info h2,
#catering-banner-top .thumb .overlay .info h3,
#catering-banner-top .thumb .overlay .info h4,
#catering-banner-top .thumb .overlay .info h5,
#catering-banner-top .thumb .overlay .info h6 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#catering-banner-top .thumb .overlay .info span {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}
.catering-services-area .services-info {
    background-position: center center;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.catering-services-area .services-info::after {
    border: 2px solid;
    content: "";
    height: 90%;
    left: 5%;
    position: absolute;
    top: 5%;
    width: 90%;
    z-index: -1;
}
.catering-services-area .services-info::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.catering-services-area .services-item i {
    font-size: 40px;
    height: 60px;
    width: 60px;
}
.catering-services-area .services-item h4 {
    text-transform: uppercase;
}
.catering-services-area .services-item:last-child {
    margin: 0;
}
.hot-deal-item .thumb {
    position: relative;
    z-index: 1;
}
.hot-deal-item .overlay {
    bottom: 0;
    left: 20%;
    position: absolute;
    width: 60%;
}
.hot-deal-item .overlay h4 {
    background: #26333f none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
.hot-deal-item .r-more a {
    padding-right: 25px;
    position: relative;
    z-index: 1;
}
.hot-deal-item .r-more a::after {
    color: #ffffff;
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 5px;
}
.chef-item .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.chef-item .info {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
.chef-social li {
    display: inline-block;
}
.chef-social a i {
    font-size: 14px;
    line-height: 30px;
}
.chef-social a {
    background: #15222e none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.chef-item .info h3 {
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.chef-items .owl-controls.clickable {
    bottom: 40px;
    left: 43%;
    margin: 0;
    position: absolute;
}
.chef-items .owl-controls.clickable .owl-pagination .owl-page span {
    background: #15222e none repeat scroll 0 0;
    border-radius: inherit;
    height: 5px;
    width: 20px;
}
.chef-video {
    padding-top: 50px;
}
.chef-video .embed-responsive iframe {
    height: 300px;
}
/*--------------------------------------------------------------
    # One Page
--------------------------------------------------------------*/

.default-slider-area.auto-height.op .full-slider-item.thumb {
    padding: 250px 0 150px;
}
#op-about-area .info h4 {
    background: #449d44 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
}
#op-about-area .info h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
#op-about-area .info h2 span {
    color: #449d44;
    font-family: sans-serif;
    font-weight: 900;
}
.op-social {
    background: #449d44 none repeat scroll 0 0;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.op-social li {
    display: inline-block;
}
.op-social a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
}
#op-about-area .info > span {
    font-weight: 900;
}
#op-about-area .info > span s {} #op-about-area .info > span a {
    color: #449d44;
    font-weight: normal;
    margin-left: 10px;
}
#op-about-area .info h3 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.op-about .thumb img {
    width: 100%;
}
.op-projects .item-content .item-thumb img {
    min-height: 250px;
}
.op-about .info {
    padding-left: 30px;
}
.op-team-info .barfiller {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.op-team-info .progressbar-items.v4 .bar-title h5 {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding-left: 8px;
}
.op-team-item.v2 .op-team-info h1,
.op-team-item.v2 .op-team-info h2,
.op-team-item.v2 .op-team-info h3,
.op-team-item.v2 .op-team-info h4,
.op-team-item.v2 .op-team-info h5,
.op-team-item.v2 .op-team-info h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.op-team-item.v2 .op-team-info p {
    color: #ffffff;
}
.op-team-info span {
    color: #5cb85c;
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.op-team-items.v1 .op-team-info h1,
.op-team-items.v1 .op-team-info h2,
.op-team-items.v1 .op-team-info h3,
.op-team-items.v1 .op-team-info h4,
.op-team-items.v1 .op-team-info h5,
.op-team-items.v1 .op-team-info h6 {
    font-family: sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.op-team-items.v1 .op-team-info span {
    color: #5cb85c;
    display: block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.op-team-thumb > img {
    width: 100%;
}
.op-team-social li {
    display: inline-block;
}
.op-team-social a {
    background: #15222e none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 #000000;
    -moz-box-shadow: 0 3px 3px 0 #000000;
    -webkit-box-shadow: 0 3px 3px 0 #000000;
    -o-box-shadow: 0 3px 3px 0 #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.op-social.v2 {
    background: transparent none repeat scroll 0 0;
    text-align: left;
}
.op-social.v2 a {
    border: 1px solid #e7e7e7;
    color: #449d44;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
}
.op-social.v2 a:hover {
    border: 1px solid #449d44;
    color: #ffffff;
    background: #449d44;
}
/*--------------------------------------------------------------
    ## Home General
--------------------------------------------------------------*/

.hm-services-itm {
    background: #2f3c48 none repeat scroll 0 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}
.hm-services-itm:hover,
.hm-services-itm:hover:nth-child(2),
.hm-services-itm:hover:nth-child(2) {
    background: #212e3a none repeat scroll 0 0;
}
.hm-services-itm .icon i {
    background: #15222e none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    width: 80px;
}
.hm-services-itm h4 {
    color: #ffffff;
    font-weight: 900;
    text-transform: capitalize;
}
.hm-services-itm p {
    color: #ffffff;
    margin: 0;
}
.hm-services-itm:nth-child(2) {
    background: #283541 none repeat scroll 0 0;
}
.hm-services-itm:nth-child(3) {
    background: #212e3a none repeat scroll 0 0;
}
.hm-chs-itm {
    overflow: hidden;
    position: relative;
}
.hm-chs-itm img {
    min-height: 225px;
}
.hm-chs-itm .info {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.hm-chs-itm .hm-overlay {
    bottom: 50px;
    left: -100%;
    padding: 20px;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
.hm-chs-itm .info::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hm-chs-itm .icon {
    background: #449d44 none repeat scroll 0 0;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.hm-chs-itm .title {
    float: left;
}
.hm-chs-itm .icon i {
    color: #ffffff;
}
.hm-chs-itm .title a {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
}
.hm-chs-itm .hm-overlay::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hm-chs-itm .hm-overlay p {
    color: #ffffff;
    margin: 0;
}
.hm-chs-itm:hover .hm-overlay {
    left: 0;
}
.hm-banner h1 {
    font-family: sans-serif;
    font-weight: 900;
}
.about-per.light p {
    color: #ffffff;
}
.hm-overlay > h4 {
    color: #ffffff;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
    ## Creative
--------------------------------------------------------------*/

.creatice-srvc-itm .icon i {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    width: 80px;
}
.creatice-srvc-itm .info h4 {
    text-transform: uppercase;
}
.creative-welcome-area .thumb {
    text-align: center;
}
.features-list.creative li {
    color: #959494;
    display: block;
    font-family: sans-serif;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.features-list.creative li::before {
    color: #449d44;
    content: "\f058";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
}
/*--------------------------------------------------------------
    ## Landing Page
--------------------------------------------------------------*/

.lp-item-list li {
    padding: 8px 0 6px 30px;
    position: relative;
}
.lp-item-list li::before {
    color: #ffffff;
    content: "\f00c";
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
}
.lp-form .head-title h2 {
    background: #449d44 none repeat scroll 0 0;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.lp-form .head-title h2 span {
    font-weight: 900;
    text-transform: uppercase;
}
.lp-form form .form-group.submit {
    margin-bottom: 0;
}
.lp-services-item .icon {
    float: left;
    margin-right: 30px;
}
.lp-services-item .info {
    display: table-cell;
    vertical-align: middle;
}
.lp-services-item .info p {
    margin: 0;
}
.lp-services-item .icon img {
    height: 80px;
    text-align: center;
    width: 80px;
}
.lp-services-item .info h4 {
    text-transform: uppercase;
}
.top-info .thumb img {
    position: absolute;
}
.top-info .thumb {
    position: relative;
}
/*--------------------------------------------------------------
    ## Health
--------------------------------------------------------------*/

.default-slider-area.auto-height .full-slider-item.thumb {
    padding: 150px 0;
}
.full-slider-item.health .item-cell.banner-info.text-bg p {
    text-transform: inherit;
}
.full-slider-item.health .item-cell.banner-info.right-align p {
    margin-left: 50%;
}
.full-slider-item.health .item-cell.banner-info.left-align p {
    margin-right: 50%;
}
.full-slider-item.health .item-cell.banner-info.center-align p {
    width: 50%;
    margin: 0 auto;
}
.full-slider-item.health .item-cell.banner-info p {
    margin-top: 20px;
}
.full-slider-item.health .item-cell.banner-info.text-bg .content {
    width: 100%;
}
.full-slider-item.health .item-cell.banner-info.text-bg h1 {
    font-size: 60px;
    line-height: 60px;
}
.health-features {
    position: relative;
}
.health-features-item h4 {
    text-transform: capitalize;
}
.health-features-item i {
    font-size: 40px;
    margin-bottom: 15px;
}
.health-features-item h5 {} .health-features-item h5 i {
    font-size: 18px;
    margin-right: 10px;
}
.health-features-item p {
    margin-bottom: 30px;
}
.health-features-item a {
    background: #15222e none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.health-features-item .office-hours {} .heats-fatures-items {
    position: relative;
    top: -50px;
}
.health-features-item {
    background: #2f3c48 none repeat scroll 0 0;
    min-height: 400px;
    padding: 50px;
}
.health-features-item .office-hours li {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    line-height: 40px;
    text-transform: capitalize;
    width: 100%;
}
.health-features-item .office-hours li span {
    float: right;
}
.health-features-item .office-hours li span i {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 18px;
}
.health-features-item {
    background: #5cb85c none repeat scroll 0 0;
    padding: 50px;
}
.health-features .col-md-4:nth-child(2) {
    background: #4ba74b none repeat scroll 0 0;
}
.health-features-item:nth-child(3) {
    background: #3f9b3f none repeat scroll 0 0;
}
.catering-services-area .services-item.health > i {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
}
.catering-services-area .services-info.health a i {
    font-size: 16px;
    height: inherit;
    width: inherit;
}
.catering-services-area .services-item .icon img {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}
.tm-def-itm .bottom-info li {
    display: inline-block;
}
.tm-def-itm .bottom-info li a {
    background: #26333f none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.tm-def-items.health .owl-controls.clickable {
    bottom: -30px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.services-info.health .heading h4 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}
.services-info.health {
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.mp-servces-item .thumb {
    float: left;
    width: 40%;
}
.mp-servces-item .info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.mp-servces-item .info h4 {
    text-transform: uppercase;
}
.mp-servces-item .post-meta a {
    padding-right: 30px;
    position: relative;
    color: #333333;
}
.mp-servces-item .post-meta a:hover {
    color: #ffffff;
}
.mp-servces-item .post-meta a::after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 5px;
}
.mappoinment-form form select.form-control {
    background: #ffffff none repeat scroll 0 0;
}
.mappoinment-form form .form-group input.form-control {
    background: #ffffff none repeat scroll 0 0;
}
.mappoinment-form form .form-group textarea {
    background: #ffffff none repeat scroll 0 0;
}
.mappoinment-form .default-tab-items.tabs-v3 .nav.nav-pills li a {
    background: #449d44 none repeat scroll 0 0;
    color: #ffffff;
}
.mappoinment-form .default-tab-items.tabs-v3 .nav.nav-pills li.active a {
    background: #26333f none repeat scroll 0 0;
    color: #ffffff;
}
.post-meta li span.success {
    background: #449d44 none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    padding: 2px 5px;
}
.post-meta li span.warning {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    padding: 2px 5px;
}
/*--------------------------------------------------------------
    ## Home Blog
--------------------------------------------------------------*/

.home-banner-item .blog-contents {
    margin: 100px 0;
    padding: 20px;
    z-index: 1;
}
.home-banner-item .blog-contents a {
    color: #ffffff;
}
.home-banner-item .blog-contents .post-meta li {
    color: #ffffff;
}
.home-banner {
    background-size: cover;
}
.latest-article.home-blog .lst-atl-ttl > a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.latest-article.home-blog .latest-article-thum img {
    border-radius: inherit;
    width: auto;
}
.latest-article.home-blog .latest-article-info {
    padding-left: 20px;
}
.latest-article.home-blog .lst-rtl-date span {
    color: #aaa;
}
.popular-post-sidebar.home-blog .overlay {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.popular-post-sidebar.home-blog .overlay a {
    color: #333333;
    font-family: sans-serif;
    text-transform: capitalize;
}
.popular-post-sidebar.home-blog .overlay h4 {
    margin-bottom: 0;
}
.sidebar-category.home-blog li a span {
    color: #aaaaaa;
}
.def-par-video {
    position: relative;
}
.def-par-video .overlay-icon a {
    color: #449d44;
    font-size: 60px;
    height: 60px;
    left: 50%;
    line-height: 50px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}
.def-para-features-item .icon {
    float: left;
    width: 110px;
}
.def-para-features-item .info {
    display: table-cell;
    vertical-align: middle;
}
.def-para-features-item .icon i {
    background: #449d44 none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
}
.def-para-features-item .icon i::after {
    border: 1px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*--------------------------------------------------------------
    ## Services
--------------------------------------------------------------*/

.services-content-item .services-heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.services-content-item .services-heading::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
}
.services-content-item .services-heading h4 {
    color: #999999;
}
.services-content-item .content a {
    color: #5cb85c;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.services-content-item .content a::after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
}
.services-content-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
}
.services-content-item:last-child {
    border: medium none;
    padding: 0;
}
/*--------------------------------------------------------------
    ## Our Clients
--------------------------------------------------------------*/

.our-client-items {
    border: 1px solid #e7e7e7;
    overflow: hidden;
}
.our-client-items .clients-item {
    position: relative;
    text-align: center;
}
.our-client-items .clients-item::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.our-client-items .clients-item::before {
    background: #e7e7e7 none repeat scroll 0 0;
    top: 0;
    right: -1px;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.clients-thumb {
    text-align: center;
}
.clients-thumb li {
    display: inline-block;
    width: 10%;
}
.clients-thumb li img {
    width: 100%;
}
.clients-thumb li a {
    display: inline-block;
}
.our-client-items.v2 {
    border: medium none;
}
/*--------------------------------------------------------------
    ## Faq
--------------------------------------------------------------*/

.faq-sidebar .form-group button {
    margin: 0;
}
.faq-sidebar .form-group {
    margin-bottom: 15px;
}
.faq-contnt .acd-v3 #accordion .panel-heading .panel-title {
    background: #5cb85c none repeat scroll 0 0;
}
.faq-contnt .acd-v3 #accordion .panel-heading a {
    color: #ffffff;
    font-size: 16px;
}
.faq-contnt .acd-v3 #accordion .panel.panel-default {
    border: none;
}
.faq-sidebar .default-tab-items.tabs-v3 .tab-content {
    margin-top: 0;
}
.faq-sidebar h4 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.faq-sidebar .recent-topics-info li {
    display: inline-block;
}
.faq-sidebar .recent-topics-info li a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 5px 5px 25px;
    position: relative;
}
.faq-sidebar .recent-topics-info li a:hover {
    margin-left: 10px;
}
.faq-sidebar .recent-topics-info li a::before {
    color: #ffffff;
    content: "\f0e6";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 5px;
}
.faq-contnt .ac-info li {
    display: block;
    padding: 5px 5px 5px 25px;
    position: relative;
    z-index: 1;
}
.faq-contnt .ac-info li::before {
    content: "\f1ce";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 5px;
}
.faq-contnt .panel-collapse {
    border: 1px solid #e7e7e7;
}
.faq-contnt .acd-v3 .panel-group.symb .panel-collapse {
    margin-top: 0 !important;
}
.faq-sidebar .faq-sid-item input[type="text"] {
    border: 1px solid #e7e7e7;
    height: 40px;
    padding: 10px;
    width: 100%;
}
.faq-sidebar .faq-sid-item form {
    padding: 0;
    position: relative;
}
.faq-sidebar .faq-sid-item button {
    background: #5cb85c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
}
.faq-sidebar .faq-sid-item .form-group {
    padding: 0;
}
.faq-sid-item.author h3 {
    border-bottom: 1px solid #e7e7e7;
    margin: 20px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.faq-sid-item.author h5 {
    color: #5cb85c;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
    ## Maintanence
--------------------------------------------------------------*/

nav.navbar.bootsnav.mainenance {
    padding-bottom: 25px;
}
.mainenance-page .form-group input[type="email"] {
    border: 1px solid #5cb85c !important;
    color: #ffffff;
    margin: 0 auto;
    width: 300px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
}
.mainenance-page .form-group.submit {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mainenance-page .form-group.submit button {
    background: #5cb85c none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    height: 38px;
    margin: 1px;
    text-transform: uppercase;
    width: 60px;
}
.mainenance-page {
    margin: 0 auto;
    position: relative;
    width: 300px;
}
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h1,
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h2,
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h3,
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h4,
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h5,
.maintenance.default-slider-area.full-height .full-slider-item .item-cell h6 {
    font-family: "Source Sans Pro", sans-serif;
}
.maintenance-social li {
    display: inline-block;
}
.maintenance-social li a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    width: 40px;
}
.maintenance-social li.facebook a {
    background: #3b5998;
}
.maintenance-social li.twitter a {
    background: #0084b4;
}
.maintenance-social li.g-plus a {
    background: #d34836;
}
.maintenance-social li.linkedin a {
    background: #0077B5;
}
.maintenance-social li.instagram a {
    background: #fb3958;
}
/* Advertisement Area */

.advertisement-area .thumb {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.advertisement-area .overflay {
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
    color: #ffffff;
}
.advertisement-area .overflay::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.advertisement-area .overflay a {
    color: #ff2a70;
    font-size: 15px;
    text-transform: uppercase;
}
.advertisement-area .overflay p {
    margin-bottom: 10px;
}
.advertisement-area img {
    width: 100%;
}
.advertisement-area .thumb::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: #ffffff;
    top: 5%;
    left: 2%;
    z-index: 1;
}
.advertisement-area .thumb::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: #ffffff;
    top: 5%;
    left: 2%;
    z-index: 1;
}
.advertisement-area .thumb:hover::before {
    width: 96%;
    height: 1px;
}
.advertisement-area .thumb:hover::after {
    height: 90%;
    width: 1px;
}
/* Effect */

.advertisement-area .thumb .effect::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: #ffffff;
    bottom: 5%;
    right: 2%;
    z-index: 1;
}
.advertisement-area .thumb .effect:hover::before {
    width: 96%;
    height: 1px;
}
.advertisement-area .thumb .effect::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: #ffffff;
    top: 5%;
    right: 2%;
    z-index: 1;
}
.advertisement-area .thumb .effect:hover::after {
    height: 90%;
    width: 1px;
}
.advertisement-area .thumb .effect-bg {
    transition: all 0.35s ease-in-out;
}
.banner-overlay {
    bottom: 30px;
    left: 30px;
    position: absolute;
    filter: blur(0px)
}
.banner-overlay > h1 {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    font-weight: 900;
}
.banner-overlay > a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 20px;
}
/*--------------------------------------------------------------
    ## Education
--------------------------------------------------------------*/

.cource-features-items {
    overflow: hidden;
}
.cource-features-item a {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #449d44;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.cource-features-item:hover a {
    background: #449d44;
    color: #ffffff;
    border: 1px solid #449d44;
}
.cource-features-item h4 {
    font-weight: 900;
    text-transform: capitalize;
}
.cource-features-item {
    padding: 30px;
    position: relative;
}
.cource-features-item::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
}
.cource-features-item::before {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.cource-features-item .icon i {
    font-size: 60px;
    color: #449d44;
}
.cource-features-item .icon img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.cource-features-item .icon {
    margin-bottom: 30px;
}
.topbar-social.edu ul li {
    margin-right: 10px;
}
.top-social.edu {
    margin: 5px 0;
    padding: 0;
}
.topbar-social.edu ul li a i {
    background: transparent none repeat scroll 0 0;
}
.cource-promo div {
    display: inline-block;
}
.cource-promo .user {
    float: right;
}
.cource-promo {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}
.cource-promo .price del {
    color: #b3b3b3;
    margin-right: 5px;
}
.cource-promo .rating i {
    color: #5cb85c;
}
.cource-promo .user a {
    color: #5cb85c;
}
.cources-item .info h4 a {
    text-transform: capitalize;
}
/*--------------------------------------------------------------
    ## Wedding
--------------------------------------------------------------*/

.features-wedding-area {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.features-wedding-area h2 {
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}
.features-wedding-area i {
    color: #5cb85c;
    font-size: 80px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.features-wedding-area h4 {
    text-transform: uppercase;
}
.features-wedding-area i::after {
    background: #5cb85c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.features-wedding-area #countdown li {
    border-bottom: 1px solid #449d44;
    border-radius: 50%;
    color: #449d44;
    display: inline-block;
    font-family: sans-serif;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
    position: relative;
}
.features-wedding-area #countdown {
    margin-bottom: 50px;
    text-align: center;
}
.features-wedding-area #countdown li.years::after,
.features-wedding-area #countdown li.days::after,
.features-wedding-area #countdown li.hours::after,
.features-wedding-area #countdown li.mins::after,
.features-wedding-area #countdown li.secs::after {
    bottom: -30px;
    content: "";
    font-size: 14px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.features-wedding-area #countdown li.secs::after {
    content: "Sec";
}
.features-wedding-area #countdown li.mins::after {
    content: "Mins";
}
.features-wedding-area #countdown li.hours::after {
    content: "Hours";
}
.features-wedding-area #countdown li.days::after {
    content: "Days";
}
.features-wedding-area #countdown li.years::after {
    content: "Years";
}
.timeline-srt-panel.wedding h3 {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.timeline-srt-panel.wedding h3 span {
    color: #5cb85c;
    font-weight: 900;
}
.timeline-srt-panel.wedding h4 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}
.timeline-srt-panel.wedding img {
    margin-bottom: 30px;
}
.icon.wedding {
    margin: 0;
}
.icon.wedding > img {
    height: 60px;
}
.vanue-info h2 {
    text-transform: capitalize;
}
.vanue-info h2 span {
    color: #5cb85c;
    font-weight: 900;
}
/*--------------------------------------------------------------
    ## Technology
--------------------------------------------------------------*/

canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.tech-featues .info h1 {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.tech-featues .info h1 span {
    color: #5cb85c;
    font-weight: 900;
}
.tech-featues .info h1::before {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.tech-pro .info h2 {
    font-family: sans-serif;
    text-transform: capitalize;
    font-weight: 900;
}
.tech-pro .info h2 span {
    color: #449d44;
    font-weight: 900;
}
.tech-acc-items .info h3 a {
    font-family: sans-serif;
    text-transform: capitalize;
}
.tc-mission .nav-pills > li {
    display: inline-block;
    float: none;
}
.tc-mission .nav-pills > li a {
    margin-bottom: 5px;
}
/* Typed Animation */

.type-text.ab-us-1 span {
    font-size: 60px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    line-height: 60px !important;
    margin-bottom: 30px;
    display: inline-block !important;
    font-family: sans-serif !important;
}
/* Demo */

.demo-heading h1 {
    color: #449d44 !important;
    font-size: 60px;
    font-weight: 900;
}
.local-scroll a {
    border: 1px solid #ffffff;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 25px;
}
.local-scroll {
    margin-top: 10px;
}
.dem-fe-itm .icon {
    float: left;
    font-size: 30px;
    line-height: 0;
    text-align: center;
    width: 80px;
    z-index: 1;
}
.dem-fe-itm .info {
    display: table-cell;
    padding-left: 30px;
}
.dem-fe-itm .info h4 {
    text-transform: uppercase;
}
.dem-fe-itm {
    z-index: 1;
    position: relative;
}
.demo-item .info {
    background: #502d48 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.demo-item .info h4 {
    color: #ffffff;
    margin: 0;
}
.demo-port .item-thumb {
    border: 1px solid #373737;
    overflow: hidden;
}
.demo-port .item-thumb img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.demo-port .item-thumb img:hover {
    -webkit-transform: scale(1.2) translateY(-7.5%);
    -moz-transform: scale(1.2) translateY(-7.5%);
    -ms-transform: scale(1.2) translateY(-7.5%);
    transform: scale(1.2) translateY(-7.5%);
}
#demo-items-area {
    background-attachment: fixed;
}
.demo-port .title {
    -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 #ffffff #ffffff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.demo-port .title h4 {
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.demo-port .title::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}