/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*Aei-Bannecms start*/
.aei_cmsbanner{
	position: relative;
	text-align: center;
	padding: 80px 0;
    clear: both;
}
.aei_banner-slider {
    position: relative;
}
#aei_banner_inner {
    position: relative;
	margin-bottom: 0;
}
.aei-banner-item {
    float: left;
	padding: 20px 15px;
	position: relative;
    border-radius: 50%;
}
.aei-banner-item::before{
	content: "";
	left: 0;
	top: 6px;
	right: 0;
	margin: 0 auto;
	height: 185px;
	width: 185px;
	position: absolute;
	border-radius: 50%;
	background-color: #f7f7f7;
    
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.aei-banner-item:hover::before{
	background-color: #c2183c;
}
.aei-bannerimage {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.banner-title{
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
}
.banner-title:hover{
	color: #c2183c;
}
.shop-now-btn {
    text-decoration: underline;
    opacity: 0;
    
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.aei-banner-item:hover .shop-now-btn{
	opacity: 1;
	text-decoration: underline;
}
.shop-now-btn::hover{
	color: #c2183c;
}
#aei_banner_inner .slick-slide {
    padding: 0 15px;
}
.aei_cmsbannerimage{
	position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 60px;
    width: 60px;
}
#aeibannerarrows {
    width: 100%;
    top:90px;
    opacity: 0;
    
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.aei_cmsbanner:hover #aeibannerarrows{
	opacity: 1;
}
.aei-details {
    text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}
.aei-title{
    color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.aei-title a:hover{
    color: #c2183c;
}

/*countdown clock*/
#clockdiv{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#clockdiv > div{
	padding: 10px;
	background: #fff;
	display: inline-block;
	height: 61px;
	width: 56px;
}

#clockdiv div > span{
	display: inline-block;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.02px;
}

.smalltext{
	color: #000;
	font-size: 11px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.22px;
	border-top: 1px solid rgba(0,0,0,0.1);
}


/*Aei-Bannecms end*/

/*Aei-Service Start*/
#index #aei_cmsservice{
	margin-bottom: 80px;
	margin-top: 80px;
}
#aei_cmsservice {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 80px;
}
#aei_cmsservice ul{
	margin: 0;
	text-align: center;
}
#aei_cmsservice .aei-service-item {
    float: left;
	width: 27%;
	margin:0;
	position: relative;
	text-align: center;
}
.aei-service-item-inner {
    cursor: pointer;
}
#aei_cmsservice .aei-service-item.fourth {
    width: 18%;
}
#aei_cmsservice .aei-service-item.third {
    width: 28%;
}
.aei-service-item .aei-image-block {
	position: relative;
	margin-right: 10px;
	float: left;
}
.aei-service-item .aei-image-icon {
    display: block;
	height: 40px;
	width: 40px;
}
#aei_cmsservice .aei-service-item:hover{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aei_cmsservice .aei-service-item:nth-child(1) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center 10px;
}
#aei_cmsservice .aei-service-item:nth-child(1):hover .aei-image-icon{ 
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -63px;
}
#aei_cmsservice .aei-service-item:nth-child(2) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -148px;
}
#aei_cmsservice .aei-service-item:nth-child(2):hover .aei-image-icon{
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -225px;
}
#aei_cmsservice .aei-service-item:nth-child(3) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -302px;
}
#aei_cmsservice .aei-service-item:nth-child(3):hover .aei-image-icon{
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -382px;
}
#aei_cmsservice .aei-service-item:nth-child(4) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -462px;
}
#aei_cmsservice .aei-service-item:nth-child(4):hover .aei-image-icon{
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -539px;
}
.service-right {
    display: block;
	vertical-align: top;
	text-align: left;
}
.aei-service-title {
    color: #000;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: normal;
	text-transform: capitalize;
	font-family: 'Sintony', sans-serif;
}
.aei-service-item:hover .aei-service-title{
	color: #c2183c;
}
.aei-service-desc {
   	color: #222;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: capitalize;
}
/* colorbox  */
.main_inline_content{
    display: none;
}
#cboxLoadedContent .content {
    text-align: center;
}
#cboxLoadedContent .content .aei-service-title,#cboxLoadedContent .content span {
    display: block;
    text-transform: capitalize;
}
#cboxLoadedContent .content .aei-service-desc2 {
    font-size: 13px;
    color: #737373;
}
#cboxLoadedContent{
    max-width: 500px;
}
#cboxLoadedContent .content .aei-service-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
    text-align: center;
}
#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #f5f5f5;
}

/*Aei-Service end*/

/*Aei-Topcms start*/

#aeicmstop {
    float: left;
    cursor: pointer;
	position: relative;
}
.cmsdetails{
    color: #444;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 0.96px;
	font-weight: 400;
}
.cmsdetails a{
	color: #444;
}
.cmstop:hover a{
	color: #c2183c;
}

/*Aei-Topcms end*/

/*Aei-Category CMS start*/
#aei_cmscategory{
	text-align: center;
	padding-bottom: 80px;
	padding-top: 80px;
	clear: both;
}
.cat-item-second .aei-cat-details {
    right: 30px;
}
.banner-top {
    position: relative;
}
.cat-details {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 24px;
    bottom: auto;
    text-align: center;
}
.cat-details .aei-cat-desc{ 
	margin: 9px 0 16px;
}
.aei-cat-details {
	left: auto;
	right: 45px;
	margin: 0 auto;
	position: absolute;
	text-align: right;
	top: 55px;
}
.cat-top-btn {
    color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
	padding: 6px 29px;
	background-color: #000;
	float: right;
	margin-right: 50px;
}
.cat-top-btn:hover{
	background-color: #c2183c;
	color: #fff;
}
.right-banner {
    position: relative;
	overflow: hidden;
}
.aei-cat-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.banner-top .aei-cat-image::after, .banner-top .aei-cat-image::before{
	display: none;
}
.aei-cat-image::after{
	background: rgba(255,255,255,.2);
	bottom: 20%;
	content: "";
	left: 20%;
	position: absolute;
	right: 80%;
	top: 80%;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.aei-cat-image::before{
	background: rgba(255,255,255,.2);
	bottom: 80%;
	content: "";
	left: 80%;
	position: absolute;
	right: 20%;
	top: 20%;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.aei-cat-image:hover::before, .aei-cat-image:hover::after{
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.banner-bottom {
	margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.cat-item-first {
    float: left;
    width: 50%;
    padding-right: 15px;
    position: relative;
}
.cat-item-second {
    float: left;
    width: 50%;
    padding-left: 15px;
    position: relative;
}
.aei-cat-image img {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei-cat-title a{
    color: #000;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Sintony', sans-serif;
}
.aei-cat-title a:hover{
	color: #c2183c;
}
.aei-cat-desc {
    color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.28px;
	text-transform: capitalize;
	margin: 9px 0 30px;
}
.aei-cat-shop-btn {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.56px;
	padding: 7px 28px;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-transform: capitalize;
	background-color: #c2183c;
}
.aei-cat-shop-btn:hover{
	background-color: #000;
	color: #fff;
}
/*Aei-Category CMS end*/


/*Aei-Testimonial start*/
#index .aei-cmstestimony{
	display: block;
}
.aei-cmstestimony {
	display: none;
    text-align: center;
    position: relative;
    float: left;
    width: 34.2%;
}
#aeicmstestimony {
    position: relative;
    padding: 30px 0;
    background-color: #f5f5f5;
}
#aeitestimony-slider .slick-dots {
    bottom: -10px;
}
#aeicmstestimony:hover .slick-dots{
	opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aeitestimony-slider {
    margin: 0;
    background-color: #f5f5f5;
}
.aeitestimony-slider .item.cms_face {
    padding: 0;
}
.test-right .desc {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.test-left .test-client {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.test-right {
    padding-bottom: 30px;
}
.ax-testimony-title {
    color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.624px;
	margin-bottom: 30px;
	text-transform: uppercase !important;
	line-height: normal;
	text-align: left;
}
.test-client .name a {
    color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: 'Sintony', sans-serif;
}
.test-client .designation a {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	letter-spacing: 0.78px;
	text-transform: capitalize;
}
.test-client .name:hover a{
    color: #c2183c;
}
.product_inner_cms .desc p {
    color: #5e5e5e;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 1.12px;
	margin-bottom: 0;
}
.aei-cmstestimony .testmonial-image img {
    max-width: 137px;
	max-height: 146px;
	border: 4px solid #c2183c;
}
.testimony-icon {
    margin-top: 15px;
}
/*Aei-Testimonial end*/

/*Aei-Bottom CMS start*/
#aei_cmsbottom {
    width: 14%;
	float: left;
	text-align: left;
}
#aei_cmsbottom .h3{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 15px;
	text-transform: capitalize !important;
	line-height: normal;
	text-align: left;
	font-family: 'Sintony', sans-serif;
}
.aei-cmsbottom-inner {
    margin-bottom: 0;
    margin-top: 20px;
}
.aei-cmsbottom-inner .cmsbottom-image {
    margin-bottom: 15px;
}
/*Aei-Bottom CMS start*/


/*Aei-payment start*/

#aeicmspayment {
    float: right;
}
.payment-block-inner {
    margin: 0;
}
.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

/*Aei-payment end*/

/*Aei-brand logo start*/


.brands {
    display: block;
    padding: 40px 0;
    background: #222;
}
.brands .products {
    position: relative;
}
#aeibrand-slider{margin: 0;}
#aeibrand-slider .slick-dots {
    bottom: -35px;
    opacity: 0;
}
.brands:hover #aeibrand-slider .slick-dots {
    opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.brands #aeibrand-arrows {
    width: 100%;
    top:50px;
    z-index: 1;
    opacity: 0;
    right: 0;
    bottom: auto;
}
.brands #aeibrand-arrows .slick-prev {
    left: 0;
}
.brands #aeibrand-arrows .slick-next {
    right: 0;
}
.brands:hover #aeibrand-arrows {
    opacity: 1;
}
.brands .brand-image img {
    opacity: 0.3;
	margin: 10px auto;	
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.brands .brand-image:hover img {
    opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.brands .item {
    padding: 0 5px;
}

/*Aei-brand logo end*/

/*Custom-Link start*/
#_desktop_links_block_top {
    float: left;
	margin-left: 110px;
	margin-top: 15px;
}
#aei_customlink {
	margin: 0;
}
#aei_customlink li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
}
#aei_customlink li:last-child{
	padding-right: 0;
}
#aei_customlink li a {
    color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
#aei_customlink li a:hover{
	color: #c2183c;
}

/*Aei-parallax cms start*/
#aeicmsparallax{
	text-align: center;
	padding: 80px 0;
	margin-bottom: 115px;
	margin-top:38px;
}
.parallax-text {
    position: relative;
	text-align: center;
	float: right;
}
.parallax-icon {
    margin-bottom: 15px;
}
#aeicmsparallax:hover .parallax-title {
    color: #c2183c;
}
.parallax-title {
    color: #212121;
	font-size: 52px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.parallax-desc {
    color: #666;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.parallax-btn.btn {
    color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.52px;
	padding: 10px 28px;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	background-color: #c2183c;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-transform: uppercase;
	border-radius: 5px;
}
.parallax-btn.btn:hover{
	background-color: #000;
	color: #fff;
}
/*Aei-parallax cms end*/


/*=================== responsive part ======================*/
@media (max-width:1199px) {
	#aei_cmsservice .aei-service-item.third{ width: 26%; }
	#aei_cmsservice .aei-service-item.fourth{ width: 20%; }
	.aei-service-title{ font-size: 14px; }
	.test-right .desc{ width: 100%; }
	.cat-details{top: 15px;}
	.cat-details .aei-cat-desc{margin: 9px 0 0;}
	.aei-cat-desc{margin: 9px 0 10px;}
	.aei-cat-title a{ font-size: 23px; }
	.aei-cat-details{right: 35px; top: 42px;}
	.cat-item-second .aei-cat-details{right: 20px;}
}
@media (max-width: 991px){
	.aei-cmstestimony {
	    text-align: center;
	    position: relative;
	    float: none;
	    width: auto;
	}
	#aei_cmsbottom {
	    width: 100%;
	    float: left;
	    text-align: left;
	}
	#aei_cmsbottom .h3 {
	    padding: 5px 15px;
	    cursor: pointer;
	    line-height: 26px;
	    margin-bottom: 0;
	}
	.aei-cmsbottom-inner {
	    margin-bottom: 0;
	    margin-top: 5px;
	    padding: 0 15px;
	}
	#aeicmstop{display: none;}
	.img-thumbnails{
		width: 45%;
	}
	#aei_cmsservice .aei-service-item.fourth{ width: 60%; }
	#aei_cmsservice .aei-service-item.third{ width: 60%; }
	#aei_cmsservice .aei-service-item{
		float: none;
		width: 60%;
		margin: 15px 0;
		display: inline-block;
		vertical-align: top;
	}
	.aei-service-item .aei-image-block {
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	}
	.service-right {
	    display: inline-block;
	    vertical-align: top;
	}
	.cat-details .aei-cat-desc { margin: 0; }
	#aeicmspayment { float: none; }
}
@media (max-width:850px) {
	.aei-cat-details{ top: 30px; }
}

@media (max-width: 767px){
	.cat-details .aei-cat-desc{display: none;}
	.cat-details{top: 35px;}
	.cat-details .aei-cat-title {
	    display: inline;
	}
	.cat-details .aei-cat-shop-btn{ margin-top: 0; }
	.cat-details-top { top: 50px; }
	.test-right .desc{ width: 100%; }
	.img-thumbnails {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.img-thumbnails .slick-track {
	    width: auto !important;
	    text-align: center;
	}
	.aei-cat-item.left-banner{ margin-bottom: 15px; }
	.aei-cat-item.right-banner, .aei-cat-item.left-banner{ width: auto; }
	.aei-cat-item{
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#index #aei_cmsservice {
	    margin-bottom: 40px;
	    margin-top: 40px;
	}
	.aei-cmstestimony{ margin-bottom: 35px; }
	#aei_cmsservice{margin-bottom: 35px;}
	#aei_cmscategory{ padding: 35px 0; }
	.aei_cmsbanner{padding: 35px 0;}
}
@media (max-width: 575px){
	.banner-top{display: none;}
	.cat-item-second {
	    float: none;
	    width: auto;
	    padding-left: 0;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	}	
	.cat-item-first {
	    float: none;
	    width: auto;
	    padding-right: 0;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 15px;
	}
}
@media (max-width: 479px){
	.shop-now-btn{opacity: 1;}
	#aei_cmsservice .aei-service-item{ width:100%; }
	#aei_cmsservice .aei-service-item.fourth{width: 100%;}
	#aei_cmsservice .aei-service-item.third{ width: 100%; }
}
@media (max-width: 360px){
	.aei-cat-details {
	    top: 15px;
	    right: 15px;
	}
	.aei-cat-title a{ font-size: 16px; }
	.aei-cat-desc{ font-size: 12px; }
}