/*  Gardenart - Landscaping Gardening HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Scroll To Top style
5. Main Header 
6. Main Slider
7. Title style
8. Welcome Section
9.service Section
10.Fact-counter-section
11.Testimonial Style
12.Letest Projects
13.Our Team Section
14.why choose our services
15.single-blog-post
16.Contact Style
17.Parallax Background
18.Footer styles
19.Latest Works Section
20.Page Title Style
21.Single Service
22.Sidebar
23.Contact page Section
24.About us page
25.Two Column Fluid
26.Accordions style
27.Gallery page Section
28.Pagination
29.Project Detail
30.Shop page Start
31.FAQ page
32.Cart Page
33.Checkout page
34.Pricing
35.login or register
36.404 page

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fbca00;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
    font-weight: 300;
    color: #444;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.centered {
    text-align: center;
}

.btn-one {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: firsttopcase;
    background: #6aaf08;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #6aaf08;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.btn-one:hover {
    color: #012f5d;
    border-color: #012f5d;
    background: none;
}

.btn-two {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: firsttopcase;
    background: #6aaf08;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #6aaf08;
    border-radius: 2px;
}

.btn-two:hover {
    color: #fbca00;
    border-color: #6aaf08;
    background: none;
    color: #6aaf08;
}

.btn-three {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: firsttopcase;
    background: none;
    color: #fbca00;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fbca00;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.btn-three:hover {
    color: #ffffff;
    border-color: #fbca00;
    background: #fbca00;
}

.bggray {
    background: #f9f9f9;
}

.sec-padding {
    padding: 30px 0!important;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-20 {
    padding-top: 20px;
}

.padd-top-30 {
    padding-top: 30px;
}

.padd-top-40 {
    padding-top: 40px;
}

.padd-top-50 {
    padding-top: 50px;
}

.padd-top-60 {
    padding-top: 60px;
}

.padd-top-70 {
    padding-top: 70px;
}

.padd-left-10 {
    padding-left: 10px;
}

.padd-left-20 {
    padding-left: 20px;
}

.padd-left-30 {
    padding-left: 30px;
}

.padd-left-40 {
    padding-left: 40px;
}

.padd-left-50 {
    padding-left: 50px;
}

.padd-left-60 {
    padding-left: 60px;
}

.padd-left-70 {
    padding-left: 70px;
}

.padd-bott-10 {
    padding-bottom: 10px;
}

.padd-bott-20 {
    padding-bottom: 20px;
}

.padd-bott-30 {
    padding-bottom: 30px;
}

.padd-bott-40 {
    padding-bottom: 40px;
}

.padd-bott-50 {
    padding-bottom: 50px;
}

.padd-bott-60 {
    padding-bottom: 60px;
}

.padd-bott-70 {
    padding-bottom: 70px;
}

.padd-bott-90 {
    padding-bottom: 90px;
}

.padd-bott-100 {
    padding-bottom: 100px;
}

.padd-right-10 {
    padding-right: 10px;
}

.padd-right-20 {
    padding-right: 20px;
}

.padd-right-30 {
    padding-right: 30px;
}

.padd-right-40 {
    padding-right: 40px;
}

.padd-right-50 {
    padding-right: 50px;
}

.padd-right-60 {
    padding-right: 60px;
}

.padd-right-70 {
    padding-right: 70px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bott-10 {
    margin-bottom: 10px;
}

.margin-bott-20 {
    margin-bottom: 20px;
}

.margin-bott-30 {
    margin-bottom: 30px;
}

.margin-bott-40 {
    margin-bottom: 40px;
}

.margin-bott-50 {
    margin-bottom: 50px;
}

.margin-bott-60 {
    margin-bottom: 60px;
}

.margin-bott-70 {
    margin-bottom: 70px;
}

.no-padd-bottom {
    padding-bottom: 0px;
}

.no-padd-top {
    padding-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-bottom: 0px;
}

.no-padd-left {
    padding-left: 0px;
}

.no-padd-right {
    padding-right: 0px;
}

.bg-lightgrey {
    background-color: #f6f6f6 !important;
}

.no-bg {
    background: none !important;
}

.text-firsttopcase {
    text-transform: firsttopcase !important;
}

.title_holder h2 {
    margin-top: -11px;
    line-height: 60px;
    color: #272727;
    font-weight: 700;
    word-spacing: -1px;
}

.midium-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.midium-title span {
    color: #fbca00;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: firsttopcase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #fbca00;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.site-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.site-header:after {
    clear: both;
    display: table;
    content: '';
}

.site-header .header-top {
    position: relative;
    font-size: 13px;
    padding: 8px 0px;
    background: #333;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.site-header .header-top a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.site-header .links-nav li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.site-header .top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}

.site-header .links-nav li a {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    /*text-transform: capitalize;*/
}

.site-header .links-nav li .fa {
    padding-right: 8px;
    font-size: 16px;
    color: #6aaf08;
}

.site-header .header-top .social-links a {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 25px;
    background: #6aaf08;
}

.site-header .header-top .social-links a:hover {
    background: #fdc900;
    color: #000;
}

.site-header .header-top a:hover {
    color: #6aaf08;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 6px 0px 2px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.header-main {
    padding: 10px 0 10px;
}

.header-info {
    text-align: right;
    margin-top: 5px;
}

.header-info li {
    display: inline-block;
    margin-left: 40px;
    text-align: left;
	margin-top:20px;
}

.hdbox-left {
    color: #6aaf08;
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    font-size: 34px;
    text-align: left;
    font-weight: bold;
}

.hdbox-right {
    font-size: 15px;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #666;
    font-weight: 300;
}

.hdbox-right > span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.site-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #f3f3f3;
    z-index: 5;
}

.site-header.headerfirst .header-lower {
    background: none;
    border: none;
}

.site-header .nav-outer {
    position: relative;
}

.site-header.headerfirst .nav-outer {
    background: #272727;
    padding: 0px 160px 0px 30px;
}

.site-header.fullwidth .nav-outer {
    background: #292929;
    padding: 0;
    position: relative;
}

.site-header.fullwidth .auto-container {
    position: relative;
}

.header-main-box .nav-outer .search-box-btn {
    position: absolute;
    right: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

.header-main-box .nav-outer .search-box-btn:hover {
    color: #fbca00;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.headerfirst .main-menu .navigation > li {
    margin-right: 30px;
}

.header-main-box .main-menu .navigation > li {
    border: none;
}

.sticky-header .main-menu .navigation > li {
    margin: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 16px 20px 16px 0px;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    font-weight: 400;
    text-transform: firsttopcase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.headerfirst .main-menu .navigation > li > a {
    color: #ffffff;
}

.sticky-header .main-menu .navigation > li > a {
    color: #181818;
    padding: 16px 13px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color: #6aaf08;
    opacity: 1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    background: #6aaf08;
    color: #fff;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #272727;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.headerthird .main-menu .navigation > li > ul {
    margin-top: 9px;
}

.headerthird.fixed-header .main-menu .navigation > li > ul {
    margin-top: 0px;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li.last-child > a {
    border-bottom: 0;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid #2c478b;
}

.main-menu .navigation > li > ul > li:hover > a {
    background: #6aaf08;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 110%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #012f5d;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #6aaf08;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.site-header .btn-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
}

.site-header.header-style-three .btn-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
}

.site-header .btn-outer .quote-btn {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 19px 10px;
    margin: 0px 0px 0px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0px;
    text-transform: firsttopcase;
    z-index: 1;
}

.site-header .btn-outer {
    border-color: transparent transparent #6aaf08;
    border-style: solid;
    border-width: 0 0 62px 45px;
    height: 0;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .5s ease;
}

.site-header .btn-outer:hover {
    border-color: transparent transparent #ffae11;
}

.site-header.header-style-three .btn-outer .quote-btn {
    background: #012f5d;
    color: #ffffff;
}

.header-main-box .btn-outer .quote-btn {
    padding: 27px 0px 18px 30px;
}

.social-links-one {
    position: relative;
}

.site-header .social-links-one {
    top: 7px;
}

.social-links-one a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #928d8d;
    border-radius: 50%;
    background: #f4f4f4;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-one a:hover {
    background: #fbca00;
    color: #ffffff;
}

.social-links-two a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    line-height: 38px;
    font-size: 14px;
    color: #cccccc;
    border-radius: 50%;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-two a:hover {
    background: #fbca00;
    border-color: #fbca00;
    color: #ffffff;
}

.social-links-three a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #f1f1f1;
    line-height: 30px;
    font-size: 12px;
    color: #aaaaaa;
    background: #f1f1f1;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-three a:hover {
    background: #fbca00;
    border-color: #fbca00;
    color: #ffffff;
}

.top-search-box {
    position: absolute;
    right: 150px;
    top: 0;
}

.top-search-box button {
    background: #353535 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 62px;
    line-height: 72px;
    outline: medium none;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 70px;
}

.top-search-box button:hover {
    background: #212121;
    color: #fdc716;
}

.top-search-box button i.fa-search {
    position: relative;
    top: -2px;
}

.top-search-box .search-box {
    background: #fdc716 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 140%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 999;
}

.top-search-box:hover .search-box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.top-search-box .search-box li form {
    position: relative;
}

.top-search-box .search-box li form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    display: block;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 10px;
    padding-right: 60px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top-search-box .search-box li form button {
    background: #353535 none repeat scroll 0 0;
    border: 1px solid #353535;
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 50px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 45px;
}

.top-search-box .search-box li form input:focus {
    border: 1px solid #212121
}

.top-search-box .search-box li form input:focus + button,
.top-search-box .search-box li form button:hover {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #212121;
}

.headersecond .header-main {
    padding: 0px 0;
}

.headersecond .logo {
    padding: 24px 0;
}

.headersecond .main-menu .navigation > li > a {
    padding: 36px 17px;
}

.headersecond .main-menu {
    position: relative;
    float: right;
}

.headersecond .main-menu .navigation > li {
    margin-left: 0px;
    margin-right: 0;
}

.menusearch {
    padding: 16px 0;
    float: right;
}

.bz_search_bar {
    background-color: #ffffff;
    color: #6aaf08;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding: 20px 0 19px 34px;
    text-align: center;
    width: 100%;
}

.bz_search_box {
    background-color: #272727;
    border-radius: 0;
    box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 22px;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1000;
}

.bz_search_box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 currentcolor #e1e1e1 #e1e1e1;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 45px;
    padding: 0 10px;
    width: calc(100% - 45px);
}

.bz_search_box button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #6aaf08;
    border-color: #6aaf08 #6aaf08 #6aaf08 currentcolor;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    height: 45px;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 45px;
    color: #fff;
}

.theme-btn.quote-btn {
    padding: 8px 10px;
    margin: -12px 0;
    margin-left: 20px;
}

.headerfirst .menusearch {
    float: right;
    padding: 0;
}

.headerfirst .bz_search_bar {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding: 18px 30px 17px 13px;
    text-align: center;
    width: 100%;
}

.headerfirst .main-menu {
    position: relative;
    float: left;
}

.headerfirst .sticky-header .bz_search_bar {
    background-color: transparent;
    color: #6aaf08;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding: 18px 13px 17px 13px;
    text-align: center;
    width: 100%;
    margin-left: 2px;
}

.headerthird .header-lower {
    background: #6aaf08;
}

.headerthird .main-menu {
    float: left;
}

.headerthird .main-menu .navigation > li {
    margin-right: 0px;
}

.headerthird .header-lower .main-menu .navigation > li > a {
    color: #fff;
    border-right: 1px dashed #ccc;
    padding: 10px 33px;
}

.headerthird .menusearch {
    float: right;
    padding: 0px 0;
}

.headerthird .bz_search_bar {
    background-color: #ffcc00;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding: 12px 20px 12px 20px;
    text-align: center;
    width: 100%;
}

.headerthird .bz_search_bar:hover {
    color: #222!important;
}

.headerthird .nav-outer.clearfix {
    /*border: 1px dashed #cccccc;*/
    margin: 7px 0;
}

.hvr-shutter-in-vertical::before {
    background: #6aaf08;
}

.headerthird .hvr-shutter-in-vertical::before {
    background: #252525;
}

.headerthird .bz_search_box {
    background: #6aaf08;
    right: 0;
}

.headerthird .bz_search_box button {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}

.main-menu .navigation > li > ul {
    background: #252525;
}

.main-menu .navigation > li > ul > li > a {
    color: #fff;
    border-bottom: 1px dashed #444;
    position: relative;
    z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: 0;
}

.main-menu .navigation > li > ul > li > a:after {
    content: "";
    background: #6aaf08;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > a:hover:after {
    transform: scaleX(1);
}

.headerthird .header-lower .main-menu .navigation > li.current > a,
.headerthird .header-lower .main-menu .navigation > li > a:hover {
    color: #252525;
}

.headerfirst .main-menu .navigation > li.current > a:after {
    display: none;
}

.quickqotemain {
    float: right;
    margin: 0px 0px 0 0;
    border-right: 1px dashed #555;
    background: #000;
}

.quickqotemain a {
    padding: 12px 15px;
    display: block;
    transition: all .5s ease;
    color: #6aaf08;
    background: #252525;
    color: #fff;
}

.quickqotemain a:hover {
    background: #fdc900;
    color: #333;
}

.headerthird .bz_search_box {
    top: 116%;
    box-shadow: 3px 4px 5px -3px rgba(0, 0, 0, 0.5);
}

.headerthird.fixed-header .bz_search_box {
    top: 100%;
    box-shadow: 3px 4px 5px -3px rgba(0, 0, 0, 0.5);
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.smooth-textbox {
    width: 550px;
    padding: 0 25px;
}

.smooth-textbox h1 {
    font-size: 45px !important;
    font-weight: bold !important;
    line-height: 50px !important;
    margin-bottom: 20px;
}

.smooth-textbox p {
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
}

.smooth-textbox p {
    color: #fff;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    pointer-events: none;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.slidebtns a {
    display: inline-block;
    margin-right: 20px;
    line-height: 50px !important;
    font-size: 16px!important;
    width: 160px;
    height: 50px;
   /* background: #6aaf08;*/
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.slidebtn2 {
    background: #fff!important;
    color: #000!important;
}

.slidebtns a:hover {
    color: #fff!important;
    background: #272727!important;
}

.fixed-header .quickqotemain {
    margin: 6px 0px 0 10px;
}

.headerthird.fixed-header .menusearch {
    margin: 6px 0px 0 0;
}


/*** 

====================================================================
	Title style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: .5px;
}

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px auto;
}

.colorborder::after {
    background: #6aaf08 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
    top: -1px;
}


/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-sec {
    padding: 80px 0 0px;
}

.awards-box {
    margin-bottom: 13px;
}

.awards-box a i {
    border: 1px dashed #6aaf08;
    border-radius: 50%;
    color: #6aaf08;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}

.awards-box .media-body h3 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.midtext {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    margin-bottom: 20px;
}

.awards-box .media-body p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.welimage {
    position: relative;
}

.welimage img {
    width: 100%;
}

.weltext h2 {
    color: #222;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.weltext h2 span {
    color: #6aaf08;
    font-weight: 600;
}

.constool > img {
    max-width: 100%;
}

.flowerlist {
    margin-top: 30px;
}

.flowerlist li {
    display: inline-block;
    width: 49%;
    line-height: 30px;
    font-size: 17px;
    background-position: 0 8px;
}

.flowerlist li {
    background: url(../images/icons/flowericon.png) 0 5px no-repeat;
    padding-left: 25px;
    color: #6aaf08;
    font-size: 16px;
    line-height: ;
}

.topfeatures {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 60px;
    text-align: center;
}


/*** 

====================================================================
	Services-Saction
====================================================================

***/

.services-sec {
    background: #f9f9f9;
    padding: 70px 0 80px;
}

.single-servicebox {
    margin-bottom: 40px;
}

.servicebox-image img {
    width: 100%;
    transition: all 1s ease;
}

.single-servicebox:hover img {
    transform: scale(1.1, 1.1);
}

.servicebox-content h3 {
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 10px;
    padding-left: 68px;
    line-height: 45px;
    background: #f4f4f4;
    width: 100%;
}

.hvr-overline-from-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #6aaf08;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.servicebox-content h3 a {
    color: #333;
    display: block;
}

.servicebox-content h3 a:hover {
    color: #272727;
}

.serivec-sec h5 {
    font-weight: 700;
    color: #272727;
    word-spacing: -1px;
    font-size: 20px;
    margin-top: 5px;
}

.serivec-sec .img_holder {
    display: table-cell;
    padding-top: 13px;
    overflow: hidden;
}

.serivec-sec .img_holder figure {
    overflow: hidden;
}

.serivec-sec .img_holder img {
    transition: transform .5s ease;
}

.serivec-sec .servhold:hover .img_holder img {
    transform: scale(1.1, 1.1);
}

.serivec-sec .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 29px;
}

.serivec-sec .info a {
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 900;
}

.serivec-sec .servhold {
    margin-bottom: 30px;
}

.picon {
    background: #6aaf08;
    color: #333;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-icon {
    font-size: 50px;
    background: #f4f4f4;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    display: inline-block;
    line-height: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #6aaf08;
}

.single-service:hover .service-icon {
    color: #fff;
    transition: all .5s ease;
}

.service-content h3 a {
    color: #333;
}

.service-content h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.single-service .service-icon:after {
    background: #6aaf08;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0));
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    transform-origin: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.single-service:hover .service-icon:after {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.servicebox-image {
    position: relative;
    overflow: hidden;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.mask .fa.fa-search {
    width: 40px;
    height: 40px;
    background: #ffcc00;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.mask .fa.fa-search:hover {
    background: #6aaf08;
    color: #fff;
}

.single-servicebox:hover .fa.fa-search {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.single-servicebox:hover .mask {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.picon {
    background: #6aaf08;
    color: #fff;
    font-size: 28px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;

}

.allservice .single-service-item {
    margin-bottom: 50px;
}


/*** 
 ==============================
  Fact-counter-section
 ============================== 
 ***/

.fact-counter-section {
    padding: 40px 0;
    position: relative;
    background: url(../images/background/image-7.jpg) no-repeat center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fact-counter-section:before {
    position: absolute;
    content: "";
    background: #000000;
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-fact-counter {
    background: transparent;
}

.single-fact-counter .text-box {
    text-align: center;
}

.single-fact-counter .text-box .number {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.single-fact-counter .text-box p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.single-fact-counter .icon-box {
    margin-bottom: 30px;
}

.single-fact-counter .icon-box i {
    font-size: 40px;
    color: #6aaf08;
    display: block;
    margin-top: 10px;
}

.entry-meta {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 0;
    border-bottom: 0;
}

.readmore {
    font-weight: bold;
}


/*** 






====================================================================
	why choose our services
====================================================================

***/

.whychooseus {
    background: #272727;
}

.whychooseus .sectionhead h1 {
    display: block;
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 30px;
}

.whychooseus .sectionhead {
    margin-bottom: 35px;
}

.features {}

.choosefeature {
    padding: 50px 30px 30px 100px;
}

.s_feature {
    border: 1px dashed #6aaf08;
    padding: 15px 10px;
    margin-bottom: 30px;
}

.ftricon {
    float: left;
    width: 85px;
    float: left;
    margin-right: 20px;
}

.ftrinfo h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 0px 0 10px;
    line-height: 20px;
}

.ftrinfo p {
    color: #909090;
    margin: 0;
}

.whychooseimg {
    width: 100%;
}

.whychooseimg img {
    height: 100%;
}

.whychooseus .col-sm-6,
.whychooseus .col-sm- {
    padding: 0;
    overflow: hidden;
}

.s_feature::after {
    clear: both;
    display: table;
    content: "";
}


/*** 



====================================================================
	Contact Style
====================================================================

***/

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: firsttopcase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}

.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}

.contact-form .sec-title.text-center * {
    color: #fff;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 11px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form .default-form input[type="text"],
.contact-form .default-form input[type="email"],
.contact-form .default-form input[type="password"],
.contact-form .default-form select,
.contact-form .default-form textarea {
    background-color: #FFF;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}

.contact-form::-webkit-input-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form::-moz-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form:-ms-input-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form input:-moz-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-style-one::-webkit-input-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one::-moz-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one:-ms-input-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one input:-moz-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea {
    height: 180px;
    resize: none;
}

.contact-style-one.extended .default-form textarea {
    height: 194px;
}

.contact-form .default-form textarea {
    height: 118px!important;
}

.default-form select option {
    text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #fbca00 !important;
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: firsttopcase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form .info-column .inner-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
}

.contact-form .form-column .upper-content {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-column .upper-content .subtitle {
    font-size: 18px;
    font-style: italic;
}

.lftheading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
}

.contact-form .form-column .upper-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-form {
    position: relative;
    background: #272727;
    color: #000;
}

.contact-form .form-column {
    background: #6aaf08;
    float: left;
    position: relative;
    width: 50%;
    min-height: 445px;
}

.contact-form .form-column .inner-box {
    padding: 60px 80px;
    position: relative;
}

.contact-form .form-column .inner-box .btn-two {
    background: #252525;
    border-radius: 5px;
}

.contact-form .form-column .inner-box .btn-two:hover {
    background: #ffb606;
    color: #252525;
}

.contact-form .form-column .firsttop-content {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-column .firsttop-content .subtitle {
    font-size: 18px;
    font-style: italic;
}

.contact-form .form-column .firsttop-content h3 {
    font-size: 24px;
    text-transform: firsttopcase;
    font-weight: 700;
}

.contact-form .info-column {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.contact-form .info-column .test-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
}

.contact-form .info-column .inner-most {
    display: table-cell;
    vertical-align: middle;
}

.contact-form .info-column h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form .info-column .text {
    font-size: 16px;
    text-transform: firsttopcase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0 40px;
}

.contact-form .info-column h4 {
    font-size: 24px;
    text-transform: firsttopcase;
    font-weight: 700;
    color: #fbca00;
}


/*** 

====================================================================
	parallax background
====================================================================

 ***/

.parallax1 {
    min-height: 460px;
    background: url(../images/background/parallax3.jpg) center center fixed;
    background-size: cover;
}

.tblebody {
    display: table-cell;
    vertical-align: middle;
    height: 460px;
    text-align: center;
}

.tblebody h1 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    margin-bottom: 40px;
    margin-top: 0;
}

.tblebody h1 strong {
    color: #6aaf08;
    font-weight: bold;
}

.tblebody p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    padding: 0 50px;
}

.contactbtn {
    margin-top: 40px;
    font-family: 'Roboto Slab', serif;
    width: 180px;
    background-color: #fff;
    border: 5px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    border-radius: 40px;
    background-clip: padding-box;
    background-clip: -webkit-padding-box;
    background-clip: -moz-padding-box;
    transition: all .5s ease;
}

.contactbtn:hover {
    background: #6aaf08;
    color: #fff;
}

.masklayer {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.parallax2 {
    min-height: 500px;
}


/*** 

====================================================================
	 Footer styles 
====================================================================

 ***/

.bottomstrip {}

.strmask {
    background: #6aaf08;
    width: 100%;
    height: 100%;
    padding: 18px 0;
}

.strmask p {
    color: #fff;
    font-size: 22px;
    line-height: 47px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

.strmask .button2 {
    background: #fff;
    color: #333;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 20px;
    margin-top: 4px;
    transition: all .5s ease;
}

.strmask .button2:hover {
    background: #252525;
    color: #fff;
}

.sbrand {
    padding: 25px;
}

.footer1 {
    background: #1e1e1e;
    padding: 40px 0 0px;
    clear: both;
}

.footer1 p,
.footer1 a,
.footer1 i {
    color: #777777;
    font-size: 15px;
}

.footer1 a:hover {
    color: #6aaf08;
    text-decoration: none;
}

.footer1 h3 {
    color: #fff;
    ;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
}

.footer1 h3::after {
    background-color: #6aaf08;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
}

.ftlogo {
    margin: 20px 0;
    display: block;
}

.ftlogo img {
    max-width: 100%;
}

.footer1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer1 ul li {
    line-height: 30px;
    margin-top: 5px;
}

.footer1 ul li i {
    margin-right: 5px;
}

footer .subscribe_us form {
    height: 50px;
    position: relative;
    margin-bottom: 30px;
}

.footer1 .subscribe_us input {
    background: #2b2b2b none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    height: 50px;
    outline: medium none;
    padding: 11px 55px 10px 10px;
    width: 100%;
}

.footer1 .subscribe_us button {
    background: #6aaf08 none repeat scroll 0 0;
    border: medium none;
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}

.footer1 .subscribe_us button i {
    color: #fff;
    font-size: 25px;
}

.footer1 .subscribe_us button:hover,
footer .subscribe_us button:focus {
    color: #272727;
}

.ftcontact li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.continfo {
    color: #6c6c6c;
    float: left;
    line-height: 24px;
    width: calc(100% - 34px);
}

.continfo strong {
    color: #999;
    font-size: 16px;
}

.ftcontact li i {
    color: #ccc;
    float: left;
    font-size: 20px;
    padding-top: 5px;
    text-align: left;
    width: 26px;
    margin-right: 0;
}

.ftcontact li i.fa-envelope-o {
    font-size: 16px;
}

.latest-post img {
    float: left;
    width: 55px;
    margin-top: 10px;
    margin-right: 15px;
}

.latest-post ul li {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.latest-post ul li i {
    float: left;
    width: 26px;
    height: 26px;
    background: #6aaf08;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 15px;
}

.latest-post .content {
    float: left;
    width: calc(100% - 72px);
}

.latest-post .content a {
    line-height: 24px;
    display: block;
}

.latest-post .content span {
    color: #454545;
}

.footersec .social {
    margin-top: 30px;
}

.footersec .social li {
    display: inline-block;
}

.footersec .social li a {
    border: 1px solid #333;
    background: #2b2b2b;
    border-radius: 50%;
    color: #cacfd3;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.footersec .social li a i {
    margin-right: 0;
    color: #fff;
}

.footersec .social li a:hover {
    background: #6aaf08;
    border-color: #6aaf08;
    color: #
}

.copyright {
    border-top: 1px solid #444;
    color: #555;
    margin-top: 40px;
    padding: 30px 0;
    background: #171717;
}

.copyright a {
    color: #6aaf08;
}


/*** 



====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-info {
    position: relative;
    padding: 15px 0px;
    background: #f6f6f6;
    color: #121212;
    font-family: 'Roboto', sans-serif;
}

.page-info h3 {
    font-size: 16px;
    color: #121212;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-info .bread-crumb li {
    position: relative;
    float: left;
    margin-left: 30px;
    color: #666;
    line-height: 24px;
}

.page-info .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-info .bread-crumb li:after {
    content: '-';
    position: absolute;
    right: -22px;
    width: 10px;
    line-height: 28px;
    font-size: 16px;
}

.page-info .bread-crumb li:last-child:after {
    display: none;
}

.page-info .bread-crumb li a {
    color: #272727;
}

.page-info .bread-crumb li a:hover {
    color: #1e1e1e;
}


/*** 

====================================================================
	Single Service
====================================================================

***/

.default-text-block {
    margin-bottom: 35px;
}

.services-single .main-image {
    position: relative;
    margin-bottom: 25px;
}

.services-single .service-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.services-single .service-title span {
    color: #6aaf08;
}

.services-single h3 {
    color: #121212;
    font-size: 20px;
}

.services-single h3 span {
    color: #6aaf08;
}

.services-single .title_holder h3 {
    font-size: 30px;
}

.chartContainerbox {
    margin: 30px 0;
}

.ftrservimg {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    background: #6aaf08;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.ftrserv {
    position: relative;
    padding-left: 100px;
}

.ftrserv:hover .ftrservimg {
    color: #fff;
}

.ftrservimg {
    font-size: 30px;
    color: #6aaf08;
    margin-bottom: 20px;
    background: #f4f4f4;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    border-top: 2px solid #6aaf08;
    position: absolute;
    top: 0;
    left: 0px;
    overflow: hidden;
}

.hvr-sweep-to-bottom:before {
    background: #6aaf08;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}

.ftrserv:hover .hvr-sweep-to-bottom:before,
.ftrserv:focus .hvr-sweep-to-bottom:before,
.ftrserv:active .hvr-sweep-to-bottom:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #fff;
}

.feature-service .title_holder {
    margin-bottom: 30px;
    margin-top: 20px;
}

.key_benefits_panel #accordion {
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.key_benefits_panel {
    margin-top: 45px;
}

.key_benefits_panel .panel-body {
    border: none !important;
    padding: 19px 0 0 9px;
}

.key_benefits_panel .panel-body p {
    line-height: 26px;
    margin: 0;
    padding: 4px 0 30px 18px;
}

.key_benefits_panel .panel-group .panel + .panel {
    margin: 0;
    border: none;
}

.panel-group .panel {
    box-shadow: none;
    margin: 0;
    border: none;
    border-bottom: 1px solid #f7f7f7;
}

.key_benefits_panel .panel-heading {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    z-index: 10;
}

.key_benefits_panel .panel-heading:before {
    content: '\f106	';
    font-family: FontAwesome;
    color: #272727;
    font-size: 30px;
    position: absolute;
    width: 62px;
    border-right: 1px solid #f7f7f7;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 21px;
}

.key_benefits_panel .panel-heading h6 a {
    font-weight: 400;
    font-size: 17px;
    padding: 19px 0 20px 89px;
    color: #272727;
    display: block;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.key_benefits_panel .panel-heading.active-panel:before {
    content: '\f107';
    color: #6aaf08;
    background: #fff;
    width: 62px;
    border-radius: 5px 0 0 0;
    text-align: center;
    padding-top: 21px;
}

.project_cost .img_holder {
    position: relative;
    margin-top: 130px;
}

.project_cost .img_holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
}

.project_cost .img_holder .overlay .border {
    height: 100%;
    text-align: center;
    padding-top: 71px;
}

.project_cost h3 {
    color: #fff;
    line-height: 50px;
    margin-bottom: 50px;
    font-size: 40px;
}

.project_cost a {
    background: #fbca00;
    color: #272727;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
}

#demo {
    margin-bottom: 50px;
}

.detailgalry {
    margin-top: 90px;
}

.detailgalry .col-md-6 {
    padding: 0 10px;
}

.detailgalry .col-md-12 {
    padding: 0 10px;
}

.detailgalry .img_holder {
    margin-bottom: 20px;
}

.detailgalry .img_holder img {
    max-width: 100%;
}

.wiget-con-info {
    background: #6aaf08;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.contactinfo-widget img {
    width: 100%;
}

.wiget-con-info p {
    margin-bottom: 0;
    color: #fff;
}

.feature-service {
    margin-bottom: 30px;
}

.bestfeatures .title_holder {
    margin-bottom: 20px;
}

.featurebox {
    margin-bottom: 50px;
}

.featureimg img {
    width: 100%;
}


/*** 



====================================================================
	Contact page Section
====================================================================

***/

.contact-form.default-form {
    background: transparent;
}

.contact-section {
    position: relative;
    padding: 120px 0px 70px;
}

.contact-section .column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section h2 {
    font-size: 30px;
    color: #2f373a;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.contact-section .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-section .column .inner-box {
    position: relative;
    padding-left: 20px;
}

.contact-section .column .inner-box .text {
    font-size: 16px;
    line-height: 27px;
    color: #909ba0;
    margin-bottom: 30px;
}

.contact-section .contact-info {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .contact-info li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 35px;
    line-height: 24px;
    color: #8d8d8d;
    padding-top: 5px;
    font-size: 13px;
}

.contact-section .contact-info li h3 {
    color: #23282a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.contact-section .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #6aaf08;
    border: 1px solid #eee;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px !important;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #e0e0e0;
    padding: 12px 25px !important;
    border-radius: 2px;
}

.contact-section .contact-form .form-group textarea {
    height: 200px !important;
    resize: none;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #6cbe03;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding-top: 5px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ff0000;
}

.contact-section .social-links li a:hover {
    color: #ffffff;
    background: #f7542b;
}


/*** 

====================================================================
	About us page
====================================================================

***/

.about-section h4 {
    color: #292929;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-section h4 span {
    color: #6aaf08;
    ;
}

.about-section h5 {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.dblitem {
    padding: 5px;
}

.dblitem img {
    width: 100%;
}

.about-section .left-side {
    padding-right: 20px;
}

.about-section .left-side img {
    max-width: 100%;
}

cite {
    font-family: Satisfy, cursive;
    color: #da3636;
    font-size: 2pc;
    line-height: 44px;
    font-style: normal;
}


/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.vision-section {
    position: relative;
    background: #292929;
    overflow: hidden;
}

.vision-section .left-image-side {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.vision-section .image-column .image-box {
    width: 100%;
    margin: 0px;
    display: none;
}

.vision-section .image-column .image-box img {
    display: block;
    width: 100%;
}

.vision-section .right-content-side {
    position: relative;
    width: 50%;
    float: left;
    color: #ffffff;
}

.vision-section .right-content-side .inner-box {
    position: relative;
    padding: 90px 15px 90px 50px;
    max-width: 600px;
    background: #292929;
}

.vision-section .right-content-side h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fbca00;
}

.vision-section .right-content-side .desc-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
}


/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}

.accordion-box.style-two .block {
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.accordion-box.style-two .block.active-block {
    border-color: #fbca00;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #fff;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 20px 10px 60px;
    overflow: hidden;
    font-weight: 600;
    color: #000;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box.style-two .block .acc-btn {
    color: #222222;
    font-weight: 500;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 20px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer {
    background: #fbca00;
    color: #000;
}

.accordion-box.style-two .block .acc-btn.active {
    color: #ffffff;
    background: #fbca00;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    color: #ffffff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 15px;
    padding: 10px 20px 0px;
}

.accordion-box.style-two .block .content {
    padding: 20px 20px 0px;
}

.accordion-box .block .content .image {
    float: left;
    margin: 0px 20px 20px 0px;
}

.accordion-box .block .content .image img {
    display: block;
    max-width: 100%;
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}


/*** 

====================================================================
	Gallery page Section
====================================================================

***/

.page-galery {
    background: #fff;
}

.gallery-section {
    position: relative;
    padding: 120px 0px 90px;
}

.gallery-section.three-column,
.gallery-section.four-column {
    padding: 120px 0px;
}

.gallery-section .gallery-title {
    position: relative;
    margin-bottom: -30px;
}

.gallery-section .gallery-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
}

.gallery-section .filters {
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}

.gallery-section .filters.right-aligned {
    text-align: right;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 15px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #fff;
    color: #333;
    border-radius: 3px;
}

.gallery-section .filters.right-aligned li {
    text-align: right;
    margin: 0px 0px 0px 20px;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    background: #6aaf08 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after {
    opacity: 1;
}

.project-item {
    position: relative;
    margin-bottom: 30px;
}

.project-item.mix {
    display: none;
}

.full-width .project-item {
    padding: 0px !important;
    margin: 0px !important;
}


/*** 

====================================================================
 Pagination
====================================================================

***/

.pagination-design {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.pagination-design li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

.pagination-design li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.pagination-design li a.next {
    font-size: 16px;
}

.pagination-design li a:hover,
.pagination-design li a.active {
    background: #272727;
    border-color: #272727;
    color: #fff;
}


/*** 






====================================================================
	FAQ page
====================================================================

***/

.faq-page .key_benefits_panel {
    margin-top: 0;
}

.faq-page .key_benefits_panel .panel-heading {
    background: #f4f4f4 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    height: auto;
}

.faq-page .key_benefits_panel .panel:first-child .panel-heading {
    border-top: 0;
}

.faq-page .key_benefits_panel .panel:last-child .panel-heading {
    border-bottom: 0;
}

.faq-page .key_benefits_panel .panel-heading::before {
    background: #eee none repeat scroll 0 0;
    color: #333;
    padding-top: 15px;
}

.faq-page .key_benefits_panel .panel-heading.active-panel::before {
    background: #6aaf08 none repeat scroll 0 0;
    color: #fff;
    padding-top: 15px;
}

.faq-page .panel-body {
    padding-right: 20px;
}


/*** 


====================================================================
	login or register
====================================================================

***/

.signup-section {
    float: left;
    padding: 100px 0 60px;
    text-align: center;
    width: 100%;
    background: #f9f9f9;
}

.signup-section .holder {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin: 0 auto;
    max-width: 700px;
    padding: 79px 30px 30px;
    position: relative;
    width: 100%;
}

.signup-section .holder .thumb {
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    height: 87px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -48px;
    width: 87px;
}

.signup-section .holder .thumb img {
    border-radius: 100%;
    display: block;
    width: 100%;
}

.input-box {
    float: left;
    position: relative;
    width: 100%;
}

.input-box .fa {
    border-right: 1px solid #ccc;
    color: #6aaf08;
    left: 20px;
    padding: 3px 10px 0 0;
    position: absolute;
    top: 16px;
}

.signup-section .holder input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
    float: left;
    font: 300 14px/14px;
    height: 45px;
    margin: 0 0 20px;
    padding: 0 10px 0 55px;
    width: 100%;
}

.signup-section .holder input:-moz-placeholder {
    color: #bababa;
    opacity: 1;
}

.signup-section .holder input::-moz-placeholder {
    color: #bababa;
    opacity: 1;
}

.check-box {
    float: left;
    padding: 8px 0 40px;
}

.outtaHere {
    left: -3000px;
    position: absolute;
}

.check-box strong {
    color: #333;
    font-weight: 300;
    font-size: 15px;
}

.check-box strong a {
    color: #666;
    text-decoration: none;
}

.signup-section .holder input[type="submit"] {
    background: #6aaf08 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font: 600 14px/14px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.signup-section .holder input[type="submit"]:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.signup-section .holder em {
    clear: both;
    display: block;
    font: italic 400 14px/14px;
    text-align: center;
    color: #333;
}

.signup-section .holder em a {
    text-decoration: none;
}

.signup-section .holder em a:hover {
    color: #ffc107;
}

.signup-section .holder a.login {
    float: right;
    font: italic 400 14px/14px "Roboto", sans-serif;
    padding: 20px 0;
    text-align: right;
    width: 50%;
}

.signup-section .holder b {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: table;
    font: 900 14px/14px "Roboto", sans-serif;
    margin: 0 auto 35px;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
}

.signup-section .holder b::before {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 5px 4.5px 0;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.login-social > ul {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.login-social {
    float: left;
    text-align: center;
    width: 100%;
}

.login-social h4 {
    margin: 0 0 24px;
    text-align: center;
}

.login-social ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0 0 20px;
}

.login-social ul:after {
    clear: both;
    display: table;
    content: '';
}

.login-social ul li {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    width: 33.33%;
}

.cmntbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dc661e;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 20px;
    padding: 8px;
    position: absolute;
    right: -112px;
    top: -34px;
    width: 95px;
}

.arrow-right {
    border-bottom: 0 solid transparent;
    border-right: 15px solid #dc661e;
    border-top: 15px solid transparent;
    display: block;
    height: 0;
    left: -15px;
    position: absolute;
    top: 36px;
    width: 0;
}

.login-social ul li::after {
    clear: both;
    content: "";
    display: table;
}

.login-social ul li a {
    background: #f4f4f4;
    border-radius: 3px;
    color: #666;
    float: left;
    font-size: 13px;
    height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.login-social ul li a .fa {
    color: #666;
    display: inline-block;
    font-size: 15px;
    height: 41px;
    line-height: 40px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 30px;
}

.signup-section .holder a.login {
    color: #3367bd;
    float: left;
    font: italic 400 14px/14px;
    padding: 1px 0;
    text-align: right;
    width: 100%;
}


/*** 

====================================================================
	404 page
====================================================================

***/

.nofindinfo {
    text-align: center;
}

.nofindpage .subscribe_us form {
    height: 50px;
    position: relative;
    margin-bottom: 30px;
}

.nofindpage .subscribe_us input {
    background: #2b2b2b none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    height: 50px;
    outline: medium none;
    padding: 11px 55px 10px 10px;
    width: 100%;
}

.nofindpage .subscribe_us button {
    background: #6aaf08 none repeat scroll 0 0;
    border: medium none;
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}

.nofindpage .subscribe_us button i {
    color: #fff;
    font-size: 25px;
}

.nofindpage h2 {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: .5px;
    margin-bottom: 40px;
}

.nofindpage p {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 30px;
    color: #333;
}

.backtohome {
    padding: 10px 10px;
    border: 1px solid #ccc;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}

.backtohome:hover {
    background: #6aaf08;
    color: #fff;
}

.blogbtn {
    background: #6aaf08 none repeat scroll 0 0;
    border: 2px solid #6aaf08;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px 22px;
    position: relative;
    text-transform: capitalize;
}

.blogbtn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #6aaf08;
    color: #333;
}

#sidebar2 {
    float: right;
    width: 100%;
    padding: 10px;
        padding-bottom: 10px;
    padding-bottom: 10px;
    padding-bottom: 0px;
    color: #787878;
    margin-top: 20px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: 0 0 7px #D8D8D8;
    -webkit-box-shadow: 0 0 7px #D8D8D8;
    box-shadow: 0 0 7px #D8D8D8;
}
.single-choose-list {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    padding: 15px;
    -moz-box-shadow: 0 0 7px #D8D8D8;
    -webkit-box-shadow: 0 0 7px #D8D8D8;
    box-shadow: 0 0 7px #D8D8D8;
}