/* slick arrow */
.arrows {
    width:100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
}
#aei-cmstop-arrows {
    opacity: 1;
    width: 65px;
    right: 90px;
    left: auto;
    top: 15px;
}
#aei_cmscategory #aeicmscategorycms-arrows {
    opacity: 1;
    top: 45%;
}
#aeicmstestimony-arrows {
    top: auto;
    width: 90px;
    bottom: 100px;
    right: 25px;
    opacity: 1;
    left: auto;
}
#aeiaccessories-arrows{
    top: 0;
}
.product-accessories:hover #aeiaccessories-arrows{
    opacity: 1;
}
.testimony-blog:hover #aeicmstestimony-arrows {
    opacity: 1;
}
#aeispecialarrows {
    top: auto;
    bottom: 20%;
    opacity: 1;
    width: 100px;
    left: 0;
    right: 50%;
    margin: 0 auto;
}

#aeicategorytabs .arrows {
    top:-80px;
}
.aei-producttab .arrows {
    top: -80px;
}
.aei-producttab:hover .arrows {
    opacity: 1;
}

.feature-products:hover .arrows,.newproduct:hover .arrows,.product-accessories:hover .arrows,
,#bestseller:hover .arrows,.aei-producttab:hover .arrows,
.special-products:hover .arrows,.homeblog:hover .arrows,#aeicategorytabs:hover .arrows{
    opacity: 1;
}
#index #aeicategorytabs:hover .arrows {
    opacity: 1;
}
.homeblog:hover .arrows {
    opacity: 1;
}

.brands .arrows {
    width: 100%;
    top: 35%;
    opacity: 0;
    background-color: transparent;
}
.brands:hover .arrows{
	opacity: 1;
}


/* services */
#aei_cmsservice{
    display: none;
}
#index #aei_cmsservice {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    display: block;
}
.service-block {
    display: block;
    float: left;
    width: 100%;
}
#aei_cmsservice ul {
    margin: 0;
    float: left;
    width: 100%;
}
#aei_cmsservice .aei-service-item {
    width: 33.33%;
    float: left;
    border-left: none;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 15px 0;

}
#aei_cmsservice .aei-service-item:hover {
    background-color: #222;
}
#aei_cmsservice li:hover{
    /*background-color: #3b959a*/
}  

#aei_cmsservice .aei-image-block {
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#aei_cmsservice #service-item {
    margin: 0;
    width: 100%;
    float: left;
    background: #3b959a;
    border-radius: 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 9px 0;
}

#aei_cmsservice .aei-image-icon {
    display: block;
    background: transparent url("../img/aximage/service-1.svg") no-repeat center center/50px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    height: 50px;
    width: 50px;
}
#aei_cmsservice .aei-service-item:hover .aei-image-icon {
    background: transparent url("../img/aximage/service-1-hover.svg") no-repeat center center/50px;
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
    background-image: url("../img/aximage/service-2.svg");  
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
    background-image: url("../img/aximage/service-2-hover.svg");
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
    background-image: url("../img/aximage/service-3.svg"); 
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
    background-image: url("../img/aximage/service-3-hover.svg"); 
}


#aei_cmsservice .aei-service-item a {
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 18px 0;
}

#aei_cmsservice .service-right {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: left;
    padding: 3px 0 0 19px;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    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_cmsservice .aei-service-item:hover .aei-service-title,#aei_cmsservice .aei-service-item:hover .aei-service-desc{
    color: #ffffff;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 13px;
    font-weight: 400;
    color: #222;
    line-height: 23px;
    letter-spacing:0.14px;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* 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: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
}
#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #ffcd05;
}

/* cms bottom  */
.aei-cmsbottom-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#aei_cmsbottom {
    padding: 40px 0;
}
.cmsbottom-inner {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}
.bottom-text1 {
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    letter-spacing: 0.7px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    display: block;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
}
.aei-cmsbottom-inner:hover .bottom-text1 {
    color: #ffcd05;
}
.bottom-text2{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    letter-spacing: 0.7px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    display: block;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
    padding: 15px 0 40px 0;
}
.cmsbottom-description .btn {
    background-color: #fff;
    color: #000;
}
.cmsbottom-description .btn:hover{
    background-color: #ffcd05;
}
.cmsbottom-description{
    text-align: right;
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}
.cmsbottom-inner .cmsbottom-description::after {
    content: "";
    position: absolute;
    top:-120px;
    right: -120px;
    left: auto;
    background-color: rgba(255,255,255,0.5);
    height: 250px;
    width: 250px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.cmsbottom-inner:hover .cmsbottom-description::after {
    opacity: 1;
    top: -70px;
    right: -70px;
}
.bootom-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.aei-cmsbottom-inner .cmsbottom-inner .bootom-img img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);

    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-cmsbottom-inner .cmsbottom-inner:hover .bootom-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* banner cms block */
.home-content-wrapper-bottom {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    clear: both;
}
.aei_cmsbanner .banner-inner {
    position: relative;
}
.banner-item {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.aei_cmsbanner-details {
    position: relative;
    text-align: center;
    float: right;
}
.aei_cmsbanner{
    display: none;
}
#index .aei_cmsbanner{
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-top: 100px;
}

.banner-offer {
    display: block;
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    color: #c7a15b;
}
.banner-metatitle {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    color: #c7a15b;
}
.aei_cmsbanner-name {
    font-size: 82px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    padding-top: 20px;
    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_cmsbanner-name:hover{
    color: #c7a15b;
}
.aei_cmsbanner-desc {
    font-size: 13px;
    letter-spacing: 1.04px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    padding: 15px 0 60px 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.banner-shopnow.button {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
    font-weight: 500;
    background-color: #000;
    color: #000;
    background-color: #c7a15b;
    padding: 11px 30px;
    z-index: 9;
    position: relative;
    border: 2px solid transparent;
     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.banner-shopnow.button:hover{
    background-color: #000;
    color: #fff;
    border: 2px solid #c7a15b;
}
.aei_cmsbanner .aeibannerblock {
   padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.banner-item {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 0 11px;
}
.aei_cmsbanner  .banner-item .banner-inner-main .banner_icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4);
    opacity: 0;
    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_cmsbanner  .banner-item:hover .banner-inner-main .banner_icon::after {
    opacity: 1;
}
.aei_cmsbanner  .banner-item .banner-inner-main .banner_icon::before{
     content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    opacity: 0;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: transparent url("../img/aximage/banner-icon.svg") no-repeat center/30px;
    text-align: center;
} 
.aei_cmsbanner .banner-item:hover .banner-inner-main .banner_icon::before{
    opacity: 1;
}
.aei_cmsbanner .container {
    position: relative;
}
.aei_cmsbanner .banner-inner-main {
   display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.aei_cmsbanner .banner-inner-main img {
    
}
.aei_cmsbanner .banner-inner-main:hover img {
   
}
.aei_cmsbanner .banner-description{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -20px;
    padding: 0 35px;
    opacity: 0;
    z-index: 1;
    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_cmsbanner .banner-item:hover .banner-description{
    opacity: 1;
    bottom: 0;
}
.aei_cmsbanner .banner-inner-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 10px solid #ffcd05;
    left: 0;
    right: 0;
    opacity: 0;
    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_cmsbanner .banner-inner-main:hover::after {
    opacity: 1;
}
.banner-inner-desc {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.78px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0 0 20px;
    display: block;
    color: #a1a1a1;
}
.banner-desc-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 19px;
    position: relative;
    border-bottom: 2px solid #ffcd05;
    padding: 0 0 3px;
    vertical-align: top;
}
.banner-desc-inner {
    background: rgba(255,255,255,0.9);
    padding: 20px 10px;
}
.aei_cmsbanner .banner-description {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -20px;
    padding: 0 35px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/* testimonial block */


#index .testimony-blog{
    display: block;
}
.testimony-blog .container {
    padding: 0;
}
.testimony-blog{
    display: none;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 90px 0;
    background: url("../img/aximage/testimonial-bg.jpg")no-repeat fixed center center/cover;
}
.testimony-blog #aeicmstestimony {
    position: relative;
}
.testimony-blog #aeitestimony-carousel {
   text-align: center;
    position: relative;
}
#aeicmstestimony {
    text-align: left;
    position: relative;
    width: 51%;
    float: left;
}
#aeitestimony-carousel {
    padding: 0;
    margin: 0;
}
.testimony-blog #aeitestimony-carousel .item.cms_face{
   display: inline-block;
    vertical-align: top;
    padding: 0;
    float: left;
    border: 10px solid #ffcd05;
    background: #fff;
    position: relative;
}
#aeitestimony-carousel .item {
    padding: 0 0 0 60px;
    vertical-align: top;
}

.testimony-blog .test-left {
   
}
.testmonial-image img {
    display: block;
    margin: 0 auto;
    border: 2px solid #ffcd05;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.testimony-blog .desc {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimony-blog:hover .product_inner_cms .name a{
    color: #ffcd05;
}
.testimony-blog .product_inner_cms .designation a {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: capitalize;
}
.testimony-blog .product_inner_cms .desc p {
   color: #a1a1a1;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 80%;
    display: block;
}
#aeicmstestimony .test-icon {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 4px 15px 0 0;
}

.testimony-blog .test-right{
    padding: 15px 0 0;
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .product_inner_cms .name
{
}
.testimony-blog .product_inner_cms .designation
{
    position: relative;
}

.testimony-blog .test-left {
    position: absolute;
    left: -60px;
    top: 55px;
}
.testimony-blog .product_inner_cms {
    padding: 22px 12px 43px 71px;
    float: left;
    text-align: left;
}

.testimony-blog .testimonial-banner {
    background: transparent url("../img/aximage/banner-bg.jpg") no-repeat fixed center/cover;
    padding: 175px 0;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 span{
    color: #ffcd05;
}
.testimony-blog .testimonial-banner .testimonial-description {
    width: 45%;
    margin-left: 79px;
    text-align: center;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 34px;
    text-transform: capitalize;
    line-height: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1:hover{
    color: #ffcd05;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    display: block;
    color: #000;
    line-height: 30px;
    margin: 0 0 50px;
    padding: 0 130px;
}
.testimony-blog .testimonial-banner .testimonial-description .btn {
    padding: 7px 29px;
}

/* paymentcms block */
#aeicmspayment {
    text-align: center;
    float:right;
    z-index: 1;
    position: relative;
    padding-top: 15px;
}
#aeicmspayment .payment-block-inner {
    margin: 0;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
#aeicmspayment li img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#aeicmspayment li img:hover{
}


/* brand logo */
#index .brands {
    display: block;
}
.brands {
    position: relative;
    padding: 75px 0 44px;
    clear: both;
    display: none;
    width: 100%;
}
.brands .brand-image img {
    opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    width: auto;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.brands .brand-image:hover img{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*customlink*/

#_desktop_links_block_top {
    position: relative;
    width: 65%;
    margin: 0;
    float: right;
    padding-top: 10px;
    text-align: right;
}
#aei_customlink{
    margin: 0;
}
#aei_customlink li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}
#aei_customlink li:hover span{
    color: #ffcd05;
}
#aei_customlink li::after{
    content: "|";
    position: absolute;
    top: 7px;
    left: auto;
    right: -5px;
    color: #a1a1a1;
}
#aei_customlink li:last-child::after {
    display: none;
}
#aei_customlink li:first-child{
    padding-left: 0;
}
#aei_customlink li:last-child{
    padding-right: 0;
}
#aei_customlink li span {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.50px;
}
/* top cms */
#aeicmstop{
    position: relative;
    padding:14px 0 14px;
    z-index: 1;
}
.cmstop-block {
    margin: 0;
}
#_desktop_user_info #aeicmstop {
    display: none;
}
.custom_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.cmstop_icon{
    background-image: url("../img/aximage/call.png");
    background-repeat: no-repeat;
    background-position: center;
    height:22px;
    width: 24px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    display: none;
}
.top-text1 {
    color: #ffcd05;
}
#aeicmstop:hover .top-text1{
    color: #000;
}
.customtext {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    position: relative;
    margin: 0;
}
#aeicmstop:hover .customtext{
    color: #ffcd05;
}
#aeicmstop:hover .cmstop_icon{
     background-image: url("../img/aximage/call-hover.png");
}
.customtext .offer-text{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.customtext:hover .offer-text{
    color: #ffcd05;
}
/* video cms */
#aeicmsparallax {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 583px;
    z-index: 1;
    margin-top: 40px;
}
.parallax-image {
    padding: 0;
    position: relative;
}
.section-intro.youtube-video-background {
    display: flex;
    position: relative;
    min-height: 589px;
    background: #000;
}
.section-intro.youtube-video-background iframe {
    opacity: 0.7;
}
.parallax-wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}
#aeicmsparallax::after{
    background: rgba(0,0,0,.4) none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.parallax-text {
    position: absolute;
    left: 352px;
    right: auto;
    top: 30%;
    bottom: 30%;
    margin: 0 auto;
    z-index: 2;
    text-align: left;
}
.parallax-title {
    color: #ffcd05;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.parallax-desc {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
}
.parallax-btn.btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    background-color: #ffcd05;
    padding: 10px 24px;
    margin-top: 42px;
    text-transform: capitalize;
     border: 2px solid transparent;
}
.parallax-btn.btn:hover{
  color: #ffcd05;
  background-color: transparent;
  border: 2px solid #ffcd05;
}
/* category cms */

#index #aei_cmscategory {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 30px;
}
.aei-cmscategory {
    float: left;
    width: 50%;
}

.aei-cat-item {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.aei-cmscategory.second .aei-cat-item{
    margin: 0 0 20px;
}
.aei-cat-item-inner{
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}


.aei-cmscategory-inner li .aei-cat-img{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.aei-cmscategory .aei-cat-item .aei-cat-details {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0 40px;
    top: 28%;
    text-align: left;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.aei-cat-item.first .aei-cat-details{
    padding: 0 0 0 47px;
    top: 34%;
}
.aei-cmscategory .aei-cat-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.aei-cmscategory .aei-cat-item:hover .aei-cat-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    max-width: 100%;
}


.aei-cat-item .aei-cat-name{
   opacity: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    letter-spacing: 0.7px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    display: block;
    text-transform: uppercase;
}
.aei-cat-item:hover .aei-cat-name{
    color: #ffcd05;
}
.aei-cmscategory.first .aei-cat-item.first .aei-cat-name{
    font-size: 30px;
    padding: 0 0 3px;
}

.cat-sub-name{
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.52px;
    color: #a1a1a1;
    text-transform: uppercase;
    padding: 0 0 14px;
    display: block;
}
.cat-sub-name:hover{
    color: #000;
}

.aei-cat-details .btn.cms-btn:hover{
    background-color: #ffcd05;
    color: #000;
}
.cat-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #a1a1a1;
    display: block;
    padding: 33px 0 24px 0;
    position: relative;    
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.btn.cms-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.56px;
    display: inline-block;
    color: #ffffff;
    vertical-align: top;
    transition-duration: 500ms;
    background-color: #222;
    padding: 8px 26px;
    border-radius: 5px;
}
.btn:hover {
    color: #000;
    background-color: #ffcd05;
}
.aei-cmscategory.second .aei-cat-item.second .btn,
.aei-cmscategory.second .aei-cat-item.third .btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    margin: 0;
    vertical-align: top;
    background: transparent;
    padding: 0;
}
.aei-cmscategory.second .aei-cat-item.second .btn::before,
.aei-cmscategory.second .aei-cat-item.third .btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #122c1b;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
}
.aei-cmscategory.second .aei-cat-item.second .btn::after,
.aei-cmscategory.second .aei-cat-item.third .btn::after{
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 0 0 7px;
}
#aei_cmscategory .aei-cat-item .aei-cat-img img { 
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.aei-cat-img{
    display: inline-block;
    vertical-align: top;
    position: relative;
     -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
#aei_cmscategory .aei-cat-item-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#aei_cmscategory .aei-cat-item-inner:hover::after {
    border-color: #ffcd05;
}
#aei_cmscategory .aei-cat-item:hover .aei-cat-img::after,#aei_cmscategory .aei-cat-item:hover .aei-cat-img::before{
    opacity: 0;
    transition: all 1s ease;
    left: 0;
    top: 0;
}
#aei_cmscategory .aei-cat-item:hover .aei-cat-img::before{
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
/* responsive */
@media (max-width:1700px){
  
}
@media (max-width:1349px){
   
}
@media (max-width:1400px){
   
}
@media (max-width:1349px){
   
    
}
@media (max-width:1199px) {
   .brands{
        padding: 40px 0 10px;
   }
   .testimony-blog #aeicmstestimony{
    width: 60%;
   }
}
@media (max-width:991px) {
    .banner-desc-title{
        font-size: 14px;
    }
    .testimony-blog #aeicmstestimony {
        width: 70%;
    }
    .aei_cmsbanner .banner-description{
        opacity: 1;
        bottom: 0;
    }
    .btn.cms-btn{
        padding: 6px 20px;
        font-size: 12px;
    }
    #aeibannercms-arrows {
        opacity: 0;
    }
    .brands .arrows{
        top: 35%;
        opacity: 1;
    }
    #index .aei_cmsbanner {
        padding-top: 50px;
    }
    .aei_cmsbanner_block {
        padding: 50px 15px 15px 15px;
    }
    .aei_cmsbanner{
        margin: 0;
    }
    .aei-image-block{
        float: none;
    }
    #aei_cmsservice li .aei-service-item-inner {
        display: inline-block;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .banner-image{
        padding: 0 0 10px 0;
        text-align: center;
    }
    .banner-text-name{
        padding:0;
    }
    .banner-text {
        padding: 14px 0 5px 0;
    }
    
    .testimony-detail{
        width: 100%;
        text-align: center;
    }
    #_desktop_links_block_top{
        width: 100%;
        text-align: center;
    }
    .homeblog .arrows {
        top: 0;
    }
    #index .testimony-blog{
        margin: 0;
    }
    #aei_cmsservice li{
        width: 50%;
        padding: 0;
    }
    #aei_cmsservice .service-right{
        padding-bottom: 30px;
        float: none;
        text-align: center;
        display: block;
        padding:10px 0 0 0;
    }
    #aei_cmsservice .service-right .aei-service-title{
        font-size: 13px;
    }
    #aei_cmsservice{
        margin: 0;
    }
    #aei_cmscategory .aei-cat-item .aei-cat-img img{
        width: auto;
    }
    #index #aei_cmscategory{
        padding-bottom: 0;
    }
    .aei-producttab .arrows {
        top: -70px;
    }
    #aei_cmsservice li .aei-image-block::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #aeicategorytabs .arrows {
        top: -70px;
    }
    .arrows{
        opacity: 1;
    }
    .homeblog .arrows{
        opacity: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 100%;
    }
    .brands{
        margin:0;
        padding: 20px 0 20px;
    }
    #aeicmspayment{
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    #aei_cmsbottom{
        display: none;
    }
    .testimony-blog .testimonial-banner .testimonial-description{
        margin: 0;
        width: 100%;
    }
    .category-main .category-main-desc{
        padding: 0 25px;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before {
        padding: 0 0 0 0;
        font-size: 130px;
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details {
        padding: 0 87px 0 0;
    }
    .testimony-blog .testimonial-banner{
        padding: 100px 0;
    }
}
@media (max-width:767px) {
    .testimony-blog{
        padding: 50px 0;
    }
    #aeicmstestimony-arrows {
        top: auto;
        width: 90px;
        bottom: 70px;
        right: 0;
        opacity: 1;
        margin: 0 auto;
        left: 0;
    }
    .testimony-blog .test-left {
        position: relative;
        left: 0;
        top: 10px;
    }
    #aeicmstestimony .test-icon{
        margin: 30px 0 20px 0;
        text-align: center;
        width: 100%;
    }
    .testimony-blog .product_inner_cms{
        text-align: center;
        padding: 0;
    }
    .testimony-blog #aeitestimony-carousel .item.cms_face{
        padding: 20px 0 70px;
    }
    .testimony-blog .product_inner_cms .desc p{
        text-align: center;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .testimony-blog .test-right{
        text-align: center;
        width: 100%;
    }
    .testimony-blog #aeicmstestimony {
        width: 100%;
    }
    .banner-item{
        width: 100%;
        text-align: center;
    }
    .banner-item:nth-child(2){
        margin: 20px 0;
    }    
   .aei-cmscategory{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
   }
   .aei-cmscategory.second {
        margin: 0;
    }
    .btn.cms-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media (max-width:580px) {
    #aei_cmsservice .aei-service-item{
        width: 100%;
    }
    #aei_cmsservice li .aei-service-item-inner{

        padding: 0;
    }
    .brands{
        padding: 0;
    }
    #index .aei_cmsbanner{
        margin-top: 30px;
    }
    .block_newsletter {
        padding: 30px 0 0 0;
    }
    #index .home-content-wrapper-bottom {
        padding-top: 20px;
    }
    .tabs .nav-tabs .nav-link::before {
        display: none;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows{
        top:-70px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90px;
    }
    #aeicategorytabs .arrows{
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90px;
    }
    .banner-item .aei-banner-shop-btn{
        padding: 15px 15px;
    }
    .banner-inner .banner-description .banner-text-desc{
        padding-bottom: 20px;
    }
    .aei_cmsbanner .banner-description .banner-cms-btn{
        float: none;
    }
    .banner-inner .banner-description .banner-text-name {
        font-size: 35px;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
    .aei_cmsbanner .banner-description .banner-cms-shopnow{
        display: none;
    }
    .banner-inner .banner-description .banner-text{
        line-height: normal;
    }
    .banner-inner .banner-description{
        top: 30px;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
}
@media (max-width:479px) {
    .newsletter-inner{
        padding: 50px 30px;
    }
    .homeblog .arrows {
        top: -10px;
    }
    #aeitestimony-carousel .item{
        padding: 0;
    }
    .cat-sub-name{
        padding: 10px 0 10px 0;
    }
    .testimony-blog .product_inner_cms .designation::after {
        display: none;
    }
    .testimony-blog .product_inner_cms .designation{
        padding: 0;
        display: block;
    }
    .btn.cms-btn{
        margin-top: 10px;
        padding: 6px 20px;
        font-size: 12px;
    }
    .cat-sub-name{
        display: none;
    }
    .parallax-title{
        font-size: 32px;
        line-height: normal;
    }
    .parallax-desc{
        font-size: 22px;
        line-height: normal;
    }
    .parallax-btn.btn{
        margin-top: 22px;
        font-size: 12px;
        padding: 5px 14px;
    }
    .parallax-text{
        top: 10%;
    }
    #aeicmsparallax {
        height: 250px;
        margin-top: 20px;
    }
    #index #aei_cmscategory{
        padding-top: 30px;
    }
    #index .aei_cmsbanner {
        margin-top: 20px;
    }
    .aei_cmsbanner .banner-item .banner-inner-main .banner_icon::before {
        top: 35%;
    }
    #index .home-content-wrapper-bottom {
        padding-top: 0;
    }
    .time{
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #000;
    }
    .time::after {
        display: none;
    }
    .days {
        font-size: 12px;
    }
    .count-inner > div{
        padding:0 15px 0 0;
    }
    .aei_cmsbanner-desc {
        padding: 15px 20px 40px 20px;
    }
    #aeispecialarrows {
       top: 10px;
       width: 90px;
    }
    #aeicategorytabs .arrows {
        top: -65px;
        left: 0;
        right: 0;
    }
    #aeibannercms-arrows{
        width: 100%;
    }
     .banner-inner .banner-description .banner-text-desc{
        display: none;
    }
    .banner-inner .banner-description .banner-text-name {
        text-align: center;
    }
    .banner-inner .banner-description .banner-text{
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top: -65px;
    }
    .aei_cmsbanner .banner-description .banner-text-second {
        font-size: 13px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        margin: 0;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        margin: 0 0 20px;
    }
    .aei_cmsbanner .banner-inner-main .banner-description::after{
        display: none;
    }
    .category-main .category-main-desc{
        padding: 0;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before{
        font-size: 90px;
        top: 50px;
    }
    .arrows{
        top: 90px;
        left: 0;
        margin: 0 auto;
        width: 100px;
    }
    #aeiaccessories-arrows {
        top: 60px;
    }
    #aeicmscategorycms-arrows{
        width: 100%;
    }
    #aei_cmsservice{
        padding: 20px 0 10px 0;
    }
    .testimony-blog .test-left {
        padding-bottom: 15px;
    }
    #aei_cmsservice li {
        width: 100%;
        padding: 20px 0;
    }
    .aei_cmsbanner .banner-inner{
        margin: 20px 0 0;
        width: 100%;
    }
}
@media (max-width:320px) {
    
}