/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.product-accessories:hover #aeiaccessories-arrows {
    opacity: 1;
}
#aei-cmstop-arrows {
    opacity: 1;
    width: 65px;
    right: 90px;
    left: auto;
    top: 15px;
}
#topcms-arrow {
    opacity: 1;
    width: 80px;
}
#aei_cmscategory #aeicmscategorycms-arrows {
    opacity: 1;
    top: 45%;
}
#aeicmstestimony-arrows {
    top: 30px;
}
#aeibottomcms-arrows {
    top: 40%;
}

.testimony-blog:hover #aeicmstestimony-arrows {
    opacity: 1;
}
#aeispecialarrows {
    top: 30px;
    opacity: 0;
    width: 90px;
    left: auto;
    right: 20px;
    margin: 0 auto;
}
.special-products:hover #aeispecialarrows {
    opacity: 1;
}
#aeicategorytabs .arrows {
    top:-97px;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
    top:-70px;
}

.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;
}
.homeblog .arrows {
    top: -50px;
    opacity: 0;
    width: 70px;
}
.brands .arrows {
    width: 100%;
    top: 35%;
    opacity: 0;
    background-color: transparent;
}
.brands:hover .arrows{
	opacity: 1;
}


/* services */
#aei_cmsservice{
    padding: 59px 0 50px 0;
    clear: both;
    background-color: #f5f5f5;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.1) inset;
    margin: 80px 0 120px;
}
#aei_cmsservice li {
    width: 25%;
    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;
}
.aei-service-item.fourth {
    padding-left: 60px;
}
.aei-service-item.third {
    padding-left: 30px;
}
#aei_cmsservice ul {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
#aei_cmsservice li .aei-service-item-inner {
    display: block;
}
.aei-image-block {
    display: block;
    float: left;
    position: relative;
}
.aei-image-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#aei_cmsservice .aei-image-icon .service-icon{
    position: relative;
    width: 35px;
    height: 35px;
    float: left;
    display: inline-block;
    background: transparent url("../img/aximage/services.png") no-repeat center center;
    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.first .aei-image-icon .service-icon{
    background-image:url("../img/aximage/service-1.png");
}
#aei_cmsservice .aei-service-item.first:hover .aei-image-icon .service-icon{
   background-image:url("../img/aximage/service-1-hover.png");
}
#aei_cmsservice .aei-service-item.second .aei-image-icon .service-icon{
    background-image:url("../img/aximage/service-2.png");
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon .service-icon{
   background-image:url("../img/aximage/service-2-hover.png");
}
#aei_cmsservice .aei-service-item.third .aei-image-icon .service-icon{
   background-image:url("../img/aximage/service-3.png");
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon .service-icon{
   background-image:url("../img/aximage/service-3-hover.png");
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon .service-icon{
    background-image:url("../img/aximage/service-4.png");
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon .service-icon{
   background-image:url("../img/aximage/service-4-hover.png");
}
#aei_cmsservice .service-right {
    text-align: left;
    float: left;
    padding-left: 20px;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    margin: 8px 0 8px;
    color: #000;
    line-height: normal;
}
#aei_cmsservice li:hover .aei-service-title{
    color: #0094d9;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: normal;
    letter-spacing: 1.08px;
    display: block;
}
/* 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: #0094d9;
}

/* cms bottom  */
#aei_cmsbottom .container {
    width: 1830px;
}
#aei_cmsbottom {
    position: relative;
    float: left;
    width: 100%;
}
#aei_cmsbottom .aeibottomblock {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.bottom-item {
    position: relative;
    z-index: 0;
    vertical-align: top;
    float: left;
    padding: 0 10px;
}
.aei_cmsbottom .bottom-inner-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    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 .bottom-inner-main 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 .bottom-inner-main:hover 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);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bottom-description{
   position: absolute;
   left: 0;
   right:0;
   text-align: center;
   top: 40%;
}
.aei-bottom-shop-btn{
    display: inline-block;
    vertical-align: top;
    background-color:#f3d549;
    color: #0094d9;
    padding:14px 45px;
     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-bottom-shop-btn:hover{
    background-color: #0094d9;
    color: #fff;
}
/* banner cms block */

.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:39.04%;
    float: left;
}
.aei_banner_inner {
    margin: 0;
}
.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 {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.banner-item {
    position: relative;
    z-index: 0;
}
.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, 148, 217, 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: 42%;
    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/40px;
    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 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    display: inline-block;
    vertical-align: top;
     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 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_cmsbanner .banner-inner-main:hover 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);
    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-description{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    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;
}

.aei_cmsbanner .banner-inner-main:hover .banner-description .banner-text-first{
    color: #c7a15b;
}
.aei_cmsbanner .banner-description {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.2px;
    display: block;
    line-height: 32px;
    text-align: left;
    padding: 0 0 0 6px;
    position: absolute;
    top: 15%;
    left: auto;
    right: 60px;
    text-align: right;
    padding: 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-item .banner-inner-first:hover .banner-description , 
.aei_cmsbanner .banner-item .banner-inner-sec:hover .banner-description , 
.aei_cmsbanner .banner-item .banner-inner-third:hover .banner-description {
    top: 25%;
}
.aei_cmsbanner .banner-item .banner-inner-first .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-sec .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-third .banner-text-name::after{
    content: "";
    background-color: #fff;
    width: 109px;
    height: 1px;
    position: absolute;
    right: -40px;
    left: auto;
    top: 45px;
    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 .banner-inner-first:hover .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-sec:hover .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-third:hover .banner-text-name::after{
    opacity: 1;
    right: 0;
}
.banner-text-name{
    display: block;
    color: #fff;
    text-align: right;
    font-size: 24px;
    letter-spacing: 1.44px;
    font-weight: 700;
    line-height: 24px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: relative;
    padding: 0 0 40px 0;
    text-transform: uppercase;
}
.banner-text-desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: normal;
    font-weight: 400;
    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;
    color: #fff;
    text-transform: uppercase;
}
.aei_cmsbanner .banner-description .banner-cms-btn {
    background: transparent url("../img/aximage/Buttons.png") no-repeat center center;
    height: 55px;
    width: 55px;
    background-color: transparent;
    border-radius: 50%;
    border:2px solid #000;
    font-size: 0;
    letter-spacing: 0;
    line-height: normal;
    padding: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;
    float: left;
}
.aei_cmsbanner .banner-description .banner-cms-shopnow {
    position: absolute;
    left: -20px;
    right: auto;
    opacity: 0;
    top: auto;
    bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    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-description .banner-cms-shopnow:hover{
    color: #c7a15b;
}
.aei_cmsbanner .banner-description:hover .banner-cms-shopnow{
    left: 75px;
    opacity: 1;
}
.aei_cmsbanner .banner-description .cms-btn {
    opacity: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    display: inline-block;
    line-height: 25px;
    padding: 0;
    color: #fff;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding: 5px 27px;
    border: 1px solid #fff;
    margin-top: 40px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -200px;
}
.aei_cmsbanner .banner-description .cms-btn:hover{
   color: #fff;
    background-color: #000;
    border-color: #000;
}
.aei_cmsbanner .banner-inner-main:hover .cms-btn{
    opacity: 1;
    bottom: -80px;
}
.aei_cmsbanner .banner-description:hover .banner-cms-btn{
     border:2px solid #c7a15b;
}

/* testimonial block */

.home-content-wrapper-bottom {
    position: relative;
    display: none;
}
#index .home-content-wrapper-bottom {
    display: block;
}
#index .testimony-blog{
    display: block;
}
.testimony-blog .container {
    padding: 0;
}
.testimony-blog{
    display: none;
    width: 30.48%;
    float: left;
    padding: 34px 15px 0 0;
}
.testimony-blog #aeicmstestimony {
    position: relative;
}
.testimony-blog #aeitestimony-carousel {
   text-align: center;
    position: relative;
    margin: 0;
}
.testimony-blog .item.cms_face {
    position: relative;
    padding: 0;
}
.testimony-blog .test-left {
   
}
.testmonial-image img {
    display: block;
    margin: 0 auto;
    border: 3px solid #0094d9;
    border-radius: 50%;
    height: 108px;
    width: 108px;
}
.testimony-blog .desc {
   padding-top: 15px;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    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: #006a9c;
}
.testimony-blog .product_inner_cms .designation a {
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: capitalize;
}
.testimony-blog .product_inner_cms .desc p {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.78px;
}
.test-icon img {
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 5px;
}
.testimony-blog .test-right{
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .product_inner_cms .name
{
    text-align:left;
}
.testimony-blog .product_inner_cms .designation
{   
    text-align: left;
}
.testimony-blog .product_inner_cms {
    padding: 30px 0 0;
}

.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: #006a9c;
}
.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: #006a9c;
}
.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: 7px;
}
#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%;
    background-color: #f5f5f5;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.1) inset;
    margin-top: 104px;
}
.brands .brand-image img {
    opacity: 0.2;
    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;
}
/*customlink*/

#_desktop_links_block_top {
    position: relative;
    width: 65%;
    margin: 0;
    float: left;
}
#aei_customlink{
    margin: 0;
}
#aei_customlink li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}
#aei_customlink li:hover span{
    color: #f4cf27;
}
#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: 25px 0 8px;
    z-index: 1;
}
#_desktop_user_info #aeicmstop {
    display: none;
}
.custom_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.top-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;
    margin-right: 15px;
}
#aeicmstop:hover .top-icon{
    background-image: url("../img/aximage/call-hover.png");
}
.customtext {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    position: relative;
    padding-left: 15px;
}
#aeicmstop:hover .text1 {
    color: #0094d9;
}

#aeicmstop:hover .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: #0094d9;
}
/* 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: #0094d9;
    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: #0094d9;
    padding: 10px 24px;
    margin-top: 42px;
    text-transform: capitalize;
     border: 2px solid transparent;
}
.parallax-btn.btn:hover{
  color: #0094d9;
  background-color: transparent;
  border: 2px solid #0094d9;
}
/* category cms */

#index #aei_cmscategory {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 30px;
}
.aei-cmscategory {
    float: left;
}
.aei-cmscategory.first {
    width:60.15%;
}
.aei-cmscategory.second {
    width: 39.85%;
}
.aei-cat-item {
    position: relative;
    overflow: hidden;
    text-align: center; 
    padding: 0 15px;
}
.aei-cmscategory.second .aei-cat-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 67px 0 0;
    text-align: right;
}
.aei-cmscategory.first .aei-cat-item:nth-child(2) {
    margin-top: 100px;
}
.aei-cat-item-inner{
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.aei-cmscategory.second .aei-cat-item-inner {
    overflow: visible;
}
.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.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 {
    text-align: right;
    position: relative;
    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;
    float: left;
    width: 27.4%;
     padding:15% 15px 0 0;
}
.aei-cmscategory.second .aei-cat-details {
    position: absolute;
    right: 30px;
    top: 20px;
    width: auto;
    padding: 0;
}
.aei-cmscategory .aei-cat-img {
    float: left;
    width: 72.6%;
    overflow: hidden;
    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-cmscategory .aei-cat-img img {
    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-cmscategory.second .aei-cat-img {
    width: auto;
}

.aei-cmscategory .aei-cat-item:nth-child(2) .aei-cat-details {
    text-align:left; 
    padding:15% 0 0 15px;
}
.cat3-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    text-orientation: upright;
    writing-mode: sideways-rl;
    left: auto;
    right: -42px;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
}
.aei-cmscategory .aei-cat-item:nth-child(2) .btn.cms-btn{
    text-align: left;
}
.aei-cat-item .aei-cat-name,.cat-sub-name{
   opacity: 1;
    font-size: 24px;
    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;
}
.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;    
    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-cmscategory.first .cat-desc::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -65px;
    width: 100px;
    height: 1px;
    background-color: #000;    
    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-cmscategory.first .aei-cat-item:hover .cat-desc::after {
    right: 0;
}
.aei-cmscategory.first .aei-cat-item:nth-child(2) .cat-desc::after {
    left: -65px;
}
.aei-cmscategory.first .aei-cat-item:nth-child(2):hover .cat-desc::after {
    left: 0;
}
.aei-cmscategory.second .aei-cat-item .cat-desc::after {
    left: -65px;
    right: auto;
}
.aei-cmscategory.second .aei-cat-item:hover .cat-desc::after {
    left: 0;
    right: auto;
}
.btn.cms-btn {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    background-color: transparent;
    color: #0068a5;
    text-decoration: underline;
    padding:0;
    display: inline-block;
    text-align: right;
    padding-right: 30px;
    background: url("../img/aximage/shopnow-arrow.png")no-repeat right;
}
.aei-cmscategory.second .btn.cms-btn {
    margin-top: 20px;
}
.btn.cms-btn:hover{
    color: #000;
}
#aei_cmscategory .aei-cat-item:hover .aei-cat-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);
    filter: grayscale(100%);

    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* responsive */
@media (max-width:1700px){
  
}
@media (max-width:1349px){
   #aeispecialarrows{
    top: 10px;
    left: 50%;
    right: 0;
   }
   .aei-cmscategory.second .aei-cat-item{
     margin-bottom: 24px;
   }
   .banner-inner-main{
    padding-left: 0;
   }
   .aei-service-item.third {
        padding-left: 25px;
    }
    .aei_cmsbanner_block{
        padding: 90px 15px 90px 15px;
    }
}
@media (max-width:1400px){
   
}
@media (max-width:1349px){
    
    .aei-cmscategory.first .aei-cat-item:nth-child(2) {
        margin-top: 20px;
    }
    #aei_cmsservice .service-right{
        padding-left: 0;
    }
    #aeispecialarrows {
        top: 30%;
        bottom: auto;
        opacity: 1;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width:1199px) {
    #index .aei_cmsbanner{
        width: 50%;
    }
    #index .testimony-blog{
        width: 50%;
        padding: 34px 0 0 0;
    }
    .aei-image-block{
        width: 100%;
        text-align: center;
    }
   .aei-cmscategory .aei-cat-item .aei-cat-details{
        padding:10px 15px 0 0;
   }
   .aei-cmscategory .aei-cat-item:nth-child(2) .aei-cat-details {
        text-align: left;
        padding: 10px 0 0 15px;
    }
   .aei-cat-item .aei-cat-name, .cat-sub-name{
        font-size: 18px;
   }
     #aei-cmstop-arrows{
        right: 0;
    }
    .left-nav {
        width: 65%;
    }
    .test-image-desc .icon img {
        float: none;
        padding-top: 0;
        margin: 0 auto;
    }
    .test-image-desc .icon{
        width: 100%;
    }
    #aei_cmsservice .service-right {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .test-description{
        margin: 0;
    }
    .testimony-blog .product_inner_cms::after {
        display: none;
    }
    .test-left,.testimony-blog .product_inner_cms{
        width: 100%;
    }
    .product_inner_cms .desc p{
        text-align: center;
    }
    .test-image-desc{
        text-align: center;
        width: 100%;
    }
   
    .banner-inner-main{
        width: 100%;
    }
    .banner-description{
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    .aei-cmscategory.second .aei-cat-item {
        margin-bottom: 12px;
    }
   .testmonial-image{
        margin: 0;
        text-align: center;
        float: none;
   }
   .test-desc{
         float: none;
         padding: 10px 0 10px 0;
         text-align: center;
   }
   .testimony-blog .product_inner_cms{
        padding: 5px 0 10px 0;
   }
   .testimony-blog .product_inner_cms .test-icon {
        padding: 0 0 10px 0;
        width: 100%;
    }
    .testimony-blog .desc {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .banner-text-desc{
        font-size: 13px;
    }
    .aei_cmsbanner .banner-inner-main:hover .cms-btn{
        bottom: -60px;
    }
    .aei_cmsbanner .banner-description .cms-btn{
        margin-top: 0;
        padding: 4px 20px;
        font-size: 12px;
    }
    .banner-text-name{
        font-size: 20px;
        padding: 0 0 30px 0;        
    }
   .brands{
        padding: 40px 0 10px;
   }
}
@media (max-width:992px) {
   
}
@media (max-width:991px) {
    #aeicmstop{
        display: none;   
    }
    .cat-desc{
        padding: 20px 0 10px 0;
    }
    .aei-cat-item .aei-cat-name, .cat-sub-name {
        font-size: 15px;
    }
    #aeibannercms-arrows {
        opacity: 0;
    }
    #index .aei_cmsbanner {
        width: 50%;
    }
    .brands .arrows{
        top: 25%;
    }
    .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{
        padding: 0;
    }
    #aei_cmsservice li{
        width: 50%;
        padding: 0;
    }
    #aei_cmsservice .service-right{
        padding-bottom: 30px;
        float: none;
        text-align: center;
        display: block;
        padding:0;
    }
    #aei_cmsservice{
        padding: 50px 0 30px 0;
        margin: 10px 0 25px;
    }
    #aei_cmsservice .aei-service-item.third, #aei_cmsservice .aei-service-item.fourth {
        padding-top: 20px;
    }
    #aei_cmscategory .aei-cat-item .aei-cat-img img{
        width: auto;
    } 
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top:-70px;
    }
    #index #aei_cmscategory{
        padding-bottom: 0;
    }
    #aei_cmsservice li .aei-image-block::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #aeicategorytabs .arrows {
        top: -67px;
    }
    .arrows{
        opacity: 1;
    }
    #aeibannerarrows {
        opacity: 0;
    }
    .homeblog .arrows{
        opacity: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -50px;
        width: 100%;
    }
    .banner-item:nth-child(1),
    .banner-item:nth-child(2),
    .banner-item:nth-child(3) {
        width: 100%;
        float: left;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
    }
    .banner-item:nth-child(3) {
        padding-bottom: 0;
    }
    .brands{
        margin:40px 0 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) {\
    .aei-cmscategory.second,.aei-cmscategory.first{
        width:50%;
    }
    .aei-cmscategory.first .cat-desc::after {
        display: none;
    }
    .cat-desc {
        padding: 5px 0;
    }
    .aei-cmscategory .aei-cat-item .aei-cat-details {
        padding: 0;
        width: 100%;
    }

    .aei-cmscategory.first .aei-cat-item:nth-child(1) .aei-cat-details {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 30%;
    }
    .aei-cmscategory.first .aei-cat-item:nth-child(1) .aei-cat-name,
    .aei-cmscategory.first .aei-cat-item:nth-child(1) .cat-sub-name,
    .aei-cmscategory.first .aei-cat-item:nth-child(1) .cat-desc{
        color: #ffffff;
    }
    .btn.cms-btn:hover {
        color: #fff;
        background: url("../img/aximage/shopnow-arrow-hover.png")no-repeat right;
    }
    .aei-cmscategory.first .aei-cat-item:nth-child(1) .aei-cat-item-inner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }
    .aei-cmscategory {
        width: 100%;
        float: left;
    }
    .aei-cmscategory.second .aei-cat-item {
        margin-bottom: 30px;
    }
    .aei-cmscategory.second .aei-cat-item:nth-child(2) {
        margin-bottom: 0;
    }
    .aei-cat-item .aei-cat-name, .cat-sub-name,.cat-desc{
        font-size: 18px;
        color: #fff;
    }
    .aei-cmscategory .aei-cat-img {
        width: auto;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .aei-cmscategory.first .aei-cat-item .aei-cat-details {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 30%;
    }
    .aei-cmscategory.first .aei-cat-item .aei-cat-item-inner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }
    .aei-cmscategory.second, .aei-cmscategory.first {
        width: 100%;
    }
    .aei-cmscategory.second{
        display: none;
    }
    .aei_cmsbanner_block {
        padding:15px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top:-65px;
    }
    .testimony-detail{
        width: 100%;
        padding-top: 50px;
    }
   .aei-cmscategory-inner li{
        float: left;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
   }
   .aei-cmscategory-inner li:last-child {
        margin-bottom: 0;
    }
   .aei-cat-item .aei-cat-details{
        float: none;
   }
    .brands {
        padding: 10px 0 10px;
    }
}

@media (max-width:580px) {
    #aeispecialarrows {
        top: 30%;
        bottom: auto;
        opacity: 1;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #index .testimony-blog{
        width: 100%;
        padding:0;
    }
    #index .aei_cmsbanner {
        width: 100%;
        padding-top: 60px;
    }
    #index .home-content-wrapper-bottom {
        padding-top: 20px;
    }
    .tabs .nav-tabs .nav-link::before {
        display: none;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows{
        top: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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) {
    #aeicmspayment li {
        margin:0 0 0 5px;
    }
    .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;
    }
    .brands{
        padding: 30px 0 0 0;
    }
    #index #aei_cmscategory{
        padding-top: 30px;
    }
    .aei_cmsbanner .aeibannerblock,#index .aei_cmsbanner{
        margin-top: 60px;
        padding: 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;
    }
    #aeicategorytabs .arrows {
        top: -55px;
        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: -55px;
    }
    .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;
    }
    .homeblog .slick-prev{
        left: 0;
    }
    .homeblog .slick-next{
        right: 0;
    }
    .homeblog .arrows {
        top: -55px;
    }
    .category-main .category-main-desc{
        padding: 0;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-2{
        margin: 0 0 30px;
    }
    .testimony-blog .testimonial-banner {
        padding: 60px 0;
    }
    .testimony-blog .item.cms_face{
        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%;
    }
    .testimony-blog #aeicmstestimony .ax-product-title {
        text-align: center;
    }
    .testimony-blog #aeitestimony-carousel{
        margin-bottom: 0;
        width: 100%;
    }
    .testimony-blog #aeitestimony-carousel {
        margin-top: 0;
    }
    .testimony-detail{
        padding-top: 30px;
    }
    #index .testimony-blog #aeicmstestimony-arrows {
        width: 100%;
        top: 10%;
    }
    .testmonial-image{
        margin: 0;
        width: 100%;
    }
    .test-desc{
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .testimony-blog .product_inner_cms .test-icon{
        padding-top: 0;
        width: 100%;
    }
}
@media (max-width:320px) {
    
}