/*-------------------------------------
Template Name: Buildspace  HTML Template.
Template URI: http://devaron.net/
Description:Rye is suitable for all creative people, agency, creative business, company, individual or agencies portfolios etc.
it is well organized, fully customizable and easy to use.
Author: Devaroon
Author URI: //devaron.net/
Version: 1.0
=======================================
CSS INDEX
=======================================
1.Theme Default css
2.Preloader css
3.Header-top css
4.header-area css
5.Banner-area css
6.slider-area css
7.About section css
8.Service section css
9.Project Section css
10.testimonial section css
11.construction-text section css
12.blog section css
13.partner section css
14.Footer Area css
15.Scroll top css
16.Construction-banner section css
17.About.html css
18.service.html css
19.service-details.html css
20.blog-list.html css
21.single-blog.html css
22.project-col-2.html css
23.Start contact.html css
24.Shop.html css
25.Product-details.html css
26.cart.html css
27.checkout.html css
28.Index.html css
---------------------------------------*/
/*=======================
   1. Theme Default CSS
=========================*/
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700|Raleway:400,500,600,700,800');
*{
    margin:0;
    padding: 0;
}
a{
	text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    text-transform: capitalize;
    color: #333;
}
ul{
    margin: 0;
}
li{
    list-style: none;
}
p{
    margin: 0;
}
body {
	font: 14px/22px 'Oxygen', sans-serif;
	overflow-x: hidden;
	color: #2F2F2F;
}
section{
    overflow: hidden;
}
.buildspace-overlay{
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.section-padding{
    padding: 70px 0px;
}
.no-padding{
    padding-right: 0px;
    padding-left: 0px;
}
.buildspace-title{
    margin-bottom: 60px;
}
.buildspace-title  h2{
    font-weight: 700;
}
.buildspace-title h2::after {
    background-color: #BFDBFF;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 8rem;
    height: 4px;
}
.buildspace-btn{
	border: none;
	padding: 10px 35px;
	font-size: 18px;
	color: #000;
	background: #BFDBFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.buildspace-btn:hover,
.buildspace-btn:focus{
    background: #444;
    color: #BFDBFF;
}
/*===========================
  2. Start Preloader Area css
==============================*/
.preloader-area {
    position: fixed;
    background: #16263F;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.spinner {
  margin: 25% auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*=======================
  End Preloader Area css
=========================*/

/*==========================
 3. Start Header-top section css
=============================*/
.header-top{
    position: relative;
    background: #fff;
    padding: 15px 0;
}
.top-left{
    float: left;
}
.logo img{
    width: 80%;
}
.top-right{
    float: right
}
.top-area{
    float: left;
    padding-left: 50px;
    padding-top: 20px;
}
.top-icon{
    float: left;
}
.top-icon i {
    color: #3b608f;
    font-size: 26px;
    vertical-align: 6px;
}
.top-info{
    padding-left: 40px;
}
.top-info h5{
    color: #3b608f;
    margin-bottom: 0px;
}
.top-info p{
    color: #7b7a7a;
}
/*==========================
  End Header-top section css
=============================*/

/*==============================
  4. Start header-area Area css
=================================*/
header{
    width: 100%;
    z-index: 337;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
header.sticky{
    position: fixed;
    top: 0;
}
.sticky .main-menu-area{
    padding: 5px 0;
}
.main-menu-area{
    background: #BFDBFF;
    padding: 10px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main-menu{
    background: #BFDBFF;
}
.main-menu {
    float: left;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}
.main-menu li > a {
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding: 20px 0px;
	text-transform: uppercase;
	padding-right: 40px;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu {
	background: #fff none repeat scroll 0 0;
	margin-top: 15px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 195px;
	z-index: 9999;
	border-top: 4px solid #3B608F;
}
.main-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #BFDBFF;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu li:hover {
    background: #3b608f;
}
.main-menu ul ul li > a {
    font-weight: 600;
    color: #000;
    padding: 15px 20px;
    text-transform: capitalize;
}
.main-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 85%;
    visibility: visible;
}
.main-menu li li:hover > a {
    color: #fff;
}
.search-icon{
    float: right;
}
.search-icon i{
    font-size: 18px;
    color: #222;
    padding-top: 20px;
}
.search-form {
    position: absolute;
    top: 71px;
    right: 0%;
    width: 250px;
    display: none;
    z-index: 9999;
    background: #BFDBFF;
}
.search-form .form-group {
    margin: 15px;
}
.search-form .form-control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 42px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #333;
    border-radius: 0px;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
    border-radius: 0;
}
.search-form .serach-btn{
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 5px 10px;
    background: #222;
    color: #fff;
    font-size: 15px;
    border: 1px solid #000;
}
.search-form .serach-btn:hover,
.search-form .serach-btn:focus{
    color: #fff;
    background: #222;
}
/*------Mobile menu Area------*/
.mobile-menu-area {
    display: none;
}
.mean-container .mean-nav,
.mean-container .mean-bar {
    background: #fff;
}
.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a:hover {
    background: #333;
}
.mean-container .mean-nav ul li a:hover .mean-nav ul li a.mean-expand {
    color: #000;
    font-weight: 600;
}
.mean-container .mean-nav ul li a:hover {
    color: #000;
    font-weight: 600;
}
.mean-container .mean-nav ul li a:hover {
    color: #fff;
    font-weight: 600;
}
/*=======================
  End header-area css
=========================*/

/*=================================
  5. Start banner-area section css
===================================*/
.banner-area{
    background:url("../img/slider-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 270px;
    padding-bottom: 230px;
}
.welcome-area{
    display: block;
    position: relative;
}
.welcome-text{
    display: block;
    color: #fff;
    position: relative;
}
.welcome-text h1 {
    text-transform: capitalize;
    font-size: 54px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}
.welcome-text p{
    margin-bottom: 40px;
    color: #fff;
}
.welcome-btn .buildspace-active{
    background: transparent;
    border: 1px solid #BFDBFF!important;
    color: #BFDBFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.welcome-btn .buildspace-active:hover{
    background: #BFDBFF !important;
    color: #222!important;
    border-color: #BFDBFF!important;
}
.welcome-btn .buildspace-btn{
    border: 1px solid #BFDBFF;
    margin-right: 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
}
.welcome-btn .buildspace-btn:hover{
    background: transparent;
    border: 1px solid #BFDBFF;
    color: #BFDBFF;
}
/*==========================
  6. Start slider-area  css
============================*/
.slider-area{
    overflow: hidden;
}
.slider-1{
    background:url("../img/slider-1.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 270px;
    padding-bottom: 230px;
}
.slider-2{
    background:url("../img/slider-2.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 270px;
    padding-bottom: 230px;
}
.slider-3{
    background:url("../img/slider-3.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 270px;
    padding-bottom: 230px;
}
.regular .slick-prev {
    left: 40px;
    z-index: 1;
    background: #BFDBFF;
}
.regular .slick-prev::before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #333 !important;
    font-size: 36px;
    cursor: pointer;
    padding: 3px 15px; 
    font-weight: bold; 
}
.regular .slick-next {
    right: 40px;
    background: #BFDBFF;
}
.regular .slick-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #333 !important;
    font-size: 36px;
    cursor: pointer;
    padding: 3px 15px;
    font-weight: bold;
}
.regular .slick-prev, .slick-next {
    width: 45px;
    height: 45px;
}
.regular .slick-dots{
    bottom: 40px;
}
.regular .slick-dots li button::before {
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
}
/*=======================
  End slider-area  css
========================*/
/*==========================
 7. Start About section css
============================*/
.about{
    background: #BFDBFF;
}
.about-area{
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #ccc;
}
.about-service-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-service-img img{
    width: 100%;
    transition: .5s;
}
.about-service-img img:hover{
    transform: scale(1.3);
    transition: .5s;
}
.about-service{
    padding: 20px;
}
.about-service-details{
    margin-top: 30px;
}
.about-service-details h4{
    font-weight: bold;
    color: #000;
}
.about-service-details p{
    line-height: 25px;
}
.about-service-details a{
    color: #BFDBFF;
    font-weight: bold;
    font-size: 18px;
}
/*=======================
  End About section css
=========================*/
/*============================
  8. Start Service section css
===============================*/
.service-box {
    margin-bottom: 60px;
}
.service-box:hover .box-icon{
    color: #BFDBFF;
}
.box-icon {
    float: left;
}
.box-icon i{
    font-size: 50px;
}
.box-details {
    margin-left: 100px;
}
.box-details h4{
    font-weight: bold;
}
.box-details h4::after {
    background-color: #BFDBFF;
    content: " ";
    display: block;
    margin: 19px 0px;
    width: 5rem;
    height: 4px;
}
.box-details p {
	color: #3B3B3B;
	line-height: 25px;
}
.box-details a{
	color: #325684;
	font-weight: 700;
	text-transform: uppercase;
}
/*=======================
  End Service section css
=========================*/

/*============================
   9.Start Project Section css
/*=============================*/
.project{
    background: url('../img/project-bg.jpg') no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.project-header h2{
    color: #fff;
}
.project-title{
    margin-bottom: 30px;
}
.project-title h3{
    font-weight: 600;
}
.project-info{
    margin-top: 20px;
}
.project-d ul li{
	line-height: 20px;
}
.project-d ul li i{
    margin-right: 10px;
}
/*=======================
  End Project section css
=========================*/

/*=================================
  10.Start testimonial section css
====================================*/
.testimonial{
    background: #f3f3f3;
}
.rivew-area{
    text-align: center;
}
.member-area img{
    border-radius: 50%;
    margin: 0 auto;
}
.review-text{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.review-text h4{
    font-weight: 700;
}
.review-text p{
    padding:0 15%;
}
.single-slide .slick-dots li button::before {
    width: 25px;
    height: 10px;
    content: '';
    background: #BFDBFF;
    border: 1px solid #fff;
    margin-top: 10px;
}
.slick-dots li button::before {
    opacity: .50;
}
.single-slide .slick-dots {
    bottom: 0px;
}
/*=======================
  End testimonial section css
=========================*/

/*===================================
  Start construction-text section css
======================================*/
.construction-text{
    background: #BFDBFF;
}
.contruction-content {
    overflow: hidden;
}
.contruction-content-text h4{
    font-weight: 700;
    margin-top: 35px;
}
.construction-text-button {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.construction-text-button .buildspace-btn{
    background: #333;
    color: #BFDBFF;
}
.construction-text-button .buildspace-btn:hover{
    background: #BFDBFF;
    color: #333;
}
/*===================================
  End construction-text section css
======================================*/

/*===========================
  12. Start blog section css
==============================*/
.letest-news-area{
    border-bottom: 2px solid #ccc;
    transition: .5s;
    margin-bottom: 40px;
}
.letest-news-area:hover{
    border-color: #BFDBFF;
}
.letest-news-details {
    margin-top: 30px;
}
.letest-news-details h4 a{
    font-weight: bold;
    color: #222;
    transition: .5s;
}
.letest-news-details h4 a:hover{
    color: #BFDBFF;   
}
.letest-news-details p{
    font-weight: 400;
}
.letest-news{
    margin-bottom: 15px;
}
.letest-news span{
    margin-right: 15px;
}
.letest-news i{
    margin-right: 10px;
    color: #BFDBFF;
}
/*=======================
  End Blog section css
=========================*/

/*================================
  13. Start partner section css
=================================*/
.partner{
    background: #f7f7f7;
}
/*=======================
  End partner section css
=========================*/

/*==========================
  14. Start Footer Area css
============================*/
.footer-area{
    background: #0C1F38;
}
.footer-address {
    background: #BFDBFF;
    overflow: hidden;
    margin-bottom: 40px;
}
.contact-us{
    margin: 20px auto;
}
.contact-right{
    border-right: 2px solid #564848;
}
.contact-us .contact-icon{
	float: left;
	margin-left: 20px;
}
.contact-us .contact-icon i{
    font-size: 50px;
    color: #333;
}
.contact-us-details{
	margin-left: 80px;
	text-align: left;
}
.contact-us-details h5{
	font-weight: 700;
	margin-left: 0px;
}
.contact-us-details h6{
	line-height: 20px;
	margin-left: 0px;
}
.footer-widget-area {
    margin-bottom: 20px;
    overflow: hidden;
}
.footer-widget-title{
    margin-bottom: 20px;
}
.footer-widget-title h4{
    color: #fff;
    font-weight: bold;
}
.footer-body-text p{
    color: #fff;
}
.recent-post-list{
    margin-bottom: 20px;
}
.recent-post-list p {
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
}
.recent-post-list span {
    color: #fff;
}
.recent-post-list span i {
    color: #fff;
    margin-right: 10px;
}
.service-list li{
	margin-bottom: 10px;
}
.service-list li a{
    color: #BFDBFF;
}
.social-title{
    margin-top: 15px;
    margin-bottom: 10px;
}
.social-title h5{
    color: #fff;
}
.social-link i{
    margin-right: 15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background:  #BFDBFF;
    color: #333;
    padding: 13px 15px;
}
.form-group{
    position: relative;
}
.construction-email-subcriber .form-control {
    width: 250px;
    height: 50px;
    color: #aba8a8;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #BFDBFF;
    position: relative;
}
.construction-email-subcriber .subscribe-btn {
    position: absolute;
    right: 6px;
    bottom: 1px;
    padding: 9px 15px;
    border: 1px solid #BFDBFF;
    background: #BFDBFF;
}
.footer-copyright {
    margin-top: 20px;
    border-top: 1px solid #CCC;
}
.footer-logo {
    margin-top: 15px;
}
.footer-logo img {
    width: 20%;
}
.footer-text{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}
.footer-text p{
    color: #fff;
    font-style: 16px;
}
/*=======================
  End Footer Area Here
=========================*/

/*=======================
15. Scroll top css
=========================*/
#scroll-up {
    position: fixed;
    z-index: 337;
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: none;
    background: #333;
}
#scroll-up:hover,
#scroll-up:focus{
    background: #333;
    color: #fff;
}
/*=======================
      Scroll top css
=========================*/
/*=====================================
  16. Start Construction-banner section css
=======================================*/
.buildspace-banner{
    background: url(../img/banner-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    padding-bottom: 50px;
}
.buildspace-header{
    color: #fff;
}
.buildspace-header .breadcrumb{
    background: transparent;
    padding: 0px;
}
.buildspace-header .breadcrumb li a{
    color: #fff;
}
.buildspace-header .breadcrumb > .active {
    color: #BFDBFF;
}
/*=====================================
   End Construction-banner section css
=======================================*/
/*=============================
   17. Start About.html css
===============================*/
.about-us{
    margin-top: 50px;
    margin-bottom: 80px;
}
.about-us-title{
    margin-bottom: 40px;
}
.about-us-details{
    border-bottom: 2px solid #BFDBFF;
}
.about-us-details p{
    line-height: 30px;
    color: #8f8f8f;
    margin-bottom: 30px;
}
.about-us-counter{
    margin-top: 40px;
}
.counticon{
    float: left;
}
.counticon i{
    font-size: 32px;
    color: #BFDBFF;
}
.count-details{
    margin-left: 40px;
}
.about-us-construction{
    margin-top: 90px;
    margin-bottom: 80px;
}
.team-area{
    margin-bottom: 80px;
}
.team-single-area{
    text-align: center;
}
.team-details {
    background: #BFDBFF;
    overflow: hidden;
}
.team-details .team-details-area{
    width: 80%;
    float: left;
    padding: 20px;
}
.team-details .team-details-area h4{
    font-weight: 400;
}
.team-details .team-details-area span{
    font-weight: bold;
}
.team-details .team-details-area p{
    line-height: 28px;
}
.team-social{
    width: 20%;
    float: right;
    background: #16263F;
}
.team-social ul{
    margin-bottom: 0;
}
.team-social li {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.team-social li:last-child{
    margin-bottom: 0px;
}
.team-social li a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    color: #ffa200;
}
.team-social li a:hover{
    background: #BFDBFF;
    transition: .5s;
    color: #fff;
}
/*=============================
    End About-us.html css
===============================*/

/*=============================
18. Start service.html css
===============================*/
.service-1-area{
    margin-bottom: 60px;
    border: 1px solid #eee;
}
.service-1-area:hover .service-1-details{
    border: 1px solid #BFDBFF;
    border-top: none;
}
.service-1-img{
    position: relative;
    overflow: hidden;
}
.service-1-area:hover .service-overlay{
    opacity: .9;
}
.service-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: .5s;
}
.service-overlay .link a{
    display: block;
    position: absolute;
    top: 40%;
    left: 42%;
    background: #BFDBFF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.service-1-details{
    padding: 15px;
    border: 1px solid #fff;
    border-top: none;
    transition: .5s;
}
.service-1-details h4 a{
    color: #232323;
    font-weight: 700;
    transition: .5s;
}
.service-1-details h4 a:hover{
    color: #BFDBFF;
}
.service-1-details .s-btn{
    color: #232323;
    font-weight: 700;
    font-size: 16px;
    transition: .5s;
}
.service-1-details .s-btn:hover{
    color: #BFDBFF;
}
/*=============================
 End service.html css
===============================*/

/*=================================
 19. Start service-details.html css
===================================*/
.service-nav ul li {
    background-color: #BFDBFF;
    border-bottom: 1px solid #fff;
    line-height: 45px;
}
.service-nav ul li:last-child{
    border-bottom: none;
}
.service-nav ul li a{
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.service-nav ul li a:hover{
    color: #000;
    padding-left: 30px;
    transition: .6s;
}
.service-contact{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.service-contact img{
    overflow: hidden;
    position: relative;
}
.s-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
}
.s-overlay .overlay-text{
    position: absolute;
    left: 20px;
    top: 30px;
}
.overlay-text h4,
.overlay-text h5{
    color: #fff;
}
.overlay-text p{
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.service-text{
    padding-top: 20px;
    padding-bottom: 20px;
}
.s-feature ul {
    margin-left: 30px;
}
.s-feature ul li{
    list-style: square;
}
/*=============================
    End service-details.html css
===============================*/

/*============================
20.Start blog-list.html css
==============================*/
.blog-list{
    margin-bottom: 60px;
}
.blog-list {
    overflow: hidden;
    border: 1px solid #BFDBFF;
}
.list-bg{
    background: #e6e6e6;
}
.list-details{
    margin-top: 69px;
    margin-bottom: 64px;
}
.list-details{
    padding: 0 15px;
}
.b-list-details h4 a {
    color: #000;
    font-size:10px ;
    font-weight: 600;
}
.no-padd{
    padding-left: 0px;
    padding-right: 0px;
}
.b-list-news span{
    margin-right: 15px;
}
.b-list-news span i{
    margin-right: 5px;
}
/*============================
End blog-list.html css
==============================*/

/*============================
 21.Start single-blog.html css
==============================*/
.single-post-text {
    margin-top: 30px;
}
.single-post-text p{
    line-height: 30px;
    color: #8f8f8f;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #BFDBFF;
    background: #F8F9F9;
    font-style: italic;
}
.single-post-share{
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-post-share li{
    display: inline-block;
    margin-right: 20px;
}
.single-post-share li i {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #BFDBFF;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.single-post-share li i:hover{
    background: #222;
    color: #fff;
    transition: .5s;
}
.construction-single-comment {
    border-bottom: 2px solid #BFDBFF;
    overflow: hidden;
    padding: 20px 0px;
}
.construction-single-comment:nth-child(2n+1){
    padding-left: 100px;
}
.construction-single-comment:last-child{
    border:none;
}
.construction-comment-area h2{
    margin-bottom: 30px;
}
.construction-comment-img {
    float: left;
    margin
}
.construction-comment-img img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.construction-comment-details{
    margin-left: 130px;
}
.construction-comment-details li{
    display: inline-block;
    margin-right: 30px;
}
.construction-comment-details p{
    color: #8f8f8f;
}
.construction-comment-details li i{
    margin-right: 10px;
}
.construction-reply-button{
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.construction-comment-form h4{
    margin-bottom: 30px;
}
.construction-comment-button{
    margin-top: 30px;
    margin-bottom: 40px;
}
.widget-serach .form-control{
    position: relative;
    border-color: #BFDBFF;
}
.widget-serach .serach-btn {
    position: absolute;
    right: 1px;
    padding: 11px 15px;
    background: #BFDBFF;
    color: #222;
    top: 0px;
}
.widget-blog-title{
    margin-top: 30px;
    margin-bottom: 20px;
}
.widget-blog-title h4{
    font-weight: bold;
}
.single-post ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid #BFDBFF;
}
.single-post ul li a{
    color: #222;
}
.single-post ul li a i{
    margin-right: 15px;
    margin-bottom: 10px;
}
.single-category ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid #BFDBFF;
}
.single-category ul li a{
    color: #222;
}
.single-category ul li a i{
    margin-right: 15px;
    margin-bottom: 10px;
}
.widget-meta-list ul li{
    display: inline-block;
    margin-bottom: 15px;
}
.widget-meta-list ul li a {
    color: #333;
    border: 1px solid #d7d7d7;
    padding: 5px 12px;
    font-size: 15px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
}
/*============================
End single-blog.html css
==============================*/
/*==============================
 22. Start project-work.html css
================================*/
.single-item{
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 10px;
}
.portfolio-single-item {
    overflow: hidden;
    position: relative;
}
.portfolio-single-item img {
    width: 100%;
    height:100%;
}
.portfolio-area:hover .portfolio-single-item-overlay {
    top: 0;
}
.portfolio-single-item-overlay {
    background: #16263F;
    opacity: 0.7;
    position: absolute;
    transition: .5s;
    top: -100%;
    width: 100%;
    height: 100%;
}
.portfolio-single-item-overlay i {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin-top: 27%;
    color: #46465E;
    margin-left: 45%;
}
.portfolio-area:hover .portfolio-info{
    background: #BFDBFF;
}
.portfolio-info{
    background: #f2f2f2;
    padding: 20px;
    transition: .5s;
}
.portfolio-info h4{
    font-weight: 600;
}
/*==============================
  End : project-work.html css
================================*/
/*=======================
 23. Start contact.html css
=========================*/
.map-area{
    margin-top: 50px;
    margin-bottom: 80px;
}
#map{
    height: 400px;
    width: 100%;
}
.conatct-title h2{
    margin-bottom: 40px;
    font-weight: 700;   
}
.conatct-title h2::after {
    background-color: #BFDBFF;
    content: " ";
    display: block;
    margin: 10px 0;
    width: 5rem;
    height: 7px;
}
.contact-info li {
    margin-bottom: 30px;
    list-style: none;
}
.contact_icon i{
    height: 50px;
    width: 50px;
    float: left;
    overflow: hidden;
    text-align: center;
    color: #3b608f;
    font-size: 20px;
    border: 1px solid #BFDBFF;
    border-radius: 50%;
    padding: 14px;
    margin-right: 30px;
}
.contact_icon i:hover{
    background: #3b608f;
    color:#fff;
    transition: .5s;
}
.info_text {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}
.contact-form{
    margin-bottom: 80px;
    overflow: hidden;
}
.contact-form h2{
    margin-bottom: 40px;
    font-weight: 700;   
}
.contact-form h2::after {
    background-color: #BFDBFF;
    content: " ";
    display: block;
    margin: 10px 0;
    width: 5rem;
    height: 7px;
}
.form-control {
    height: 50px;
    color: #aba8a8;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #BFDBFF;
}
textarea{
    height: 150px!important
}
.confirm .btn-danger {
    color: #333;
    background-color: #BFDBFF;
    border-color: #BFDBFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 700;
}
.confirm .btn-danger:hover,
.confirm .btn-danger:focus{
    color: #16263F;
    background-color: #BFDBFF;
    border-color: #BFDBFF;
    transition: .6s;
}
/*=======================
  End contact.html css
=========================*/

/*=======================
  24. Start shop.html css
=========================*/
.shop-area{
    position: relative;
    margin-bottom: 40px;
}
.shop-area:hover .shop-img img{
    transform: scale(1.4);
}
.shop-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.shop-img img{
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.shop-area:hover .shop-overlay{
    opacity: .9;
}
.shop-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.shop-icon a{
    position: absolute;
    top: 40%;
    left: 25%;
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    background: #BFDBFF;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
}
.shop-info{
    padding: 15px;
    border: 1px solid #ece8e8;
    box-shadow: 0 0 15px #f9f9f9;
    border-top: none;
}
.shop-info ul{
    margin-bottom: 0px;
}
.shop-info ul li {
    display: inline-block;
}
.shop-info ul li i{
    color: #BFDBFF;
}
.w-post-list{
    background: #fff;
    margin-bottom: 8px;
    position: relative;
}
.p-img img{
    width: 90px;
    height: 90px;
}
.p-text {
    position: absolute;
    left: 110px;
    top: 2px;
}
.p-text a{
    line-height: 24px;
    font-size: 12px;
    color: #202020;
}
.p-text a:hover{
    color: #BFDBFF;
}
.p-text .shop-ratting{
    margin-bottom: 0;
}
.p-text .shop-ratting li{
    display: inline-block;
}
.p-text .shop-ratting li i{
    color: #BFDBFF;
}
/*=======================
  End shop.html css
=========================*/

/*=================================
  25. Start Product-details.html css
====================================*/
.product-img{
    overflow: hidden;
    border: 1px solid #ccc;
}
.product-content .pro-rate{
    margin-top: 20px;
}
.product-content .pro-rate ul li{
    display: inline-block;
}
.product-content .pro-rate ul li i{
    color: #BFDBFF;
}
.product-content .pro-price{
    margin-top: 20px;
}
.product-content .pro-price span{
    margin-right: 15px;
    font-size: 20px;
    color: #BFDBFF;
}
.product-content .pro-price .price-1{
    text-decoration: line-through;
    opacity: .5;
}
.product-content .pro-details{
    margin-top: 20px;
}
.product-content .pro-cart{
    margin-top: 30px;
}
.pro-cart .form-control{
    width: 80px;
    height: 58px;
    display: inline-block;
    margin-right: 15px;
}
.pro-cart .buildspace-btn{
    cursor: pointer;
}
.product-releted-title{
    margin-top: 50px;
}
.product-releted-title h4{
    margin-bottom: 20px;
}
.product-discription .produt-tab{
    margin-top: 100px;
}
.product-discription .produt-tab .nav-tabs .nav-item .nav-link{
    font-weight: 600;
    color: #333;
}
.product-discription .produt-tab .tab-content{
    border: 1px solid #ccc;
}
.product-discription .produt-tab .tab-content .tab-pane{
    padding: 25px;
    margin-bottom: 20px;
}
.rateing-title h4 .rateing-star{
    float: right;
    font-weight: 600;
}
.rateing-title h4 .rateing-star a ul li{
    display: inline-block;
}
.rateing-title h4 .rateing-star a ul li i{
    font-size: 15px;
    color: #BFDBFF;
}
.rateing-area{
    margin-top: 30px;
    background: #f7f7f7;
    padding: 10px;
}
.rateing-member{
    padding-top: 7px;
    float: left;
}
.rateing-text{
    padding-left: 150px;
}
.rateing-form{
    margin-top: 40px;
}
.rateing-form textarea{
    height: 150px!important;
}
.product-sidebar{
    padding: 20px;
    border: 1px solid #ccc;
}
.pro-category .pro-widget-title{
    margin-bottom: 15px;
}
.pro-widget-title h5{
    color: #222;
    font-weight: 700;
}
.pro-category ul li{
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.pro-category ul li:last-child{
    border-bottom: none;
}
.pro-category ul li a{
    color: #ccc;
    font-size: 17px;
}
.pro-category ul li a:hover{
    color: #BFDBFF;
}
.pro-brand .pro-widget-title{
    margin-top: 20px;
    margin-bottom: 15px;
}
.pro-brand ul li{
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.pro-brand ul li a{
    color: #ccc;
    font-size: 17px;
}
.pro-brand ul li a:hover{
    color: #BFDBFF;
}
.pro-brand ul li:last-child{
    border-bottom: none;
}
/*===========================
  End Product-details.html css
=============================*/

/*=============================
26.Start cart.html css
=============================*/
.cart-header{
    margin-bottom: 80px;
}
.cart-list-area{
    margin-top: 0;
    overflow-x: auto;
}
.cart-list-area thead{
    background: #BFDBFF;
}
.cart-list-area thead tr th {
    padding: 15px;
    color: #222;
    text-align: center;
    text-transform: capitalize;
}
.cart-list-area tbody tr th a{
    margin-right: 10px;
}
.cart-list-area tbody tr td img{
    width: 100px;
    margin: 0 auto;
}
.cart-list-area tbody tr td h4{
    padding-top: 25px;
}
.cart-list-area tbody tr td a{
    padding-top: 25px;
    display: block;
}
.cart-list-area tbody tr td input{
    margin: 20px auto;
    display: block;
}
.cart-list-area tbody tr td span{
    padding-top: 25px;
    display: block;
}
.cart-list-area tbody tr th i{
    padding-top: 7px;
    display: block;
}
.cart-list-area tbody th, td {
    padding: 20px 20px !important;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.cart-list-area table tbody tr:last-child {
    color: #fff;
    background: #222;
}
.cart-coupn-code .coupon-button{
    margin-top: 40px;
    margin-bottom: 30px;
}
.cartlist-check-button{
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
}
.cart-input{
    width: 60px;
    padding: 5px 10px
}
.cart-coupn-code{
    border: 1px solid #ccc;
    padding: 15px;
}
.total-area{
    border: 1px solid #ccc;
}
.total-area .s-total{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.s-total h4{
    text-align: left;
}
.s-total span{
    float: right;
}
.total-content{
    padding: 35px 15px;
}
.cart-padding{
    margin-top: 40px;
}
/*==========================
    End cart.html css
=============================*/

/*===========================
  27. Start checkout.html css
=============================*/
.billing-add{
    margin-top: 50px;
}
.billing-text h4{
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.billing-form input{
    background: #F9F9F9;
}
.billing-form select{
    height: 50px;
    width: 100%;
    background: #F9F9F9;
    padding-left: 10px;
    border-color: #BFDBFF;
}
.billing-form textarea{
    height: 150px!important;
}
.billing-order{
    margin-top: 50px;
    background: #F9F9F9;
    padding: 20px;
}
.order-details{
    margin-top: 50px;
}
.order-details .table tr td{
    line-height: 50px;
}
.order-details .table tr td span{
    float: right;
}
input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
}
.paypal-paypent span b a{
    padding-left: 15px;
    font-weight: 500;
    color: #BFDBFF;
    font-size: 16px;
    text-decoration: underline;
    text-transform: capitalize;
}
.order-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}
/*===========================
  End checkout.html css
=============================*/

/*--------------------------------
  28.Start Index.html css
--------------------------------*/
.index-banner{
    background: url(../img/index-banner.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.buildspace-header h2, .buildspace-header p{
    color: #fff;
}
.demo-box{
    margin: 0 auto;
}
.demo-title{
    margin-top: 15px;
    margin-bottom: 40px;
}
.demo-title h3 a{
    text-transform: uppercase;
    color: #BFDBFF; 
    font-weight: 600;
}
.demo-title h3 a:hover{
    color: #BFDBFF; 
}
.demo-box {
    background: url('../img/demo-bg.png') no-repeat center top;
    background-size: cover;
    position: relative;
    width: 400px;
    height: 330px;
}
.demo-box .demo-scroll{
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 85%;
    height: 212px;
    top: 17px;
    left: 0;
    background-size: cover;
    right: 0;
    margin: 0 auto;
}
.demo-box .demo-scroll{
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}
.demo-box:hover .demo-scroll{
    background-position: center 100%!important;
}
/*--------------------------------
  End Index.html css
--------------------------------*/
