/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 15px;
    right: 0;
    left: 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;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
    top: -55px;
}
.homeblog .arrows {
    top: -75px;
}
#aeicategorytabs .arrows{
    top: -55px;
    right: 30px;
}
.aei_cmsbanner .slick-prev,.aei_cmsbanner .slick-next{
    display: none !important;
}
.homeblog .slick-prev,#aeicategorytabs .slick-prev{
    left: 15px;
}
.homeblog .slick-next,#aeicategorytabs .slick-next{
    right: 15px;
}
.feature-products:hover .arrows,.newproduct:hover .arrows,.product-accessories:hover .arrows,
.aei_cmsbanner:hover .arrows,#bestseller:hover .arrows,.aei-producttab:hover .arrows,
.special-products:hover .arrows,.homeblog:hover .arrows,#aeicategorytabs:hover .arrows{
    opacity: 1;
}
.brands .arrows {
    width: 100%;
    top: 45%;
    opacity: 0;
    background-color: transparent;
    left: 0;
    right: 0
}
.brands:hover .arrows{
	opacity: 1;
}
.brands .ax-product-title {
    display: none;
}

/* services */

#aei_cmsservice {
    width: 100%;
    position: relative;
}
#aei_cmsservice li {
    width: 33.33%;
    float: left;
    border-left: none;
    padding: 32px 0;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-left: 1px solid #1a1a1a;
    overflow: hidden;
}
#aei_cmsservice li.second {
    padding: 32px 60px;
}
#aei_cmsservice li.third {
    padding: 32px 0 32px 80px;
}
#aei_cmsservice li:first-child{
    border:none;
}
#aei_cmsservice li:hover{
    /*background-color: #9f7a49*/
}
#aei_cmsservice .aei-image-block {
    text-align: center;
    display: block;
    position: relative;
    float: left;
}
#aei_cmsservice ul {
    margin: 0;
}

#aei_cmsservice .aei-image-icon {
   width: 40px;
    height: 40px;
    display: block;
    background: transparent url("../img/aximage/service-1.png") no-repeat center center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;                                 
    margin: 0 auto;
}

#aei_cmsservice .aei-service-item:hover .aei-image-icon {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
}
#aei_cmsservice .aei-service-item.first .aei-image-icon{
   background-image: url("../img/aximage/service-1.png");
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
    background-image: url("../img/aximage/service-2.png");
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
   background-image: url("../img/aximage/service-3.png");
}

#aei_cmsservice .aei-service-item.first:hover .aei-image-icon{
   background-image: url("../img/aximage/service-1-hover.png");
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
    background-image: url("../img/aximage/service-2-hover.png");
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
   background-image: url("../img/aximage/service-3-hover.png");
}

#aei_cmsservice li a {
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: relative;
}
#aei_cmsservice .service-right {
    display: block;
    float: left;
    text-align: left;
    padding: 0 0 0 20px;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.84px;
    line-height: normal;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 2px;
    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 li:hover .service-right .aei-service-title{
    color: #9f7a49;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    letter-spacing: 1.44px;
    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: #f5f5f5;
}

/* banner cms block */
.aei_cmsbanner{
	position: relative;
    overflow: hidden;
    background: transparent url("../img/aximage/banner-bg.jpg") no-repeat fixed center/cover;
    margin: 55px 0 0;
}
.aei_cmsbanner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: -100%;
    background: rgba(0,0,0,0.3);
    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:hover::after{
    top: 0;
}
.aei_cmsbanner .banner-inner {
    text-align: center;
    padding: 153px 0;
}

.aei_cmsbanner .aeibannerblock {
  position: relative;
  z-index: 1;
}

.aei_cmsbanner .banner-description {
 
}
.aei_cmsbanner .banner-description .banner-text-first {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    display: block;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Great Vibes', cursive;
}
.aei_cmsbanner .banner-description .banner-text-second {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    color: #ffffff;
    text-transform: capitalize;
    margin: 20px 0 56px;
    line-height: normal;
}
.aei_cmsbanner .banner-inner:hover .banner-inner-main .banner-text-second{
    color: #9f7a49;
}
.aei_cmsbanner .banner-description .btn {
    padding: 7px 26px;
}
.banner-main.center .banner-slider {
    padding: 0 0 30px;
    margin: 0;
}
.aei-cmscategory-inner .slick-slider {
    margin: 0;
}



/* testimonial block */
.testimony-blog .ax-product-title {
    display: none;
}
.testimony-blog{
    overflow: hidden;
    display: none;
    background: transparent url("../img/aximage/testimony-bg.jpg") no-repeat fixed center/cover;
    padding: 169px 0;
    margin: 16px 0 0;
    position: relative;
}
.testimony-blog::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.3);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.testimony-blog:hover::after {
    top: 0;
}
#index .testimony-blog{
    display: block;
}
#aeicmstestimony {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}
.testimony-blog #aeitestimony-carousel {
    position: relative;
    width: 55%;
    text-align: center;
    padding: 0 0 29px;
    margin: 0 auto;
}
.testimony-blog .desc .icon {
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .desc .text-desc {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 19px;
}
.testimony-blog .item{
    padding: 0;
}
.testimony-blog .testmonial-image {
    width: 30%;
    float: left;
    text-align: left;
}
.testimony-blog .desc {
    width: 70%;
    float: left;
    text-align: left;
    padding: 20px 0 0;
}
.testimony-blog .testmonial-image .text-desc {
    float: left;
    margin: 32px 0 0;
}
.testimony-blog .testmonial-image .test-img {

}
.testimony-blog .testmonial-image .icon {
    
}
.testimony-blog .item.cms_face {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.72px;
    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;
    color: #ffffff;
}
.testimony-blog .desc .text-desc .name {
    line-height: 18px;
}
.testimony-blog .product_inner_cms .name a:hover{
    color: #9f7a49;
}
.testimony-blog .product_inner_cms .designation a {
    line-height: 28px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}
.testimony-blog .product_inner_cms .desc p {
    color: #9f9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin: 22px 0 0;
    display: block;
}
.testimony-blog .testmonial-image .test-img img {
    border: 4px solid #9f7a49;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: 170px;
    height: 181px;
    margin: 0;
}
.testimony-blog:hover .testmonial-image .test-img img{
    border-color: #9f7a49;
}

.testimony-blog .designation {
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .container {
    padding: 0;
}

/* paymentcms block */
#aeicmspayment {
    text-align: right;
    float: right;
}
#aeicmspayment .payment-block-inner {
    margin: 0;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
#aeicmspayment li 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;
}
#aeicmspayment li:hover img {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
}


/* brand logo */
.brands {
    position: relative;
    padding: 30px 0 90px;
}
.brands .brand-image img {
    opacity: 0.5;
    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;
    z-index: 1;
    width: auto;
}
.brands .item{
    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;
    vertical-align: top;
    padding: 0 15px;
    overflow: hidden;
}
.brands #aeibrand-slider {
    margin: 0;
}
.brands .brand-image:hover img{
	opacity: 1;
}

/* top cms */
#aeicmstop{
   position: relative;
   float: left;
   padding: 14px 0;
}
#aeicmstop .customtext{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    position: relative;
}
#aeicmstop .customtext a {
    color: #ffffff;
    text-decoration: underline;
}
#aeicmstop .customtext:hover a{
    color: #9f7a49;
}

/* category cms */
#aei_cmscategory {
    clear: both;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 35px 0;
}
#aei_cmscategory .container {
    width: 1830px;
}
.aei-cmscategory-inner .aei-cat-details {
    position: absolute;
    text-align: center;
    top: 33%;
    left: 0;
    z-index: 1;
    right: 0;
    opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.aei-cmscategory-inner .aei-cat-item:hover .aei-cat-details{
    opacity: 1;
}

.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
}
#aei_cmscategory .aei-cat-details .aei-cat-name {
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    padding: 0 0 38px;
    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 .cms-category-block .aei-cat-item .aei-cat-name:hover {
    color: #9f7a49;
}
#aei_cmscategory .aei-cat-details .aei-cat-sub-name {
    font-size: 29px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1.8px;
    display: block;
    font-family: 'Great Vibes', cursive;
    line-height: normal;
    margin: 0 0 8px;
}
#aei_cmscategory .aei-cat-details .btn {
   padding: 7px 26px;
}
#aei_cmscategory .aei-cat-details .btn:hover{
    color: #ffffff;
}
.cms-category-block .aei-cat-item .aei-cat-item-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
#aei_cmscategory .cms-category-block .aei-cat-item {
    padding: 0 15px;
    width: 33.33%;
    float: left;
}
.aei-cat-img{
    position: relative;
}
.aei-cat-img::after,.aei-cat-img::before,
.cms-category-block .aei-cat-item .aei-cat-item-inner::after,.cms-category-block .aei-cat-item .aei-cat-item-inner::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    top: -100%;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-img::after{
    top: 0;
}
.aei-cat-img::before{
    bottom: -100%;
    top: auto;
    right: 0;
    left: auto;
    z-index: 1;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-img::before{
    bottom: 0;
}
.cms-category-block .aei-cat-item .aei-cat-item-inner::after{
    top: auto;
    bottom: 0;
    left: -100%;
}
.cms-category-block .aei-cat-item:hover .aei-cat-item-inner::after{
    left: 0;
}
.cms-category-block .aei-cat-item .aei-cat-item-inner::before{
    top: 0;
    left: auto;
    right: -100%;
    z-index: 1;
}
.cms-category-block .aei-cat-item:hover .aei-cat-item-inner::before{
    right: 0;
}
.aei-cat-item .aei-cat-item-inner img {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.aei-cat-item:hover .aei-cat-item-inner img {
    
}

/* cms banner */
#aei_cmsbottom {
    width: auto;
    float: left;
    padding: 24px 20px 0;
}
#aei_cmsbottom .appstore-logo {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

/* responsive */
@media (max-width:1349px) {
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 40px;
    }
}
@media (max-width:1199px) {
  .aei-cmscategory-inner .aei-cat-details {
        top: 30%;
    }
    .testimony-blog #aeitestimony-carousel{
        width: 65%;
    }
    #aei_cmsservice li.second{
        padding: 32px 20px;
    }
    #aei_cmsservice li.third {
        padding: 32px 0 32px 50px;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name {
        font-size: 35px;
    }
}
@media (max-width:991px) {
    .arrows{
        opacity: 1;
    }
    #aeicmstop{
        display: none;
    }
    #aeicmspayment{
        width: 100%;
        text-align: center;
        padding: 10px 0 5px;
    }
    .aei-cmscategory-inner .aei-cat-details{
        opacity: 1;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name {
        font-size: 25px;
        padding: 0 0 15px;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-sub-name{
        font-size: 23px;
    }
    .cms-category-block .aei-cat-item .aei-cat-item-inner::after{
        left: 0;
    }
    .cms-category-block .aei-cat-item .aei-cat-item-inner::before {
        right: 0;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item .aei-cat-img::before {
        bottom: 0;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item .aei-cat-img::after {
        top: 0;
    }
    .aei_cmsbanner .banner-inner{
        padding: 110px 0;
    }
    .testimony-blog #aeitestimony-carousel {
        width: 85%;
    }
    .testimony-blog{
        padding: 120px 0;
    }
    #aei_cmsservice li.second{
        padding: 32px 3px;
    }
    #aei_cmsservice li.third{
        padding: 32px 0 32px 5px;
    }
    #aei_cmsservice .service-right{
        padding: 0 0 0 5px;
    }
    #aei_cmsservice .service-right .aei-service-title{
        font-size: 13px;
    }
    .testimony-blog::after,.aei_cmsbanner::after {
        top: 0;
    }
    .brands{
        padding: 30px 0 60px;
    }
}
@media (max-width:767px) {
    #aei_cmscategory .cms-category-block .aei-cat-item{
        width: 100%;
        margin: 0 0 15px;
    }
    #aei_cmscategory{
        padding: 35px 0 20px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        font-size: 25px;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        font-size: 35px;
        margin: 10px 0 36px;
    }
    .aei_cmsbanner .banner-inner {
        padding: 80px 0;
    }
    .testimony-blog #aeitestimony-carousel{
        width: 100%;
    }
    .testimony-blog .desc,.testimony-blog .testmonial-image{
        width: 100%;
        text-align: center;
    }
    .testimony-blog .testmonial-image .test-img img{
        margin: 0 auto;
    }
    .testimony-blog .product_inner_cms .desc p{
        margin: 10px 0 0;
    }
    #aei_cmsservice .aei-image-block{
        width: 100%;
    }
    #aei_cmsservice .service-right {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    #aei_cmsservice li {
        width: 50%;
        border: none;
        padding: 32px 0 10px;
    }
    #aei_cmsservice li.second{
        padding: 10px 0 30px;
    }
    #aei_cmsservice li.third{
        padding: 10px 0 30px;
    }
    #aei_cmsservice li.first{
        width: 100%;
    }
}
@media (max-width:600px) {
  
   
}   
@media (max-width:479px) {
    #aeicategorytabs .slick-prev{
        left: 0;
    }
    #aeicategorytabs .slick-next{
        right: 0;
    }
    #cboxLoadedContent{
        max-width: 300px;
    }
    .aei_cmsbanner .banner-inner {
        padding: 50px 0;
    }
    .arrows{
        top: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #aeicategorytabs .arrows{
        right: 0;
    }
    .homeblog .arrows {
        top: -75px;
    }
    #aeicategorytabs .arrows{
        top: -40px;
    }
    #aeicategorytabs .arrows,.aei-producttab .arrows{
        width: 50px;
    }
    .aei_cmsbanner{
        margin: 0;
    }
    .testimony-blog {
        padding: 40px 0 60px;
    }
    .brands{
        padding: 30px 0 40px;
    }
    #aei_cmsservice li,#aei_cmsservice .service-right{
        width: 100%;
    }
    #aei_cmsservice li,#aei_cmsservice li.second,#aei_cmsservice li.third{
        padding: 10px 0;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        font-size: 17px;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        font-size: 23px;
    }
    #aei_cmsservice{
        padding: 10px 0;
    }
    #aei_cmscategory .aei-cat-details .btn {
        padding: 3px 19px;
    }
}