<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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: 100px 0;
    clear: both;
}
.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:50%;
	padding: 0 15px;
	border-radius: 5px;
}
.banner_inner {
	background: transparent url("/Images/Themes/368/aximage/slider-bg.html") no-repeat scroll center bottom -100px;
    overflow: hidden;
    position: relative;
    padding: 60px 0 80px;
	margin: 0;
}
.aei-details {
	left: auto;
	right: 37px;
	top: 85px;
	bottom: auto;
	margin: 0 auto;
	position: absolute;
	text-align: right;
}
.aei-title{
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.96px;
	text-transform: capitalize;
}
.aei-title span, .aei-desc span{
	font-weight: 600;
}
.aei-desc{
	margin:18px 0;
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.96px;
	text-transform: capitalize;
}
.aei-title a:hover{
    color: #233b7b;
}
.aei_cmsbanner .aei-details .btn {
	padding: 1px 26px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 1px;
	line-height: 31px;
	border-radius: 5px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
	background-color: #233b7b;
	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: #1c1d24;
}
.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;
}
@media (min-width: 992px){
	#aei_cmsservice ul {
	    text-align: center;
		background-color: #ffffff;
		border: 2px solid #233b7b;
		border-radius: 5px;
		margin-top: -100px;
		margin-bottom: 0;
		position: relative;
		z-index: 9;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
}
#aei_cmsservice .aei-service-item {
	position: relative;
	text-align: center;
	padding:35px 15px 30px;
	float: left;
	width: 25%;
	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;
}
.aei-service-item .aei-image-icon {
    display: block;
	height: 88px;
	width: 88px;
	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: 0px 1px 1px 0px rgba(199, 199, 199, 1) inset; 
}
#aei_cmsservice .aei-service-item:hover{
    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("/Images/Themes/368/service-icon.png") no-repeat scroll center 33px;	
}
#aei_cmsservice .aei-service-item:nth-child(1):hover .aei-image-icon{ 
    background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -68px;
}
#aei_cmsservice .aei-service-item:nth-child(2) .aei-image-icon{
	background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -373px;
}
#aei_cmsservice .aei-service-item:nth-child(2):hover .aei-image-icon{
    background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -473px;
}
#aei_cmsservice .aei-service-item:nth-child(3) .aei-image-icon{
	background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -170px;
}
#aei_cmsservice .aei-service-item:nth-child(3):hover .aei-image-icon{
    background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -270px;
}
#aei_cmsservice .aei-service-item:nth-child(4) .aei-image-icon{
	background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -575px;
}
#aei_cmsservice .aei-service-item:nth-child(4):hover .aei-image-icon{
    background: #ffffff url("/Images/Themes/368/service-icon.png") no-repeat scroll center -665px;
}
.service-right {
    display: block;
	vertical-align: top;
	text-align: center;
	margin-top: 0;
}
.aei-service-title {
    color: #000000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.435px;
	line-height: normal;
	text-transform: capitalize;
}
.aei-service-item:hover .aei-service-title{color: #233b7b;}
.aei-service-desc {
   	color: #a1a1a1;
	line-height: normal;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 1.08px;
	font-weight: 400;
}
/* 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("/Images/Themes/368/aximage/wine-bottle.html") no-repeat scroll center/90px;
    height: 90px;
    width: 86px;
	float: left;
    display: block;
	position: relative;
}
.cmstop.right .cmstop-ixon{
	background: #f5f5f5 url("/Images/Themes/368/aximage/wine.html") 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;
}
.cmsdetails .shop-now:hover a{
	color: #233b7b;
	text-decoration: underline;
}
.cmstop.left .cmsdetails .shop-now{
	text-align: left;
	padding-top: 5px;
}
.cmstop.right .cmsdetails .shop-now{
	text-align: right;
	padding-top: 5px;
}
.cmsdetails {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
	padding-top: 7px;
}
.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: #233b7b;
}
/*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("/Images/Themes/368/Testimonial-Bg.jpg") repeat fixed center;
	text-align: center;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.testimony_inner {
    display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
}
#aeitestimony-slider {
	background-color: #ffffff;
	border: 2px solid #233b7b;
	border-radius: 5px;
	text-align: center;
	position: relative;
	width: 51.5%;
    margin: 0;
	float: left;
	padding:112px 65px;
}
#aeicmstestimony {
    position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#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: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.64px;
	text-transform: capitalize;
}
.product_inner_cms .designation a {
	color: rgba(0,0,0,0.7);
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.72px;	
}
.product_inner_cms .name:hover a{
    color: #233b7b;
}
.product_inner_cms .desc p{
    color: #a1a1a1;
	font-size: 13px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 1.04px;
	margin-bottom: 0;
}
.product_inner_cms {
    position: relative;
    padding-left: 60px;
    text-align: left;
	float: left;
	width: 80%;
}
.aei-cmstestimony .testmonial-image img {
    border: 4px solid #343748;
	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;
}
.aei-cmstestimony .testmonial-image:hover img{
	border:4px solid #233b7b;
}
.testimony-icon {
    background: transparent url("/Images/Themes/368/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: auto;
	margin: 15px auto 0;
}
#aeicmstestimony .slick-dots{
    display: block !important;
	vertical-align: top;
	bottom: 45px;
	width:auto;
	left: 0;
	right: 0;
	z-index: 1;
}
.item.cms_face {
    position: relative;
    padding: 0;
}
#aeicmstestimony .special-title {
    float: right;
    text-align: right;
}
#aeicmstestimony .special-title .ax-title {
    text-align: right;
    margin-bottom: 0;
}
/*Aei-Testimonial end*/

/*Aei-Bottom CMS start*/
#aei_cmsbottom {
    float: right;
	width: 15%;
}
.aei-cmsbottom-inner .h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 25px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize !important;
}
.aei-cmsbottom-inner {
    text-align: left;
}
.bottomicon {
    margin-bottom: 15px;
}
.bottom-contact{
	background: transparent url("/Images/Themes/368/aximage/customer-service.svg") no-repeat scroll center left/18px;
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.78px;
	padding-left: 25px;
	cursor: pointer;
}
.bottom-contact:hover{
	color: #ffffff;
}
/*Aei-Bottom CMS start*/


/*Aei-payment start*/

#aeicmspayment {
    float:none;
}
.payment-block-inner {
    margin: 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;
	margin-top: 90px;
}
.brands{
	display: none;
}
.brands .products {
	z-index: 2;
	border-radius: 5px;
	margin-bottom: -100px;
    position: relative;
	background-color: #ffffff;
	border: 2px solid #233b7b;
}
#aeibrand-slider{margin: 0;}
.brands #aeibrand-arrows {
    width: 100%;
    top:80px;
    z-index: 1;
    opacity: 0;
    right: 0;
    bottom: auto;
}
.brands #aeibrand-arrows .slick-prev {
    left: -19px;
}
.brands #aeibrand-arrows .slick-next {
    right: -19px;
}
.brands:hover #aeibrand-arrows {
    opacity: 1;
}
.brands .brand-image img {
    /* opacity: 0.2; */
    margin: 40px auto 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	height :100px;
}
.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;
}
.brands .container{
	width:100%
}

/*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("/Images/Themes/368/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: 1449px){
	.brands #aeibrand-arrows .slick-prev {
	    left: 0px;
	}
	.brands #aeibrand-arrows .slick-next {
	    right:0px;
	}
}
@media (max-width: 1229px){
	#aeitestimony-slider{
		padding: 112px 15px;
	}
}
@media (max-width:1199px) {
	.aei-details{
		top: 35px;
	}
	.aei-service-title{font-size: 14px;}
	#aeitestimony-slider{
		width: 70%;
	}
}
@media (max-width: 991px){
	#aei_cmsservice ul{
		margin: 0;
		text-align: center;
	}
	.aei-cat-details {
	    margin: 0 40px;
	    top: 25%;
	    bottom: 25%;
	}
	.aei_cmsbanner .ax-title {
	    margin-bottom: 30px;
	}
	#aei_cmsservice .aei-service-item{
		padding: 0;
	}
	#aei_cmsservice{
		margin: 40px 0;
	}
	#aeicmstop{display: none;}
	#aeicmstestimony, #aeicmstestimony .special-title .ax-title{
		text-align: center;
	}
	#aeicmstestimony .special-title{
		width: auto;
	    float: none;
	    padding-top: 0;
	    text-align: center;
	    padding-bottom: 15px;
	}
	#aeitestimony-slider{
		width: 80%;
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	}
	.aei-cmstestimony{
		padding: 60px 0;
	}
	.aei_cmsbanner{
		padding: 40px 0;
	}
	#aei_cmsbottom {
	    float: left;
	    width: 100%;
	    margin-top: 5px;
	}
	.aei-cmsbottom-inner{
		padding: 0 15px;
	}
}
@media (max-width: 800px){
	.aei-details {
	    top: 15px;
	}
}
@media (max-width: 767px){
	#aei_cmsservice .aei-service-item{
		width: auto;
		float: none;
		margin-bottom: 15px;
	}
	#aei_cmsservice {
	    margin-bottom: 20px;
	}
	#aeitestimony-slider{
		width: 100%;
	}
    .aei_banner_inner {
        text-align: center;
    }
    #aei_cmsservice{margin-bottom: 40px;}
    .aei-cmstestimony{
    	margin-bottom: 40px;
    }
    .aei-details{
    	top: 25%;
		bottom: 25%;
		right: 60px;
    }
	.aei-banner-item {
		position: relative;
		float: none;
		text-align: center;
		width: auto;
		padding-bottom: 15px;
	}
	.aei-banner-item.top-center {
	    margin: 0;
	}
	.brands .products{
		margin: 0;
	}
	#index .brands{
		margin-top: 20px;
	}
}
@media (max-width: 575px){
	.aei-cmstestimony {
	    margin-bottom: 0px;
	}
	.product_inner_cms {
	    position: relative;
	    padding-left: 0;
	    text-align: center;
	    float: none;
	    width: auto;
	    padding-top: 15px;
	}
	#aeitestimony-slider{
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	.testimony_inner {	
	    display: inline-block;
	    vertical-align: top;
	    float: none;
	    width: auto;
	}
}
@media (max-width: 479px){
	.aei-details {
	    top: 10%;
	    bottom: 10%;
	    right: 40px;
	}
	.aei-title{
		font-size: 18px;
	}
	.aei-desc{
		font-size: 18px;
		margin: 10px 0;
	}
}

#mainbanner img{
	max-height: 500px ;
}

@media (min-width: 1280px) and (max-width: 1919px){
.slidershow-art-search .owl-carousel.owl-loaded + .container-search {
    display: block;
}
.art-search {
    background-color: #233b7b;
    position: absolute;
    top: 12px;
	left: 33%;
    z-index: 99;
    width: 450px;
    height: 75%;
}
.art-search .smas-wrap {
    height: 100%;
}
.art-search .smas-container {
    padding-top: 20px;
}
.art-search .smas-group-left {
    margin: 0;
}
.art-search .smas-group-left .smas-attr {
    float: none;
    width: 100%;
    margin-bottom: 25px;
}
.art-search .smas-attr-inner {
    margin: 0;
}


}

.smas-form {
    position: relative;
}

.smas-attr-inner {
    position: relative;
}

.select-iconbox {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background: #fff;
    top: 8px;
    border-radius: 100%;
    border: solid 1px #a7a7a7;
    z-index: 9;
}

.select-iconbox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #0d0f2a;
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
.smas-attr .smas-attr-inner .smas-select {
    height: 35px;
    line-height: 31px;
    background: 0 0;
    padding-left: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: #181818;
    text-decoration: none;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
	width:100%;
	margin-bottom:5px;
}
.slidershow-art-search{
	position: relative;
}

.banner_top {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.banner_img {
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
}
.form_banner_bg h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.form_banner_bg {
    background-color: #000;
    text-align: center;
    padding: 15px 0px;
}
.col-form-label {
    padding: 0px;
    text-align: right;
    font-size: 14px;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 31px;
}
.banner_form .form-control {
    border-radius: 0px;
}
.banner_form .form-control {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
	height: calc(1.5em + 0.75rem + 2px);
}

input.type-submit {
    width: 90%;
    border: none;
    height: 45px;
    background: #000;
    color: #fff;
}

.banner_form {
    background-color: #233b7b;
    padding: 12px 12px;
}
.banner_form .input-group {
    margin-bottom: 22px;
    padding: 0px 22px 20px;
    border-bottom: 1px solid #00000059;
}

.srch_Area {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.form_banner {
    width: 284px;
}

.banner_form .form-control {
    border-radius: 0px;
}

.form-group.row {
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 5px;
}

.smas-form-wrap  .input-group-append span {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #000;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 7px 10px; 
    cursor: pointer;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.smas-form-wrap .input-group {
    margin-bottom: 22px;
    padding: 0px 42px 20px 10px;
    border-bottom: 1px solid #00000059;
}

.art-search {
background-color: #233b7b;}

a.type-submit {
    border: none;
    height: 5px;
    color: #fff;
	padding:0px
}

a.type-submit img{
	height:70px;
	width: 100%;
}

.divLoginButtons{
	background-color:#233b7b;margin-top:-4px;height:100px; padding-top:10px;
	margin-bottom:10px
}
.brands .product-carousel{
	height:180px;
}
@media (min-width: 1920px){
.art-search {
    background-color: #233b7b;
    position: absolute;
    top: 12px;
	left: 35%;
    z-index: 99;
    width: 500px;
    height: 75%;
}}



@media (min-width: 1200px) and (max-width: 1279px){

.container-search{

    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 110px;
}
}
</pre></body></html>