
/*
*******************************************
*******************************************

Template Name: Buildo || Construction and Building Website Template
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - PAGINATION CSS
05 - BTN TO TOP CSS
06 - BREADCROMB CSS
07 - REPONSIVE MENU CSS
08 - HEADER TOP CSS
09 - MAINMENU AREA CSS
10 - MAIN SLIDER CSS
11 - SERVICE AREA CSS
12 - ABOUT BOTTOM CSS
13 - PROJECT AREA CSS
14 - HIRE AREA CSS
15 - TESTIMONIAL CSS
16 - PROCESS AREA CSS
17 - BLOG AREA CSS
18 - FOOTER AREA CSS
19 - ABOUT PAGE CSS
20 - SINGLE PROJECT CSS
21 - SINGLE SERVICE CSS
22 - 404 PAGE CSS
23 - CART PAGE CSS
24 - CHECKOUT PAGE CSS
25 - MY ACCOUNT CSS
26 - SHOP PAGE CSS
27 - SINGLE SHOP PAGE CSS
28 - BLOG PAGE CSS
29 - SINGLE BLOG CSS
30 - SHOP-BLOG WIDGET CSS
31 - CONTACT CSS


*/



/*================================================
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/*================================================
02 - DEFAULT CSS
==================================================*/ 

body {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 400
}
html,body { 
    height: 100%;
    overflow-x:hidden;
}
img {
    max-width: 100%;
    height: auto
}
.Buildo-btn:before {
    background: #9DCE41  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}
.Buildo-btn:hover:before{
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.Buildo-btn{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 3px solid #9DCE41 ;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.Buildo-section-title{
    text-align: center;
    margin-bottom: 6%
}
.Buildo-section-title > h3{
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-section-title span {
    color:#9DCE41;
}

.Buildo-section-titl > h3{
    color: #9DCE41;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-section-titl > h4{
    color: #9DCE41;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-section-titl span {
    color: #fff;
    font-size: 25px;
    font-family:;
}
.title-line {
   background: #9DCE41 none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto;
    width: 100px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 100px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_25 {
    padding: 25px 0;
}
.section_15{
    padding: 15px 0
}
.pad-right{
    padding-right: 0
}
.section_t_100{
    padding-top: 100px
}
.section_b_70{
    padding-bottom: 70px
}
/*================================================
03 - SITE PRELOADER CSS
==================================================*/

.Buildo-site-preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}
.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;    
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #9DCE41 ;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}

/*================================================
04 - PAGINATION CSS
==================================================*/ 

.pagination {
    margin: 50px 0 0;
}
.pagination-box {
    text-align: center;
}
.pagination > li{
    display: inline-block;
    margin: 0 3px
}
.pagination a {
    color: #555 !important;
    border: 1px solid #9DCE41  !important;
    border-radius: 50% !important
}
.pagination .active > a, .pagination a:hover {
    background: #9DCE41  none repeat scroll 0 0 !important; 
    color: #fff !important
}

/*================================================
05 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}
.btntoTop {
    background-color: #212121;
    border: 2px solid #212121;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 99999;
}
.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #9DCE41;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
    color: #9DCE41;
}

/*================================================
06 - BREADCROMB CSS
==================================================*/ 
.Buildo-breadcromb-area {
    background: rgba(0, 0, 0, 0) url("../img/hire-bg.jpg") no-repeat fixed center center / cover ;
    position: relative;
}
.breadcromb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0
}
.breadcromb-left {
    text-align: left;
}
.breadcromb-right {
    text-align: right;
}
.breadcromb-left > h3 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}
.breadcromb-right li {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize;
    color: #fff
}
.breadcromb-right a {
    color: #fff;
}
.breadcromb-right a i{
    margin-right: 5px;
    color: #9DCE41 
}
.breadcromb-right a:hover{
    color: #9DCE41 
}

/*================================================
07 - REPONSIVE MENU CSS
==================================================*/ 
.Buildo-responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0 !important;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background:#000  none repeat scroll 0 0;
    color: #fff !important
}
.slicknav_parent .slicknav_item:hover a{
    color: #fff !important
}
.slicknav_parent .slicknav_item:hover .slicknav_arrow{
    color: #fff !important
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #9DCE41 ;
}
.slicknav_btn{
    margin-bottom: 25px;
    margin-right: 65px;
    background-color: #000 !important;
    line-height: -10;
    margin-top: 20px
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}
.slicknav_item > a > i {
    display: none;
}

/*================================================
08 - HEADER TOP CSS
==================================================*/ 

.Buildo-header-top-area {
    background: #212121 none repeat scroll 0 0;
    color: #eee;
    font-weight: 600
}
.header-top-language > p {
    display: inline-block;
    text-transform: capitalize;
}
.header-top-language .dropdown {
    color: #000;
    display: inline-block;
    padding-left: 10px;
}
.header-top-language > .dropdown > #dropdownlang {
    background:#9DCE41 none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.open > .dropdown-menu {
    display: block;
    background: #9DCE41 none repeat scroll 0 0;
}
.dropdown-menu {
    margin-left: 10px;
    min-width: 105px;
    border-radius: 0
}
.dropdown-menu > li {
    border-bottom: 1px dashed #999;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}
.dropdown-menu > li:hover{
    color: #333
}
.dropdown-menu > li:last-child{
    border-bottom: 0px solid #999
}
.single-top-right {
    display: inline-block;
    margin: 0;
    padding-right: 25px;
}
.header-top-right {
    float: right;
}
.single-top-right > p {
    display: inline-block;
    margin-left: 10px;
}
.single-top-right i {
    color: #9DCE41;
    font-size: 19px;
}

/*================================================
09 - MAINMENU AREA CSS
==================================================*/ 

.Buildo-mainmenu-area {
    background: #9DCE41 none repeat scroll 0 0;
    position: relative;
    
}
.mainmenu-overlay {
    border-bottom: 60px solid transparent;
    border-color: transparent transparent transparent #949494;
    border-left: 60px solid #949494;
    border-style: solid;
    border-top: 85px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.mainmenu-overlay2 {
    border-bottom: 69px solid transparent;
    border-color: transparent transparent transparent #949494;
    border-left: 60px solid #949494;
    border-style: solid;
    border-top: 85px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
header .Buildo-logo {
    padding: 55px 30px 23px 0;
    text-align: center
		
}
.Buildo-logo img{
    position: relative
    
}
.Buildo-mainmenu {
    display: block;
    text-align: right;
        padding:30px 25px 23px 10px ;
}
.Buildo-mainmenu ul li {
    display: inline-block;
    position: relative;
}
.Buildo-mainmenu ul li a {
    color: floralwhite;
    display: block;
    font-weight: 600;
    padding: 31px 10px;
    text-transform: uppercase;
}
.Buildo-mainmenu ul li ul{
    background: #212121 none repeat scroll 0 0;
    border-top: 3px solid #9DCE41;
    /*#9DCE41*/
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: perspective(1200px) rotateX(70deg);
            transform: perspective(1200px) rotateX(70deg);
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 99;
}
.Buildo-mainmenu ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.85, 0.92);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.85, 0.92);
    visibility: visible;
}
.Buildo-mainmenu ul li ul li {
    border-bottom: 1px dashed #777;
    display: block;
}
.Buildo-mainmenu ul li ul li:last-child{
    border-bottom: 0px dotted #777
}
.Buildo-mainmenu ul li ul li a {
    padding: 10px 20px;
    color: #fff
}
.Buildo-mainmenu ul li ul li a:hover {
    color: #9DCE41;
}
.Buildo-mainmenu ul .current-page-item > a, .Buildo-mainmenu ul li a:hover, .search_icon:hover {
    color: #949494;
    color: #949494;
}
.seacrh_li {
    display: inline-block;
}
.search_icon {
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 30px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.modal-dialog {
    margin: 135px auto;
    width: 500px
}
.modal-open .modal{
    overflow-y: scroll
}
.modal-header {
	border-bottom: 1px solid transparent;
	padding: 10px;
}
.search_box_container > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.search_box_container button {
    background: #9DCE41   none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}
.search_box_container button:hover{
    background: #be850d none repeat scroll 0 0;
}
.search_box_container input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 5px 100px 5px 10px
}
.modal-header i {
    font-size: 15px;
}
.sticky {
    background: #9DCE41 none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.stuck {
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:  99999999;
    box-shadow: 7px 0px 7px #aaa 
}

/*================================================
10 - MAIN SLIDER CSS
==================================================*/ 
.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider-1.jpg") repeat scroll 0 0;
}
.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider-2.jpg") repeat scroll 0 0;
}
.slide-item-3 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider-3.jpg") repeat scroll 0 0;
}
.slide-item-4 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider-4.jpg") repeat scroll 0 0;
}
.Buildo-main-caption{
    background: rgba(60, 60, 60, 0.63) none repeat scroll 0 0
}

.Buildo-main-slide {
    background-color: #999;
    background-position: center center;
    background-size: cover;
    height: 560px;
}
.Buildo-main-caption{
    display: table;
    height: 100%;
    width: 100%;
}
.Buildo-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    
}
.Buildo-caption-cell h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.Buildo-caption-cell p {
    color: #fff;
    margin: 20px 0;
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 1px
}
.Buildo-caption-cell a {
    margin: 0 5px;
}
.Buildo-slide .owl-nav > .owl-prev{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.Buildo-slide:hover .owl-nav > .owl-prev{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Buildo-slide .owl-nav > .owl-next{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
}
.Buildo-slide:hover .owl-nav > .owl-next{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Buildo-slide .owl-prev {
    background: #212121 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    left: 3%;
    width: 50px;
    padding: 5px;
    text-align: center
}
.Buildo-slide .owl-next {
    background: #212121 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    right: 3%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    padding: 5px;
    text-align: center
}
.Buildo-slide .owl-prev:hover, .Buildo-slide .owl-next:hover{
    background: #9DCE41  none repeat scroll 0 0;
    color: #fff;
}

/*================================================
11 - SERVICE AREA CSS
==================================================*/ 

.single-features {
    margin-bottom: 30px;
    position: relative
}
.features-img {
    border: 3px dashed #ddd;
    position: relative
}
.features-img > img {
    width: 100%;
}
.features-text > h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
}
 .features-text > a:hover {
    color: #9DCE41;
}
.features-text > a {
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.features-text > a > i {
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.features-text > a:hover > i {
    padding-left: 5px;
}

.single-features:hover .featured_overlay_1 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
    z-index: 999999;
}
.featured_overlay_1 {
    border-bottom: 1px solid #9DCE41 ;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(60deg);
            transform: perspective(700px) rotateX(60deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: top;
    visibility: hidden;
    width: 100%;
    z-index: -9;
    height: 50%
}
.single-features:hover .featured_overlay_2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
    z-index: 999999;
}
.featured_overlay_2 {
    border-top: 1px solid #9DCE41 ;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 38px;
    position: absolute;
    text-align: center;
    bottom: 0;
    -webkit-transform: perspective(700px) rotateX(-60deg);
            transform: perspective(700px) rotateX(-60deg);
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    vertical-align: bottom;
    visibility: hidden;
    width: 100%;
    z-index: -9;
    height: 50%
}
.service-load-more {
    text-align: center;
}
.service-load-more a.Buildo-btn{
    color: #000 !important
}
.service-load-more a.Buildo-btn:hover{
    color: #fff !important
}
.Buildo-service-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.Buildo-service-slider .owl-nav > .owl-prev {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.Buildo-service-slider .owl-nav > .owl-next {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.Buildo-service-slider .owl-nav > .owl-next:hover, .Buildo-service-slider .owl-nav > .owl-prev:hover {
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
12 - ABOUT BOTTOM CSS
==================================================*/ 
.Buildo-about-bottom-area1 {
    background: #fff none repeat scroll 0 0;
    color:  #222;
}
.Buildo-about-bottom-area {
    background:   #222 none repeat scroll 0 0;
    color: #fff;
}

.single_about_bottom > img {
    width: 100%;
}
.single_about_bottom > h4{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0;
    text-transform: uppercase;
}
.Buildo-about-bottom-area p{
    color: #999
}
.single-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.single-about-list:last-child{
    margin-bottom: 0px
}
.single-about-list:hover .about_icon{
    background: #9DCE41   none repeat scroll 0 0
}
.about_icon {
    background: #2b2c36 none repeat scroll 0 0;
    font-size: 26px;
    height: 70px;
    line-height: 67px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.about-bottom-one {
    margin-bottom: 20px;
    margin-top: 0
}
.about-bottom-one > h3 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 23px
}
.about_text > h4 {
    font-weight: 600;
    margin: 7px 0;
    text-transform: capitalize;
}

/*================================================
13 - PROJECT AREA CSS
==================================================*/ 

.project-btn {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.project-btn > a {
    border: 1px solid #ddd;
    color: #555;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 15px;
    text-transform: capitalize;
}
.project-btn > a.current {
    cursor: default;
}
.project-btn > a:hover, .project-btn > a.current{
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
}
.element-item {
    float: left;
    margin: 30px 0 0;
    padding: 0 15px;
    width: 33.33%;
}
.project-single-item{
    position: relative;
    overflow: hidden
}
.img-responsive{
    width: 100%
}
.project-single-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 100%;
}
.project-single-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-img-overlay {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    min-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.project-single-item:hover .project-img-overlay {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
}
.project-img-overlay > p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16;
    text-align: center;
    text-transform: uppercase;
}

/*================================================
14 - HIRE AREA CSS
==================================================*/ 

.Buildo-hire-area {
    background: url("../img/hire-bg.jpg")no-repeat fixed center center/cover;
    position: relative
}
.hire-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.76) none repeat scroll 0 0
}
.Buildo-hire-area .Buildo-hire-left:before {
    background: #9DCE41 none repeat scroll 0 0;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    z-index: 9999;
}
.Buildo-hire-left {
    padding: 50px 0;
}
.Buildo-hire-right {
    text-align: right;
}
.Buildo-hire-right a {
    margin: 36px 0;
}
.hire-overlay {
    border-bottom: 64px solid transparent;
    border-color: transparent transparent transparent #9DCE41;
    border-left: 40px solid #9DCE41;
    border-style: solid;
    border-top: 64px solid transparent;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
}
.Buildo-hire-left > h3 {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 90px;
    position: relative;
    text-transform: capitalize;
    z-index: 9999999;
}
.hire-icon {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 80px;
    left: 15px;
    position: absolute;
    top: 20px;
    z-index: 9999;
}

/*================================================
15 - TESTIMONIAL CSS
==================================================*/ 

.Buildo-testimonial-area.section_100 {
    background: #f9f9f9 none repeat scroll 0 0;
}
.single-testimonial-item {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    margin-top: 0
}
.testimonial-img {
    margin-bottom: 20px;
}
.testimonial-img  > img {
    border-radius: 50%;
    margin: 0 auto;
    width: auto !important
}
.testimonial-info {
    margin-top: 10px;
}
.testimonial-info h4 {
    color: #9DCE41 ;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.testimonial-info > span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonial-text p > i {
    color: rgba(214, 150, 14, 0.71);
}
.testimonial-slide .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.testimonial-slide .owl-nav > .owl-prev {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.testimonial-slide .owl-nav > .owl-next {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.testimonial-slide .owl-nav > .owl-next:hover, .testimonial-slide .owl-nav > .owl-prev:hover{
    background: #9DCE41 none repeat scroll 0 0 !important;
    color: #fff
}

/*================================================
16 - PROCESS AREA CSS
==================================================*/

.Buildo-process-area .Buildo-section-title > h3 {
    color: #fff;
}
.Buildo-process-area {
    background-attachment: fixed;
    background-image: url("../img/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.process-overlay {
    background: rgba(0, 0, 0, 0.71) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-process{
    background: rgba(34, 34, 34, 0.54) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff;
    height: 160px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.single-process:hover{
    background: #9DCE41 none repeat scroll
}
.single-process h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 160px;
    text-transform: capitalize
}
.border-bottom {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    height: 50px;
    margin-bottom: -10px
}
.single-process-item {
    text-align: center;
}
.process-company .single-process {
    background: #9DCE41;
    height: 160px;
    margin: 0 auto;
    width: 160px;
}
.process-company {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center
}

/*================================================
17 - BLOG AREA CSS
==================================================*/

.single-latest-blog {
    margin-bottom: 30px;
}
.blog-img {
    position: relative;
}
.blog-img img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%
}
.blog-img img:hover {
    opacity: 0.78;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
}
.blog-img > p {
    background: #9DCE41 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -35px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 75px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    text-align: center;
    text-transform: capitalize;
    width: 75px;
    z-index: 99
}
.blog-img span {
    display: block;
    font-size: 26px;
    color: #fff
}
.single-latest-blog:hover .blog-bg-overlay{
    -webkit-transform: scale(0.8);
            transform: scale(0.8)
}
.blog-bg-overlay {
    background: rgba(33, 33, 33, 0.85) none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    padding: 85px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.blog-text {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 20px;
}
.blog-text > h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}
.blog-text a:hover{
    color: #ce8e1a;
}

/*================================================
18 - FOOTER AREA CSS
==================================================*/

.Buildo-footer-top-area {
    background: #252525 none repeat scroll 0 0;
    color: #999;
}
.single-footer{
    margin: 0
}
.single-footer img {
    margin-bottom: 15px;
}
.footer-social-icon {
    margin-top: 30px;
}
.footer-social{
    margin-top: 20px
}
.footer-social > li{
    display: inline-block;
}
.footer-social li a{
    background-color: #333333;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.fb:hover {
    background: #4b6ea9 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.twitter:hover {
    background: #65bbf2 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.gp:hover {
    background: #dd4d41 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.linkedin:hover {
    background: #0075b5 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.footer-social-icon > h3{
    font-size: 18px;
    color: #fff
}
.single-footer > h3 {
    color: #fff ;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}
.footer-widget > li {
    border-bottom: 1px dashed #999;
}
.footer-widget > li:last-child{
    border-bottom: 0px dashed #999
}
.footer-widget a {
    display: block;
    padding: 5px 0;
}
.footer-widget a:hover{
    color: #9DCE41 
}
.contact-details i {
    color: #fdb026;
    margin-right: 10px;
}
.contact-details {
    margin: 6px 0;
}
.insta-post {
    display: inline-block;
    height: 65px;
    margin: 2px;
    width: 65px;
    position: relative
}
.overlay-insta {
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
          transform: perspective(500px) rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}
.insta-post:hover .overlay-insta{
    -webkit-backface-visibility: visible;
        backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
    visibility: visible;
}
.Buildo-footer-bottom-area {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.copyright-left {
    text-align: left;
    font-weight: 600
}
.copyright-right{
    text-align: right;
    font-weight: 600
}
.copyright-right i,span{
    color: #9DCE41;
    margin: 0px 5px
}

/*================================================
19 - ABOUT PAGE CSS
==================================================*/ 

.about-left > .Buildo-section-title {
      text-align: left;
} 
.about-left > .Buildo-section-title .title-line {
    margin: 0;
}
.about-left > h3 {
    color: #354a6b;
    font-family: "Playfair Display",serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}
.about-mission-text, .about-mission-list{
    margin-top: 0
}
.about-mission-text > h3 {
    color: #555;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    
}
.about-mission-list li {
    margin: 5px 0;
}
.about-mission-list ul li i {
    color: #9DCE41 ;
    margin-right: 10px;
}

/*================================================
20 - SINGLE PROJECT CSS
==================================================*/ 

.single-project-img {
    margin-bottom: 30px;
}
.single-project-img:last-child {
    margin-bottom: 0px;
}
.project-img {
    overflow: hidden;
    position: relative;
}
.project-img > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.project-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.single-pro-overlay {
    background: rgba(33, 33, 33, 0.85) none repeat scroll 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    height: 100%;
    padding: 150px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 0;
}
.project-img:hover .single-pro-overlay {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.mfp-bg {
    z-index: 99999999 !important;
}
.mfp-wrap {
    z-index: 99999999;
}
.Buildo-single-project-page-area .element-item-single {
    margin-top: 30px;
}
.project-text-sin > h3 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.project-text-sin {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 20px;
    padding: 20px 30px;
}
.project-text-sin:first-child{
    margin-top: 0px
}
.project-text-sin li {
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 600
}
.project-text-sin ul li i {
    color: #9DCE41;
    font-size: 18px;
    width: 30px;
}
.project-text-sin ul li > span {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    width: 115px;
}
.Buildo-single-project-page-area {
    background: #f9f9f9 none repeat scroll 0 0;
}
.element-item-single{
    padding: 0;
    width: 100%
}

/*================================================
21 - SINGLE SERVICE CSS
=================================================*/ 

.single-service-float > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.single-service-float > ul {
    margin-top: 20px;
}
.single-service-float ul li {
    font-weight: 600;
    margin: 10px 0;
}
.single-service-float ul li i {
    color: #9DCE41;
}
.renovation-img {
    margin-top: 50px;
}
.mobile-top{
    margin-top: 0px
}

/*================================================
22 - 404 PAGE CSS
=================================================*/ 

.notfound {
    text-align: center;
}
.notfound > h2 {
    color: #555;
    font-size: 130px;
    font-weight: 600;
    line-height: 135px;
    margin-bottom: 30px;
}
.notfound > h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 22px
}
.notfound > form{
    margin-bottom: 30px;
    position: relative;
}
.notfound > form > input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    padding: 5px 100px 5px 10px;
    width: 100%;
}
.notfound > form > button {
    background: #9DCE41  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 26px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}
.notfound > form > button:hover{
    background: #be850d none repeat scroll 0 0
}
.notfound a {
    color: #000 !important;
}
.notfound a:hover{
    color: #fff !important
}

/*================================================
23 - CART PAGE CSS
=================================================*/ 

.cart-table {
    overflow-x: auto;
}
.cart-table table thead > tr:nth-of-type(2n+1), .calculate-shipping-right table tbody > tr:nth-of-type(2n+1){
    background: #f4f4f4  none repeat scroll 0 0;
}
.cart-table table thead th, .calculate-shipping-right table thead th {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 0 solid #ddd;
    border-top: 0 solid #ddd;
    vertical-align: middle;
}
.cart-table thead th, .calculate-shipping-right thead th {
    padding: 15px 20px !important;
}
.cart-table tbody td, .calculate-shipping-right tbody td {
    padding: 15px 20px !important;
}
.Buildo-cart-close {
    text-align: center;
}
.Buildo-cart-close > a:hover{
    color: #e9563d
}
.Buildo-cart-preview img {
    height: 60px;
    width: 60px;
}
.cart-table tbody td p {
    text-transform: capitalize;
}
.Buildo-cart-quantity > input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;    
}
.Buildo-cart-product p {
    font-weight: 600;
    display: inline-block
}
.Buildo-cart-product a:hover{
    color: #9DCE41 
}
.cart-table table tbody > tr:nth-of-type(2n+2), .calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}
.Buildo-update-cart {
    margin-top: 30px;
}
.coupon-cart-left {
    text-align: left;
}
.coupon-cart-right {
    text-align: right;
}
.coupon-cart-left input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    padding: 10px 15px;
    width: 45%;
}
.coupon-cart-left input[type="submit"] {
    background: #9DCE41 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    height: 50px;
    margin-left: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.coupon-cart-left input[type="submit"]:hover, .coupon-cart-right > a:hover {
    background: #be850d none repeat scroll 0 0;
}
.coupon-cart-right > a {
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 50px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.calculate-shipping-left, .calculate-shipping-right {
    margin-top: 50px;
}
.calculate-shipping-left select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}
.calculate-shipping-left select option {
    padding: 5px 10px;
}
.single-shipping input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin: 0
}
.single-shipping {
    margin-top: 10px;
}
.calculate-shipping-left > form {
    margin-top: 25px;
}
.calculate-shipping-right{
    overflow-x: auto;
}
.calculate-shipping-right > table {
    width: 100%;
    margin-top: 25px;
}
.single-shipping button {
    background: #9DCE41 none repeat scroll 0 0;
    border: 1px solid #9DCE41;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 15px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-shipping button:hover{
    background: #be850d none repeat scroll 0 0;
}
.proceed-checkout > a {
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.proceed-checkout > a:hover {
    background: #be850d none repeat scroll 0 0;
}
.proceed-checkout {
    margin-top: 50px;
    text-align: left;
}

/*================================================
24 - CHECKOUT PAGE CSS
=================================================*/ 

.Buildo-checkout-form > form {
    margin-top: 30px;
}
.checkout-form-right {
    margin-bottom: 0px;
}
.Buildo-checkout-form > h3 {
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.checkout-form label {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}
.checkout-form input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-form input:focus, .checkout-form textarea:focus{
    border: 1px solid #9DCE41
}
.checkout-form textarea {
    border: 1px solid #ddd;
    height: 105px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-cart-table {
    margin-top: 50px;
}
.payment h4 {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: capitalize;
}
.payment {
    margin-top: 15px;
}
.checkout-cart-table > table {
    margin-top: 25px;
}
.payment > img {
    float: right;
}

/*================================================
25 - MY ACCOUNT CSS
=================================================*/ 

.Buildo-register > h3, .Buildo-login > h3{
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-register > form, .Buildo-login > form {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px;
}
.register-form label {
    color: #333;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}
.account-form-group > input {
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-form-group {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
    margin-bottom: 20px;
}
.account-form-group i {
    color: #aaa;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.Buildo-login {
    margin-top: 0px;
}
.register-form-btn {
    margin-top: 30px;
}
.register-form input[type="checkbox"] {
    margin-right: 10px;
}
.register-form-btn{
    text-align: center
}
.register-form-btn button {
    background: #9DCE41 none repeat scroll 0 0;
    border: 1px solid #9DCE41;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.register-form-btn button:hover {
    background: #be850d none repeat scroll 0 0;
}
.register-form a {
    float: right;
    font-weight: 600;
    text-transform: capitalize;
}
.register-form a:hover{
    color: #be850d 
}

/*================================================
26 - SHOP PAGE CSS
=================================================*/ 
.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting form {
    float: right;
}
.shorting form label{
    margin: 0
}
.shorting select {
    border: 1px solid #ddd;
    padding: 10px;
    text-transform: capitalize;
}
.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}
.Buildo-shop-image {
    overflow: hidden;
    position: relative;
}
.shop-price {
    background: #9DCE41;
    color: #fff;
    font-weight: 900;
    height: auto;
    left: -45px;
    line-height: 20px;
    overflow: hidden;
    padding: 35px 15px 13px;
    position: absolute;
    text-align: center;
    top: -11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 140px;
    z-index: 9;
}
.shop-price p {
    font-size: 20px;
}
.shop-price .shop-price-1:before, .shop-price .shop-price-1:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
.shop-overlay-1 {
    position: absolute;
    text-align: center;
    top: 28%;
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}
.shop-overlay-2 {
    background: rgba(51, 51, 51, 0.54) none repeat scroll 0 0;
}
.shop-overlay-2 {
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.single-all-shop {
    box-shadow: 0 0 5px #ddd;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-shop-image:hover .shop-overlay-2 {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}
.Buildo-shop-image:hover .shop-overlay-1 {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}
.Buildo-shop-desc:after {
    background-color: #9DCE41;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    top: -123px;
    -webkit-transform: skewY(-34deg);
            transform: skewY(-34deg);
    width: 100%;
    z-index: -1;
}
.Buildo-shop-desc {
  padding: 10px;
}
.Buildo-shop-desc {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.Buildo-shop-desc > h3 {
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
    font-size: 18px
}
.Buildo-rating ul {
    margin: 0;
    text-align: left;
}
.Buildo-rating ul li {
    margin: 0 2px;
    display: inline-block
}
.Buildo-rating i {
    color: #ffb606;
}
.Buildo-shop-desc > a.Buildo-btn {
    color: #000 !important;
    margin-top: 10px
}
.Buildo-shop-desc > a.Buildo-btn:hover{
    color: #fff !important
}


/*================================================
27 - SINGLE SHOP PAGE CSS
=================================================*/ 

.single-shop-img {
    border: 1px solid #ddd;
}
.category-shop > p {
    display: inline-block;
    font-weight: 600;
    margin-right: 20px;
    text-transform: capitalize;
}
.category-shop > p:last-child{
    margin-right: 0px;
}
.category-shop a {
    color: #9DCE41 ;
}
.category-shop a:hover{
    color: #000;
}
.category-shop {
    margin: 10px 0;
}
.single-shop-price > p {
    margin: 15px 0;
    font-weight: 600;
    font-size: 17px
}
.single-shop-text a.Buildo-btn {
    color: #000 !important;
    margin-top: 20px;
}
.single-shop-text a.Buildo-btn:hover{
    color: #fff  !important
}
.single-shop-price input {
    width: 80px;
    margin-left: 20px;
    font-weight: 600
}
.single-shop-price span {
    color: #333;
    font-weight: 600;
    margin-left: 20px;
}
.single-shop-img-2 {
    border: 1px solid #ddd;
    height: 260px;
    margin-top: 50px;
    width: 260px;
}
.single-shop-text{
    margin-top: 0
}
.tabs.single-shop-tab {
    margin-top: 50px;
}
.tab-pane {
    padding: 20px 10px;
}
#pro_2 li a {
    font-weight: 600;
    text-transform: capitalize;
}
#pro_2 li.active a {
    color: #9DCE41 ;
}
.single-shop-text li {
    display: inline-block;
    margin: 0 1px;
}
.single-shop-text li  i {
    color: #ffb606;
}

/*================================================
28 - BLOG PAGE CSS
=================================================*/ 

.single-blog-item {
    border-bottom: 3px dotted #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.single-blog-item-img {
    position: relative;
}
.single-blog-item-img > img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%
}
.single-blog-item-img > img:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.blog-title > h3 {
    color: #555;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: capitalize;
}
.blog-title > h3 > a:hover {
    color: #9DCE41;
}
.blog-title > p {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize
}
.blog-title > p > i {
    color: #9DCE41;
    font-size: 15px;
    margin-right: 5px;
}
.blog-title > p > a {
    color: #777;
    font-size: 13px;
    font-weight: 600;
}
.blog-title > p > a:hover, .blog-content > a:hover {
    color: #9DCE41;
}
.blog-content {
    margin-top: 20px;
}
.blog-content > a {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}
.single-blog-item-date > p{
    background: #9DCE41 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -35px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 75px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    text-align: center;
    text-transform: capitalize;
    width: 75px;
    z-index: 99;
    cursor: auto
}
.single-blog-item-date > p > span {
    color: #fff;
    display: block;
    font-size: 26px;
}

/*================================================
29 - SINGLE BLOG CSS
=================================================*/ 

.blog-content blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #9DCE41;
    font-style: italic;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}
.Buildo-blog-share {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 15px;
}
.Buildo-blog-share > h3 {
    color: #666;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}
.Buildo-blog-share > a {
    background: #eee none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
    line-height: 30px
}
.Buildo-blog-share > a:hover {
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
}
.blog-comment {
    margin-top: 40px;
    padding-top: 25px;
}
.comment-list {
    margin-top: 40px;
}
.comment-list ul ul {
    margin-left: 100px;
}
.single-comment-item {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 10px 0;
    padding: 30px 10px;
}
.single-comment-item img {
    margin-bottom: 0;
}
.Buildo-comment-item h4 {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.Buildo-comment-item span {
    color: #777;
    font-size: 13px;
}   
.Buildo-comment-item a {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-comment-item a:hover {
    color: #9DCE41;
}
.Buildo-leave-comment {
    margin-bottom: 0;
    margin-top: 50px;
}
.Buildo-leave-comment > h3 {
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
}
.Buildo-leave-comment input[type="text"], .Buildo-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
}
.Buildo-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
}
.Buildo-leave-comment input:focus, .Buildo-leave-comment textarea:focus {
    border: 1px solid #9DCE41;
}
.Buildo-leave-comment input[type="submit"] {
    background: #9DCE41 none repeat scroll 0 0;
    border: 1px solid #9DCE41;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-leave-comment input[type="submit"]:hover {
    background: #be850d none repeat scroll 0 0;
}

/*================================================
30 - SHOP-BLOG WIDGET CSS
=================================================*/ 

.Buildo-shop-widget {
    margin-bottom: 30px;
}
.Buildo-shop-widget:last-child{
    margin-bottom: 0
}
.Buildo-shop-widget > h3 {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
    text-transform: capitalize;
}
.Buildo-shop-widget > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.Buildo-shop-widget input {
    border: medium none;
    height: 100%;
    padding: 5px 95px 5px 10px;
    width: 100%;
}
.Buildo-shop-widget button {
    background: #9DCE41 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 85px;
}
.Buildo-shop-widget button:hover{
    background: #be850d none repeat scroll 0 0
}
.related-shop-pro > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.related-shop-pro > li:last-child{
    border-bottom: 0px solid #ddd
}
.pro-img {
    float: left;
    height: auto;
    margin-right: 20px;
    width: 70px;
    margin-left: 10px;
}
.pro-text > h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.category > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}
.category > li:last-child{
    border-bottom: 0px solid #ddd
}
.category li a {
    display: block;
    font-weight: 600;
    padding: 10px;
    text-transform: capitalize;
}
.category li a:hover{
    color: #9DCE41
}
.category li a:hover span{
    color: #9DCE41 
}
.category li a span {
    color: #555;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.popular-post > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.popular-post > li:last-child{
    border-bottom: 0px solid #ddd
}
.popular-post > li > a {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.popular-post > li > a:hover {
    color: #9DCE41;
}
.popular-post > li > p {
    color: #555;
    font-size: 14px;
    text-transform: capitalize;
}
.popular-post li > p > a {
    color: #9DCE41;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Tags-catagory {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px;
}
.Tags-catagory > li {
    display: inline-block;
    margin: 4px 2px;
}
.Tags-catagory a {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600
}
.Tags-catagory > li > a:hover {
    background: #9DCE41 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
31 - CONTACT CSS
=================================================*/ 

.Buildo-contact-desc {
    margin-bottom: 50px;
}
.Buildo-contact-desc > h3 {
    color: #555;
    font-weight: 600;
    margin-bottom: 10px;
     text-transform: capitalize;
}
.single-contact-left:first-child {
    margin-top: 0;
}
.single-contact-left {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    padding: 20px;
}
.contact-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #9DCE41 ;
    display: table-cell;
    float: left;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-right: 10px;
    text-align: center;
    width: 75px;
}
.contact-text > h4 {
    color: #000;
    text-transform: capitalize;
}
.contact-text > p {
    font-size: 15px;
    line-height: 26px;
}
.contact-text > span {
    color: #333;
}
.Buildo-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 0
}
.Buildo-contact-form-right form p {
    margin: 10px 0;
}
.Buildo-contact-form-right input {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}
.Buildo-contact-form-right textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
}
.Buildo-contact-form-right input[type="submit"] {
    background: #9DCE41  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    line-height: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: auto;
}
.Buildo-contact-form-right input[type="submit"]:hover{
    background: #be850d none repeat scroll 0 0
}
#googleMap {
   width: 100%;
   height: 500px;
 }