@charset "utf-8";

.animatedIcon {
	animation: shake 0.5s;

	animation-iteration-count: infinite;
	position: absolute;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.animated {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;
}

.animated2 {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.animated3 {
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;
}

.animated4 {
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.delay5s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay10s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay20s {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.delay15s {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;

		-webkit-transform: translateX(-20px);

		transform: translateX(-20px);
	}

	100% {
		opacity: 1;

		-webkit-transform: translateX(0);

		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;

		-webkit-transform: translateX(-20px);

		-ms-transform: translateX(-20px);

		transform: translateX(-20px);
	}

	100% {
		opacity: 1;

		-webkit-transform: translateX(0);

		-ms-transform: translateX(0);

		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;

	animation-name: fadeInLeft;
}

/*owl carousel*/

.owl-carousel .item {
	z-index: 2;
}

.owl-carousel .item figure {
	overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;

	position: relative;
}

.owl-carousel {
	display: none;

	width: 100%;

	padding: 0 0;

	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;

	-ms-touch-action: pan-Y;

	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;

	overflow: hidden;

	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;

	text-align: center;

	float: left;

	-webkit-backface-visibility: hidden;

	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: inline-block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;

	cursor: hand;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;

	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;

	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;

	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;

	transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;

	height: 100%;

	background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-frame {
	position: relative;

	z-index: 1;

	height: 100%;

	width: 100%;
}

.owl-prev {
	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0, -50%);

	transition: all linear 0.3s;

	-webkit-transition: all linear 0.3s;

	-moz-transition: all linear 0.3s;

	-ms-transition: all linear 0.3s;
}

.owl-next {
	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0, -50%);

	transition: all linear 0.3s;

	-webkit-transition: all linear 0.3s;

	-moz-transition: all linear 0.3s;

	-ms-transition: all linear 0.3s;
}

.owl-prev,
.owl-next {
	opacity: 0.4;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1;
}

/*mobile nav*/

.bodyOverlay {
	position: fixed;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(255, 255, 255, 0.8);

	z-index: 98;
}

.sidenav {
	height: 100%;

	width: 250px;

	position: fixed;

	z-index: 99;

	top: 0;

	left: -320px;

	background:#68180D;

	transition: 0.5s;

	display: block;
}

.navList,
.navList li ul {
	margin: 0;
	padding: 0;
}

.accordianNav a,
.accordianNav h3 {
	font-size: 16px;

	color: #fff;
	margin: 0;

	padding: 0 20px;

	font-weight: 400;
	font-family: "Cabin", sans-serif;

	height: 48px;
	display: block;

	line-height: 48px;
	cursor: pointer;

	text-decoration: none;
	border-bottom: 1px solid #7B2419;
}

.sidenav .closebtn {
	position: absolute;

	top: 14px;

	cursor: pointer;

	right: -23px;

	color: #68180D;

	font-size: 26px;
}

/* Background hover animation. */

.accordianNav h3:before {
	content: "";

	position: absolute;

	z-index: 0;

	left: 0;

	top: 0;

	width: 0;

	height: 100%;

	background-color: #444;

	background: #d3d3d3;

	transition: all 0.3s ease-out;
}

.accordianNav .dropArrow span {
	z-index: 2;

	position: relative;
}

.accordianNav .dropArrow:after {
	content: "";

	width: 6px;

	height: 6px;

	border-bottom: 2px solid #d3d3d3;

	border-right: 2px solid #d3d3d3;

	float: right;

	position: relative;

	top: 18px;

	right: 0;

	transform: rotate(45deg);

	transform-origin: center;
}

.accordianNav .dropArrow.active {
	color: white;
}

.accordianNav .dropArrow.active:after {
	transform: rotate(-135deg);

	border-color: #fff;
}

/* +Hover and Touch effect */

.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
	color: white;

	-webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);

	transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
	list-style-type: none;
}

.accordianNav h3.dropArrow:hover {
	background: #333;
}

/*Drop links*/

.accordianNav ul ul li a {
	padding: 0 20px;
	font-weight: 300;
	color: #d3d3d3;
}

/*Hide and show the drops*/

.accordianNav ul ul {
	display: none;
}

.accordianNav li.active ul {
	display: block;
}

.searchCon {
	position: fixed;

	height: 100%;

	width: 100%;

	z-index: 999;

	background: rgba(30, 137, 205, 0.99);

	padding: 15px;

	text-align: center;
}

.searchCon .searchBox {
	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(0, -50%);

	display: block;

	width: 100%;

	padding: 0 15%;
}

.searchCon .searchBox .form-control {
	background: none;

	height: 100px;

	width: 100%;

	border: 0 !important;

	border-bottom: 2px solid #fff !important;

	box-shadow: none !important;

	outline: 0 !important;

	font-size: 30px;

	color: #fff;

	font-weight: 400;
}

.searchCon .searchBox .cursor {
	position: relative;
}

.searchCon .searchBox .cursor i {
	position: absolute;

	width: 1px;

	height: 45%;

	background-color: #fff;

	left: 12px;

	top: 26%;

	animation: 1s blinker linear infinite;

	-webkit-animation: 1s blinker linear infinite;

	-moz-animation: 1s blinker linear infinite;

	opacity: 1;
}

.searchCon .searchBox input:focus + i {
	display: none;
}

.searchCon .close {
	color: #fff !important;

	opacity: 1;

	font-size: 30px;

	text-shadow: none !important;

	font-weight: 300;
}

@-moz-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;

	transform: translate3d(0, 0, 0);
}

.circle-ripple {
	background-color: rgba(254, 0, 0, 1);

	width: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	z-index: 999;

	font-weight: 500;

	line-height: 16px;

	height: 75px;

	display: inline-block;

	font-family: "Cabin", sans-serif;

	border-radius: 50%;

	text-align: center;

	color: #000 !important;

	font-size: 14px;

	animation: ripple 0.7s linear infinite;

	padding: 20px 0px;
}

.circle-ripple:hover {
	color: #fff !important;

	text-decoration: none;
}

.circle-ripple .fa {
	font-size: 34px;

	font-weight: 400;
}

.circle-ripple .playImg {
	width: 30px !important;
	display: block;
	margin-left: 25px;
}

@keyframes ripple {
	0% {
		box-shadow:
			0 0 0 0 rgba(254, 0, 0, 0.3),
			0 0 0 0.3em rgba(254, 0, 0, 0.3),
			0 0 0 1em rgba(254, 0, 0, 0.3),
			0 0 0 2em rgba(254, 0, 0, 0.3);
	}

	100% {
		box-shadow:
			0 0 0 0.3em rgba(254, 0, 0, 0.3),
			0 0 0 1em rgba(254, 0, 0, 0.3),
			0 0 0 2em rgba(254, 0, 0, 0.3),
			0 0 0 3em rgba(254, 0, 0, 0);
	}
}

.jobRefine {
	border-radius: 1px;

	padding: 20px;
	border: 1px solid #ddd;

	margin-top: 0;
	border-radius: 16px;
}

.jobRefine .boxTitle {
	color: #000;

	padding: 0 0 15px 0;

	border-bottom: 1px solid #ddd;

	font-weight: 700;

	font-size: 18px;
	font-family: "Inter", sans-serif;
}

.jobRefine .refineBox {
	font-family: "Inter", sans-serif;

	padding: 15px 0 0;
	font-size: 14px;
}

.jobRefine .refineBox .checkbox input[type="checkbox"],
.jobRefine .refineBox .checkbox-inline input[type="checkbox"] {
	margin-top: 0;
}

.jobRefine .refineListBox {
	margin-top: 10px;

	border-bottom: 1px solid #eee;
}

.jobRefine .refineListBox .checkbox,
.jobRefine .refineListBox .radio {
	position: relative;

	display: block;
}

.jobRefine .refineListBox .checkbox span,
.jobRefine .refineListBox .radio span {
	display: block;

	color: #000;

	max-width: 200px;

	display: inline-block;

	vertical-align: top;

	line-height: 16px;

	height: 19px;

	overflow: hidden;

	text-overflow: ellipsis;
	margin-left: 3px;
}

.jobRefine .refineListBox .checkbox span:hover,
.jobRefine .refineListBox .radio span:hover {
	color: #777;
}

.jobRefine .refineListBox .checkbox .badge,
.jobRefine .refineListBox .radio .badge {
	position: absolute;

	right: 0;

	border-radius: 30px;

	font-size: 11px;

	font-weight: 400;

	color: #4d4d4d;
}

.jobRefine .last {
	border: 0;
}

.jobRefine .refineTitle,
.jobRefine .refineTitle_noToggle {
	font-size: 14px;

	font-weight: 400;

	font-family: "Inter", sans-serif;

	color: #777;

	background: url(../images/close.png) right 1px no-repeat;

	cursor: pointer;

	border-bottom: 1px solid #eee;

	padding-bottom: 15px;
}

.jobRefine .refineTitle_noToggle {
	border: 0;

	padding: 0;

	background: none;
}

.jobRefine .open-con {
	background: url(../images/open.png) right 1px no-repeat;
}

.jobRefine .btn-light {
	background: #fff;

	border: 0;

	border-radius: 0;

	height: 35px;

	padding: 0 15px;

	line-height: 35px;

	text-align: left;

	font-family: "Inter", sans-serif;

	font-size: 12px;

	color: #999999;

	text-decoration: underline;
}

.searchRefine {
	padding: 15px 15px 0;

	border-bottom: 1px solid #eee;
}

.searchRefine .searchFor2 {
	width: 100%;

	margin-bottom: 13px;

	position: relative;
}

.searchRefine .searchFor2 .form-control {
	height: 34px;
}

.searchRefine .searchFor2 .btnSearch {
	background: none;

	position: absolute;

	right: 10px;

	top: 5px;

	padding: 0 0;

	box-shadow: none;
}

.searchRefine .searchFor2 .flexBox {
	display: flex;
	flex-wrap: nowrap;
}

.bidTxt {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	width: 50%;
	text-align: center;
	line-height: 24px;
	border-left: 1px solid #ccc;
}

.bidTxt span {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
}

.searchRefine .searchFor2 .flexBox .bidTxt:nth-child(1) {
	border: 0;
}

input[type="checkbox"] {
	margin: 0;
	margin-right: 3px;
	margin-top: 2px;

	line-height: normal;

	width: 16px;

	height: 16px;
	vertical-align: top;
}

input[type="radio"] {
	line-height: normal;

	width: 16px;
	margin-right: 3px;
	margin-top: -3px;

	height: 16px;
	vertical-align: top;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-top: -1px;

	margin-left: 0;
}

.checkbox,
.radio {
	position: relative;

	display: block;

	margin-top: 12px;

	margin-bottom: 12px;
}

.jobsAvailability {
	padding: 15px 15px;
	border: 1px solid #ddd;
	margin-top: 10px;
	border-radius: 10px;
}

.jobsAvailability .available {
	font-size: 14px;

	float: left;

	margin: 5px 0 0 0;
}

.jobsAvailability .btn-group {
	float: right;
}

.jobsAvailability .btn-group .form-control {
	float: right;
	height: 36px;
	padding: 5px 10px;
	width: 150px;
}

.jobsAvailability .btn-group .btn-light.active {
	background: #e01021 !important;

	color: #ffffff !important;

	box-shadow: none;
}

.stickySidebar {
	overflow: auto;

	position: -webkit-sticky;

	position: sticky;

	top: 16%;
	height: auto;
}

@media only screen and (max-width: 992px) {
	 
	 .stickySidebar{position: static; margin-bottom: 30px;}
}


.checkDetail .checkbox input[type="checkbox"],
.checkDetail .checkbox-inline input[type="checkbox"],
.checkDetail .radio input[type="radio"],
.checkDetail .radio-inline input[type="radio"] {
	margin-top: 3px;
}

.checkDetail label {
	margin-left: 4px;
}

.checkDetail p {
	margin: 5px 5px;
}

.checkDetail .checkbox {
	margin: 0;
	padding: 0;
}

.checkDetail p strong {
	color: #000;
	font-weight: 700;
}
 

.productColor input[type="radio"] {
	display: none;
}

.productColor input[type="radio"]:checked + label span {
	transform: scale(1.2);
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.productColor label {
	display: inline-block;

	width: 19px;

	height: 19px;

	margin: 0 1px;
	border-radius: 100%;

	cursor: pointer;
}

.productColor label:hover span {
	transform: scale(1.2);
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.productColor label span {
	display: block;

	width: 100%;
	border-radius: 100%;

	height: 100%;

	transition: transform 0.2s ease-in-out;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.productColor label span.red {
	background: #fc8e8e;
}

.productColor label span.yellow {
	background: #faf786;
}

.productColor label span.purple {
	background: #9ea0d3;
}

.productColor label span.orange {
	background: #ffd5b1;
}

.productColor label span.skyblue {
	background: #81e3ea;
}

/* steps */

.stepper-wrapper {
	margin-top: auto;

	display: flex;

	justify-content: space-between;

	margin: 20px 0 30px;
	padding: 0 15%;
}

.stepper-wrapper2 {
	margin: 40px 0 30px;
}

.stepper-item {
	position: relative;

	display: flex;

	flex-direction: column;

	align-items: center;

	flex: 1;

	@media (max-width: 768px) {
		font-size: 12px;
	}
}

.stepper-item::before {
	position: absolute;

	content: "";

	border-bottom: 3px solid #ddd;

	width: 100%;

	top: 25px;

	left: -50%;

	z-index: 2;
}

.stepper-item::after {
	position: absolute;

	content: "";

	border-bottom: 3px solid #ddd;

	width: 100%;

	top: 25px;

	left: 50%;

	z-index: 2;
}

.stepper-item .step-counter {
	position: relative;

	z-index: 5;

	display: flex;

	justify-content: center;

	align-items: center;

	width: 48px;

	height: 48px;

	border-radius: 50%;

	background: #fff;

	margin-bottom: 6px;
	border: 2px solid #ddd;
}

.stepper-item.active {
	font-weight: 600;
}

.stepper-item.completed .step-counter {
	background-color: #68180d;
	color: #fff;
	border: 2px solid #68180d;
}

.stepper-item.active .step-counter {
	border: 2px solid #68180d;
	color: #68180d;
	background: #fff;
}

.stepper-item.active .step-name {
	color: #68180d;
}

.stepper-item.completed::after {
	position: absolute;

	content: "";

	border-bottom: 2px solid #68180d;

	width: 100%;

	top: 25px;

	left: 50%;

	z-index: 3;
}

.stepper-item:first-child::before {
	content: none;
}

.stepper-item:last-child::after {
	content: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: static;
	margin-top: 2px;
	margin-right: 5px;
}

/* loader */

.lds-ellipsis {
	display: inline-block;

	position: relative;

	width: 64px;

	height: 64px;

	margin: auto;
}

.lds-ellipsis div {
	position: absolute;

	top: 27px;

	width: 11px;

	height: 11px;

	border-radius: 50%;

	background: #fff;

	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;

	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;

	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;

	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;

	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}

.loaderOuter {
	position: fixed;

	z-index: 9999;

	height: 100%;

	width: 100%;

	display: flex;

	background: #000;
}

@media only screen and (max-width: 991px) {
	/* line 669, style.scss */

	.loaderOuter {
		/*display:none;*/
	}
}

/*mega menu  */

.megaMenuDropdown {
	position: static !important;
}

.megaMenu {
	width: 100%;
	position: absolute;
	left: 0;
	padding: 0 40px;
	display: none;
}

.megaMenu .flexCon {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: rgba(255, 255, 255, 1);
	min-height: 300px;

	border-top: 2px solid #ddd;
	border-radius: 0 0 30px 30px;

	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
}

.megaMenu .flexCon .cols.left {
	width: 25%;
	min-height: 300px;
	padding: 40px 0 40px 40px;
}

.megaMenu .flexCon .cols.right {
	width: 75%;
	min-height: 300px;
}

.megaMenu .flexCon .cols.left ul.nav {
	margin: 0;
	padding: 0;
}

.megaMenu .flexCon .cols.left ul.nav li {
	width: 100%;
	list-style: none;
}

.megaMenu .flexCon .cols.left ul.nav li a span {
	width: 56px;
	height: 56px;
	margin-right: 10px;
	border: 2px solid #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	overflow: hidden;
}

.megaMenu .flexCon .cols.left ul.nav li a span img {
	width: 100%;
	height: auto;
}

.megaMenu .flexCon .cols.left ul.nav li a {
	border-radius: 16px;
}

.megaMenu .flexCon .cols.left ul.nav li a:hover,
.megaMenu .flexCon .cols.left ul.nav li a:active,
.megaMenu .flexCon .cols.left ul.nav li a:focus,
.megaMenu .flexCon .cols.left ul.nav li.active a {
	background: #a8dce2;
	color: #000;
	font-weight: 500;
}

.megaMenu .flexCon .cols.right .well {
	background: none;
	border: 0;
	padding: 40px;
}

.megaMenu .flexCon .cols.right .well .flexRow {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.megaMenu .flexCon .cols.right .well .flexRow .flexCols {
	width: 33.3333333%;
}

.megaMenu .flexCon .cols.right .well .flexRow .flexCols h4 {
	font-weight: 600;
	color: #000;
}

.megaMenu .flexCon .cols.right .well .flexRow .flexCols ul.links {
	border-top: 1px solid #ddd;
	padding: 15px 15px 15px 0;
	margin-top: 10px;
}

.megaMenu .flexCon .cols.right .well .flexRow .flexCols ul.links li {
	list-style: none;
	padding: 1px 0;
}

.megaMenu .flexCon .cols.right .well .flexRow .flexCols ul.links li a {
	font-size: 14px;
}

.megaMenuDropdown:hover .megaMenu {
	display: block;
}

/* mega menu end*/

::-webkit-scrollbar {
	width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.4);

	border-radius: 30px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #68180d;

	border-radius: 30px;
}

/*AAAAA HOME PAGE CLASSES AAAAA*/

/*whatsapp button*/

.btn-whatsapp-pulse {
	background: #25d366;

	color: white;

	position: fixed;

	bottom: 20px;

	left: 28px;

	font-size: 40px;

	display: flex;

	justify-content: center;

	align-items: center;

	width: 48px;

	height: 48px;

	padding-bottom: 3px;

	text-decoration: none;

	border-radius: 10px;

	animation-name: pulse;

	animation-duration: 1.5s;

	animation-timing-function: ease-out;

	animation-iteration-count: infinite;

	z-index: 9;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;

	right: 20px;

	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";

	position: absolute;

	border-radius: 50%;

	padding: 25px;

	border: 5px solid #25d366;

	opacity: 0.75;

	animation-name: pulse-border;

	animation-duration: 1.5s;

	animation-timing-function: ease-out;

	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;

		opacity: 0.75;
	}

	75% {
		padding: 50px;

		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*whatsapp end*/
