@charset "utf-8";
/* CSS Document 
Project Name: Dreamon    
Version: 1.2   
Author Name: Awesome_Theme (https://themeforest.net/user/awesome_theme)
*/

/* 
---///---///--- TABLE OF CONTENT ---///---///---

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
        * Btn CSS
        * Background Over Layer CSS
        * Default Title CSS
        * Preloader CSS
        * Scrollup CSS
03. Header CSS
04. Slider CSS
05. About CSS
06. Separator CSS
07. Service CSS
08. Counter CSS
09. Portfolio CSS
        * Item Hover CSS
        * Featherlight CSS
10. Pricing Table CSS
11. Team CSS
12. Testimonial CSS
13. Blog CSS
14. Newsletter CSS
15. Brand CSS
16. Contact CSS
17. Footer CSS
18. Page title CSS
19. Demo List Page CSS


*/

/*---///---///---///---///---///---///---///---///---///---
    01. Imported CSS
---///---///---///---///---///---///---///---///---///---*/

/* Google Fonts */
@import url('../../../css');
@import url('../../../css-1');

/* Other Imported CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "pogo-slider.css";
@import "animations.css";
@import "slick.css";
@import "slick-theme.css";
@import "featherlight.gallery.min.css";
@import "featherlight.min.css";
@import "jquery.mb.YTPlayer.min.css";
@import "animated-text.css";


/*---///---///---///---///---///---///---///---///---///---
    02. General CSS 
---///---///---///---///---///---///---///---///---///---*/

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
}

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Form CSS */
.form-control {
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    31
}

.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #676767 !important;
}

::-moz-placeholder {
    color: #676767 !important;
}

::-o-placeholder {
    color: #676767 !important;
}

:-ms-input-placeholder {
    color: #676767 !important;
}

input:-moz-placeholder {
    color: #676767 !important;
}

.newsletter-col ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.newsletter-col ::-moz-placeholder {
    color: #ffffff !important;
}

.newsletter-col ::-o-placeholder {
    color: #ffffff !important;
}

.newsletter-col :-ms-input-placeholder {
    color: #ffffff !important;
}

.newsletter-col input:-moz-placeholder {
    color: #ffffff !important;
}

.section-default {
    padding: 120px 0 90px;
    position: relative;
}

.col-default {
    margin-bottom: 30px;
}

/* Btn CSS */
.simple-btn {
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    background: #41bb04;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.simple-btn:hover {
    color: #ffffff;
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Background Over Layer CSS */

.over-layer-black {
    position: relative;
}

.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.over-layer-white {
    position: relative;
}

.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

/* Default Title CSS */
.default-title {
    margin-bottom: 60px;
}

.default-title h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.default-title h2 span {
    color: #41bb04;
}

.default-title p {
    letter-spacing: 1px;
    font-weight: bold;
    font-style: italic;
}


/* Preloader CSS */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url('../images/preloader.gif') no-repeat center center;
}

/* Section Arrow Css */
.left-top-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 180px solid transparent;
    border-right: 180px solid transparent;
    border-left: 180px solid rgba(0, 197, 204, 0.1);
}

.right-top-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 180px solid transparent;
    border-left: 180px solid transparent;
    border-right: 180px solid rgba(0, 197, 204, 0.1);
}


/*---///---///---///---///---///---///---///---///---///---
    03. Header CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-header {
    position: relative;
    overflow-x: hidden;
}

.main-nav {
    background: #ffffff;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-nav .navbar-nav {
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-nav-collapse {
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-nav {
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-nav .navbar-nav>li {
    float: none;
    display: inline-block;
}

.main-nav.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
}

.main-nav .navbar-brand>a img {
    width: 180px;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-nav .navbar-nav>li>a {
    text-transform: uppercase;
    color: #333333;
    padding: 10px 0;
    margin-top: 5px;
    margin-left: 22px;
    letter-spacing: 1px;
}

.main-nav.top-nav-collapse .navbar-nav>li>a {
    color: #111111;
}

.main-nav .navbar-nav>li>a:hover {
    color: #41bb04;
}

.main-nav .navbar-nav>.active>a,
.main-nav .navbar-nav>.active>a:focus,
.main-nav .navbar-nav>.active>a:hover {
    background: transparent;
    color: #41bb04;
}

.navbar-nav>.active>a {
    color: #41bb04 !important;
}

.main-nav .navbar-right {
    margin-right: 0;
}

/* Main header two CSS */
.main-header-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.main-header-two .main-nav {
    background: transparent;
}

.main-header-two .main-nav.top-nav-collapse {
    background: #ffffff;
}

.logo-white {
    display: block;
}

.logo-black {
    display: none;
}

.main-header-two .main-nav.top-nav-collapse .logo-white {
    display: none;
}

.main-header-two .main-nav.top-nav-collapse .logo-black {
    display: block;
}

.main-header-two .main-nav .navbar-nav>li>a {
    color: #dddddd;
}

.main-header-two .main-nav.top-nav-collapse .navbar-nav>li>a {
    color: #333333;
}



/*---///---///---///---///---///---///---///---///---///---
    04. Slider CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-slider-section {
    margin-top: 78px;
}

.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}

.silder-elements {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding-right: 100px;
    padding-left: 100px;
}

.slider-main-title {
    font-size: 36px !important;
    padding-top: 19% !important;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.slider-main-title span {
    color: #41bb04;
    font-size: 48px !important;
}

.slider-para {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 16px !important;
    margin-bottom: 30px !important;
}

.join-btn {
    background: transparent;
    ;
    font-size: 14px !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 30px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.join-btn:hover {
    background: #41bb04;
    border-color: #41bb04;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}


/*---///---///---///---///---///---///---///---///---///---
    04. Welcome CSS
---///---///---///---///---///---///---///---///---///---*/
.welcome-section {
    background: url(../images/ghatal-card-bank-building.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.welcome-section.over-layer-black:before {
    background: rgba(0, 0, 0, 0.6);
}

.sec-btm-style {
    position: relative;
    overflow: hidden;
}

.sec-btm-style:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -10%;
    width: 120%;
    height: 200px;
    background: #ffffff;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

@media screen and (max-width: 960px) {
    .sec-btm-style:after {
        bottom: -150px;
    }
}

@media screen and (max-width: 768px) {
    .sec-btm-style:after {
        bottom: -170px;
    }
}

.welcome-col img {
    border: 4px solid #96c346;
    position: relative;
    z-index: 2;
}

.welcome-section.sec-btm-style:after {
    height: 200;
}

.welcome-col h1 {
    font-size: 60px;
    color: #f9f9f9;
    margin-bottom: 20px;
}

.welcome-col h1 span {
    color: #41bb04;
}

.welcome-col .cd-headline {
    color: #f9f9f9;
    font-size: 24px;
}

.welcome-col ul {
    margin-top: 20px;
}

.welcome-col ul li {
    display: inline-block;
    margin: 0 3px;
}

.welcome-col ul li a i {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.welcome-col ul li a i:hover {
    border-color: #41bb04;
    background: #41bb04;
    color: #ffffff;
}

.welcome-table {
    width: 100%;
    height: 100%;
    display: table;
}

.welcome-cell {
    vertical-align: middle;
    display: table-cell;
}



/*---///---///---///---///---///---///---///---///---///---
    05. About CSS
---///---///---///---///---///---///---///---///---///---*/
.about-section {
    overflow-x: hidden;
}

.about-details {}

.about-title {
    padding: 10px 40px 10px 20px;
    border-left: 2px solid #41bb04;
    background: #f5f5f5;
    display: inline-block;
    margin-bottom: 25px;
}

.about-title h2 {
    margin-bottom: 0;
    font-size: 42px;
}

.about-title p {
    color: #a5a5a5;
    text-transform: capitalize;
}

.about-small-col h4 {
    margin-top: 25px;
    padding: 10px 40px 10px 20px;
    border-left: 2px solid #41bb04;
    background: #f5f5f5;
    display: inline-block;
}

.about-small-col ul li {
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 7px;
}

.about-small-col ul li:last-child {
    margin-bottom: 0;
}

.about-small-col ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-small-col ul li:hover i {
    color: #41bb04;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    06. Separator CSS
---///---///---///---///---///---///---///---///---///---*/
.separator-section {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.separator-col h2 {
    color: #41bb04;
    font-size: 36px;
    margin-bottom: 30px;
}

.separator-col p {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px;
}


/*---///---///---///---///---///---///---///---///---///---
    07. Service CSS
---///---///---///---///---///---///---///---///---///---*/
.service-section {}

.service-item {
    text-align: center;
    background: #f5f5f5;
    padding: 30px 20px;
}

.service-item i {
    font-size: 50px;
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box:hover i {
    color: #41bb04;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-box {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari */
    transform: scale(1.05);
    /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.arrow-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid transparent;
    border-left: 50px solid rgba(0, 197, 204, 0.1);
}

.arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid rgba(0, 197, 204, 0.1);
}

.service-box .animated-bdr {
    width: 1%;
    height: 3px;
    margin: auto;
    background: transparent;
    margin-top: -3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box:hover .animated-bdr {
    width: 100%;
    background: #41bb04;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    08. Counter CSS
---///---///---///---///---///---///---///---///---///---*/
.counter-sec {
    padding: 100px 0 70px;
    position: relative;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
}

.counter-sec .counter-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter-sec .counter-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.left-arrow-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid rgba(0, 197, 204, 0.1);
}

.counter-sec .counter-box .counter {
    color: #41bb04;
    font-size: 36px;
    margin-bottom: 10px;
}

.counter-sec .counter-box p {
    color: #ffffff;
    text-transform: capitalize;
}



/*---///---///---///---///---///---///---///---///---///---
    09. Portfolio CSS
---///---///---///---///---///---///---///---///---///---*/
.portfolio-section.section-default {
    padding: 120px 0 120px;
}

.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.filtr-container {}

.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-nav li:hover {
    color: #41bb04;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filtr-item {
    width: 33.25%;
    padding: 0;
}


/* Item Hover CSS */
.hover-me {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hover-layer {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 4%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    -ms-transform: scale(0);
    /* IE 9 */
    -webkit-transform: scale(0);
    /* Safari */
    transform: scale(0);
    /* Standard syntax */
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-me:hover .hover-layer {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-me-content {
    margin-top: -35px;
}

.hover-me-content a i {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 111;
    margin-top: -15px;
    text-align: center;
    color: #41bb04;
    font-size: 32px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-me:hover .hover-me-content a i {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-me-content p a {
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-me:hover .hover-me-content p a {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-me .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background: transparent;
    display: inline-block;
}

/* Featherlight CSS */
.featherlight .featherlight-content {
    padding: 10px;
    border-bottom: none;
}

.featherlight-next span {
    right: -2%;
}

.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featherlight-next:hover,
.featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featherlight-next span,
.featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}



/*---///---///---///---///---///---///---///---///---///---
    10. Pricing Table CSS
---///---///---///---///---///---///---///---///---///---*/
.pricing-table {
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pricing-table .default-title h2 {
    color: #ffffff;
}

.pricing-table .default-title p {
    color: #cacaca;
}

.pricing-col {
    text-align: center;
    background: #ffffff;
}

.pricing-header {
    background: #41bb04;
    padding: 45px 15px 30px 15px;
    position: relative;
}

.top-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.recommended-pricing {
    padding: 5px 15px;
    position: absolute;
    right: -29px;
    top: 29px;
    background: #ffffff;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
}

.recommended-pricing p {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}

.pricing-col:hover .top-arrow {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pricing-header .our-price {
    color: #ffffff;
    font-size: 70px;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.angle-shape::before {
    content: "";
    background: #41bb04;
    height: 25%;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 78%;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
}

.pricing-header h4 {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-content {
    border-top: none !important;
}

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

.pricing-content ul {
    padding: 50px 0 20px 0;
}

.pricing-content ul li {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.pricing-content ul li:last-child {
    border-bottom: none;
}

.pricing-footer .btn {
    background: #41bb04;
    color: #ffffff;
    border-color: #ffffff;
    border: none;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pricing-footer .btn:hover {
    color: #ffffff !important;
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/*---///---///---///---///---///---///---///---///---///---
    11. Team CSS
---///---///---///---///---///---///---///---///---///---*/
.team-section.section-default {
    padding: 120px 0;
    position: relative;
}

.team-member {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
}

.team-member img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member:hover img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.member-name {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 15px;
    position: absolute;
    bottom: -50%;
    left: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member:hover .member-name {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.member-name h4 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
}

.member-name span {
    color: #41bb04;
    font-size: 12px;
}

.team-social-link {
    position: absolute;
    top: -80%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member:hover .team-social-link {
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-social-link i {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    color: #ffffff;
    background: #41bb04;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-social-link i:hover {
    background: #05a5ac;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    12. Testimonial CSS
---///---///---///---///---///---///---///---///---///---*/
.testimonial-sec {
    padding: 100px 0 70px;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    position: relative;
}

.testimonial-sec .default-title h2 {
    color: #ffffff;
}

.testimonial-sec .default-title p {
    color: #e4e4e4;
}

.slick-slide {
    outline: none;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.testimonial-carousel .slick-dots li button:before {
    color: #ffffff;
    opacity: 1;
}

.testimonial-carousel .slick-dots li.slick-active button:before {
    color: #41bb04;
}

.testimonial-box {
    padding: 80px 40px 50px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.testimonial-box img {
    width: 80px;
    height: 80px;
    margin: auto;
}

.testimonial-box h4 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonial-box span {
    color: #41bb04;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
}

.testimonial-box p {
    margin-top: 10px;
    color: #ffffff;
}

.item-numbar {
    width: 100px;
    height: 100px;
    background: rgba(42, 194, 224, 0.5);
    text-align: center;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Standard syntax */
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: -50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial-box.slick-active .item-numbar {
    top: -60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item-numbar h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 70px;
    padding-left: 0;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Standard syntax */
}




/*---///---///---///---///---///---///---///---///---///---
    13. Blog CSS
---///---///---///---///---///---///---///---///---///---*/
.blog-sec {
    text-align: center;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-box:hover .blog-img img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.publisd-date {
    position: absolute;
    top: 0;
    left: -10px;
    background: #41bb04;
    text-align: center;
    -ms-transform: skewX(20deg);
    /* IE 9 */
    -webkit-transform: skewX(20deg);
    /* Safari */
    transform: skewX(20deg);
    /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-box:hover .publisd-date {
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.publisd-date h4 {
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
    -ms-transform: skewX(-20deg);
    /* IE 9 */
    -webkit-transform: skewX(-20deg);
    /* Safari */
    transform: skewX(-20deg);
    /* Standard syntax */
}

.blog-box h3 {
    margin-top: 20px;
}

.blog-box h3 a {
    color: #333333;
}

.blog-box h3 a:hover {
    color: #41bb04;
}

.blog-box ul li {
    display: inline-block;
}

.blog-box ul li i {
    margin-right: 8px;
    color: #41bb04;
}

.blog-box ul li a {
    color: #111111;
    text-transform: capitalize;
}

.blog-box ul li a:hover {
    color: #41bb04;
}

.blog-box p {
    margin-top: 10px;
}

/* Blog Single */
.blog-single-sec {
    padding: 100px 0 70px;
    text-align: left;
}

.blog-single-sec .blog-box {
    background: transparent;
}

.blog-single-sec .blog-date {
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-single-sec .blog-date ul li {
    margin-right: 20px;
}

.blog-single-sec .blog-content p {
    margin-bottom: 0;
}

.highlight-text {
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}

.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
}

.comment-row {
    margin-bottom: 60px;
}

.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}

.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}

.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}

.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.comment-item a i {
    color: #41bb04;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}

.middel-item {
    margin-left: 50px;
}

.form-area .btn {
    margin-bottom: 30px;
}

/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
}

.sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.sidebar-search {
    margin-bottom: 50px;
}

.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #41bb04;
}

.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}

.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}

.categories {
    margin-bottom: 50px;
}

.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:last-child {
    border-bottom: none;
}

.categories ul li:hover {
    border-color: #41bb04;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:hover a {
    color: #41bb04;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:hover span {
    color: #41bb04;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest-news {
    margin-bottom: 50px;
}

.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.latest-news ul li:last-child {
    border-bottom: none;
}

.news-item {
    position: relative;
    padding-left: 100px;
}

.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-item h4 {
    margin-bottom: 5px;
}

.news-item h4 a {
    color: #41bb04;
    font-size: 15px;
}

.sidebar-tags {
    margin-bottom: 50px;
}

.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-tags a:hover {
    border-color: #41bb04;
    background: #41bb04;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview {
    margin-bottom: 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    14. Newsletter CSS
---///---///---///---///---///---///---///---///---///---*/
.newsletter-sec {
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.newsletter-col h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsletter-col h3 span {
    color: #41bb04;
}

.newsletter-col .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    color: #ffffff;
}

.newsletter-col .input-group .btn {
    width: 130px;
    height: 50px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    background: #41bb04;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter-col .input-group .btn:hover {
    background: #ffffff;
    color: #41bb04;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




/*---///---///---///---///---///---///---///---///---///---
    15. Brand CSS START
---///---///---///---///---///---///---///---///---///---*/
.brand-sec {
    padding: 80px 0;
    background: #f5f5f5;
}

.brand-sec .brand-carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}


/*---///---///---///---///---///---///---///---///---///---
    16. Contact CSS
---///---///---///---///---///---///---///---///---///---*/
.contact-sec {
    overflow: hidden;
}

.contact-sec.section-default {}

.contact-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-title h2 span {
    color: #41bb04;
}

.contact-title p {
    margin-bottom: 30px;
}

.contact-box {
    background: #f7f7f7;
    padding: 10px 0;
    position: relative;
    padding-left: 60px;
}

.contact-box i {
    font-size: 20px;
    color: #41bb04;
    position: absolute;
    left: 20px;
    top: 10px;
}

.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.contact-sec form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #dddddd;
    color: #676767;
    padding-left: 0;
}

.contact-sec form .textarea-hight-full {
    height: 100%;
}


/*---///---///---///---///---///---///---///---///---///---
    17. Footer CSS
---///---///---///---///---///---///---///---///---///---*/
.main-footer {
    padding: 80px 0 50px;
    background: #111111;
}

.main-footer .footer-logo img {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}

.main-footer h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-footer .heading-under-line {
    width: 100px;
    height: 2px;
    background-color: #41bb04;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}

.footer-about-col p {
    color: #c7c7c7;
}

.footer-about-col .social {
    margin-top: 20px;
}

.footer-about-col .social i {
    font-size: 20px;
    margin-right: 10px;
    color: #41bb04;
}

.footer-about-col .social i:hover {
    color: #ffffff;
}

.footer-tweets-col {}

.tweets-box-one {
    margin-bottom: 20px;
}

.tweets-box-one p,
.tweets-box-two p {
    color: #c7c7c7;
}

.tweets-box-one p a,
.tweets-box-two p a {
    color: #41bb04;
}

.footer-Tag-col a {
    float: left;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #999999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer-Tag-col a:hover {
    color: #ffffff;
    background: #41bb04;
    border-color: #41bb04;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

.footer-Tag-col .hvr-bounce-to-right {
    padding: 9px 30px;
    background: transparent;
}

.footer-Tag-col .hvr-bounce-to-right:before {
    background: #CC935C;
}

.footer-flickr ul li {
    float: left;
}

.footer-flickr ul li img {
    width: 86px;
    height: auto;
}

/* COPY RIGHT CSS START */
.copyright {
    padding: 20px 0;
    background-color: #000;
    text-align: center;
}

.copyright p {
    color: #848484;
}

.copyright p a {
    color: #41bb04;
}

/*---///---///---///---///---///---///---///---///---///---
    18. Page title CSS
---///---///---///---///---///---///---///---///---///---*/
.page-title-sec {
    padding: 180px 0 100px;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title-sec h2 {
    color: #41bb04;
}

.page-title-sec p {
    color: #a0a0a0;
}

.page-title-sec p a {
    color: #a0a0a0;
}

.page-title-sec p a:hover {
    color: #41bb04;
}


/*---///---///---///---///---///---///---///---///---///---
    19. Demo List Page CSS
---///---///---///---///---///---///---///---///---///---*/
.main-demo-heading {
    padding: 150px 0;
    background: url(../images/bg/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-demo-heading h1 {
    color: #41bb04;
    font-size: 70px;
}

.main-demo-heading h2 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.buy-btn {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: uppercase;
}

.buy-btn:hover {
    background: #41bb04;
    color: #ffffff;
    border-color: #41bb04;
}

.demo-list-page {
    padding: 120px 0 110px;
    text-align: center;
}

.demo-list-page h3 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 60px;
}

.demo-list-page h3 a {
    color: #111111;
}

.demo-list-page h5 {
    margin-bottom: 80px;
    color: #96c346;
    font-size: 18px;
    text-transform: capitalize;
}

.demo-list-page h1 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.demo-list-page p {
    font-size: 14px;
}

.demo-list-page p a {
    color: #111111;
    text-transform: capitalize;
}

.demo-box {
    margin-bottom: 40px;
    position: relative;
    height: 350px;
    overflow: hidden;
    -webkit-box-shadow: -2px 3px 35px -5px rgba(74, 74, 74, 1);
    -moz-box-shadow: -2px 3px 35px -5px rgba(74, 74, 74, 1);
    box-shadow: -2px 3px 35px -5px rgba(74, 74, 74, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.demo-box:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.demo-over-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.demo-box:hover .demo-over-layer {
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.demo-over-layer h4 a {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    text-align: center;
}

.more-demo-link p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
}