/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700;800&display=swap');

/* common css */
body{
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  color: #121212;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a{
	text-decoration: none!important;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #fff;
	text-decoration: none;
}
a,
button {
	color: #fff;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.icon-start {
    color: #FFD906;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	height: auto;
	width: 250px;
	padding: 15px !important;
	color: #ffff !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #000 !important;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 16px;
	border-radius: 15px;
	outline: none;
	border: none;
	transition: 0.3s ease;
}
.stn {
    height: auto;
	width: 150px;
	padding: 15px !important;
	color: #ffff !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #000 !important;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 18px;
	outline: none;
	border: none;
	transition: 0.3s ease;
}
.btn:hover{
	background-color: #1D9D73 !important;
	color: #fff !important;
}
.stn:hover{
	background-color: #1D9D73 !important;
	color: #fff !important;
}
.n-btn {
	background: #fff;
	height: 50px;
	display: inline-block;
	padding: 0px 30px;
	color: #000;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 50px;
	border-radius: 51px;
}
.n-btn:hover{
	background-color: #121212 !important;
   color: #fff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #1D9D73!important;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}
.btn-one {
	background: #fff;
	color: #1290CB;
	font-weight: 600;
	padding: 15px 40px;
	border: none;
	border-radius: 10px;
}
.video-inner-content a {
	margin-left: 110px;
}
.btn-one:hover{
	color: #fff;
	background-color: #000;
}
.slide-line::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: gray;
    left: 15px;
}
/*======================= nav area============================= */
.nav-link {
    color: #000 !important;
	font-style: normal;
}
.nav-link:hover {
    color: #1D9D73 !important;
}
.dropdown-menu .dropdown-item:hover {
	background-color: #1D9D73;
    color: #000 !important;
}
/* slider area */
.carousel-caption {
    position: absolute;
    top: 48%;
}
.carousel-caption h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
	color: #F7B403;
}
.carousel-caption p {
    color: blanchedalmond;
    font-size: 55px;
    font-weight: 500;
    font-style: normal;
    line-height: 35px;
}
.bg-blue {
    color: #F7B403 !important;
}
.carousel-caption span {
	color: blanchedalmond;
    font-size: 60px;
	font-weight: 500;
    line-height: 45px;
}
.carousel-indicators {
    bottom: -15px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background-color: #000;
}
/* short area dsign */
.short-icon i {
    margin-right: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
}
.short-caption h5 {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}
.short-caption span {
    font-size: 16px;
    color: #7E7E7E;
}
/* products slider area */
.fa-angle-left {
    color: #000;
    position: absolute;
    bottom: -15%;
    left: 305%;
	background-color: #1D9D73;
	padding: 10px 15px;
}
.fa-angle-right {
    color: #000;
    bottom: -15%;
    position: absolute;
    right: 305%;
	background-color: #1D9D73;
	padding: 10px 15px;
}
.img-inner {
    visibility: hidden;
}
.carousel-inner-item:hover .img-inner{
	visibility: visible;
	transition: 0.3s ease;
}
.img-inner {
    top: 50%;
    left: 100px;
}
.img-icon {
    display: flex;
    margin-top: 90%;
    align-items: center;
    justify-content: center;
    margin-right: -165%;
}
.love-icon i {
    margin-right: 5px;
    background-color: #000;
    padding: 10px 15px;
    color: #fff;
	transition: 0.3s ease;
}
.love-icon i:hover{
	background-color: #1D9D73;
	color: #fff;
}
.detials i {
    background-color: #000;
    padding: 10px 15px;
    color: #fff;
	transition: 0.3s ease;
}
.detials i:hover{
	background-color: #1D9D73;
	color: #fff;
}
/* sofa area design */
.sofa-content {
	margin-bottom: 50px;
    background-color: #F8F8F8;
    border-radius: 10px;
	transition: 0.3s ease;
}
.sofa-content:hover{
	margin-top: -15px;
}
.sofa-img {
    height: auto;
    overflow: hidden;
}
.sofa-img:hover .sofa-inner-img {
    transform: scale(1.5);
    transition: 0.3s ease;
}
.sofa-info h5 {
    font-size: 24px;
    font-weight: 800;
	margin-top: 20px;
	transition: 0.3s ease;
}
.sofa-info h5:hover{
	color: #1D9D73;
}
.one-btn {
    color: #000;
	transition: 0.3s ease;
}
.one-btn:hover{
	color: #1D9D73;
}
/* client area */
.client-title h2 {
    font-size: 35px;
    font-weight: 800;
}
/* sign up area */
.sign-caption i {
    font-size: 50px;
    color: #fff;
}
.sign-inner-caption h3 {
    font-size: 35px;
    color: #fff;
}
.sign-inner-caption span {
    font-size: 20px;
    color: #fff;
}
.sub-btn {
    background-color: #000;
    padding: 20px;
    height: 56px;
    font-size: 20px;
}
/* footer area */
.footer-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.inner-fotter span {
    line-height: 30px;
    font-weight: 700;
}
.inner-fotter.mt-20 address p{
    line-height: 30px;
    font-weight: 700;
	color: #121212;
	font-size: 18px;
}
.inner-fotter p {
    font-size: 18px;
	color: #121212;
}