/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*Aei-Bannecms start*/
.aei_cmsbanner{
	position: relative;
	text-align: center;
	padding-bottom: 80px;
    padding-top: 30px;
    clear: both;		background-color: rgba(218,200,178,1);
}.aei_cmsbanner > .container {background-color:  #dac8b2}
.aei_cmsbannerimage{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.aei_cmsbannerimage img{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei-banner-item:hover .aei_cmsbannerimage 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);
}
.aei-banner-item.top-left{
    width: 33%;
    margin: 0;
	max-width: 390px;
	margin-right: 28px;
}
.aei-banner-item.top-right{
    width: 33%;
    margin: 0;
	max-width: 390px;
	
}
.aei-banner-item {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
    
} 
.aei-details.bottom {
    left: 0;
    right: 0;
    margin:20px auto;
    text-align: center;
}
.aei-details.bottom .aei-title {
    font-size: 40px;
}
.aei-details {
   background-color:  #FFF8F2 ;
    left:auto;
    right: 35px;
    top:10px;
    bottom: auto;
    text-align:left;		padding: 10px 10px 0 10px;		border-bottom: 2px solid #733E0F;		height: 160px;		position; absolute ;		
}
.aei-title{
    color: #733E0F;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.aei-desc{
    color: #733E0F;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    padding-top: 10px;		position: absolute;
}
.aei-title:hover{
    color: #733E0F;
}.aei-details p {text-align: right; margin-bottom: 0; }.aei-aqt {position: relative;top:60px}
.aei_cmsbanner .aei-details .btn {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;			background-color: #733E0F;
    margin-top:20px;	border-radius: 0;		padding: 5px 10px;		bottom: 0;		right: -17px;
}
.aei_cmsbanner .aei-details .btn:hover {
    color: #FFF8F2;
}

@-webkit-keyframes colorchange {
    0% { color: #d50e45;}
    20% {color: #ffb600;}
    40% {color: #113c82;}
    60% { color: #d50e45;}
    80% {color: #113c82;}
    100% {color: #ffb600;}
}

/*Aei-Bannecms end*/

/*Aei-Service Start*/

#aei_cmsservice {
    
	position: relative;
	padding: 80px 0 70px;
	
}
#aei_cmsservice ul{overflow: hidden;margin: 0;}
#aei_cmsservice .aei-service-item.first {padding-left: 0;}
#aei_cmsservice .aei-service-item.third{padding-right: 0;}
#aei_cmsservice .aei-service-item {
    float: left;
	position: relative;
	text-align: center;
	width: 33.33%;
	padding: 0 65px;
	margin: 0;
}
.aei-service-item-inner{text-align: center;}
.aei-service-item .aei-image-block {
    position: relative;
    display: inline-block;
}
.aei-service-item .aei-image-icon {
    display: block;
    border-radius: 50%;
    height: 66px;
    width: 66px;
}
#aei_cmsservice .aei-service-item:nth-child(1) .aei-image-icon{
	background: #ffffff url("../img/aximage/service1.svg") no-repeat scroll center/35px;
}
#aei_cmsservice .aei-service-item:nth-child(1):hover .aei-image-icon{
    background: #733E0F url("../img/aximage/service1-hover.svg") no-repeat scroll center/35px;
}
#aei_cmsservice .aei-service-item:nth-child(2) .aei-image-icon{
	background: #ffffff url("../img/aximage/service2.svg") no-repeat scroll center/30px;
}
#aei_cmsservice .aei-service-item:nth-child(2):hover .aei-image-icon{
    background: #733E0F url("../img/aximage/service2-hover.svg") no-repeat scroll center/30px;
}
#aei_cmsservice .aei-service-item:nth-child(3) .aei-image-icon{
	background: #ffffff url("../img/aximage/service3.svg") no-repeat scroll center/30px;
}
#aei_cmsservice .aei-service-item:nth-child(3):hover .aei-image-icon{
    background: #733E0F url("../img/aximage/service3-hover.svg") no-repeat scroll center/30px;
}
.service-right {
    display: block;
    vertical-align: top;
    padding: 5px 10px;
}
.aei-service-title {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: capitalize;
}
.aei-service-item:hover .aei-service-title{color: #2fad4a;}
.aei-service-desc {
    color: rgba(255,255,255,0.5);
    line-height: 20px;
    text-transform:none;
    font-size: 12px;
    letter-spacing: 0.96px;
    font-weight: 300;
}

/*Aei-Service end*/



/* 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 {
    color: #000000;
    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;
}

/*Aei-Topcms start*/

#aeicmstop {
    float:right;
    position: relative;
}
.customicon {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2fad4a;
    -webkit-animation:colorchange1 2s infinite alternate;
}
@-webkit-keyframes colorchange1 {
    0% { -webkit-text-stroke-color: #d50e45;}
    50% {-webkit-text-stroke-color: #ffb600;}
    100% {-webkit-text-stroke-color: #113c82;}
}
.cmstop {
    background: transparent url("../img/aximage/cmslogo--.png") no-repeat scroll center right 15px;
    border: 1px dashed #000000;
    padding: 7px 45px 7px 20px;
    border-radius: 50px;
}

/*Aei-Topcms end*/

/*Aei-Category CMS start*/
#aei_cmscategory{
    padding:115px 0 125px;
    clear: both;
}
.aei-cmscategory-inner {
    margin: 0;
}
.aei-category {
    background: transparent url("../img/aximage/category-bg.jpg") no-repeat scroll center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 570px;
}
.aei-cat-slider {
    background-color: #000000;
    overflow: hidden;
    padding: 30px;
    width: 47.5%;
    margin:-45px auto 0;
    position: relative;
}
#aeicategory-arrows {
    width: 100%;
    opacity: 0;
    right: 0;
    bottom: auto;
    top: 48%;
}
#aeicategory-arrows{
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.aei-cat-slider:hover #aeicategory-arrows{
    opacity: 1;
}
#aeicategory-arrows .slick-prev{
    background: #2fad4a url("../img/aximage/slick-prev.svg") no-repeat scroll center/15px;
    left: 35px;
}
#aeicategory-arrows .slick-next{
    background: #2fad4a url("../img/aximage/slick-next.svg") no-repeat scroll center/15px;
    right: 35px;
}
#aeicategory-arrows .slick-prev:hover{
    border: 2px solid #2fad4a;
    background: transparent url("../img/aximage/slick-prev-hover.svg") no-repeat scroll center/15px;
}
#aeicategory-arrows .slick-next:hover{
    border: 2px solid #2fad4a;
    background: transparent url("../img/aximage/slick-next-hover.svg") no-repeat scroll center/15px;
}
.slider-inner {
    position: relative;
}
.cat-slider-inner {
    border: 1px dashed #ffffff;
    padding: 15px;
}
.cat-slider-inner .ax-product-title {
    color: #2fad4a;
}
.aei-cat-details {
    position: relative;
    display: block;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
}
.aei-cat-name1.aei-cat-title {
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.947px;
    text-transform: capitalize;
}
.aei-cat-name1.aei-cat-title:hover{
    color: #2fad4a;
}
.aei-cat-desc {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.062px;
    display: block;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 30px;
}
.aei-cat-shop-btn {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.52px;
    padding: 6px 37px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #2fad4a;
    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-cat-shop-btn:hover{
    background-color: transparent;
    border: 2px solid #2fad4a;
    color: #2fad4a;
}

@-webkit-keyframes colorchange {
    0% { color: #d50e45;}
    25% {color: #fdbc20;}
    50% {color: #113c82;}
    75% { color: #859c78;}
    100% {color: #fdbc20;}
}

/*Aei-Category CMS end*/


/*Aei-Testimonial start*/

.testimony-blog {
    text-align: center;
    padding: 45px 0 75px;
    margin:80px 0 10px; 
}
.testimony-blog .slick-dots{
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.testimony-blog:hover .slick-dots{
    opacity: 1;
}
#aeicmstestimony {
    position: relative;
}
#aeitestimonyarrows {
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    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;
}
.testimony-blog:hover #aeitestimonyarrows{
	opacity: 1;
}
.product_inner_cms .name a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.product_inner_cms .designation a {
    color: #2fad4a;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1.17px;
}
.aeitestimony-slider .item.cms_face {
    padding: 0;
    width: 45%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.product_inner_cms .name{
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.product_inner_cms .designation{
    display: inline-block;
    vertical-align: top;
}
.product_inner_cms .name:hover a{
    color: #2fad4a;
}
.product_inner_cms .desc p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.56px;
}
.testimony-details {
    margin-top: 15px;
}
.product_inner_cms {
    padding:25px 30px 55px 0;
    text-align: left;
    position: relative;
    border-radius: 5px;
    background-color:rgba(0,0,0,0.4);
}
.testmonial-image img {
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.aeitestimony-slider .testmonial-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    float: left;
    left: -30px;
}
.testimony-icon {
    background: transparent url("../img/aximage/testimony-icon.svg") no-repeat scroll center/45px;
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 50px;
    width: 50px;
}


/*Aei-Testimonial end*/


/*Aei-payment start*/

#aeicmspayment {
    float: right;
    width: auto;
}
.payment-block-inner {
    margin: 8px 0 0;
}

.payment-block-inner p {
	padding-top:5px;
	color: #ffffff;
}
.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

/*Aei-payment end*/

/*Aei-brand logo start*/

.brands{
    margin: 70px 0 50px;
}
.brands .products {
    position: relative;
}
#aeibrand-slider{margin: 0;}
.brands #aeibrand-arrows {
    width: 100%;
    top:45px;
    z-index: 1;
    opacity: 0;
    right: 0;
    bottom: auto;
}
.brands:hover #aeibrand-arrows {
    opacity: 1;
}
.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;
    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-brand logo end*/

/*=================== responsive part ======================*/
@media (max-width:1199px) {
    .aei-cat-slider{width: 61.3%;}
    .aei-details.bottom{margin: 0;}
    .aeitestimony-slider .item.cms_face{width: 60%;}
    #aei_cmsservice .aei-service-item{padding: 0 10px;}
}
@media (max-width: 991px){
    #aeicmspayment {float: none;}
    .aei-details.bottom{top: 20px;}
    .aei-details.bottom .aei-title {font-size: 30px;}
}
@media (max-width: 800px){
    .aei-details.bottom{top: 0;}
}
@media (max-width: 767px){
    .aei-cat-slider {
        width: 77.4%;
    }
    .aeitestimony-slider .item.cms_face {
        width: 80%;
    }
    #aei_cmsservice{
        padding: 30px 0;
        margin-bottom: 40px;
    }
    #aei_cmsservice .aei-service-item.first {padding-left: 15px;}
    #aei_cmsservice .aei-service-item.third{padding-right: 15px;}
    #aei_cmsservice .aei-service-item{width: 100%;padding: 15px;}
    .testimony-blog{padding: 55px 0;}
    .brands {margin: 45px 0 15px;}
    .aei-details.bottom {
        top: 14px;
    }
    .aei-desc{padding: 0;}
    .aei_cmsbanner .aei-details .btn{margin-top: 0;}
    .aei-details.bottom .aei-title, .aei-title {
        font-size: 20px;
        display: block;
    }
    .aei_cmsbanner{padding-bottom: 30px;}
    .testimony-blog .slick-dots{opacity: 1;}
	.aei-aqt {position: relative;top:82px}
}
@media (max-width: 575px){
    .aei-banner-item {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
    }
    .aei-details.bottom .aei-desc{display: none;}
    .aei-banner-item.top-left{width: 100%; margin-bottom: 15px;margin-right: 0;}
    .aei-banner-item.top-right{width: 100%;}
	.aei-aqt {position: relative;top:82px}
	
	.payment-block .icon {width:20%;display: inline-block;}
}
@media (max-width: 479px){
    .aeitestimony-slider .item.cms_face {
        width: 100%;
    }
    .product_inner_cms{padding: 15px;text-align: center;}
    .aeitestimony-slider .testmonial-image{float: none;left: 0;}
    .testimony-icon{display: none;}
    #aei_cmscategory{padding:0;}
    .aei-cat-slider {
        width: 100%;
        padding: 15px;
        margin: 0;
    }
    .aei-category{height: 100%;}
    .aei-cat-name1.aei-cat-title{font-size: 20px;}
    .aei-cat-desc{font-size: 12px;margin-bottom: 10px;}
    .testimony-blog{padding: 35px 0; margin-bottom: 30px;}
    .testimony-blog .slick-dots{bottom: -45px;}
    .aei-banner-item.top-bottom {display: none;}
}

#slideshow {max-width: 1230px; margin: auto; }

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
	
	height: 25px;
	width: 25px;
}

.cart-grid .blockreassurance_product p.block-title {
	padding-top:4px;
	font-size:12px;
}

