@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "robotoregular";
	font-size: 16px;
	color: #333;
}
p {
	line-height: 22px;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}

header {
	background: #fff;
	padding: 10px 0;
}
.navbar {
	padding: 0.3rem 1rem;
}
.navbar-brand{
	min-width: 87px;
}
.navbar-toggler {
	background: #0074b1;
	color: #fff;
	border: 0;
	border-radius: 0;
}
button.navbar-toggler:focus {
	outline: none;
}
.navbar-nav {
	padding-right: 110px;
}
.navbar-nav .nav-link {
	color: #333;
	padding: 0 0 5px !important;
	font-family: "robotomedium";
	font-size: 14px;
}
.navbar-nav li:hover .nav-link {
	color: #0074b1;
}
.navbar-nav .nav-item {
	border-bottom: 2px solid #fff;
	margin: 0 0.5rem;
}
.navbar-nav .nav-item.active {
	border-bottom: 2px solid #0074b1;
}


/* Banner Slider Styles */
#bannerSlider .carousel-item {
  height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#bannerSlider .carousel-caption {
	bottom: 110px;
}
#bannerSlider .carousel-indicators {
	bottom: 70px;
}


/* Current Events and Offers Styles */
#currentEventOffer {
	margin-top: -50px;
}
#currentEventOffer .container {
	box-shadow: 0 0 30px 10px #ebebeb;
}
#currentEventOffer .curEvntOffWrap {
	background: #fff;
	padding: 40px 40px 30px;
	text-align: center;
}
#currentEventOffer h1 {
	font-family: "robotobold";
	font-size: 30px;
	margin: 0 0 20px;
	color: #333;
	text-transform: uppercase;
}
#currentEventOffer h1 span{
	color: #5089e0;
}
#offerDetWrap .amazingcarousel-list-wrapper {
	padding: 10px 0;
}
.amazingcarousel-list-wrapper {
	margin: 0 auto;
}
#offerDetWrap .amazingcarousel-image {
	box-shadow: 0 0 5px 1px #e7e8e8;
}
#offerDetWrap .amazingcarousel-title, #curEvntSlide .amazingcarousel-text {
	padding: 15px;
	background: #5089e0;
	color: #fff;
	font-family: "roboto_condensedregular";
	font-size: 15px;
	position: relative;
}
#curEvntSlide .amazingcarousel-text { 
	text-align: left;
    padding: 13px 20px;
}
#curEvntSlide .amazingcarousel-image img {
	max-height: 210px;
}
#offerDetWrap .amazingcarousel-image img {
	max-height: 220px;
}
#curEvntSlide .amazingcarousel-description {
	font-size: 13px;
	text-transform: capitalize;
}
.offerDetBox a {
	color: #fff;
	font-family: "roboto_condensedlight";
	font-size: 12px;
}
.offerPerCircle {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ec1f30;
    position: absolute;
    right: -25px;
    top: -25px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    line-height: 14px;
    font-size: 12px;
	text-shadow: 0px 0px 0px #fff;
}
#currentEventOffer .offerDetWrap {
	padding: 40px 35px 30px;
}
.aboutUs {
	padding: 80px 0;
}
.aboutUsImg {
	max-width: 350px;
	margin-top: 30px;
}
.abouHeading {
	font-family: "robotomedium";
	font-size: 40px;
	line-height: normal;
	text-transform: uppercase;
	padding: 15px 0 35px;
}
.abouHeading span {
	display: block;
	color: #5089e0;
}
.downloadBrochure {
	height: 280px;
	padding: 75px 0;
	background: url(../images/brochure_bg.jpg) no-repeat center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
.downloadBrocHead {
	text-transform: uppercase;
	font-size: 35px;
}
.brochureBtn {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	color: #4b85df;
	display: inline-block;
	padding-top: 12px;
    padding-left: 2px;
}

.ourServices {
	padding: 60px 0 0;
}
.ourServices .abouHeading {
	padding: 15px 0;
}
.ourServices .abouHeading span {
	display: inline-block;
}

.serviceList li {
	width: 33.333%;
	max-width: 350px;
	margin: auto;
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.serviceList li:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.serviceList li:before {
	content: "";
	position: absolute;
	top: 100%;
	bottom: 10px;
	right: 10px;
	left: 10px;
	background: rgba(92, 136, 207, 0.9);
	z-index: 1;
	transition: linear top 300ms;
}
.serviceList li img {
	width: 100%;
	height: auto;
}
.serviceList li h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	font-size: 16px;
	z-index: 2;
	max-width: 85%;
	margin: 0 auto;
}
.serDetailBox {
	width: 80%;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: auto;
	border: 1px solid #d0ddf1;
	padding: 10px;
	z-index: 2;
	font-size: 12px;
}
.serDetailBox a {
	color: #fff;
}
.serviceList li:hover .serDetailBox {
	display: block;
}
.serviceList li:hover:after {
	display: none;
}
.serviceList li:hover:before {
	top: 10px;	
}

.gallery {
	padding: 60px 0;
}
.gallerWrap {
	padding: 20px 0;
}
.gallerWrap li {
	float: left;
	margin: 1px;
	width: calc(20% - 2px);
	cursor: pointer;
	position: relative;
}
.gallerWrap li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.gallerWrap .gallViewIcon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}



.testimonialsAndNews {
	padding: 0 0 60px;
}
.testimonialsAndNews .carousel-indicators li {
	background-color: #a2a2a2;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.testimonialsAndNews .carousel-indicators .active {
    background-color: #406edd;
}
.testimonialsAndNews .carousel-control-next, .testimonialsAndNews .carousel-control-prev {
	width: 30px;
	color: #333;
}
#testimonialsIndicators {
	width: 95%;
}
.testimDet img {
	width: 85px;
	height: 85px;
	border: 5px solid #f1f1f1;
	background: #f1f1f1;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.testimDet h3 {
	font-size: 18px;
	line-height: normal;
	margin: 20px 0 0;
}
.testimDet span {
	font-size: 13px;
	line-height: normal;
	font-family: 'roboto_condensedlight';
}
.testimonialsAndNews .carousel-item {
	padding: 0 60px;
}
.testimonialsAndNews .carousel-indicators {
	margin-bottom: 0;
}
#testimonialsIndicators p {
	padding: 15px 5px 30px;
}


.newsLetterSub {
	background: #5089e0;
	color: #fff;
	padding: 55px 55px 20px;
	text-align: center;
}
.newsLetterSub h3 {
	font-size: 22px;
	margin: 0 0 40px;
	position: relative;
	text-transform: uppercase;
}
.newsLetterSub h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 1px;
	width: 30%;
	margin: 0 auto;
	background: #fff;
}
.newsLetterSub input {
    max-width: 60%;
    display: inline-block;
	vertical-align: top;
	border-radius: 0;
}
.newsLetterSub button {
    max-width: 25%;
    display: inline-block;
	background: #01a71c;
	border-color: #01a71c;
	vertical-align: top;
	border-radius: 0;
}
.newsLetterSub button:hover {
	background: #038f1a;
	border-color: #038f1a;
}
.newsLetterSub p {
	padding: 20px 50px;
	border-top: 1px solid #fff;
	margin: 40px 0 0;
}


.brandLogo {
	background: #ececec;
}
.amazingcarousel-image {	
	position: relative;
	padding: 0px;
}
.amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
#footerLogoSlider { 
	padding: 16px 0;
}
#footerLogoSlider .amazingcarousel-item-container {
	text-align: center;
	padding: 4px;
}



.footer {
	background: #5089e0;
	padding: 60px 0;
	color: #fff;
	font-family: 'roboto_condensedregular';
}
.footer h3 {
	margin: 0 0 15px;
    padding: 0 0 3px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.footer ul {
		
}
.footer li {
	padding: 3px 0;
	list-style: inside disc;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	opacity: 0.6;
}
.phoneNumber, .mailId {
	position: relative;
    padding: 0 20px 15px 35px;
}
.phoneNumber i, .mailId i {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.phoneNumber i {
	top: 1px;
}
.footer .form-control {
	border-radius: 0;
    margin: 0 0 10px;
    border: 0;
    font-size: 13px;
    resize: none;
}
.footer button {
    width: 100%;
    display: block;
	background: #01a71c;
	border-color: #01a71c;
	border-radius: 0;
}
.footer button:hover {
	background: #038f1a;
	border-color: #038f1a;
}
.copyRights {
	background: #3376dd;
	color: #fff;
	padding: 15px 0;
}
.copyRightsTxt {
	padding-top: 10px;
}
.copyRights img {
	background: #fff;
    opacity: 0.9;
    padding: 2px 10px;
    border-radius: 3px;
    height: 40px;
}
.copyRights img:hover {
	opacity: 1;
}


/* Inner Pages Styles */
.innerPageBanner {
	padding: 120px 0;
	background: url(../images/innerBanner.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.contactUsBanner {
	background: url(../images/contact-us-bg.jpg) no-repeat center center fixed;
	background-size: 100%;
	position: relative;
}
.testimonialsBanner {
	background: url(../images/testimonials-bg.jpg) no-repeat center center fixed;
	background-size: 100%;
}
.eventBanner {
	background: url(../images/events-banner.png) no-repeat center center fixed;
	background-size: cover;
}
.contactUsBanner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.innerPageBanner h1 {
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	text-shadow: 1px 0 10px #000;
}
.innerPagesWrap {
	padding: 80px 0;
}
.innerPagesWrap.p0 {
	padding: 0;
}
.innerPagesWrap .abouHeading {
	padding-top: 0;
}

.productSideBar {
	font-family: 'roboto_condensedregular';
	color: #333;
	background: #f7f7f7;
	padding-top: 60px;
	padding-bottom: 60px;
}
.productList {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 30px;
}
.productSideBar h3 {
	padding: 25px 0 10px;
	margin: 0;
	font-family: 'robotobold';
	font-size: 24px;
}

.productSideBar .custom-control {
	padding-right: 1.5rem;
	padding-left: 0;
	margin: 0 0 10px;
}
.productSideBar .custom-control:hover {
	color: #0074b1;
}
.productSideBar .custom-control-input {
	right: 0;
	cursor: pointer;
}
.productSideBar .custom-control-label {
	display: block;
	cursor: pointer;
	text-transform: capitalize;
}
.productSideBar .custom-control-label::before, .productSideBar .custom-control-label::after {
	left: inherit;
	right: -1.5rem;
}
.productSideBar .custom-control:hover .custom-control-label::before {
    background-color: #007bff;
}


.productList h3 {
	margin-bottom: 15px;
	text-transform: capitalize;
}
.shortByList li {
	padding: 5px 10px;
	line-height: 27px;
	font-size: 17px;
}
.shortByList li:first-child {
	padding-left: 0;
}
.shortByList span {
	font-family: 'robotobold';
	color: #777;
}
.shortByList a {
	color: #777;
}
.shortByList a:hover, .shortByList a.actFilter {
	color: #0074b1;
}
.productWrap {
	padding: 10px 15px;
    background: #f7f7f7;
    margin: 0 0 30px;
    border-radius: 3px;
}
.filtr-container {
	margin-top: 40px;
}
.filtr-item {
	overflow: hidden;
}
.galleryFilter .productWrap img {
	width: 100%;
	max-width: 300px;
	-webkit-transition: transform 500ms ease-in-out;
	-moz-transition: transform 500ms ease-in-out;
	-ms-transition: transform 500ms ease-in-out;
	-o-transition: transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}
.galleryFilter .productWrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.item-desc {
	display: block;
	text-align: center;
	padding: 12px 5px 5px;
	font-size: 13px;
	font-family: 'robotobold';
	text-transform: uppercase;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-desc span {
	display: block;
	text-align: center;
	font-size: 18px;
}
.item-desc strong {
	white-space: nowrap;
	font-size: 14px;
	color: #f9091d;
    text-decoration: line-through;	
}
.productImgWrap {
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.productImgWrap img  {		
    width: 100%;		
    height: auto;		
}
.addTocartBtnWrap {
	position: absolute;
	left: 30px;
	right: 30px;
	padding: 10px;
	background: #fff;
	bottom: -50px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.addTocartBtnWrap button {
	background: #fff;
}
.productWrap:hover .addTocartBtnWrap {
	bottom: 45px;
}


#aboutAccordion {
	padding: 60px 0 0;
}
.card {
	border-radius: 0;
	border-bottom: 0;
}
.card:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header {
	padding: 0;
}
.card-header a {
    padding: .75rem 1.25rem;
	display: block;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.card-header a:hover, .card-header a[aria-expanded="true"] {
    background: #007bff36;
}
.accordionIcon {
	position: absolute;
    right: 20px;
    top: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.accordionIcon .material-icons {
	font-size: 36px;
}
.card-header a[aria-expanded="true"] + .accordionIcon {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.card-body p:last-child {
	margin: 0;
}
.brochureWrap {
    background-image: url(../images/brochure_inner_bg.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    background-attachment: fixed;
	padding-bottom: 80px;
    padding-top: 80px;
}
.bg-overlay {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.brochure-content {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 40px;
    border-radius: 10px;
	color: #fff;
	padding: 0.75rem 0.5rem;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.brochure-content:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.brochure-content .material-icons {
	-webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
	font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.brochure-border-bottom {
    border: 1px solid;
    max-width: 50%;
    margin: 0.5rem auto 0.75rem;
}
.brochure-content h2 {
	margin-top: 0.35rem;
	margin-bottom: 0.5rem;
    font-size: 24px;
}
.whatWeareDoingWrap {
	padding: 60px 0;
}
.aboutUspage img {
	box-shadow: -5px 5px 26px -11px #464646;
	border-radius: .25rem!important;
	margin: 0;
}
.whatWeareDoingWrap img {
	margin: 120px 0 0;
}
.whatWeareDoingWrap li {
	position: relative;
	padding: 0 0 10px 30px;
}
.whatWeareDoingWrap i {
	position: absolute;
	left: 8px;
    top: 3px;
	font-size: 18px;
	color: #333;
}
.servicePage h4 {
    color: #00aaf9;
}
.serviceImgWrap, .serviceImgWrapInner {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: #eee;
	margin: 0 auto;	
}
.serviceImgWrapInner {
	overflow: hidden;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.serviceImgWrapInner img {
	width: 100%;
}
.serviceImgWrap:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border: 1px solid #eee;
	border-radius: 50%;
}
.serviceImgWrap:before {
	content: '';
	position: absolute;
	left: -40px;
	top: -40px;
	right: -40px;
	bottom: -40px;
	border: 1px solid #eee;
	border-radius: 50%;
}


.service-img img {
    position: absolute;
    top: 165px;
    bottom: 0;
    left: 0;
    right: 0;
}
.contactInfo {
	padding: 80px 0 30px;
	background: #f8f9fa;
	border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.contact-icon {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
	text-align: center;
    box-shadow: 0 0 30px -3px #e0e0e0;
}
.contact-icon i {
    -webkit-text-stroke: 1px #00aaf9;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 120px;
}
.contactIconText, .contactIconText a {
	color: #6c757d;
}
.our-clients {
    box-shadow: 0 0 14px 0px rgba(62, 45, 45, 0.10);
	background-color: #fff;
}
.our-clients-content {
    background-color: #f1f1f1;
    padding: 15px 30px;
}
.our-clients-img img {
    max-width: 60px;
    box-shadow: 0px 0px 20px -9px black;
}
.our-clients-icon {
    font-size: 36px;
    color: #00aaf9;
}
.our-clients-content h6 {
    padding-top: 10px;
}
.our-clients-content p {
	font-size: 14px;
}
.our-clients-desc {
    padding: 35px 40px;
}

.lightBoxWrap {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 3;
	max-width: 80%;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	opacity: 0;
    -moz-transform: scale(0) translateX(-50%) translateY(-50%);
	-webkit-transform: scale(0) translateX(-50%) translateY(-50%);
	-o-transform: scale(0) translateX(-50%) translateY(-50%);
	-ms-transform: scale(0) translateX(-50%) translateY(-50%);
	transform: scale(0) translateX(-50%) translateY(-50%);
	transition: all 0.5s ease-out 0ms;
	transform-origin: 0 0;
	margin: auto;
	text-align: center;
}
.lightBoxWrapShow {
	opacity: 1;
    -moz-transform: scale(1) translateX(-50%) translateY(-50%);
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
	-o-transform: scale(1) translateX(-50%) translateY(-50%);
	-ms-transform: scale(1) translateX(-50%) translateY(-50%);
	transform: scale(1) translateX(-50%) translateY(-50%);
}
.lightBoxOverlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
}
.lightBoxBtns {
	position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
	opacity: 0.1;
}
.lightBoxCloseBtn {
    top: -15px;
    right: -15px;
    border-radius: 15px;
}
.lightBoxBtns i {
	line-height: 30px;
    font-size: 18px;
}
.lightBoxPrevNextBtn {
    top: 50%;
	margin-top: -15px;
}
.lightBoxWrapShow:hover .lightBoxBtns {
	opacity: 0.5;
}
.lightBoxWrapShow .lightBoxBtns:hover {
	color: #fff;
	opacity: 0.75;
}
.lightBoxPrevBtn {
	left: -15px;
}
.lightBoxNextBtn {
	right: -15px;
}
.gallerFilter .fltr-controls {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 10px 10px;
	border-radius: 2px;
	background-color: #f8f9fa;
    color: #343a40;
    border: 1px solid #eeeeee;
	cursor: pointer;
}
.gallerFilter .fltr-controlsAct{
	color: #ffffff;
    background-color: #00aaf9;
	border-color: #00aaf9;
}

.galleryFilter .productImgWrap {
	position: relative;
}
.galleryFilter .productImgWrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 300ms ease-in;
	cursor: pointer;
}
.galleryFilter .productImgWrap:hover:after {
	opacity: 1;
}
.galleryFilter .productImgWrap .material-icons {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	z-index: 2;
	color: #fff;
	-moz-transform: scale(0) translateX(-50%) translateY(-50%);
	-webkit-transform: scale(0) translateX(-50%) translateY(-50%);
	-o-transform: scale(0) translateX(-50%) translateY(-50%);
	-ms-transform: scale(0) translateX(-50%) translateY(-50%);
	transform: scale(0) translateX(-50%) translateY(-50%);
	transition: all 0.5s ease-out 0ms;
	transform-origin: 0 0;
	margin: auto;
	text-align: center;
	cursor: pointer;
}
.galleryFilter .productWrap:hover .material-icons {
	-moz-transform: scale(1) translateX(-50%) translateY(-50%);
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
	-o-transform: scale(1) translateX(-50%) translateY(-50%);
	-ms-transform: scale(1) translateX(-50%) translateY(-50%);
	transform: scale(1) translateX(-50%) translateY(-50%);
}
.productName {
    text-transform: uppercase;
    color: #222;
    font-size: 30px;
    font-weight: 600;
}
.productPrice {
	font-size: 25px;
    color: #797979;
    font-weight: bold;
    margin-bottom: 0px;
    display: inline-block;
}
.productMarketPrice {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #f9091d;
    text-decoration: line-through;
}
.productCustomerReviews {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 18px;
    position: relative;
}
.productCustomerReviews:before {
    content: "";
    height: 18px;
    width: 1px;
    background: #dadada;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productSampleImage li {
	margin: 0 0 10px;
}
.productSampleImage img {
	max-width: 120px;
	max-height: 120px;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.review_inner h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 35px;
    font-weight: 600;
}
.review_inner .media {
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.review_inner .media .d-flex {
    padding-right: 30px;
}
.review_inner .media .media-body h4 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
}
.review_inner .media .media-body h5 {
    display: inline-block;
    font-size: 12px;
    color: #797979;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.review_inner .media .media-body .list {
    display: inline-block;
    float: right;
}
.review_inner .media .media-body .list li {
    display: inline-block;
}
.review_inner .media .media-body .list li a {
    font-size: 14px;
    color: #fbaf5d;
}
.productRating {
	display: inline-block;
	list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}
.productRating li {
    display: inline-block;
}
.productRating li a {
    color: #fbaf5d;
    font-size: 18px;
}
.product_count {
    display: inline-block;
}
.product_count input {
    width: 60px;
    text-align: center;
    height: 50px;
    border: 1px solid #797979;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: normal;
    color: #797979;
}
.product_count .count_btn {
    border-right: 1px solid #797979;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    display: inline-block;
    height: 50px;
    position: relative;
    left: -3px;
    vertical-align: bottom;
}
.product_count .count_btn button {
    padding: 0px;
    background: transparent;
    border: none;
    display: block;
    font-size: 22px;
    height: auto;
    line-height: 20px;
    position: relative;
    top: 3px;
    cursor: pointer;
    width: 42px;
    color: #797979;
}
.cart_btn {
    display: inline-block;
    position: relative;
    top: -3px;
}
.main_btn {
    background: #f82e56;
    display: inline-block;
    padding: 0px 31px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    overflow: hidden;
    border-color: 1px solid #f82e56;
}
.main_btn.blue {
    line-height: 40px;
    background: #f82e56;
}
.cart_btn .main_btn {
    text-transform: uppercase;
    padding: 0px 34px;
    line-height: 48px;
    margin-left: 12px;
    overflow: visible;
}
.main_btn.blue:hover {
    background: transparent;
    color: #f82e56;
    border-color: #f82e56;
	text-decoration: none;
}
.review_form_area .reviw_form .form-group .submit_btn {
    line-height: 38px;
    padding: 0px 46px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.submit_btn.blue {
    background: #f82e56;
}
.submit_btn {
    background: #f82e56;
    display: inline-block;
    padding: 0px 31px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
}
.review_form_area .reviw_form .form-group input {
    border: 1px solid #ededed;
    height: 45px;
    border-radius: 0px;
    padding: 0px 20px;
    background: #F6F9FF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.review_form_area .reviw_form .form-group textarea {
    height: 200px;
    border: 1px solid #ededed;
    border-radius: 0px;
    padding: 15px 20px;
    background: #F6F9FF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}
.navbar-nav .nav-link.cartMenuBtn {
	position: absolute;
    background: #5c9eea;
    color: #fff;
    white-space: nowrap;
    padding: 5px 12px !important;
    top: -7px;
    border-radius: 2px;
	opacity: 0.8;
}
.navbar-nav .nav-link.cartMenuBtn:hover {
	opacity: 1;
    color: #fff;
}
#cartInfoControls .carousel-control-prev, #cartInfoControls .carousel-control-next {
	position: static;
    color: #fff;
    width: auto;
    opacity: 1;
}
.login_area .login_inner {
    border: 20px solid #fff;
	padding: 20px;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
}
.login_area .login_inner h3 {
    color: #222;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.login_form .form-group {
    margin-bottom: 15px;
}
.login_form .form-group label {
    font-size: 14px;
	font-family: "robotomedium";
    color: #222;
    margin-bottom: 10px;
}
.login_form .form-group input {
    background: #fff;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
    color: #222;
}
.creat_account_two {
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.creat_account_two input {
    visibility: hidden;
    height: 13px !important;
    display: none;
}
.creat_account_two label {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #797979;
    font-size: 13px;
    letter-spacing: .25px;
    font-size: 15px;
}
.login_form .form-group .creat_account_two label {
    color: #797979;
    margin-bottom: 0px;
    font-weight: normal;
}
.creat_account_two .check {
    display: block;
    position: absolute;
    border: 1px solid #797979;
    border-radius: 2px;
    background: transparent;
    height: 18px;
    width: 18px;
    top: 3px;
    border-radius: 0px;
    left: 0px;
    z-index: 5;
    -o-transition: border .25s linear;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor: pointer;
}
.creat_account_two .check .material-icons {
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 3px;
    left: 3px;
    margin: auto;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    color: #222;
    opacity: 0;
	font-size: 11px;
}
.creat_account_two .check::after {
    display: block;
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border: 1px solid #aeb3b9;
    background: #fff;
    left: 1px;
    top: 1px;
    opacity: 0;
}
.creat_account_two input[type=checkbox]:checked ~ .check::before, .creat_account_two input[type=checkbox]:checked ~ .check .material-icons {
    opacity: 1;
}
.login_form .form-group .forgot {
    text-align: right;
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #797979;
}
.login_form .form-group .submit_btn {
    width: 100%;
	line-height: 48px;
    margin-top: 10px;
    padding: 0px;
}
.login_form .form-group h5 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    margin-bottom: 0px;
    margin-top: 12px;
}
.login_form .form-group h5 a {
    color: #f82e56;
    text-decoration: underline;
}
.login_area .login_inner .login_door_img {
    text-align: right;
}
.login_area .login_inner .login_door_img img {
    margin-right: -33px;
	max-width: 100%;
}
.select_product_inner .table-responsive .table {
    margin-bottom: 0px;
}
.select_product_inner .table-responsive .table tbody tr:first-child td {
    border: none;
    padding-top: 0px;
}
.select_product_inner tr td:last-child {
	width: 30px;
	text-align: center;
}
.select_product_inner tr td:first-child {
	width: 180px;
	height: 120px;
}
.select_product_inner tr td strong {
	font-weight: normal;
	font-family: "robotomedium";
	text-transform: capitalize;
}
.select_product_inner tr td:first-child img {
	max-width: 150px;
	max-height: 120px;
}
.select_product_inner .table-responsive .table tbody tr td {
    padding-left: 0px;
    border-top: 1px solid #eeeeee;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0px;
}
.select_product_inner .table-responsive .table tbody tr .price {
    font-size: 22px;
    color: #222;
	font-family: "robotomedium";
    text-align: right;
	padding-right: 30px;
}
.select_product_inner .quantity {
    text-align: center;
}
.select_product_inner .quantity button {
    padding: 0px;
    background: transparent;
    border: none;
    color: #797979;
    cursor: pointer;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.select_product_inner .quantity input {
    width: 35px;
    border: none;
    text-align: center;
    padding: 0px;
    color: #797979;
    font-size: 15px;
	vertical-align: top;
}
.select_product_inner .icon {
    color: #cbcaca;
    font-size: 22px;
    padding-right: 15px;
    cursor: pointer;
}
.select_product_inner .icon:hover {
	color: #f82e56;
}
.totalPriceTr {
	font-size: 18px;
    color: #222;
	font-family: "robotomedium";
}
.totalPriceTr td {
	padding-top: 15px !important;
	width: auto !important;
    height: auto !important;
}
.promotion_item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.promotion_item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.promotion_item .promotion_text {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 12px;
}
.promotion_item .promotion_text .promotion_text_inner {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 0.8);
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.promotion_item .promotion_text .promotion_text_inner h5 {
    margin-bottom: 0px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    letter-spacing: .45px;
}
.promotion_item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.promotion_item:hover .promotion_text .promotion_text_inner {
    background: rgba(70, 155, 255, 0.5);
}
.carousel-indicators li {
	background: rgba(134, 132, 132, 0.5)
}
.carousel-indicators li.active {
	background: #5c9eea;
}
.zoomImageWraper {
	position: relative;
	display: inline-block;
    width: 302px;
    height: 202px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.zoomCover {
	width: 120px;
	height: 80px;
	border: 2px solid #ccc;
	position: absolute;
	opacity: 0;
	transition: all 300ms linear;
	cursor: move;
}
.zoomHolder {
	width: 300px;
	height: 200px;
	margin: 0 0 0 30px;
	border: 3px solid #ccc;
	background: #fff;
    background-size: 250%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 100%;
	z-index: 2;
	transform: scale(0);
	transition: all 500ms linear;
}
.zoomImageWraper:hover .zoomCover {
	opacity: 1;
}
.zoomImageWraper:hover + .zoomHolder {
	transform: scale(1);
}
.accountsList li {
	border-bottom: 1px solid #fff;
}
.accountsList li a {
	color: #555555;
	padding: 7px 12px;
	display: block;
	background: #eeeeee;
	transition: all 500ms ease-in;
}
.accountsList li a:hover, .accountsList li a.actlink {
	color: #111;
	font-family: 'robotobold';
	text-decoration: none;
}
.accountsList li i {
	color: #777;
	vertical-align: top;
    padding-right: 10px;
    border-right: 1px solid #cdcdcc;
    margin-right: 15px;
}
.accountsList li a:hover i, .accountsList li a.actlink i {
	color: #000;
}
.accountsListDeat, .updateActions {
	display: none;
}
.editIcon {
	color: #555;
}
.editIcon:hover {
	color: #007bff;
}
.orderList {
	padding: 0;
	margin: 0;
	list-style: none;
}
.orderList li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 15px;
}
.orderHisProdImg {
	width: 100px;
	height: 150px;
	margin: 0 15px 0 0;
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid #d8d7d7;
	border-top: 0;
    border-left: 0;
    box-shadow: 2px 2px 3px 0px #dcdcdc;
    padding: 2px;
}
.orderHisProdImg img {
	width: 92px;
	height: 92px;
	border-radius: 5px;
	display: block;	
}
.orderHisProdDet {
	width: calc(100% - 115px);
}
.orderDetailShowHide {
	text-decoration: none !important;
}
.loaderWrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: #c7c7c73d;
	z-index: 999;
	opacity: 0;
	transform: scale(0);
	transition: all 500ms ease-in;
}
.loaderAct {
	opacity: 1;
	transform: scale(1);
}
.loaderWrapper svg {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 9999;
}
#cartInfoControls .carousel-control-next.disableBtn {
    opacity: 0.5;
	pointer-events: none;
}
.paymentDet {
	display: none;
}
.upiIdCode {
	background: url(../images/upi-code.png) no-repeat 0 0;
	width: 477px;
	height: 252px;
	border: 5px solid #3e4095;
}
.select_product_inner .emiOptionTbl {
	width: 100%;
}
.paymentDet h3 {
	font-weight: normal;
    font-size: 22px;
	background: #efefef;
	padding: 10px;
    color: #444;
}
.select_product_inner .emiOptionTbl th {
	font-weight: normal;
	border-bottom: 3px double #efefef;
    font-size: 18px;
}
.select_product_inner .emiOptionTbl th, .select_product_inner .emiOptionTbl td {
	padding: 10px;
}
.select_product_inner .emiOptionTbl tr td:first-child {
	width: auto;
	height: auto;
}
.offerImgZoom {
	cursor: zoom-in;
}
#offerOverlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
#offerZoomImg {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 11;
	max-width: 80%;
	transform: translate(-50%, -50%);
	display: none;
}
#offerZoomImg img {
	max-width: 100%;
}
.offerZoomClose {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	cursor: pointer;
}
/* Responsive Styles */
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 992px) {
	.container {
		max-width: 800px;
	}
	#bannerSlider .carousel-item {
		height: 300px;
	}
	.aboutUsImg {
		max-width: 100%;
	}
	.serviceList li {
		width: 33.3333%;
	}
	.gallerWrap li {
		width: calc(33.333% - 2px);
	}
	.contactInfoBox, .feedbackFrm {
		margin-top: 40px;
	}
	.login_door_img {
		display: none;
	}
}





@media screen and (max-width: 768px) {
	.container {
		max-width: 600px;
	}
	#navbarNavDropdown {
		background: #efefef;
	}
	.navbar-nav {
		padding: 5px 0;
	}
	.navbar-nav .nav-item {
		padding: 10px 0 0 10px;
		border-bottom: 1px solid rgba(218, 214, 214, 0.5);
	}
	.navbar-nav .nav-item:last-child {
		border: 0 !important;
	}
	.navbar-nav .nav-item.active {
		border-bottom: 1px solid #0074b1;
		background: #0074b1;
	}
	.navbar-nav .nav-item.active .nav-link {
		color: #fff;
	}
	.navbar-nav .nav-link.cartMenuBtn {
		position: static;
	}
	#bannerSlider .carousel-item {
		height: 270px;
	}
	#currentEventOffer {
		margin-top: 0;
	}
	.aboutUsImg {
		max-width: 350px;
		margin-top: 40px;
	}
	.serviceList li {
		width: 50%;
	}
	.newsLetterSub, .quickLinks {
		margin-top: 40px;
	}
	.copyRights {
		padding-top: 0;
	}
	.copyRights div.col-sm-12 {
		text-align: center !important;
		padding-top: 15px;
	}
	.brochure-content {
		margin-bottom: 40px;
	}
	.aboutUspage img {
		margin: 0 0 30px;
	}
	.whatWeareDoingWrap img {
		margin: 30px 0 0;
	}
	.serviceImgWrap {
		margin: 50px auto;
	}
	.productSampleImage li {
		margin: 0 10px;
		max-width: calc(25% - 20px);
		float: left;
	}
	.productSampleImage:after {
		content: '';
		display: block;
		clear: both;
	}
	.login_area .login_inner .login_form {
		padding-left: 30px;
		padding-right: 30px;
	}
	.login_area .login_inner h3 {
		padding-left: 30px;
		margin-bottom: 30px;
	}
	.rememberText, .forgetText {
		    width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.downloadBrocHead {
		font-size: 28px;
	}
	.gallerWrap li {
		width: calc(50% - 2px);
	}
}


