/*
  Theme Name: Name - Fashion Gallery HTML Template
  Author: ashikurrahman5800@gmail.com
  Support: ashikurrahman5800@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=Poppins:wght@400;500;600;700&display=swap');

body {
    color: #777777;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
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: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	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, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}
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;
}
*::-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 {
	-moz-user-select:none;
	background: #e03a28 no-repeat;
	color: #fffefe;
	cursor: pointer;
	font-size: 23px;
	font-weight: 600;
	padding: 20px 45px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 0;
}
.btn:hover{
	color:none;
	border: 0;
}
.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: #7DBA2F;
	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;
}




/* header-area */


.header-top-area {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}
.welcome-massege span {
	color: #6e6e6e;
	font-size: 12px;
}
.header-top-right ul{
	display: inline-block;
}
.header-top-right ul li {
	display: inline-block;
	position: relative;
	margin-left: 25px;
}
.header-top-right ul li a {
	font-size: 12px;
	line-height: 20px;
	color: #6e6e6e;
}
.mar {
	position: absolute;
	top: 5px;
	right: -14px;
}
.header-top-right ul li::before {
	position: absolute;
	top: 3px;
	content: "";
	background: #ddd;
	left: -10px;
	height: 20px;
	width: 1px;
}
.header-top-right ul li.toggle:first-child:before{
	background: 0;
}
.header-top-right ul li a i{
	margin-right: 3px;
}

.header-top-right ul li ul {
	position: absolute;
	left: -10px;
	top: 137%;
	width: 150px;
	border-top: 2px solid #c38748;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	display: none;
}
.header-top-right ul li ul li{
	display: block;
	margin-left: 0;
}
.header-top-right ul li ul li:before{
	display: none;
}
.header-top-right ul li ul li a{
	padding: 5px 0;
	text-transform: uppercase;
}


.main-menu ul li{
	display: inline-block;
	position: relative;
}
.main-menu ul li a{
	font-weight: 600;
	color: #252525;
	display: block;
	padding: 15px 19px;
	text-transform: uppercase;
}
.main-menu ul li ul{
	left: -10px;
	top: 110%;
	width: 235px;
	padding: 10px;
	flex-wrap: wrap;
	background-color: #ffffff;
	border-top: 2px solid #c38748;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	transition: all 0.4s ease 0s;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	color: #666666;
	visibility: hidden;
	opacity: 0;
	z-index: 3000;
}
.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.main-menu ul li ul li{
	display: block;
}
.main-menu ul li ul li a {
	font-weight: 400;
	font-size: 13px;
	transition: .3s;
	color: #666666;
	padding: 6px 19px;
}
.main-menu ul li ul li a i {
	margin-right: 4px;

}
.main-menu ul li ul li a:hover{
	color: #FFCE7C;
}

.main-menu ul li.submenu ul.submenu-01 {
	left: -366px;
	top: 102%;
	width: 1108px;
	padding-bottom: 90px;
}
.main-menu ul li.submenu ul.submenu-01.pages {
	left: -446px;
	top: 102%;
	width: 1108px;
	padding-bottom: 90px;
}
.main-menu ul li.submenu ul.submenu-02 {
	left: -80px;
	top: 102%;
	background: 0;
	border: 0;
	box-shadow: none;
}
.submenu-02 a.mega-title {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 14px;
}
.submenu-01 a.mega-title {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 14px;
	width: 214px;
	margin-bottom: 10px;
}
.header-icon a {
	width: 32px;
	height: 32px;
	border: 2px solid #252525;
	padding: 0;
	transition: all 0.3s ease 0s;
	padding: 5px 9px;
}
.header-icon a i{
	line-height: 28px;
	color: #252525;
	background-color: transparent;
	text-align: center;
}
.header-icon {
	margin-top: 11px;
}
.header-icon .coleo span {
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 500;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: -11px;
	text-align: center;
	text-shadow: 0 0 0;
	top: -10px;
	width: 20px;
}
.header-icon a.coleo {
	width: 32px;
	height: 32px;
	padding: 0;
	padding: 5px 9px;
	border: 2px solid #c38748;
	color: #c38748;
	background-color: transparent;
	text-align: center;
	position: relative;
	transition: all 0.3s ease 0s;
}
.main-menu ul li.submenu ul.submenu-03 {
	left: 221px;
	top: 105%;
	background: 0;
	border: 0;
	box-shadow: none;
}
.submenu-03 img {
	width: 220%;
}
.art img {
	width: 115%;
}
.art {
	margin-left: 250px;
}
.submenu-04 a.mega-title {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 14px;
	width: 214px;
	margin-bottom: 10px;
}
.main-menu ul li.submenu ul.submenu-04 {
	left: 221px;
	top: 105%;
	background: 0;
	border: 0;
	box-shadow: none;
}


/* serach */
.modal-backdrop.show {
	opacity: 0;
}
.modal-content {
	background: none;
	border: 0;
}
.modal-body input {
	padding: 8px 15px;
	border: 0;
}
.modal-body {
	background: #fff;
	width: 366px;
	padding: 0;
	border: 2px solid #000;
}
.modal-body button {
	background: none;
	border: 0;
	color: #000;
	font-size: 15px;
	margin-left: 25px;
}
.modal-body button i{
	line-height: 24px;
	transition: .3s;
	cursor: pointer;
}
.modal-body button i:hover{
	color: #FFCE7C;
}
.modal-dialog {
	position: absolute;
	right: 169px;
	top: 90px;
}



/* nivo-slider */
.nivo-directionNav {
	display: none;
}
  .nivo-control {
	margin-right: 14px;
}

.preview-1 .nivo-controlNav a.active {
	background: #ffffff;
	border-color: #c38748;
	cursor: pointer;
}
.preview-1 .nivo-controlNav a {
	border: 5px solid #fff;
	display: inline-block;
	height: 18px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 18px;
	line-height: 8px;
	background: #3c3c3c;
	cursor: pointer;
	position: relative;
	border-radius: 100%;
	opacity: 0;
	z-index: -999;
	bottom: 60px;
}
.preview-1 .nivo-controlNav a:hover {
	cursor: pointer;
}
.preview-1:hover .nivo-controlNav a {
	opacity: 1;
	z-index: 999999;
}
.nivo-control.active:hover {
	background: none;
}
.preview-1 .nivo-controlNav a:hover{
	background: #c38748;
}



/* service-area */
.service-img i {
	color: #c38749;
	font-size: 55px;
	font-weight: 50;
	float: left;
	margin-right: 20px;
}
.service-content h4 {
	color: #484848;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	line-height: 1;
}
.service-content p {
	color: #666;
	font-size: 14px;
	margin: 0;
}
.service-area{
	border-bottom: 1.5px solid #DFDFDF;
}



/* featured-area */
.section-title h3{
	font-size: 24px;
	color: #262b32;
	font-weight: 600;
}
.product-img{
	position: relative;
}
.product-img > a{
	display: block;
	position: relative;
}

img.secondary{
	left: 0;
	top: 0;
	position: absolute;
	transform: scaleX(0);
	transition: .3s;
}
.product-wrapper:hover img.secondary{
	transform: scaleX(1);
}
.product-action{
	position: absolute;
	background: #484848 none repeat scroll 0 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease 0s;
	z-index: 9;
}
.product-wrapper:hover .product-action{
	transform: scaleY(1);
}
.product-action a{
	border: 1px solid #c38749;
	color: #c38749;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 1px;
	width: 40px;
}

.product-action a:hover{
	background: #c38749;
	color: #fff;
}
.new{
	position: absolute;
	background: #1ea6b6;
	color: #fff;
	padding: 2px 6px;
	text-transform: uppercase;
	top: -1px;
	transform: rotate(90deg);
	z-index: 999;
}
.new.sale{
	background: #c38749;
	left: 35px;
	padding: 2px 3.8px;
}
.product-content{
	margin-top: 20px;
}
.product-title{
	line-height: 10px;
}
.product-title a{
	color: #444;
	font-size: 14px;
	font-weight: 400;
}
.product-rating{
	float: left;
	color: #999;
}
.product-price{
	float: right;
}

.single-slider {
	float: left;
	width: 24%;
	margin-left: 10px;
}
.slick-arrow {
	background: #484848 none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 47px;
	left: 15px;
	border: 0;
	line-height: 47px;
	margin: -40px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease 0s;
	width: 47px
}
.slick-arrow:hover{
	background: #c38748;
}
.product-carousel.mt-40.slick-initialized.slick-slider:hover .slick-arrow {
	opacity: 1;
}
.slick-prev.slick-arrow {
	z-index: 999;
	left: 11px;
}
.slick-slide img {
	display: block;
	width: 100%;
}
.slick-next.slick-arrow {
	left: 1063px;
}
.slick-list.draggable {
	padding-top: 20px;
}
/* featured-area end */


/* deal-area start */
.text-white  h3{
	color: #fff;
	position: relative;
}
.text-whit h3::before{
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #c38749;
	bottom: 0;
}


#testimonial {
    background: #F63854;
}

.section-padding {
    padding: 60px 0;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.testimonial-item {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 30px 20px;
}

.img-thumb {
    margin: 15px;
    text-align: center;
}

.img-thumb img {
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    width: inherit !important;
    margin: auto;
}

.info h2 a,
.info h3 a {
    color: #333;
}

.info h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 30px;
    margin: 0;
}

.info h3 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 10px;
}

.description p {
    color: #333;
}

.star-icon span i {
    color: #F63854;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F63854;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #fff;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
}


.item {
	padding-top: 20px;
}




.section-padding .product-img {
	position: relative;
	width: 255px;
	float: left;
}
.section-padding .product-action {
	position: absolute;
	background: none;
	bottom: 40px;
	text-align: center;
	padding: 10px 0;
	transform: scaleY(1);
	transform-origin: top;
	transition: all 0.3s ease 0s;
	z-index: 9;
	left: -18px;
}
.section-padding .product-content {
	position: relative;
	background: #fff;
	width: 255px;
	float: left;
	height: 337px;
	margin: 0;
	padding: 20px 18px;
}
.section-padding .product-action a{
	border: 1px solid #c38749;
	color: #c38749;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 1px;
	width: 40px;
}

.section-padding .product-rating {
	float: none;
	padding-bottom: 20px;
}
.section-padding .p-tag {
	padding-top: 15px;
	border-top: 1px solid #EBEBEB;
}
.section-padding .product-title a {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}
.section-padding .product-action a:hover{
	background: #c38749;
	color: #fff;
}
.section-padding .p-tag p {
	color: #222;
	font-size: 12px;
	font-weight: 300;
	margin-right: 15px;
}
.section-padding .product-price {
	float: none;
}
.section-padding .product-price span {
	color: #c38748;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.section-padding .product-price .old-price {
	color: #838383;
	font-weight: 300;
	text-decoration: line-through;
	display: inline-block;
	letter-spacing: 3px;
	font-size: 13px;
}
.section-padding .new{
	position: absolute;
	background: #1ea6b6;
	color: #fff;
	padding: 2px 6px;
	text-transform: uppercase;
	top: -1px;
	transform: rotate(90deg);
	z-index: 999;
}
.section-padding .new.sale{
	background: #c38749;
	left: 35px;
	padding: 2px 3.8px;
}

.product-img-menu {
	position: absolute;
	bottom: 9px;
	display: flex;
	background: #c38749;
	left: 7px;
	padding: 10px 20px;
}
.product-img-menu li {
	font-size: 14px;
	color: #fff;
	margin-right: 21px;
	margin-bottom: 0;
	position: relative;
}
.product-img-menu li p{
	color: #fff;
	margin: 0;
	font-size: 12px;
}
.product-img-menu li::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 16px;
	left: -15px;
	top: 7px;
}
.product-img-menu li:first-child::before{
	background: none;
	opacity: 0;
}