body {
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
  }


html, body {
	 width: 100%;
	 overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
}

.heading {
  font-size: 20px;
}
.bold {
  font-weight: bold;
}

.section-title strong {
	color: #00C6D7;
	  font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

/* ==========================================================================
work section
========================================================================== */
#work {
	text-align: center;
	padding:10px 0px;
}
#work .col-md-4{
	margin-top:20px;
}
#work .fa{
	font-size:40px;
}
#work .inner_box {
  width: 100%;
  padding:30px 10px;
  position: relative;
  transition: all 0.4s ease-in-out;
  background:#CCCCCC;
}
#work .inner_box:hover {
  background-color: #d61e30;
  color: white;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

.inner_box p:hover {
	color: white;
}

#work h3 {
  font-size: 18px;
}

.readmore{
	padding: 10px 35px;
	border:1px solid grey;
	background-color: #D4D4D4;
	font-size:15px;
	text-transform:uppercase;
	color:#000000;
}
.readmore:hover{
	text-decoration:none;
}

.readmore-link {
	color: black;
	font-size: 15px;
	border: 0.1px solid grey;
}


/*--------------------------------------------------------------
# checkout
--------------------------------------------------------------*/

.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.md-form {
position: relative;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}



.card .md-form label {
font-weight: 300;
font-size: 15px !important;
}



label {
display: inline-block;
margin-bottom: .5rem;
}

.input-group-prepend {
margin-right: -1px;
}

.md-form.input-group .form-control {
padding: .375rem .75rem;
margin: 0;
}

.md-form label.active {
transform: translateY(-14px) scale(.8);
}



.w-100 {
width: 100%!important;
}
.d-block {
display: block!important;
}

.custom-select {
display: inline-block;
width: 100%;
height: 36px;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}

.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0,0,0,.125);


}
.justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}

.invalid-feedback{
font-size: 15px;
font-weight: 300;
}

label {
display: inline-block;
margin-bottom: .5rem;
font-size: 15px;
font-weight: 400;
}

/* checkout color */  
.checkoutcolor{
background-color: #d61e30;

}

.checkoutcolor a{

color: #fff !important;
}
.submitcolor{
background-color: #d61e30;
color: #fff;
}
.badge-pill{
background-color: #d61e30;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
background: #f8f8f8;
min-height: 40px;
margin-top: 0px;
}

@media (max-width: 992px) {
.breadcrumbs {
margin-top: 72px;
}
}

.breadcrumbs h2 {
font-size: 28px;
font-weight: 400;
margin: 0;
padding-left:0px;
text-align:left;

}

.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}

@media (max-width: 992px) {
.breadcrumbs ol {
margin-top: 10px;
}
}

.breadcrumbs ol li+li {
padding-left: 10px;
}

.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #3c3c3c;
content: "/";
}

@media (max-width: 768px) {
.breadcrumbs .d-flex {
display: block !important;
}

.breadcrumbs ol {
display: block;
}

.breadcrumbs ol li {
display: inline-block;
}
}


/*product grid section*/
.product-grid{
background-color: #fff;
margin: 0px 0px 40px 0px;
text-align: center;
transition: all 0.3s ease 0s;
}
.product-grid .product-image{
overflow: hidden;
position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
width: 100%;
height: auto;

}

.product-grid .product-image img:hover{
width: 100%;
height: auto;
border: 1px solid #ddd;
}

.product-image .pic-1{ transition: all 0.5s ease 0s; }
.product-grid .product-image:hover .pic-1{ opacity: 0; }
.product-image .pic-2{
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s ease 0s;
}
.product-grid .product-image:hover .pic-2{ opacity: 1; }
.product-grid .product-links{
padding: 0;
margin: 0;
list-style: none;
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
} 
.product-grid .product-links li{
margin: 0 0 10px;
opacity: 0;
transform: translate( 0,30%);
transition: all 0.3s ease-in-out;
}
.product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
.product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
.product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
.product-grid:hover .product-links li{
opacity: 1;
transform: translate(0,-5%);
}
.product-grid .product-links li a{
color: #222;
background: #fff;
font-size: 16px;
text-align: center;
line-height: 44px;
height: 44px;
width: 44px;
border-radius: 50%;
border: 1px solid #e3e3e3;
display: block;
box-shadow: 0 5px 10px 0 rgba(91,91,91,.1);
transition: all .5s ease 0s;
}
.product-grid .product-links li:first-child a,
.product-grid .product-links li a:hover{ color: #fd4132; }
.product-grid .product-content{
padding: 15px 15px 0;
}
.product-grid .title{
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0 0 8px;
}
.product-grid .title a{
color: #161e46;
transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{
color: #fd4132;
}
.product-grid .rating{
color: #efb123 !important;
font-size: 13px;
padding: 0;
margin: 0 0 5px;
list-style: none;
}

.product-grid .rating li{
color: #efb123 !important;
font-size: 13px;

}
.product-grid .price{
color: #fd4132;
font-family:'Darker Grotesque', sans-serif;
font-size: 18px;
font-weight: 800;
margin: 0 0 6px;
}

.price {
color: #fd4132;
font-family: 'Darker Grotesque', sans-serif;
font-size: 18px;
font-weight: 800;
margin: 0 0 6px;
}
.product-grid .add-to-cart{
color: transparent;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
padding: 8px 20px;
border-radius: 50px !important;
border: 1px dashed #161e46;
display: inline-block;
position: relative;
transition: all .2s ease;
z-index: 1;
}
.product-grid .add-to-cart:hover{
border: 1px solid transparent;
}
.product-grid .add-to-cart:before{
content: attr(data-hover);
color: #fff;
background: #161e46;
width: 100%;
height: 100%;
padding: 8px 0;
border-radius: 50px;
position: absolute;
top: -3px;
left: 5px;
transition: all .2s ease;
z-index: -1;
}
.product-grid .add-to-cart:hover:before{
left: 0;
color:#161e46;
background: transparent;
border: 1px dashed #161e46;
}
@media screen and (max-width: 990px){
.product-grid{ margin: 0 0 30px; }
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #3498db;
}

.portfolio-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
margin-top: 10px;
}

.portfolio-details .portfolio-description {
padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
padding-left: 0px;
text-align: left;
}

.portfolio-details .portfolio-description p {
padding: 0;
}