/*
 * 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: 50px 0;
    clear: both;
}
@media(min-width: 992px){
	.aei_cmsbanner .container{
		width: 1830px;
		max-width: 100%;
	}
}
.aei_cmsbanner .ax-title {
    margin-bottom: 60px;
}
#aeibanner-arrows {
	width: 100%;
	right: 0;
	bottom: 50%;
    opacity: 0;
	position: absolute;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.aei_cmsbanner:hover #aeibanner-arrows{
	opacity: 1;
}
.aei_cmsbannerimage{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.aei_cmsbannerimage::after{
	bottom: 0;
	right: 0;
	height: 0;
	content: "";
	position: absolute;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.aei_cmsbannerimage::before{
	left: 0;
	top: 0;
	height: 0;
	content: "";
	position: absolute;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.aei-banner-item:hover .aei_cmsbannerimage::before,
.aei-banner-item:hover .aei_cmsbannerimage::after{
	background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	height: 50%;
	width: 100%;
}
.aei-banner-item {
	position: relative;
	float: left;
	text-align: left;
	width: 31.4%;
}
.aei-banner-item.top-center {
    margin: 0 52px;
}
.banner_inner {
	background: transparent url("../img/aximage/slider-bg.png") no-repeat scroll center bottom -100px;
    overflow: hidden;
    position: relative;
    padding: 60px 0 80px;
	margin: 0;
}
.aei-details {
	left: 0;
	right: 0;
	top:30%;
	bottom:30%;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 500ms ease 0s;
	-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-details{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.aei-title{
	display: block;
	margin:30px 0;
    color: #ffffff;
	font-size: 57px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1.08px;
	text-transform: capitalize;
	font-family: 'Great Vibes', cursive;
}
.aei-desc{
	display: block;
	margin: 42px 80px;
    color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.9px;
	text-transform: capitalize;
}
.aei-title a:hover{
    color: #671A20;
}
.aei_cmsbanner .aei-details .btn {
	padding: 3px 27px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 1px;
	line-height: 30px;
	border-radius: 5px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
	background-color: #000000;
	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 .aei-details .btn:hover {
    background-color: #671A20;
}
.aei_cmsbanner .ax-product-title {
    color: #ffffff;
}
/*Aei-Bannecms end*/

/*Aei-Service Start*/

#aei_cmsservice {
	clear: both;
	width: 100%;
	margin-bottom: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
#aei_cmsservice .container{
	width: 1230px;
	max-width: 100%;
}
#aei_cmsservice ul{
	margin: 0;
	text-align: center;
}
#aei_cmsservice .aei-service-item.second {
    margin: 0 30px;
}
#aei_cmsservice .aei-service-item {
    background-color: #f5f5f5;
	position: relative;
	text-align: center;
	float: left;
	width: 31.6%;
	padding: 20px 15px;
	margin: 0;
}
.aei-service-item-inner{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.aei-service-item .aei-image-block {
    position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	float: left;
}
.aei-service-item .aei-image-icon {
    display: block;
	height: 105px;
	width: 105px;
	border-radius: 50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5) inset; 
}
#aei_cmsservice .aei-service-item:hover{
	background-color: #671A20;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aei_cmsservice .aei-service-item:nth-child(1) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center 40px	
}
#aei_cmsservice .aei-service-item:nth-child(1):hover .aei-image-icon{ 
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -60px
}
#aei_cmsservice .aei-service-item:nth-child(2) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -163px
}
#aei_cmsservice .aei-service-item:nth-child(2):hover .aei-image-icon{
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -263px
}
#aei_cmsservice .aei-service-item:nth-child(3) .aei-image-icon{
	background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -366px
}
#aei_cmsservice .aei-service-item:nth-child(3):hover .aei-image-icon{
    background: #ffffff url("../img/aximage/service-icon.png") no-repeat scroll center -466px
}
.service-right {
    display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-top: 28px;
}
.aei-service-title {
    color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: normal;
/*
	text-transform: capitalize;
*/
}
.aei-service-item:hover .aei-service-title,
.aei-service-item:hover .aei-service-desc{color: #ffffff;}
.aei-service-desc {
   	color: rgba(0,0,0,0.7);
	line-height: normal;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 1.2px;
	font-weight: 300;
	font-style: italic;

}
/* colorbox  */
.main_inline_content{
    display: none;
}
#cboxLoadedContent .content {
    text-align: center;
}
#cboxLoadedContent .content .aei-service-title,#cboxLoadedContent .content span {
    display: block;
    text-transform: capitalize;
}
#cboxLoadedContent .content .aei-service-desc2 {
    font-size: 13px;
    color: #737373;
}
#cboxLoadedContent{
    max-width: 500px;
}
#cboxLoadedContent .content .aei-service-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
    text-align: center;
}
#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #09336e;
}

/*Aei-Service end*/

/*Aei-Topcms start*/

#aeicmstop {
    float: none;
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;	
}
.cmstop-ixon {
	background: #f5f5f5 url("../img/aximage/wine-bottle.gif") no-repeat scroll center/90px;
    height: 90px;
    width: 86px;
	float: left;
    display: block;
	position: relative;
}
.cmstop.right .cmstop-ixon{
	background: #f5f5f5 url("../img/aximage/wine.gif") no-repeat scroll center/80px;
	float: right;
}
.cmstop.right .cmstop-ixon::after{
	top: 35px;
	left: -10px;
	right: auto;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}
.cmstop-ixon::after{
	top: 35px;
	right: -10px;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f5f5f5;
}
.cmstop {
    display: inline-block;
    vertical-align: top;
}
.cmstop.left {
    float: left;
}
.cmstop.right {
    float: right;
}
.cmstop.right .cmsdetails{
	padding-right: 20px;
}
.cmstop.right .cmsdetails .customtext{
	text-align: right;
}
.cmsdetails .shop-now a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.cmstop:hover .shop-now{
	opacity: 1;
}
.cmsdetails .shop-now:hover a{
	color: #671A20;
	text-decoration: underline;
}
.cmstop.left .cmsdetails .shop-now{
	text-align: left;
	padding-top: 2px;
}
.cmsdetails .shop-now{
  opacity: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
.cmstop.right .cmsdetails .shop-now{
	text-align: right;
	padding-top: 5px;
}
.cmsdetails {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
	padding-top: 20px;
}
.customtext {
    display: block;
    text-align: left;
}
.customtext a{
    color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.624px;
	cursor: pointer;
}
.topoffer {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.708px;
}
.cmstop:hover .customtext a{
	color: #671A20;
}
/*Aei-Topcms end*/

/*Aei-Category CMS start*/
#index #aei_cmscategory{
	width: 60%;
	float: left;
	position: relative;
	display: block;
}
#aei_cmscategory{
	display: none;
}
#aei_cmscategory::after{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.aei-cmscategory-inner {
    margin: 0;
}
.aei-cat-item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.aei-cat-item::after{
	content: '';
	top: 70px;
	right: 70px;
	width: 87.6%;
	height: 2px;
	z-index: 1;
	position: absolute;
	transform: translateX(-100%);
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}
.aei-cat-item::before{
	content: '';
	bottom: 70px;
	left: 70px;
	width: 87.6%;
	height: 2px;
	z-index: 1;
	position: absolute;
	transform: translateX(100%);
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}
#aei_cmscategory:hover .aei-cat-item::before,
#aei_cmscategory:hover .aei-cat-item::after{
	height: 80%;
	border-color: #f5e12e;
	transition: .3s transform linear, .3s height linear .3s;
	transform: translateX(0);
}
.aei-cmscategory-inner:hover .aei-cat-title{
	color: #f5e12e;
}
.aei-cat-details {
	top: 33%;
	left: 0;
	right: 0;
	bottom: 33%;
	z-index: 2;
	margin: 0 140px;
    position: absolute;
	text-align: center;
}
.aei-cat-dscnt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
}
.aei-cat-title {
	margin: 20px 0;
    color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.68px;
	text-transform: capitalize;
}
.aei-cat-desc {
	margin: 0 auto;
    color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
	text-transform: none;
	letter-spacing: 0.84px;
}
.aei-cat-shop-btn {
    color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.54px;
	padding: 4px 29px;
	margin-top: 37px;
	display: inline-block;
	vertical-align: top;
	background-color: #09336e;
	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: #f5e12e;
	color: #000000;
}

@-webkit-keyframes colorchange {
    0% { color: #d50e45;}
    25% {color: #000000;}
    50% {color: #113c82;}
    75% { color: #fac400;}
    100% {color: #02204d;}
}

/*Aei-Category CMS end*/


/*Aei-Testimonial start*/
.aei-cmstestimony {
    /*background: transparent url("../img/aximage/Testimonial-Bg.jpg") repeat fixed center;*/
	text-align: center;
	padding: 100px 0 113px;
	margin: 40px 0 100px;
	position: relative;
	z-index: 1;
}
.aei-cmstestimony::before {
    content: "";
    bottom: -120px;
    left: 0;
    right: auto;
    margin: 0 auto;
    height: 100%;
    width: 385px;
    position: absolute;
/*    background:transparent url("../img/aximage/testimony-bg.png") no-repeat scroll center;*/
}
.aei-cmstestimony:hover::before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-moz-animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.aei-cmstestimony::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 958px;
    z-index: -1;
    position: absolute;
    transform: skewX(-15deg);
    background-color: rgba(0,0,0,0.5);
}
.testimony_inner {
    display: inline-block;
	vertical-align: top;
}
#aeitestimony-slider {
    margin: 0;
}
#aeicmstestimony {
    position: relative;
}
#aeicmstestimony:hover #aeitestimonyarrows{
	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;
}
.product_inner_cms .name a {
    color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.64px;
	text-transform: capitalize;
}
.product_inner_cms .designation a {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.72px;
}
.product_inner_cms .name:hover a{
    color: #671A20;
}
.product_inner_cms .desc p{
    color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 1.3px;
	margin-bottom: 0;
}
.product_inner_cms {
    position: relative;
    padding-top: 40px;
}
.aei-cmstestimony .testmonial-image img {
    border: 4px solid #671A20;
	max-width: 126px;
	max-height: 126px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.testimony-icon {
    background: transparent url("../img/aximage/testimony-icon.png") no-repeat scroll center;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	height: 39px;
	width: 44px;
}
.testimony-details {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 12px;
}
.product_inner_cms .desc {
    width: 45%;
	margin: 25px auto 0;
}
#aeicmstestimony .slick-dots{
    display: block !important;
	vertical-align: top;
	bottom: -60px;
	width:auto;
	left: 0;
	right: 0;
	z-index: 1;
}
.item.cms_face {
    position: relative;
    padding: 0;
}
/*Aei-Testimonial end*/

/*Aei-Bottom CMS start*/
#aei_cmsbottom {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
#aei_cmsbottom a {
	color: #ffffff;
}
#aei_cmsbottom a:hover {
	color: #ffffff;
}


.bottom-contact{
	background: transparent url("../img/aximage/customer-service.svg") no-repeat scroll center left/18px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.78px;
	padding-left: 25px;
	cursor: pointer;
}
.bottom-contact:hover{
	color: rgba(255,255,255,0.6);
}
/*Aei-Bottom CMS start*/


/*Aei-payment start*/

#aeicmspayment {
    float:right;
}
.payment-block-inner {
    margin: 8px 0 0;
}
.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

/*Aei-payment end*/

/*Aei-brand logo start*/

#index .brands{
	clear: both;
	display: block;
}
.brands{
	display: none;
}
.brands .product-carousel {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 8px;
}
.brands .products {
    position: relative;
}
#aeibrand-slider{margin: 0;}
.brands #aeibrand-arrows {
    width: 100%;
    top:67px;
    z-index: 1;
    opacity: 0;
    right: 0;
    bottom: auto;
}
.brands #aeibrand-arrows .slick-prev {
    /*left: 15px;*/
}
.brands #aeibrand-arrows .slick-next {
    /*right: 15px;*/
}
.brands:hover #aeibrand-arrows {
    opacity: 1;
}
.brands .brand-image img {
    opacity: 0.2;
	padding: 15px 50px;
	margin: 10px auto;
	background-color: #fafafa;
	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;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); 
}

/*Aei-brand logo end*/

/*Custom-Link start*/
#_desktop_links_block_top {
    float: left;
	margin-left: 110px;
	margin-top: 15px;
}
#aei_customlink {
	margin: 0;
}
#aei_customlink li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
}
#aei_customlink li:last-child{
	padding-right: 0;
}
#aei_customlink li a {
    color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
#aei_customlink li a:hover{
	color: #fdbc20;
}

/*Aei-parallax cms start*/
#aeicmsparallax{
	position: relative;
	z-index: 1;
	padding: 0;
	text-align: center;
	height: 530px;
	margin-top: 70px;
}
#aeicmsparallax::after{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.parallax-wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}
.parallax-image {
    padding: 0;
	position: relative;
}
.section-intro.youtube-video-background {
    display: flex;
    position: relative;
    min-height: 530px;
    background: #000;
}
.section-intro.youtube-video-background iframe {
    opacity: 0.7;
}
.parallax-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 25%;
    margin: 0 auto;
    z-index: 2;
}
.parallax-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}
.parallax-btn.btn {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.56px;
    background-color: #fac400;
    padding: 2px 27px;
    margin-top: 42px;
}
.parallax-btn.btn:hover{
	background-color: #000000;
	color: #ffffff;
}
.play-icon #myBtn {
	background: #ffffff url("../img/aximage/drone.svg") no-repeat scroll 13px center/35px;
	font-size: 0;
	border:none;
	height: 60px;
	width: 60px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	margin-bottom: 32px;
}
.play-icon #myBtn:hover{
	background-color: #fac400;
}
#video-background {
    height: 100%;
    width: 100%;
    vertical-align: top;
}
.section-first{
	height: 530px;
	background-color: transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*Aei-parallax cms end*/


/*=================== responsive part ======================*/
@media (max-width: 1829px){
	.aei-banner-item.top-center {
	    margin: 0 34px;
	}
}
@media (max-width: 1449px){
	.aei-desc{margin: 40px;}
	.aei-details{top: 20%; bottom: 20%;}
}
@media (max-width: 1229px){
	.aei-desc {
	    margin: 40px 20px;
	}
	.aei-banner-item.top-center {
	    margin: 0 30px;
	}
}
@media (max-width:1199px) {
	.cmsdetails{
		padding-right: 25px;
	}
	.cmstop.right .cmsdetails{
		padding-left: 25px;
	}
	.aei-title{
		font-size: 40px;
	}
	.aei-desc{
		margin: 20px;
		font-size: 12px;
	}
	.aei-banner-item.top-center{
		margin: 0 27px;
	}
	.product_inner_cms .desc{
		width: 65%;
	}
	.aei-service-item .aei-image-block{
		margin: 0;
		float: none;
	}
	.aei-service-title{font-size: 14px;}
	#aei_cmsservice .aei-service-item.second {
	    margin: 0 25px;
	}
	.aei-cmstestimony::after{width: 720px;}
}
@media (max-width: 1000px){
	.aei-cat-details {
	    margin: 0 40px;
	    top: 12%;
	    bottom: 12%;
	}
}
@media (max-width: 991px){
	#aei_cmsservice{
		margin-bottom: 50px;
	}
	.aei_cmsbanner{
		padding-bottom: 0;
	}
	.aei-service-item .aei-image-block{margin-right: 15px;}
	.product_inner_cms .desc{width: 75%;}
	.aei-cat-details {
	    margin: 0 40px;
	    top: 25%;
	    bottom: 25%;
	}
	.aei_cmsbanner .ax-title {
	    margin-bottom: 30px;
	}
	#aei_cmsservice .aei-service-item {
	    margin: 15px 0;
	    width: 50%;
	    display: inline-block;
	    vertical-align: top;
	    float: none;
	}
	#aei_cmsbottom, #aeicmstop{display: none;}
	.aei-desc{margin: 0;}
	.aei-title {
	    font-size: 30px;
	    margin: 0;
	}
	#aeicmspayment{float: none;}
	.aei-banner-item.top-center {
	    margin: 0 21px;
	}
	.aei-cmstestimony::after {
	    width: 620px;
	}
}
@media (max-width: 767px){
    .aei_banner_inner {
        text-align: center;
    }
    #aei_cmsservice{margin-bottom: 40px;}
    .aei-cmstestimony::after, .aei-cmstestimony::before{
    	display: none;
    }
    .aei-cmstestimony{
    	margin-bottom: 40px;
    }
    .aei-details{
    	top: 40%;
		bottom: 40%;
    }
    .aei-title{font-size: 40px;}
    .aei-desc{
    	margin: 20px 0;
    }
	.aei-banner-item {
		position: relative;
		float: none;
		text-align: center;
		width: auto;
		padding-bottom: 15px;
	}
	.aei-banner-item.top-center {
	    margin: 0;
	}
}
@media (max-width: 575px){
	.aei-cat-details{
		top: 15%;
		bottom: 15%;
	}
	.aei-cat-item::after {
	    right: 15px;
	    left: 15px;
	    top: 15px;
	    bottom: 15px;
	}
	.aei-cat-desc{font-size: 12px;}
	.aei-cat-title {font-size: 30px;}
	#aei_cmsservice .aei-service-item{width: 80%;}
	.product_inner_cms .desc {
	    width: 100%;
	}
	.aei_cmsbanner{
		padding-top: 30px;
	}
	.aei-cmstestimony {
	    margin-bottom: 15px;
	}
	#aei_cmsservice {
	    margin-bottom: 15px;
	}
	.aei_cmsbannerimage::before, .aei_cmsbannerimage::after {
		background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	    height: 50%;
	    width: 100%;
	}
	.aei-details {
	    opacity: 1;
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transition: all 500ms ease 0s;
	    -webkit-transition: all 500ms ease;
	    -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	}
	.aei-cmstestimony::after {
	    width: 620px;
	    bottom: 0;
	    right: 0;
	    height: 100%;
	    content: "";
	    position: absolute;
	    -webkit-transition: all 0.6s ease-in-out;
	    transition: all 0.6s ease-in-out;
	    width: 100%;
	    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	    display: block !important;
		transform: skewX(0) !important;
	}
}
@media (max-width: 420px){
	.aei-cat-item::after{display: none;}
	.aei-cat-details {
		margin: 0;
	    top: 30%;
	    bottom: 30%;
	}
	.aei-cat-desc{display: none;}
	#aei_cmsservice .aei-service-item.second{
		margin: 0;
	}
	#aei_cmsservice .aei-service-item {
	    width: 100%;
	}
	.service-right{
		display: block;
		text-align: center;
	}
	.aei-service-item .aei-image-block{
		float: none;
		margin: 0;
	}
}
@media (max-width: 360px){
	.aei-details {
	    top: 18%;
	    bottom: 18%;
	}
}
